Deletes all lines from the given refund header that have not yet been processed, or acknowledged as errors, removing it from the "Actionable Refunds" screen. If no lines are left, the header row is deleted
Name | Type | Description |
---|---|---|
request | DeleteRefundRequest | The request class for this call |
The following request format is required for this method.
POST | DELETE https://eu-ext.linnworks.net/api/ReturnsRefunds/DeleteRefund
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={
"RefundHeaderId": 1
}
This is an example of the response JSON. Results will vary depending on your data.
{
}