POST api/applicant/Payment/UpdatePaymentGatewayOrder
Request Information
URI Parameters
None.
Body Parameters
UpdatePaymentGatewayOrderDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| GatewayOrderID | integer |
None. |
|
| OrderStatus | string |
None. |
|
| RawResponse | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"GatewayOrderID": 1,
"OrderStatus": "sample string 2",
"RawResponse": "sample string 3"
}
application/xml, text/xml
Sample:
<UpdatePaymentGatewayOrderDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Tourism.Entities.CustomApplicationModels"> <GatewayOrderID>1</GatewayOrderID> <OrderStatus>sample string 2</OrderStatus> <RawResponse>sample string 3</RawResponse> </UpdatePaymentGatewayOrderDTO>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ApiResponseOfBoolean| Name | Description | Type | Additional information |
|---|---|---|---|
| Success | boolean |
None. |
|
| Message | string |
None. |
|
| Data | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{
"Success": true,
"Message": "sample string 2",
"Data": true
}
application/xml, text/xml
Sample:
<ApiResponseOfboolean xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Tourism.Entities.Models"> <Data>true</Data> <Message>sample string 2</Message> <Success>true</Success> </ApiResponseOfboolean>