Returns a paged list of processed or acknowledged error RMA headers
Name | Type | Description |
---|---|---|
request | GetProcessedOrAckedErrorRMAHeadersRequest | The request class for this call |
The following request format is required for this method.
GET | POST https://eu-ext.linnworks.net/api/ReturnsRefunds/GetProcessedOrAckedErrorRMAHeaders
Connection: keep-alive
Accept: application/json
Content-Type: application/x-www-form-urlencoded; charset=UTF-8
Accept-Encoding: gzip, deflate
Authorization: INSERT_YOUR_TOKEN_HERE
This is an example of the request structure. Results will vary depending on your data.
request={
"Page": 1,
"Filters": {
"Actionable": false,
"Type": 0,
"Value": "sample string 1"
}
}
This is an example of the response JSON. Results will vary depending on your data.
{
"Page": 1,
"TotalHeaders": 2,
"HeadersPerPage": 3,
"RMAHeaders": [
{
"RMAHeaderId": 1,
"OrderId": "9bd14b71-b711-4c4c-921e-938aa10695e3",
"NumOrderId": 3,
"OrderSource": "sample string 4",
"OrderSubSource": "sample string 5",
"ExternalReference": "sample string 6",
"ChannelInitiated": true,
"CreatedDate": "2023-01-10T13:49:46.8108355+00:00",
"Status": {
"StatusHeader": 0,
"StatusDetail": {
"StatusTag": "sample string 1",
"StatusDescription": "sample string 2",
"Actionable": true,
"ActionDescription": "sample string 4",
"EditableFields": [
"sample string 1"
]
}
},
"Actioned": true,
"LastActionDate": "2023-01-10T13:49:46.8108355+00:00",
"RMALines": [
{
"RMARowId": 1,
"RMAHeaderId": 2,
"Type": 0,
"Status": {
},
"ExternalReference": "sample string 3",
"CreatedDate": "2023-01-10T13:49:46.8108355+00:00",
"Actioned": true,
"ActionedDate": "2023-01-10T13:49:46.8108355+00:00",
"Deleted": true,
"ResendQuantity": 7,
"NewOrderId": "cf071003-5555-4fc9-9906-8bf1176a3fd6",
"ValidationError": "sample string 10",
"Error": "sample string 10",
"Errors": [
{
"RMARowId": 1,
"ErrorMessage": "sample string 2",
"DateStamp": "2023-01-10T13:49:46.8108355+00:00",
"Acknowledged": true
}
],
"Info": "sample string 11",
"ExchangeStockItemId": "6da2d58b-3bb8-4cde-b0e6-5977da65dd3d",
"ExchangeSKU": "sample string 13",
"ExchangeTitle": "sample string 14",
"ExchangeQuantity": 15,
"DespatchLocationId": "8dd47eea-bd65-4efe-af72-ee557f1733bd",
"AdditionalCost": 17.0,
"OrderItemRowId": "8c284243-5613-4a17-b5bd-9bdbdf1df2fb",
"ReturnItemSKU": "sample string 19",
"ReturnItemTitle": "sample string 20",
"BatchInventoryId": 1,
"ReturnLocation": "a8ea8468-e5b9-4920-ae61-81ca5416a8e4",
"ReturnQuantity": 22,
"RefundAmount": 23.0,
"RefundRowId": "f5722550-0114-46fd-b10a-477088e7a358",
"ScrapQuantity": 24,
"ReasonCategory": "sample string 25",
"IsFreeText": false,
"Reason": "sample string 26",
"ReasonTag": "sample string 27",
"SubReasonTag": "sample string 28",
"BinrackOverride": "sample string 29"
}
]
}
]
}