Skip to main content

Example of Request and Response

Example:

Example request >>

{
"batch_id": 54321
}

Example response <<

{
"status": "success",
"code": 0,
"cnt": 100000,
"items": [
{
"code": "2501234567890987654321",
"hrc": "(250) 1234567890987654321",
"unit_id": 100001,
"unit_ext_id": "1000001"
},
{
"code": "250987654321234567890",
"hrc": "(250)987654321234567890",
"unit_id": 100001,
"unit_ext_id": "1000001"
},

]
}