POST api/PayU/payu-airtime
Request Information
URI Parameters
None.
Body Parameters
PayUAirtimeDto| Name | Description | Type | Additional information |
|---|---|---|---|
| ProductId | string |
None. |
|
| TransType | string |
None. |
|
| UtilityName | string |
None. |
|
| AuthToken | string |
None. |
|
| OtherParams | string |
None. |
|
| Udid | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"AuthToken": "sample string 4",
"OtherParams": "sample string 5",
"ProductId": "sample string 1",
"TransType": "sample string 2",
"Udid": "sample string 6",
"UtilityName": "sample string 3"
}
text/xml
Sample:
<PayUAirtimeDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GTWorldApp.dto"> <AuthToken>sample string 4</AuthToken> <OtherParams>sample string 5</OtherParams> <ProductId>sample string 1</ProductId> <TransType>sample string 2</TransType> <Udid>sample string 6</Udid> <UtilityName>sample string 3</UtilityName> </PayUAirtimeDto>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |