{
"documents_ln": [
{
"tenant_code": "string",
"location_code": "string",
"pi_no": "string",
"pi_date": "2025-11-21T10:33:18.070Z",
"route_code": "string",
"vehicle_code": "string",
"documents_ln_detail": [
{
"sequence_number": 0,
"customer_code": "string",
"document_number": "string"
}
],
"documents_ln_item_detail": [
{
"document_number": "string",
"item_code": "string",
"sub_hierarchy_code": "string",
"expire_date": "2025-11-21T10:33:18.070Z",
"quantity": 0
}
]
}
]
}curl --location --request POST 'https://testapi.com/api/xd/1.0/set_pick_list_documents_ln' \
--header 'Content-Type: application/json' \
--data-raw '{
"documents_ln": [
{
"tenant_code": "string",
"location_code": "string",
"pi_no": "string",
"pi_date": "2025-11-21T10:33:18.070Z",
"route_code": "string",
"vehicle_code": "string",
"documents_ln_detail": [
{
"sequence_number": 0,
"customer_code": "string",
"document_number": "string"
}
],
"documents_ln_item_detail": [
{
"document_number": "string",
"item_code": "string",
"sub_hierarchy_code": "string",
"expire_date": "2025-11-21T10:33:18.070Z",
"quantity": 0
}
]
}
]
}'{
"status": 0,
"message": "string",
"transaction_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"record_count": 0
}