GET api/{corp}/Consumables/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| corp | string |
Required |
|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
consumable| Name | Description | Type | Additional information |
|---|---|---|---|
| code | string |
None. |
|
| id | integer |
None. |
|
| description | string |
None. |
|
| unit_name | string |
None. |
|
| quantity | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"code": "sample string 1",
"id": 2,
"description": "sample string 3",
"unit_name": "sample string 4",
"quantity": 1
}