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": "usBY57d+dUSh2wG1CZxe6w==", "guid": "e758c0ba-7eb7-4475-a1db-01b5099c5eeb", "description": "sample string 1", "dumped": true, "inventoryReasonID": 1, "sortOrder": 1, "updated": "2025-08-02T23:19:36.0740253" }
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>usBY57d+dUSh2wG1CZxe6w==</G_UID> <Guid>e758c0ba-7eb7-4475-a1db-01b5099c5eeb</Guid> <ID>1</ID> <InventoryReasonID>1</InventoryReasonID> <SortOrder>1</SortOrder> <Updated>2025-08-02T23:19:36.0740253+00:00</Updated> </RefundReason>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.