PUT api/refundreason/{id}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | globally unique identifier |
Required |
Body Parameters
RefundReasonName | 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": "AvxaruGdEEyNIokvK3bwgQ==", "guid": "ae5afc02-9de1-4c10-8d22-892f2b76f081", "description": "sample string 1", "dumped": true, "inventoryReasonID": 1, "sortOrder": 1, "updated": "2025-10-05T00:01:08.2808903" }
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>AvxaruGdEEyNIokvK3bwgQ==</G_UID> <Guid>ae5afc02-9de1-4c10-8d22-892f2b76f081</Guid> <ID>1</ID> <InventoryReasonID>1</InventoryReasonID> <SortOrder>1</SortOrder> <Updated>2025-10-05T00:01:08.2808903+00:00</Updated> </RefundReason>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.