POST UpdatePayment
Request Information
URI Parameters
None.
Body Parameters
RequestOnlinePaymentUpdate| Name | Description | Type | Additional information |
|---|---|---|---|
| OnlinePaymentId | integer |
None. |
|
| OrderId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"OnlinePaymentId": 1,
"OrderId": 2
}
application/xml, text/xml
Sample:
<RequestOnlinePaymentUpdate xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Project.MobileService.Models.Request"> <OnlinePaymentId>1</OnlinePaymentId> <OrderId>2</OrderId> </RequestOnlinePaymentUpdate>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ResultStandart| Name | Description | Type | Additional information |
|---|---|---|---|
| ResultCode | integer |
None. |
|
| ResultMessage | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"ResultCode": 1,
"ResultMessage": "sample string 2"
}
application/xml, text/xml
Sample:
<ResultStandart xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Project.MobileService.Models.Result"> <ResultCode>1</ResultCode> <ResultMessage>sample string 2</ResultMessage> </ResultStandart>