GET api/tt_stock/items
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of sp_Stock_Items_Result| Name | Description | Type | Additional information |
|---|---|---|---|
| id_category | globally unique identifier |
None. |
|
| id_item_sub | globally unique identifier |
None. |
|
| id_item | globally unique identifier |
None. |
|
| id_item_type | globally unique identifier |
None. |
|
| is_default | boolean |
None. |
|
| barcode | string |
None. |
|
| b_stock | boolean |
None. |
|
| b_sale | boolean |
None. |
|
| category_name | string |
None. |
|
| item_name | string |
None. |
|
| item_type_name | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"id_category": "a4f5606a-2888-4bf4-8585-a9018fec59d7",
"id_item_sub": "91ab2e49-0941-4b6d-90b8-9f15d9480154",
"id_item": "10cf06ca-3fb6-498a-8b39-b6f9ce559374",
"id_item_type": "bfdb18c7-bea3-46bf-bbd9-c1844d00389a",
"is_default": true,
"barcode": "sample string 5",
"b_stock": true,
"b_sale": true,
"category_name": "sample string 6",
"item_name": "sample string 7",
"item_type_name": "sample string 8"
},
{
"$ref": "1"
}
]