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": "3db5f9c5-527a-4723-a4e9-f2c4c7eddf71",
"branch_name": "sample string 2",
"list_locations": [
{
"$id": "2",
"id_location": "dcac244d-56f1-424a-beb4-80874e9d4524",
"location_name": "sample string 2",
"location_description": "sample string 3"
},
{
"$ref": "2"
}
]
},
{
"$ref": "1"
}
]