PUT v1/Order/GetCancelReasons
No documentation available.
Request Information
Parameters (ParameterName * = required)
Name
Description
Sample Value
OrderNumber *
The order number or PIN to check the status of
US1330781188
LanguageId
Language Pref ID
Not available
Response Information
Response body formats
application/json, text/json
Sample:
[ { "id": 1, "name": "sample string 2" }, { "id": 1, "name": "sample string 2" }, { "id": 1, "name": "sample string 2" } ]
application/xml, text/xml
Sample:
<ArrayOfCancellationReason xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Ria.Digital.WebServices.DataModels"> <CancellationReason> <Id>1</Id> <Name>sample string 2</Name> </CancellationReason> <CancellationReason> <Id>1</Id> <Name>sample string 2</Name> </CancellationReason> <CancellationReason> <Id>1</Id> <Name>sample string 2</Name> </CancellationReason> </ArrayOfCancellationReason>