POST api/ITNPostReglement

Request Information

URI Parameters

None.

Body Parameters

ITNRetourPayement
NameDescriptionTypeAdditional information
IdOrder

integer

None.

Payement

decimal number

None.

TransactionOKId

string

None.

Plateforme

string

None.

Request Formats

application/json, text/json

Sample:
{
  "IdOrder": 1,
  "Payement": 2.0,
  "TransactionOKId": "sample string 3",
  "Plateforme": "sample string 4"
}

application/xml, text/xml

Sample:
<ITNRetourPayement xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/api_cybervris.com.Models">
  <IdOrder>1</IdOrder>
  <Payement>2</Payement>
  <Plateforme>sample string 4</Plateforme>
  <TransactionOKId>sample string 3</TransactionOKId>
</ITNRetourPayement>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.