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": "FkLot5qTqUWke8HKFBttjA==", "guid": "b7e84216-939a-45a9-a47b-c1ca141b6d8c", "description": "sample string 1", "dumped": true, "inventoryReasonID": 1, "sortOrder": 1, "updated": "2025-06-14T07:02:32.9818026" }
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>FkLot5qTqUWke8HKFBttjA==</G_UID> <Guid>b7e84216-939a-45a9-a47b-c1ca141b6d8c</Guid> <ID>1</ID> <InventoryReasonID>1</InventoryReasonID> <SortOrder>1</SortOrder> <Updated>2025-06-14T07:02:32.9818026+00:00</Updated> </RefundReason>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.