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": "79b7c25f-555c-46ab-ae98-03ce99b853fe",
    "branch_name": "sample string 2",
    "list_locations": [
      {
        "$id": "2",
        "id_location": "50d84f6a-79f6-40e3-8f2d-2434d4bfa5b1",
        "location_name": "sample string 2",
        "location_description": "sample string 3"
      },
      {
        "$ref": "2"
      }
    ]
  },
  {
    "$ref": "1"
  }
]