Example of Request and Response
Example:
Example request >>
{
"doc_ext_id": "1000001",
"dat": "2025-01-01",
"num": "12345",
"depart_from_ext_id": "1000001",
"depart_to_ext_id": "1000002",
"partner_fiscal_id": "9871000002",
"bank_fiscal_id": "1234566789",
"order_type": 1,
"items": [
{
"assort_ext_id": "1000001",
"unit_ext_id": "1000101",
"cnt": 100,
"amount": 5000,
"items": [
{ "code": "100001" },
{ "code": "100006" }
]
}
]
}
Example response \<\<
{
"status": "success",
"code": 0,
"doc_id": 1011,
"doc_ext_id": "1000001",
"num": "12345"
}