POST Etravos/GetPaymentConfirmation

Request Information

URI Parameters

None.

Body Parameters

Confirmation
NameDescriptionTypeAdditional information
AgentId

string

None.

ServiceId

string

None.

ServiceName

string

None.

Amount

string

None.

UserCharges

string

None.

Request Formats

application/json, text/json

Sample:
{
  "AgentId": "sample string 1",
  "ServiceId": "sample string 2",
  "ServiceName": "sample string 3",
  "Amount": "sample string 4",
  "UserCharges": "sample string 5"
}

application/xml, text/xml

Sample:
<Confirmation xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ApiEtravos.Models">
  <AgentId>sample string 1</AgentId>
  <Amount>sample string 4</Amount>
  <ServiceId>sample string 2</ServiceId>
  <ServiceName>sample string 3</ServiceName>
  <UserCharges>sample string 5</UserCharges>
</Confirmation>

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.