GET api/tt_stock/items_export
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of _stock_branches| Name | Description | Type | Additional information |
|---|---|---|---|
| id_branch | globally unique identifier |
None. |
|
| branch_name | string |
None. |
|
| list_locations | Collection of _stock_branches_locations |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"id_branch": "5989d4f4-d2ad-4385-8025-fb225531e602",
"branch_name": "sample string 2",
"list_locations": [
{
"$id": "2",
"id_location": "0a34dd2c-d9b9-48f7-a0e3-d2c7053f3b5d",
"location_name": "sample string 2",
"location_description": "sample string 3"
},
{
"$ref": "2"
}
]
},
{
"$ref": "1"
}
]