GET api/order/{orderId}/mappings Authentication required
Use this method to get an order's mappings
Request
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
orderId |
Id of the order |
integer |
Required |
Response
Returns the mappings of the order
Output : array of objects (See Model)Ouput Sample
[
{
"source": "sample string 1",
"position": 2,
"destination": "sample string 3"
},
{
"source": "sample string 1",
"position": 2,
"destination": "sample string 3"
}
]