GET api/refundreason/{id}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
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. |
Response Formats
application/json, text/json
Sample:
{ "id": 1, "g_UID": "Dx1hyOX7f0CTvO7hiM9ojA==", "guid": "c8611d0f-fbe5-407f-93bc-eee188cf688c", "description": "sample string 1", "dumped": true, "inventoryReasonID": 1, "sortOrder": 1, "updated": "2025-10-05T00:01:04.3489795" }
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>Dx1hyOX7f0CTvO7hiM9ojA==</G_UID> <Guid>c8611d0f-fbe5-407f-93bc-eee188cf688c</Guid> <ID>1</ID> <InventoryReasonID>1</InventoryReasonID> <SortOrder>1</SortOrder> <Updated>2025-10-05T00:01:04.3489795+00:00</Updated> </RefundReason>
application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
Sample:
PK "