PUT api/refundreason/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
Required |
Body Parameters
RefundReason| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| G_UID | Collection of byte |
None. |
|
| Guid | globally unique identifier |
None. |
|
| Description | string |
None. |
|
| Dumped |
Flag that indicates whether to dump stock on return for this reason |
boolean |
None. |
| InventoryReasonID |
ID for the InventoryReason to apply to the inventory history if this reason dumps stock |
InventoryReasons |
None. |
| SortOrder | integer |
None. |
|
| Updated | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"id": 1,
"g_UID": "phkDeKjoOUeivQp9zese9w==",
"guid": "780319a6-e8a8-4739-a2bd-0a7dcdeb1ef7",
"description": "sample string 1",
"dumped": true,
"inventoryReasonID": 1,
"sortOrder": 1,
"updated": "2026-04-03T06:15:14.0228548"
}
application/xml, text/xml
Sample:
<RefundReason xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://gapsolutions.com.au/schema/ezimanager"> <Description>sample string 1</Description> <Dumped>true</Dumped> <G_UID>phkDeKjoOUeivQp9zese9w==</G_UID> <Guid>780319a6-e8a8-4739-a2bd-0a7dcdeb1ef7</Guid> <ID>1</ID> <InventoryReasonID>1</InventoryReasonID> <SortOrder>1</SortOrder> <Updated>2026-04-03T06:15:14.0228548+00:00</Updated> </RefundReason>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.