Skip to main content

Example of Request and Response

Example:

Example request >>

{
"depart_ext_id": "00000001"
}

Example response <<

{
[
{
"id": 101,
"ext_id": "1000001",
"name": "Production line #1"
},
{
"id": 102,
"ext_id": "1000002",
"name": "Production line #2"
}
]
}