{
"cursor": "string",
"filter": {
"arrival_pass_ids": [
"string"
],
"arrival_reason": "string",
"dropoff_point_ids": [
"string"
],
"only_active_passes": true,
"warehouse_ids": [
"string"
]
},
"limit": 0
}curl --location --request POST 'https://api-seller.ozon.ru/v1/pass/list' \
--header 'Client-Id;' \
--header 'Api-Key;' \
--header 'Content-Type: application/json' \
--data-raw '{
"cursor": "string",
"filter": {
"arrival_pass_ids": [
"string"
],
"arrival_reason": "string",
"dropoff_point_ids": [
"string"
],
"only_active_passes": true,
"warehouse_ids": [
"string"
]
},
"limit": 0
}'{
"arrival_passes": [
{
"arrival_pass_id": 0,
"arrival_reasons": [
"string"
],
"arrival_time": "2019-08-24T14:15:22.123Z",
"driver_name": "string",
"driver_phone": "string",
"dropoff_point_id": 0,
"is_active": true,
"vehicle_license_plate": "string",
"vehicle_model": "string",
"warehouse_id": 0
}
],
"cursor": "string"
}