GET api/tt_stock/items_export

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of _stock_branches
NameDescriptionTypeAdditional 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": "8f348a30-7a10-45f1-9c99-1e80cf1b9979",
    "branch_name": "sample string 2",
    "list_locations": [
      {
        "$id": "2",
        "id_location": "1c56c671-0c47-4415-a5b8-683b1baba15e",
        "location_name": "sample string 2",
        "location_description": "sample string 3"
      },
      {
        "$ref": "2"
      }
    ]
  },
  {
    "$ref": "1"
  }
]