GET api/Inventory/Reasons
Get all inventory reasons
Request Information
URI Parameters
None.
Body Parameters
None.
Remarks
None.
Example
None.
Response Information
Resource Description
InventoryReasonResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| Id |
Reason id |
integer |
Required |
| Note |
Reason text |
string |
Required Max length: 255 |
Response Formats
application/json, text/json
Sample:
{
"Id": 1,
"Note": "sample string 2"
}
application/xml, text/xml
Sample:
<InventoryReasonResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Compilator.DDAPI.DTO.Stock"> <Id>1</Id> <Note>sample string 2</Note> </InventoryReasonResponse>