GET v1/ValidateOrder/{id}/{orderID}
Validates the order information with the customer ID provided.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
|
| orderID | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
getValidateOrderInfoOutput| Name | Description | Type | Additional information |
|---|---|---|---|
| ProceedtoPay | boolean |
None. |
|
| Message | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"ProceedtoPay": true,
"Message": "sample string 2"
}
text/html
Sample:
{"ProceedtoPay":true,"Message":"sample string 2"}
application/xml, text/xml
Sample:
<v1_MakePaymentWithoutLogin_MakePaymentWithoutLoginEndpointController.getValidateOrderInfoOutput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Aptify.Services.Generated.v1_MakePaymentWithoutLogin_MakePaymentWithoutLoginEndpoint"> <Message>sample string 2</Message> <ProceedtoPay>true</ProceedtoPay> </v1_MakePaymentWithoutLogin_MakePaymentWithoutLoginEndpointController.getValidateOrderInfoOutput>