POST api/Order/PayCallBackUrl
Request Information
URI Parameters
None.
Body Parameters
PayCallback_In| Name | Description | Type | Additional information |
|---|---|---|---|
| PayID | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"PayID": "689300aa-580f-4d9d-8bef-ce2bd9354bcc"
}
application/xml, text/xml
Sample:
<PayCallback_In xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ViewModel.Common"> <PayID>689300aa-580f-4d9d-8bef-ce2bd9354bcc</PayID> </PayCallback_In>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
APIResponseOfPayCallback_Out| Name | Description | Type | Additional information |
|---|---|---|---|
| DataTotal | integer |
None. |
|
| Status | integer |
None. |
|
| Msg | string |
None. |
|
| ResultEntity | PayCallback_Out |
None. |
Response Formats
application/json, text/json
Sample:
{
"DataTotal": 1,
"Status": 2,
"Msg": "sample string 3",
"ResultEntity": {}
}
application/xml, text/xml
Sample:
<APIResponseOfPayCallback_Out_Sdmn7Doa xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Utility.Model"> <DataTotal>1</DataTotal> <Msg>sample string 3</Msg> <ResultEntity xmlns:d2p1="http://schemas.datacontract.org/2004/07/ViewModel.Common" /> <Status>2</Status> </APIResponseOfPayCallback_Out_Sdmn7Doa>