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.
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": "00654d00-fdc1-4fd9-8450-5f5beb4fd4d0",
"NumOrderId": 3,
"OrderSource": "sample string 4",
"OrderSubSource": "sample string 5",
"ExternalReference": "sample string 6",
"ChannelInitiated": true,
"CreatedDate": "2022-03-09T13:04:03.7713209+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": "2022-03-09T13:04:03.7882814+00:00",
"RMALines": [
{
"RMARowId": 1,
"RMAHeaderId": 2,
"Type": 0,
"Status": {
},
"ExternalReference": "sample string 3",
"CreatedDate": "2022-03-09T13:04:03.7882814+00:00",
"Actioned": true,
"ActionedDate": "2022-03-09T13:04:03.7882814+00:00",
"Deleted": true,
"ResendQuantity": 7,
"NewOrderId": "4e695b73-1979-4393-81a0-2e46d58ad26d",
"ValidationError": "sample string 10",
"Error": "sample string 10",
"Errors": [
{
"RMARowId": 1,
"ErrorMessage": "sample string 2",
"DateStamp": "2022-03-09T13:04:03.7882814+00:00",
"Acknowledged": true
}
],
"Info": "sample string 11",
"ExchangeStockItemId": "d3e025f4-ce65-45b0-a5a5-7e3e4818c9d5",
"ExchangeSKU": "sample string 13",
"ExchangeTitle": "sample string 14",
"ExchangeQuantity": 15,
"DespatchLocationId": "ccc28dc2-b87c-4294-81e1-07c3f8fb9c65",
"AdditionalCost": 17.0,
"OrderItemRowId": "39fe1763-39f7-410d-881e-5169e18a8bd5",
"ReturnItemSKU": "sample string 19",
"ReturnItemTitle": "sample string 20",
"BatchInventoryId": 1,
"ReturnLocation": "650e8f17-43cc-4193-8370-7324ce83f07f",
"ReturnQuantity": 22,
"RefundAmount": 23.0,
"RefundRowId": "4ed81e10-cb38-4e9a-87b2-b3cb9b739b9c",
"ScrapQuantity": 24,
"ReasonCategory": "sample string 25",
"IsFreeText": false,
"Reason": "sample string 26",
"ReasonTag": "sample string 27",
"SubReasonTag": "sample string 28",
"BinrackOverride": "sample string 29"
}
]
}
]
}