GET api/{corp}/Consumable_Audits
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| corp | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of consumable_audit| Name | Description | Type | Additional information |
|---|---|---|---|
| cons_id | integer |
None. |
|
| location_id | integer |
None. |
|
| qty | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"cons_id": 1,
"location_id": 2,
"qty": 3
},
{
"cons_id": 1,
"location_id": 2,
"qty": 3
}
]