Acknowledges all error responses for a given RMA header
Name | Type | Description |
---|---|---|
request | AcknowledgeRMAErrorsRequest | The request class for this call |
The following request format is required for this method.
POST https://eu-ext.linnworks.net/api/ReturnsRefunds/AcknowledgeRMAErrors
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={
"RMAHeaderId": 1,
"RMARowIds": [
1
],
"AcknowledgeAllErrors": true
}
This is an example of the response JSON. Results will vary depending on your data.
{
"EntireRMAHeaderSetToErrorAcked": true,
"RMAHeaderId": 1,
"Items": [
{
"RMARowId": 1,
"RMAHeaderId": 2,
"Type": 0,
"Status": {
"StatusHeader": 0,
"StatusDetail": {
"StatusTag": "sample string 1",
"StatusDescription": "sample string 2",
"Actionable": true,
"ActionDescription": "sample string 4",
"EditableFields": [
"sample string 1"
]
}
},
"ExternalReference": "sample string 3",
"CreatedDate": "2023-01-10T13:49:46.7343616+00:00",
"Actioned": true,
"ActionedDate": "2023-01-10T13:49:46.7343616+00:00",
"Deleted": true,
"ResendQuantity": 7,
"NewOrderId": "37cebbb2-a65a-42e0-9a37-5e57775e8e1a",
"ValidationError": "sample string 10",
"Error": "sample string 10",
"Errors": [
{
"RMARowId": 1,
"ErrorMessage": "sample string 2",
"DateStamp": "2023-01-10T13:49:46.7343616+00:00",
"Acknowledged": true
}
],
"Info": "sample string 11",
"ExchangeStockItemId": "14118e09-8b1c-4fe1-80fa-d588914354a5",
"ExchangeSKU": "sample string 13",
"ExchangeTitle": "sample string 14",
"ExchangeQuantity": 15,
"DespatchLocationId": "68dce6b2-2309-4a4e-be08-b1778857ab5d",
"AdditionalCost": 17.0,
"OrderItemRowId": "ae8939e1-f18b-4c0a-a8dd-5a6c01fe1040",
"ReturnItemSKU": "sample string 19",
"ReturnItemTitle": "sample string 20",
"BatchInventoryId": 1,
"ReturnLocation": "1f18a209-0156-4cb3-99d8-ae1e8e5abf8f",
"ReturnQuantity": 22,
"RefundAmount": 23.0,
"RefundRowId": "7e9de9e9-d8e0-4af2-8d19-e68596e461d6",
"ScrapQuantity": 24,
"ReasonCategory": "sample string 25",
"IsFreeText": false,
"Reason": "sample string 26",
"ReasonTag": "sample string 27",
"SubReasonTag": "sample string 28",
"BinrackOverride": "sample string 29"
}
],
"Errors": [
"sample string 1"
],
"Info": [
"sample string 1"
]
}