POST api/DccCheck
Request Information
URI Parameters
None.
Body Parameters
Collection of ObjectNone.
Request Formats
application/json, text/json, application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
YourPayResponseName | Description | Type | Additional information |
---|---|---|---|
response | string |
None. |
|
message | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "response": "sample string 1", "message": "sample string 2" }
application/xml, text/xml
Sample:
<YourPayResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/YourPayRestAPI.Models"> <message>sample string 2</message> <response>sample string 1</response> </YourPayResponse>