{
"arrival_passes": [
{
"arrival_time": "2019-08-24T14:15:22Z",
"driver_name": "string",
"driver_phone": "string",
"dropoff_point_id": 0,
"vehicle_license_plate": "string",
"vehicle_model": "string",
"warehouse_id": 0
}
]
}
curl --location --request POST 'https://api-seller.ozon.ru/v1/return/pass/create' \
--header 'Client-Id;' \
--header 'Api-Key;' \
--header 'Content-Type: application/json' \
--data-raw '{
"arrival_passes": [
{
"arrival_time": "2019-08-24T14:15:22Z",
"driver_name": "string",
"driver_phone": "string",
"dropoff_point_id": 0,
"vehicle_license_plate": "string",
"vehicle_model": "string",
"warehouse_id": 0
}
]
}'
{
"arrival_pass_ids": [
"string"
]
}