POST api/Cart/ValidateCallbackParams
Request Information
URI Parameters
None.
Body Parameters
ParamValidateCallback| Name | Description | Type | Additional information |
|---|---|---|---|
| PreferenceId | string |
None. |
|
| Status | string |
None. |
|
| PaymentId | string |
None. |
|
| ExternalReference | string |
None. |
|
| Signature | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"PreferenceId": "sample string 1",
"Status": "sample string 2",
"PaymentId": "sample string 3",
"ExternalReference": "sample string 4",
"Signature": "sample string 5"
}
application/xml, text/xml
Sample:
<ParamValidateCallback xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mastersoft.Ecommerce.Entities"> <ExternalReference>sample string 4</ExternalReference> <PaymentId>sample string 3</PaymentId> <PreferenceId>sample string 1</PreferenceId> <Signature>sample string 5</Signature> <Status>sample string 2</Status> </ParamValidateCallback>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true
application/xml, text/xml
Sample:
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>