Download OpenAPI specification:Download
Аутентификация пользователя
Content-Type required | any Value: "application/json" |
grant_type | string Value: "password" Тип аутентификации |
username | string Логин пользователя |
password | string Пароль пользователя |
Аутентификационные данные
Невалидный токен, неверный логин или пароль
{- "grant_type": "password",
- "username": "string",
- "password": "string"
}
{- "access_token": "string",
- "token_type": "Bearer",
- "expires_in": 0,
- "refresh_token": "string",
- "server_time": "2024-12-19T10:13:29Z"
}
Удаление сессии
CargoOwningCompanyAdmin
) Сессия удалена
Невалидный токен, неверный логин или пароль
{- "code": 401,
- "error": "Unauthorized",
- "error_description": "Unauthorized"
}
Получение списка партнёров
CargoOwningCompanyAdmin
) page | integer >= 1 Default: 1 Номер текущей страницы |
per_page | integer >= 1 Default: 10 Количество элементов на странице |
status | Array of strings Items Enum: "blacklisted" "requested" "active" Статус партнёрства |
q | string Человекочитаемый ID партнёра, название компании партнёра или ИНН партнёра |
qroups_ids | Array of strings <uuid> Идентификатор группы |
Коллекция партнёрств
Неверные параметры запроса
Невалидный токен, неверный логин или пароль
{- "items": [
- {
- "id": "string",
- "status": "blacklisted",
- "status_updated_at": "2024-12-19T10:13:29Z",
- "status_comment": "string",
- "status_history": [
- {
- "status": "blacklisted",
- "status_comment": "string",
- "created_at": "2024-12-19T10:13:29Z"
}
], - "tags": [
- "string"
], - "inviter_company_id": "string",
- "inviter_company": {
- "id": "string",
- "human_friendly_id": "string",
- "kinds": [
- "TransportCompany"
], - "opf_id": 0,
- "opf": {
- "id": 1,
- "code": "12300",
- "name": "ООО"
}, - "country_id": 0,
- "country": {
- "id": 0,
- "name": "string",
- "alpha_2": "string",
- "code_name": "string",
- "num": 0
}, - "title": "string",
- "inn": "string",
- "kpp": "string",
- "ogrn": "string",
- "legal_address": {
- "city": "string",
- "street": "string",
- "house_number": "дом 1А/2 строение 3 корпус 4 литера Б",
- "room": "офис 1 помещение 2",
- "zip_code": "string"
}, - "real_address": {
- "city": "string",
- "street": "string",
- "house_number": "дом 1А/2 строение 3 корпус 4 литера Б",
- "room": "офис 1 помещение 2",
- "zip_code": "string"
}, - "legal_address_eq_real": true,
- "tax_type": "with_vat",
- "rating": 0,
- "logo_url": "string",
- "additional_info": {
- "website_url": "string"
}
}, - "invitee_company_id": "string",
- "invitee_company": {
- "id": "string",
- "human_friendly_id": "string",
- "kinds": [
- "TransportCompany"
], - "opf_id": 0,
- "opf": {
- "id": 1,
- "code": "12300",
- "name": "ООО"
}, - "country_id": 0,
- "country": {
- "id": 0,
- "name": "string",
- "alpha_2": "string",
- "code_name": "string",
- "num": 0
}, - "title": "string",
- "inn": "string",
- "kpp": "string",
- "ogrn": "string",
- "legal_address": {
- "city": "string",
- "street": "string",
- "house_number": "дом 1А/2 строение 3 корпус 4 литера Б",
- "room": "офис 1 помещение 2",
- "zip_code": "string"
}, - "real_address": {
- "city": "string",
- "street": "string",
- "house_number": "дом 1А/2 строение 3 корпус 4 литера Б",
- "room": "офис 1 помещение 2",
- "zip_code": "string"
}, - "legal_address_eq_real": true,
- "tax_type": "with_vat",
- "rating": 0,
- "logo_url": "string",
- "additional_info": {
- "website_url": "string"
}
}
}
], - "page_info": {
- "total_results": 0,
- "results_per_page": 0,
- "current_page": 0
}
}
Получение списка групп партнёров
CargoOwningCompanyAdmin
) q | string >= 1 Поисковая строка |
Коллекция групп партнёрств
Неверные параметры запроса
Невалидный токен, неверный логин или пароль
{- "type": null,
- "items": {
- "id": "string",
- "title": "string",
- "partnerships_ids": [
- "string"
], - "transport_companies": [
- {
- "id": "string",
- "human_friendly_id": "string",
- "title": "string",
- "country_id": 0,
- "country": {
- "id": 0,
- "name": "string",
- "alpha_2": "string",
- "code_name": "string",
- "num": 0
}, - "inn": "string",
- "kpp": "string",
- "tax_type": "with_vat",
- "opf_id": 0,
- "opf": {
- "id": 1,
- "code": "12300",
- "name": "ООО"
}, - "rating": 0,
- "logo_url": "string"
}
], - "cargo_companies": [
- {
- "id": "string",
- "human_friendly_id": "string",
- "title": "string",
- "country_id": 0,
- "country": {
- "id": 0,
- "name": "string",
- "alpha_2": "string",
- "code_name": "string",
- "num": 0
}, - "inn": "string",
- "kpp": "string",
- "tax_type": "with_vat",
- "opf_id": 0,
- "opf": {
- "id": 1,
- "code": "12300",
- "name": "ООО"
}, - "rating": 0,
- "logo_url": "string"
}
]
}
}
Создать заказ и сразу же опубликовать его
CargoOwningCompanyAdmin
) Content-Type required | any Value: "application/json" |
type | string Enum: "shipping_request" "contract" "delivery" "city_delivery" Тип заказа:
|
external_id | string <uuid> Nullable Идентификатор заказа во внешних системах. Используется только для информации |
external_human_friendly_id | string Nullable Идентификатор заказа во внешних системах. Принимается от UI. Используется только для информации |
parent_id | string <uuid> Nullable ID заказа, на основании которого был создан текущий заказ. Используется только для информации |
contact | object Ответственное лицо всего заказа |
comment | string Nullable Комментарий к заказу |
hide_contacts | boolean Скрыть контакты |
resource_assignment_time | integer [ 60 .. 144000 ] Nullable Время на назначение ресурсов после бронирования заявки в минутах (необходмо передать один из resource_assignment_time или resource_assignment_till) |
resource_assignment_till | string <date-time> Nullable Конкретное время назначение ресурсов после бронирования заявки (необходмо передать один из resource_assignment_time или resource_assignment_till) |
change_requests_allowed | boolean Nullable Можно ли создавать запросы на изменение заказа |
contract_begins_at | string <date-time> Nullable Дата начала исполнения. Указывается в часовом поясе первой точки маршрута |
contract_ends_at | string <date-time> Nullable Дата окончания исполнения. Указывается в часовом поясе последней точки маршрута |
contract_type | string Nullable Enum: "by_shippings_count" "by_schedule" Вид графикового заказа:
|
shippings_count | integer [ 1 .. 100000 ] Nullable Объём графикового заказа - количество перевозок |
max_shippings_per_day | integer [ 1 .. 100000 ] Nullable Максимальное количество перевозок в день по данному графиковому заказу для перевозчика. null означает, что ограничений нет |
max_shippings_per_week | integer [ 1 .. 100000 ] Nullable Максимальное количество перевозок в неделю по данному графиковому заказу для перевозчика. null означает, что ограничений нет |
shipping_available_in | integer [ 0 .. 43200 ] Nullable Перевозка по графиковому заказу будет доступна за указанное количество минут до её начала |
transport_body_types | Array of strings non-empty Items Enum: "awning" "full_metal" "isothermal" "refrigerator" "dropside" "tanker" "container" Типы кузова транспорта |
transport_tonnage | number <double> [ 0 .. 200 ] Тоннаж транспорта в тоннах |
transport_volume | number <double> [ 0 .. 200 ] Объём транспорта в кубических метрах |
resource_requirements | object Требования к ресурсам |
cargo_name | string Наименование груза |
cargo_tonnage | number <double> [ 0 .. 24 ] Тоннаж груза в тоннах |
cargo_volume | number <double> [ 0 .. 150 ] Объём груза в кубических метрах |
cargo_cost | integer [ 0 .. 999999999 ] Nullable Стоимость груза |
cargo_adr | string Nullable Enum: "1" "2" "3" "4" "5" "6" "7" "8" "9" Класс опасности груза |
cargo_length | number <double> [ 0.5 .. 17 ] Nullable Длина груза в метрах |
cargo_width | number <double> [ 0.5 .. 2.75 ] Nullable Ширина груза в метрах |
cargo_height | number <double> [ 0.5 .. 3 ] Nullable Высота груза в метрах |
cargo_places | integer [ 0 .. 100 ] Nullable Количество грузомест |
cargo_packing | string Nullable Enum: "reels" "big_bags" "barrels" "eurocubes" "cans" "coils" "boxes" "sheets" "bags" "in_bulk" "not_specified" "pallets" "fin_pallets" "packs" "pyramid" "loose" "rolls" "cases" Упаковка груза:
|
route_points | Array of objects [ 2 .. 100 ] items Точки маршрута |
auction_stages | Array of objects [ 0 .. 1000 ] items Этапы торга |
executors | Array of objects [ 0 .. 1 ] items Исполнители заказа, указанные в момент создания |
contract_id | string <uuid> Nullable ID графикового заказа, для которого создаётся данный заказ |
contract_shipping_price | integer [ 0 .. 999999999 ] Nullable Стоимость заказа по графику. В случае, если поле не заполнено, стоимость будет браться из графика |
dynamic_pricing | boolean Nullable Применять ли динамический коридор ставки для открытых аукционов |
auction_auto_extend_period | integer [ 1 .. 24 ] Nullable Период автопродления торга |
rebidding | boolean Nullable Возможноть переторжки |
manual_spot_winner_pick_allowed | boolean Можно ли выбирать выигрышную ставку в процессе торга спот заказа |
partnership_contract_type | string Nullable Default: "all" Тип договора:
|
document_flows | Array of strings Items Enum: "scancopy" "online_confirmation" "qualified_signature" Возможные механизмы работы с документами |
closing_documents_period | integer [ 1 .. 366 ] Nullable Период предоставления закрывающих документов в днях |
closing_documents_period_type | string Nullable Enum: "calendar" "working" Тип дней в периоде предоставления закрывающих документов:
|
agreement_type | string Nullable Enum: "shipping_agreement" "freight_forwarding_agreement" Вид договора
|
closing_documents | Array of objects non-empty Закрывающие документы |
terms_by_partnership_contract | boolean Условия взаиморасчетов согласно договору |
idle_time_cost_without_vat | integer [ 100 .. 1500 ] Nullable Стоимость одного часа простоя сверх времени работы в точке без НДС, кратно 100 |
documents_for_payment | Array of strings Items Enum: "bill_of_lading" "waybill" "bill_of_lading_or_waybill" "packing_list" "bill" "acceptance_certificate" "delivery_certificate" "invoice" "power_of_attorney" "universal_transfer_document" "accompanying_document" "cmr" "forwarding_order" "shipping_order" "forwarding_receipt" "attachment_to_bill_of_lading" Документы для оплаты |
payment_procedure | string Nullable Enum: "prepayment" "payment_by_scancopy" "payment_by_original_documents" "payment_by_unloading" "payment_by_loading" Порядок оплаты:
|
payment_period | integer [ 1 .. 366 ] Nullable Период оплаты в днях |
payment_period_type | string Nullable Enum: "calendar" "working" Тип дней в периоде оплаты:
|
cancellation_without_penalty_before | string <date-time> Nullable Допустимое время для отказа от перевозки до наступления санкций |
cancellation_penalty_percent | integer [ 0 .. 100 ] Nullable Штраф за отказ от перевозки после наступления санкций в процентах от стоимости без НДС |
minimum_cancellation_penalty_without_vat | integer [ 0 .. 999999999 ] Nullable Минимальный штраф за отказ от перевозки после наступления санкций без НДС |
payer_opf_id | integer [ 1 .. 8 ] Nullable ID ОПФ плательщика:
|
payer_title | string Nullable Название организации (либо ФИО физ. лица) плательщика. |
payment_form | string Nullable Форма оплаты:
|
forward_request_number | string Nullable Номер заявки экспедитора по перевозке. |
auto_accept_changes | boolean Указывает на возможность авто согласования изменений |
Заказ
Для одной из точек маршрута не удалось определить геокоординаты
{- "type": "shipping_request",
- "external_id": "string",
- "external_human_friendly_id": "№ 111-222 от 01.01.1999",
- "parent_id": "string",
- "contact": {
- "full_name": "string",
- "phone": "stringstrin",
- "extension_number": "string",
- "email": "string"
}, - "comment": "string",
- "hide_contacts": true,
- "resource_assignment_time": 60,
- "resource_assignment_till": "2020-03-13T15:46:31+00:00",
- "change_requests_allowed": true,
- "contract_begins_at": "2024-12-19T10:13:29Z",
- "contract_ends_at": "2024-12-19T10:13:29Z",
- "contract_type": "by_shippings_count",
- "shippings_count": 1,
- "max_shippings_per_day": 1,
- "max_shippings_per_week": 1,
- "shipping_available_in": 0,
- "transport_body_types": [
- "awning"
], - "transport_tonnage": 0,
- "transport_volume": 0,
- "resource_requirements": {
- "own_transport_only": true,
- "rigid_board": true,
- "removable_upper_beam": true,
- "removable_side_racks": true,
- "two_sided": true,
- "number_of_belts": 1,
- "is_disinfected": true,
- "temperature_condition": {
- "min": -100,
- "max": -100
}, - "temperature_check": true,
- "russian_citizenship": true,
- "medical_book": true,
- "original_shipping_power_of_attorney": true,
- "coveralls": true,
- "timber_bunks": true,
- "tir_document": true,
- "cmr_document": true
}, - "cargo_name": "string",
- "cargo_tonnage": 0,
- "cargo_volume": 0,
- "cargo_cost": 0,
- "cargo_adr": "1",
- "cargo_length": 0.5,
- "cargo_width": 0.5,
- "cargo_height": 0.5,
- "cargo_places": 0,
- "cargo_packing": "reels",
- "route_points": [
- {
- "number": 1,
- "location": {
- "house": "дом 1А/2 строение 3 корпус 4 литера Б",
- "office": "офис 1 помещение 2",
- "fias_id": "315a5cc2-7676-460f-ab44-a85c38eea89a",
- "lat": 59.9017959,
- "lng": 30.3194694
}, - "radius": 1,
- "car_supply_ranges": [
- {
- "from": "2024-12-19T10:13:29Z",
- "till": "2024-12-19T10:13:29Z"
}
], - "operations": [
- "loading"
], - "operations_loadings": [
- "full"
], - "operations_duration": 10,
- "additional_services": [
- {
- "id": "string",
- "name": "string",
- "count": 1,
- "price": 0
}
], - "contact_company_title": "string",
- "contact_inn": "string",
- "contact_kpp": "string",
- "contact_opf_code": "string",
- "contact_opf_name": "string",
- "contacts": [
- {
- "full_name": "string",
- "phone": "stringstrin",
- "extension_number": "string",
- "passport_number": "string",
- "passport_issued_at": "2024-12-19T10:13:29Z",
- "passport_who_issued": "string"
}
], - "counter_agent": {
- "private_person": true,
- "legal_entity_title": "string",
- "legal_entity_inn": "string",
- "legal_entity_kpp": "string",
- "legal_entity_opf_name": "string",
- "private_person_full_name": "string",
- "private_person_passport_type": "passport",
- "private_person_passport_number": "string",
- "private_person_passport_issuer": "string",
- "private_person_passport_issued_at": "2024-12-19"
}
}, - {
- "number": 1,
- "location": {
- "house": "дом 1А/2 строение 3 корпус 4 литера Б",
- "office": "офис 1 помещение 2",
- "fias_id": "315a5cc2-7676-460f-ab44-a85c38eea89a",
- "lat": 59.9017959,
- "lng": 30.3194694
}, - "radius": 1,
- "car_supply_ranges": [
- {
- "from": "2024-12-19T10:13:29Z",
- "till": "2024-12-19T10:13:29Z"
}
], - "operations": [
- "loading"
], - "operations_loadings": [
- "full"
], - "operations_duration": 10,
- "additional_services": [
- {
- "id": "string",
- "name": "string",
- "count": 1,
- "price": 0
}
], - "contact_company_title": "string",
- "contact_inn": "string",
- "contact_kpp": "string",
- "contact_opf_code": "string",
- "contact_opf_name": "string",
- "contacts": [
- {
- "full_name": "string",
- "phone": "stringstrin",
- "extension_number": "string",
- "passport_number": "string",
- "passport_issued_at": "2024-12-19T10:13:29Z",
- "passport_who_issued": "string"
}
], - "counter_agent": {
- "private_person": true,
- "legal_entity_title": "string",
- "legal_entity_inn": "string",
- "legal_entity_kpp": "string",
- "legal_entity_opf_name": "string",
- "private_person_full_name": "string",
- "private_person_passport_type": "passport",
- "private_person_passport_number": "string",
- "private_person_passport_issuer": "string",
- "private_person_passport_issued_at": "2024-12-19"
}
}
], - "auction_stages": [
- {
- "begins_at": "2024-12-19T10:13:29Z",
- "ends_at": "2024-12-19T10:13:29Z",
- "auction_type": "instant_reservation",
- "many_executors_allowed": false,
- "price_type": "with_vat",
- "price_with_vat": 1,
- "price_without_vat": 1,
- "payment_type": "per_hour",
- "min_work_hours": 0,
- "bid_step": 1,
- "min_bid_with_vat": 0,
- "min_bid_without_vat": 0,
- "max_bid_with_vat": 0,
- "max_bid_without_vat": 0,
- "visibility": "all",
- "companies_ids": [
- "string"
], - "groups_ids": [
- "string"
], - "intermediate_results_period": 0,
- "auto_extended": true
}
], - "executors": [
- {
- "company_id": "string",
- "price": 1
}
], - "contract_id": "string",
- "contract_shipping_price": 0,
- "dynamic_pricing": true,
- "auction_auto_extend_period": 1,
- "rebidding": true,
- "manual_spot_winner_pick_allowed": true,
- "partnership_contract_type": "all",
- "document_flows": [
- "scancopy"
], - "closing_documents_period": 1,
- "closing_documents_period_type": "calendar",
- "agreement_type": "shipping_agreement",
- "closing_documents": [
- {
- "name": "string",
- "count": 1
}
], - "terms_by_partnership_contract": true,
- "idle_time_cost_without_vat": 100,
- "documents_for_payment": [
- "bill_of_lading"
], - "payment_procedure": "prepayment",
- "payment_period": 1,
- "payment_period_type": "calendar",
- "cancellation_without_penalty_before": "2024-12-19T10:13:29Z",
- "cancellation_penalty_percent": 0,
- "minimum_cancellation_penalty_without_vat": 0,
- "payer_opf_id": 1,
- "payer_title": "string",
- "payment_form": "string",
- "forward_request_number": "string",
- "shipping": {
- "shipping_request_info": {
- "type": "shipping_request",
- "contract_id": "string",
- "client_category": "category_1",
- "comment": "string",
- "resource_assignment_time": 30,
- "contract_begins_at": "2024-12-19T10:13:29Z",
- "contract_ends_at": "2024-12-19T10:13:29Z",
- "contract_type": "by_shippings_count",
- "shippings_count": 1,
- "max_shippings_per_day": 1,
- "max_shippings_per_week": 1,
- "shipping_available_in": 0,
- "resource_requirements": {
- "transport_body_type": [
- "awning"
], - "transport_type": [
- "lorry"
], - "lifting_capacity": [
- "string"
], - "has_russian_citizen": true,
- "has_driver_coveralls": true,
- "has_no_criminal_records": true,
- "has_rigid_board": true,
- "has_medical_book": true,
- "has_removable_upper_beam": true,
- "has_removable_side_racks": true,
- "is_express": true,
- "number_of_belts": 0,
- "has_shipping_power_of_attorney_original": true,
- "is_disinfected": true,
- "has_temperature_check": true,
- "temperature_condition": {
- "min": 0,
- "max": 0
}, - "own_transport_only": true,
- "timber_bunks": true,
- "tir_document": true,
- "cmr_document": true
}, - "cargo_description": "string",
- "cargo_tonnage": 0,
- "cargo_volume": 0,
- "cargo_cost": 0,
- "cargo_adr": "1",
- "cargo_length": 0.5,
- "cargo_width": 0.5,
- "cargo_height": 0.5,
- "cargo_places": 0,
- "cargo_packing": "reels",
- "route_segments": [
- {
- "id": 0,
- "from_route_point_id": 0,
- "to_route_point_id": 0,
- "distance": 0,
- "unloading": {
- "type": [
- "full"
], - "duration": 300
}, - "loading": {
- "type": [
- "full"
], - "duration": 300
}
}
], - "route_points": [
- {
- "id": 0,
- "car_supply_range": [
- {
- "from": "2024-12-19T10:13:29Z",
- "until": "2024-12-19T10:13:29Z"
}
], - "car_supply_at": "2024-12-19T10:13:29Z",
- "need_document_work": true,
- "additional_services": [
- {
- "id": "string",
- "name": "string",
- "count": 1,
- "price": 0
}
], - "counter_agent": {
- "private_person": true,
- "legal_entity_title": "string",
- "legal_entity_inn": "string",
- "legal_entity_kpp": "string",
- "legal_entity_opf_name": "string",
- "private_person_full_name": "string",
- "private_person_passport_type": "passport",
- "private_person_passport_number": "string",
- "private_person_passport_issuer": "string",
- "private_person_passport_issued_at": "2024-12-19"
}, - "cargo_receiver_sender_info": {
- "address": "string",
- "phone": "string",
- "company_name": "string",
- "contact_name": "string",
- "contact_inn": "string",
- "contact_kpp": "string",
- "contact_opf_code": "string",
- "contact_opf_name": "string",
- "passport_number": "string",
- "passport_issued_at": null,
- "passport_who_issued": "string"
}, - "location": {
- "country": "Россия",
- "country_iso_code": "RU",
- "federal_district": "Северо-Западный",
- "region": "Санкт-Петербург",
- "region_type": "г",
- "region_with_type": "г Санкт-Петербург",
- "region_fias_id": "c2deb16a-0330-4f05-821f-1d09c93331e6",
- "region_kladr_id": "7800000000000",
- "region_iso_code": "RU-SPE",
- "area": "Краснокамский",
- "area_type": "р-н",
- "area_with_type": "Краснокамский р-н",
- "area_fias_id": "c278cbbc-e209-4b0f-b20e-9c19ed6f6802",
- "area_kladr_id": "0203100000000",
- "city": "Санкт-Петербург",
- "city_type": "г",
- "city_with_type": "г Санкт-Петербург",
- "city_fias_id": "c2deb16a-0330-4f05-821f-1d09c93331e6",
- "city_kladr_id": "7800000000000",
- "settlement": "Жилгородок",
- "settlement_type": "п",
- "settlement_with_type": "п Жилгородок",
- "settlement_fias_id": "8eab754d-38df-4fac-bebd-b27a46f45ea2",
- "settlement_kladr_id": "4701200005100",
- "street": "Московский",
- "street_type": "пр-кт",
- "street_with_type": "Московский пр-кт",
- "street_fias_id": "01b3acfc-5a4d-4d0f-a2de-67aef6effe31",
- "street_kladr_id": "78000000000085200",
- "house": "дом 1А/2 строение 3 корпус 4 литера Б",
- "house_fias_id": "315a5cc2-7676-460f-ab44-a85c38eea89a",
- "house_kladr_id": "7800000000013430010",
- "office": "офис 1 помещение 2",
- "fias_id": "315a5cc2-7676-460f-ab44-a85c38eea89a",
- "kladr_id": "7800000000013430010",
- "lat": 59.9017959,
- "lng": 30.3194694,
- "zip_code": "196084",
- "timezone_name": "Europe/Moscow",
- "level": "country",
- "country_id": 643,
- "locality": "Жилгородок п",
- "fraction": 0,
- "housing": 0,
- "structure": 0,
- "literature": "string",
- "apartment": "string",
- "latitude": 0,
- "longitude": 0,
- "local_time_zone": 0,
- "comment": "string",
- "id": "string",
- "code": "string",
- "full_string_address": "string",
- "value": "string",
- "is_canonical": true
}, - "radius": 1
}
], - "route_direction": {
- "country": "Россия",
- "country_iso_code": "RU",
- "federal_district": "Северо-Западный",
- "region": "Санкт-Петербург",
- "region_type": "г",
- "region_with_type": "г Санкт-Петербург",
- "region_fias_id": "c2deb16a-0330-4f05-821f-1d09c93331e6",
- "region_kladr_id": "7800000000000",
- "region_iso_code": "RU-SPE",
- "area": "Краснокамский",
- "area_type": "р-н",
- "area_with_type": "Краснокамский р-н",
- "area_fias_id": "c278cbbc-e209-4b0f-b20e-9c19ed6f6802",
- "area_kladr_id": "0203100000000",
- "city": "Санкт-Петербург",
- "city_type": "г",
- "city_with_type": "г Санкт-Петербург",
- "city_fias_id": "c2deb16a-0330-4f05-821f-1d09c93331e6",
- "city_kladr_id": "7800000000000",
- "settlement": "Жилгородок",
- "settlement_type": "п",
- "settlement_with_type": "п Жилгородок",
- "settlement_fias_id": "8eab754d-38df-4fac-bebd-b27a46f45ea2",
- "settlement_kladr_id": "4701200005100",
- "street": "Московский",
- "street_type": "пр-кт",
- "street_with_type": "Московский пр-кт",
- "street_fias_id": "01b3acfc-5a4d-4d0f-a2de-67aef6effe31",
- "street_kladr_id": "78000000000085200",
- "house": "дом 1А/2 строение 3 корпус 4 литера Б",
- "house_fias_id": "315a5cc2-7676-460f-ab44-a85c38eea89a",
- "house_kladr_id": "7800000000013430010",
- "office": "офис 1 помещение 2",
- "fias_id": "315a5cc2-7676-460f-ab44-a85c38eea89a",
- "kladr_id": "7800000000013430010",
- "lat": 59.9017959,
- "lng": 30.3194694,
- "zip_code": "196084",
- "timezone_name": "Europe/Moscow",
- "level": "country",
- "country_id": 643,
- "locality": "Жилгородок п",
- "fraction": 0,
- "housing": 0,
- "structure": 0,
- "literature": "string",
- "apartment": "string",
- "latitude": 0,
- "longitude": 0,
- "local_time_zone": 0,
- "comment": "string",
- "id": "string",
- "code": "string",
- "full_string_address": "string",
- "value": "string",
- "is_canonical": true
}, - "is_interval": true,
- "auction_type": "instant_reservation",
- "many_executors_allowed": false,
- "expedited_payment_available": true,
- "contract_shipping_price": 0,
- "dynamic_pricing": true,
- "document_flow": [
- "scancopy"
], - "closing_documents_period": 1,
- "closing_documents_period_type": "calendar",
- "closing_documents": [
- {
- "name": "string",
- "count": 0
}
], - "agreement_type": "shipping_agreement",
- "change_requests_allowed": true,
- "terms_by_partnership_contract": true,
- "idle_time_cost_without_vat": 50,
- "documents_for_payment": [
- "bill_of_lading"
], - "payment_procedure": "prepayment",
- "payment_period": 1,
- "payment_period_type": "calendar",
- "payment_type": "per_hour",
- "min_work_hours": 0,
- "cancellation_without_penalty_before": "2024-12-19T10:13:29Z",
- "cancellation_penalty_percent": 0,
- "minimum_cancellation_penalty_without_vat": 0,
- "price": 0,
- "price_tax_type": "string",
- "tc_requirements_changes": [
- {
- "id": "string",
- "status": "string",
- "price": 0,
- "car_supply_at": null
}
], - "tc_requirements_change": {
- "id": "string",
- "status": "string",
- "price": 0,
- "car_supply_at": null
}, - "contact": {
- "full_name": "string",
- "phone": "stringstrin",
- "extension_number": "string",
- "email": "string"
}
}, - "assigned_resources": [
- {
- "driver_contact_info": "string",
- "route_segment_id": 0,
- "drivers_ids": [
- "string"
], - "car_id": "string",
- "trailer_id": "string"
}
], - "selected_car_supply": [
- {
- "route_point_id": 0,
- "car_supply_at": "2024-12-19T10:13:29Z"
}
], - "completed_at": "2024-12-19T10:13:29Z",
- "resource_assignment_deadline": "2024-12-19T10:13:29Z",
- "kind": "ShippingOutput",
- "id": "string",
- "human_friendly_id": "Человеко понятный id",
- "status_updated_at": "2024-12-19T10:13:29Z",
- "status_history": [
- [
- {
- "status_comment": "string",
- "created_at": "2024-12-19T10:13:29Z"
}
]
], - "scancopy_status_comment": "string",
- "contract_id": "string",
- "contract_hfid": "string",
- "company_id": "string",
- "company": {
- "id": "string",
- "human_friendly_id": "string",
- "title": "string",
- "country_id": 0,
- "country": {
- "id": 0,
- "name": "string",
- "alpha_2": "string",
- "code_name": "string",
- "num": 0
}, - "inn": "string",
- "kpp": "string",
- "tax_type": "with_vat",
- "opf_id": 0,
- "opf": {
- "id": 1,
- "code": "12300",
- "name": "ООО"
}, - "rating": 0,
- "logo_url": "string"
}, - "assigned_resource_objects": {
- "drivers": [
- {
- "prohibited_categories": [
- "category_1"
], - "delivery_allowed": true,
- "driver_secret_info": {
- "common": {
- "country_id": 0,
- "first_name": "string",
- "last_name": "string",
- "middle_name": "string",
- "birth_date": "2024-12-19T10:13:29Z"
}, - "doc": {
- "type": "passport",
- "number": "string",
- "issued_at": "2024-12-19T10:13:29Z",
- "subdivision_code": "370-011",
- "who_issued": "string",
- "expired_at": "2024-12-19T10:13:29Z"
}, - "address": {
- "country_id": 0,
- "city": "string",
- "street": "string",
- "house_number": "string",
- "zip_code": "string",
- "room": "string"
}, - "inn": "string",
- "driver_license": {
- "number": "string",
- "who_issued": "string",
- "issued_at": "2024-12-19T10:13:29Z",
- "expired_at": "2024-12-19T10:13:29Z"
}, - "have_medical_book": true,
- "phones": [
- "string"
]
}
}
], - "cars": [
- {
- "id": "string",
- "human_friendly_id": "человекочитаемый id",
- "kind": "ResourceCar",
- "brand": "string",
- "company_id": "string",
- "status": {
- "code_name": "not_approved",
- "comment": "string"
}, - "status_updated_at": "2024-12-19T10:13:29Z",
- "freezing": [
- {
- "kind": "ResourceFreezingValue",
- "code_name": "string",
- "name": "string",
- "end_time": "2024-12-19T10:13:29Z"
}
], - "number_sts": "string",
- "owner_sts": "string",
- "owning_type": "own",
- "max_lifting_capacity": 5.2,
- "car_number": "string",
- "car_additional_info": {
- "vin": "string",
- "engine_number": "string",
- "chassis_number": "string",
- "body_number": "string"
}, - "car_phone": "string",
- "created_at": "2024-12-19T10:13:29Z",
- "updated_at": "2024-12-19T10:13:29Z",
- "additional": {
- "disinfected_from": "2024-12-19T10:13:29Z",
- "disinfected_until": "2024-12-19T10:13:29Z",
- "is_disinfected": true,
- "has_temperature_check": true
}, - "loading_option": {
- "full": true,
- "lateral": true,
- "rear": true,
- "upper": true,
- "removable_side_racks": true,
- "removable_upper_beam": true,
- "rigid_board": true,
- "number_of_belts": 0
}
}
], - "trailers": [
- {
- "id": "string",
- "human_friendly_id": "человекочитаемый id",
- "kind": "ResourceTrailer",
- "brand": "string",
- "company_id": "string",
- "status": {
- "code_name": "not_approved",
- "comment": "string"
}, - "status_updated_at": "2024-12-19T10:13:29Z",
- "freezing": [
- {
- "kind": "ResourceFreezingValue",
- "code_name": "string",
- "name": "string",
- "end_time": "2024-12-19T10:13:29Z"
}
], - "number_sts": "string",
- "owner_sts": "string",
- "owning_type": "own",
- "trailer_number": "string",
- "trailer_additional_info": {
- "vin": "string",
- "chassis_number": "string"
}, - "lifting_capacity_id": "string",
- "max_lifting_capacity": 5.2,
- "dimensions_cargo_hold": {
- "length": 0,
- "width": 0,
- "height": 0
}, - "created_at": "2024-12-19T10:13:29Z",
- "updated_at": "2024-12-19T10:13:29Z",
- "additional": {
- "disinfected_from": "2024-12-19T10:13:29Z",
- "disinfected_until": "2024-12-19T10:13:29Z",
- "is_disinfected": true,
- "has_temperature_check": true
}, - "loading_option": {
- "full": true,
- "lateral": true,
- "rear": true,
- "upper": true,
- "removable_side_racks": true,
- "removable_upper_beam": true,
- "rigid_board": true,
- "number_of_belts": 0
}
}
]
}, - "document_flow": "scancopy",
- "scancopy_attachment_deadline": "2024-12-19T10:13:29Z",
- "requirements_changes_deadline": "2024-12-19T10:13:29Z",
- "reserved_at": "2024-12-19T10:13:29Z",
- "important_changes_at": "2024-12-19T10:13:29Z",
- "requirements_accepted_at": "2024-12-19T10:13:29Z",
- "closing_ttd_documents_accepted_at": "string",
- "closing_ttd_documents_rejected_at": "string",
- "closing_ttd_documents_rejection_comment": "string",
- "closing_ttd_forwarder_documents_accepted_at": "string",
- "closing_ttd_forwarder_documents_rejected_at": "string",
- "closing_ttd_forwarder_documents_rejection_comment": "string",
- "closing_bd_documents_accepted_at": "string",
- "closing_bd_documents_rejected_at": "string",
- "closing_bd_documents_rejection_comment": "string",
- "closing_status": "documents_accepted",
- "planned_payment_date": "2024-12-19",
- "actual_payment_date": "2024-12-19",
- "contact": {
- "id": "string",
- "full_name": "string",
- "email": "string",
- "phone": "string"
}, - "created_at": "2024-12-19T10:13:29Z",
- "updated_at": "2024-12-19T10:13:29Z"
}, - "auto_accept_changes": true
}
{- "id": "string",
- "human_friendly_id": "string",
- "created_at": "2024-12-19T10:13:29Z",
- "updated_at": "2024-12-19T10:13:29Z",
- "deleted_at": "2024-12-19T10:13:29Z",
- "status": "draft",
- "status_comment": "string",
- "status_updated_at": "2024-12-19T10:13:29Z",
- "status_history": [
- {
- "status": "blacklisted",
- "status_comment": "string",
- "created_at": "2024-12-19T10:13:29Z"
}
], - "cargo_owning_company_id": "string",
- "author_id": "string",
- "type": "shipping_request",
- "external_id": "string",
- "external_human_friendly_id": "№ 111-222 от 01.01.1999",
- "parent_id": "string",
- "contact": {
- "full_name": "string",
- "phone": "stringstrin",
- "extension_number": "string",
- "email": "string"
}, - "comment": "string",
- "archived": true,
- "hide_contacts": true,
- "resource_assignment_time": 60,
- "resource_assignment_till": "2020-03-13T15:46:31+00:00",
- "change_requests_allowed": true,
- "change_request_status": "string",
- "change_resources_request_status": "string",
- "contract_begins_at": "2024-12-19T10:13:29Z",
- "contract_ends_at": "2024-12-19T10:13:29Z",
- "contract_type": "by_shippings_count",
- "shippings_count": 1,
- "max_shippings_per_day": 1,
- "max_shippings_per_week": 1,
- "shipping_available_in": 0,
- "transport_body_types": [
- "awning"
], - "transport_tonnage": 0,
- "transport_volume": 0,
- "resource_requirements": {
- "own_transport_only": true,
- "rigid_board": true,
- "removable_upper_beam": true,
- "removable_side_racks": true,
- "two_sided": true,
- "number_of_belts": 1,
- "is_disinfected": true,
- "temperature_condition": {
- "min": -100,
- "max": -100
}, - "temperature_check": true,
- "russian_citizenship": true,
- "medical_book": true,
- "original_shipping_power_of_attorney": true,
- "coveralls": true,
- "timber_bunks": true,
- "tir_document": true,
- "cmr_document": true
}, - "cargo_name": "string",
- "cargo_tonnage": 0,
- "cargo_volume": 0,
- "cargo_cost": 0,
- "cargo_adr": "1",
- "cargo_length": 0.5,
- "cargo_width": 0.5,
- "cargo_height": 0.5,
- "cargo_places": 0,
- "cargo_packing": "reels",
- "route_points": [
- {
- "number": 1,
- "location": {
- "country": "Россия",
- "country_iso_code": "RU",
- "federal_district": "Северо-Западный",
- "region": "Санкт-Петербург",
- "region_type": "г",
- "region_with_type": "г Санкт-Петербург",
- "region_fias_id": "c2deb16a-0330-4f05-821f-1d09c93331e6",
- "region_kladr_id": "7800000000000",
- "region_iso_code": "RU-SPE",
- "area": "Краснокамский",
- "area_type": "р-н",
- "area_with_type": "Краснокамский р-н",
- "area_fias_id": "c278cbbc-e209-4b0f-b20e-9c19ed6f6802",
- "area_kladr_id": "0203100000000",
- "city": "Санкт-Петербург",
- "city_type": "г",
- "city_with_type": "г Санкт-Петербург",
- "city_fias_id": "c2deb16a-0330-4f05-821f-1d09c93331e6",
- "city_kladr_id": "7800000000000",
- "settlement": "Жилгородок",
- "settlement_type": "п",
- "settlement_with_type": "п Жилгородок",
- "settlement_fias_id": "8eab754d-38df-4fac-bebd-b27a46f45ea2",
- "settlement_kladr_id": "4701200005100",
- "street": "Московский",
- "street_type": "пр-кт",
- "street_with_type": "Московский пр-кт",
- "street_fias_id": "01b3acfc-5a4d-4d0f-a2de-67aef6effe31",
- "street_kladr_id": "78000000000085200",
- "house": "дом 1А/2 строение 3 корпус 4 литера Б",
- "house_fias_id": "315a5cc2-7676-460f-ab44-a85c38eea89a",
- "house_kladr_id": "7800000000013430010",
- "office": "офис 1 помещение 2",
- "fias_id": "315a5cc2-7676-460f-ab44-a85c38eea89a",
- "kladr_id": "7800000000013430010",
- "lat": 59.9017959,
- "lng": 30.3194694,
- "zip_code": "196084",
- "timezone_name": "Europe/Moscow",
- "level": "country",
- "timezone": 0
}, - "radius": 1,
- "distance_to_next": 0,
- "car_supply_ranges": [
- {
- "from": "2024-12-19T10:13:29Z",
- "till": "2024-12-19T10:13:29Z"
}
], - "operations": [
- "loading"
], - "operations_loadings": [
- "full"
], - "operations_duration": 10,
- "additional_services": [
- {
- "id": "string",
- "name": "string",
- "count": 1,
- "price": 0
}
], - "contact_company_title": "string",
- "contact_inn": "string",
- "contact_kpp": "string",
- "contact_opf_code": "string",
- "contact_opf_name": "string",
- "contacts": [
- {
- "full_name": "string",
- "phone": "stringstrin",
- "extension_number": "string",
- "passport_number": "string",
- "passport_issued_at": "2024-12-19T10:13:29Z",
- "passport_who_issued": "string"
}
], - "counter_agent": {
- "private_person": true,
- "legal_entity_title": "string",
- "legal_entity_inn": "string",
- "legal_entity_kpp": "string",
- "legal_entity_opf_name": "string",
- "private_person_full_name": "string",
- "private_person_passport_type": "passport",
- "private_person_passport_number": "string",
- "private_person_passport_issuer": "string",
- "private_person_passport_issued_at": "2024-12-19",
- "private_person_passport_info": "2024-12-19"
}
}, - {
- "number": 1,
- "location": {
- "country": "Россия",
- "country_iso_code": "RU",
- "federal_district": "Северо-Западный",
- "region": "Санкт-Петербург",
- "region_type": "г",
- "region_with_type": "г Санкт-Петербург",
- "region_fias_id": "c2deb16a-0330-4f05-821f-1d09c93331e6",
- "region_kladr_id": "7800000000000",
- "region_iso_code": "RU-SPE",
- "area": "Краснокамский",
- "area_type": "р-н",
- "area_with_type": "Краснокамский р-н",
- "area_fias_id": "c278cbbc-e209-4b0f-b20e-9c19ed6f6802",
- "area_kladr_id": "0203100000000",
- "city": "Санкт-Петербург",
- "city_type": "г",
- "city_with_type": "г Санкт-Петербург",
- "city_fias_id": "c2deb16a-0330-4f05-821f-1d09c93331e6",
- "city_kladr_id": "7800000000000",
- "settlement": "Жилгородок",
- "settlement_type": "п",
- "settlement_with_type": "п Жилгородок",
- "settlement_fias_id": "8eab754d-38df-4fac-bebd-b27a46f45ea2",
- "settlement_kladr_id": "4701200005100",
- "street": "Московский",
- "street_type": "пр-кт",
- "street_with_type": "Московский пр-кт",
- "street_fias_id": "01b3acfc-5a4d-4d0f-a2de-67aef6effe31",
- "street_kladr_id": "78000000000085200",
- "house": "дом 1А/2 строение 3 корпус 4 литера Б",
- "house_fias_id": "315a5cc2-7676-460f-ab44-a85c38eea89a",
- "house_kladr_id": "7800000000013430010",
- "office": "офис 1 помещение 2",
- "fias_id": "315a5cc2-7676-460f-ab44-a85c38eea89a",
- "kladr_id": "7800000000013430010",
- "lat": 59.9017959,
- "lng": 30.3194694,
- "zip_code": "196084",
- "timezone_name": "Europe/Moscow",
- "level": "country",
- "timezone": 0
}, - "radius": 1,
- "distance_to_next": 0,
- "car_supply_ranges": [
- {
- "from": "2024-12-19T10:13:29Z",
- "till": "2024-12-19T10:13:29Z"
}
], - "operations": [
- "loading"
], - "operations_loadings": [
- "full"
], - "operations_duration": 10,
- "additional_services": [
- {
- "id": "string",
- "name": "string",
- "count": 1,
- "price": 0
}
], - "contact_company_title": "string",
- "contact_inn": "string",
- "contact_kpp": "string",
- "contact_opf_code": "string",
- "contact_opf_name": "string",
- "contacts": [
- {
- "full_name": "string",
- "phone": "stringstrin",
- "extension_number": "string",
- "passport_number": "string",
- "passport_issued_at": "2024-12-19T10:13:29Z",
- "passport_who_issued": "string"
}
], - "counter_agent": {
- "private_person": true,
- "legal_entity_title": "string",
- "legal_entity_inn": "string",
- "legal_entity_kpp": "string",
- "legal_entity_opf_name": "string",
- "private_person_full_name": "string",
- "private_person_passport_type": "passport",
- "private_person_passport_number": "string",
- "private_person_passport_issuer": "string",
- "private_person_passport_issued_at": "2024-12-19",
- "private_person_passport_info": "2024-12-19"
}
}
], - "route_direction": {
- "country": "Россия",
- "country_iso_code": "RU",
- "federal_district": "Северо-Западный",
- "region": "Санкт-Петербург",
- "region_type": "г",
- "region_with_type": "г Санкт-Петербург",
- "region_fias_id": "c2deb16a-0330-4f05-821f-1d09c93331e6",
- "region_kladr_id": "7800000000000",
- "region_iso_code": "RU-SPE",
- "area": "Краснокамский",
- "area_type": "р-н",
- "area_with_type": "Краснокамский р-н",
- "area_fias_id": "c278cbbc-e209-4b0f-b20e-9c19ed6f6802",
- "area_kladr_id": "0203100000000",
- "city": "Санкт-Петербург",
- "city_type": "г",
- "city_with_type": "г Санкт-Петербург",
- "city_fias_id": "c2deb16a-0330-4f05-821f-1d09c93331e6",
- "city_kladr_id": "7800000000000",
- "settlement": "Жилгородок",
- "settlement_type": "п",
- "settlement_with_type": "п Жилгородок",
- "settlement_fias_id": "8eab754d-38df-4fac-bebd-b27a46f45ea2",
- "settlement_kladr_id": "4701200005100",
- "street": "Московский",
- "street_type": "пр-кт",
- "street_with_type": "Московский пр-кт",
- "street_fias_id": "01b3acfc-5a4d-4d0f-a2de-67aef6effe31",
- "street_kladr_id": "78000000000085200",
- "house": "дом 1А/2 строение 3 корпус 4 литера Б",
- "house_fias_id": "315a5cc2-7676-460f-ab44-a85c38eea89a",
- "house_kladr_id": "7800000000013430010",
- "office": "офис 1 помещение 2",
- "fias_id": "315a5cc2-7676-460f-ab44-a85c38eea89a",
- "kladr_id": "7800000000013430010",
- "lat": 59.9017959,
- "lng": 30.3194694,
- "zip_code": "196084",
- "timezone_name": "Europe/Moscow",
- "level": "country",
- "timezone": 0
}, - "is_route_circular": true,
- "auction_stages": [
- {
- "number": 1,
- "begins_at": "2024-12-19T10:13:29Z",
- "ends_at": "2024-12-19T10:13:29Z",
- "auction_type": "instant_reservation",
- "many_executors_allowed": false,
- "price_type": "with_vat",
- "price_with_vat": 1,
- "price_without_vat": 1,
- "payment_type": "per_hour",
- "min_work_hours": 0,
- "bid_step": 1,
- "min_bid_with_vat": 0,
- "min_bid_without_vat": 0,
- "max_bid_with_vat": 0,
- "max_bid_without_vat": 0,
- "visibility": "all",
- "companies_ids": [
- "string"
], - "groups_ids": [
- "string"
], - "intermediate_results_period": 0,
- "auto_extended": true
}
], - "executors": [
- {
- "company_id": "string",
- "price": 1,
- "shippings_count": 1
}
], - "contract_id": "string",
- "contract_hfid": "string",
- "contract_shipping_id": "string",
- "contract_shipping_price": 0,
- "dynamic_pricing": true,
- "auction_auto_extend_period": 1,
- "rebidding": true,
- "manual_spot_winner_pick_allowed": true,
- "partnership_contract_type": "all",
- "document_flows": [
- "scancopy"
], - "closing_documents_period": 1,
- "closing_documents_period_type": "calendar",
- "agreement_type": "shipping_agreement",
- "closing_documents": [
- {
- "name": "string",
- "count": 1
}
], - "terms_by_partnership_contract": true,
- "idle_time_cost_without_vat": 100,
- "documents_for_payment": [
- "bill_of_lading"
], - "payment_procedure": "prepayment",
- "payment_period": 1,
- "payment_period_type": "calendar",
- "cancellation_without_penalty_before": "2024-12-19T10:13:29Z",
- "cancellation_penalty_percent": 0,
- "minimum_cancellation_penalty_without_vat": 0,
- "payer_opf_id": 1,
- "payer_title": "string",
- "payment_form": "string",
- "forward_request_number": "string",
- "shipping_price": 0,
- "shipping_price_tax_type": "string",
- "shipping_payment_type": "string",
- "shipping_id": "string",
- "shipping_min_work_hours": 0,
- "shipping": {
- "shipping_request_info": {
- "id": "string",
- "human_friendly_id": "string",
- "created_at": "2024-12-19T10:13:29Z",
- "updated_at": "2024-12-19T10:13:29Z",
- "kind": "ShippingRequest",
- "status": {
- "code_name": "new",
- "comment": "string"
}, - "status_updated_at": "2024-12-19T10:13:29Z",
- "status_history": [
- {
- "status": {
- "code_name": "new",
- "comment": "string"
}, - "created_at": "2024-12-19T10:13:29Z"
}
], - "type": "shipping_request",
- "cargo_owning_company_id": "string",
- "author_id": "string",
- "shipping_order_id": "string",
- "contract_id": "string",
- "contract_hfid": "string",
- "client_category": "category_1",
- "comment": "string",
- "resource_assignment_time": 30,
- "completed_at": "2024-12-19T10:13:29Z",
- "contract_begins_at": "2024-12-19T10:13:29Z",
- "contract_ends_at": "2024-12-19T10:13:29Z",
- "contract_type": "by_shippings_count",
- "shippings_count": 1,
- "max_shippings_per_day": 1,
- "max_shippings_per_week": 1,
- "shipping_available_in": 0,
- "resource_requirements": {
- "transport_body_type": [
- "awning"
], - "transport_type": [
- "lorry"
], - "lifting_capacity": [
- "string"
], - "lifting_capacities": [
- {
- "id": "string",
- "kind": "string",
- "tonnage": 0,
- "volume": 0,
- "transport_body_type": "awning",
- "transport_type": "lorry"
}
], - "has_russian_citizen": true,
- "has_driver_coveralls": true,
- "has_no_criminal_records": true,
- "has_rigid_board": true,
- "has_medical_book": true,
- "has_removable_upper_beam": true,
- "has_removable_side_racks": true,
- "is_express": true,
- "number_of_belts": 0,
- "has_shipping_power_of_attorney_original": true,
- "is_disinfected": true,
- "has_temperature_check": true,
- "temperature_condition": {
- "min": 0,
- "max": 0
}, - "own_transport_only": true,
- "timber_bunks": true,
- "tir_document": true,
- "cmr_document": true
}, - "cargo_description": "string",
- "cargo_tonnage": 0,
- "cargo_volume": 0,
- "cargo_cost": 0,
- "cargo_adr": "1",
- "cargo_length": 0.5,
- "cargo_width": 0.5,
- "cargo_height": 0.5,
- "cargo_places": 0,
- "cargo_packing": "reels",
- "route_segments": [
- {
- "id": 0,
- "from_route_point_id": 0,
- "to_route_point_id": 0,
- "distance": 0,
- "unloading": {
- "type": [
- "full"
], - "duration": 300
}, - "loading": {
- "type": [
- "full"
], - "duration": 300
}
}
], - "route_points": [
- {
- "id": 0,
- "car_supply_range": [
- {
- "from": "2024-12-19T10:13:29Z",
- "until": "2024-12-19T10:13:29Z"
}
], - "car_supply_grouped_range": [
- [
- {
- "date": "2018-04-16T00:00:00+00:00",
- "times": [
- {
- "from": "2018-04-16T10:00:00+00:00",
- "until": "2018-04-16T12:00:00+00:00"
}, - {
- "from": "2018-04-16T13:00:00+00:00",
- "until": "2018-04-16T18:00:00+00:00"
}
]
}, - {
- "date": "2018-04-16T00:00:00+00:00",
- "times": [
- {
- "from": "2018-04-17T10:00:00+00:00",
- "until": "2018-04-17T12:00:00+00:00"
}, - {
- "from": "2018-04-17T13:00:00+00:00",
- "until": "2018-04-17T18:00:00+00:00"
}
]
}
]
], - "car_supply_at": "2024-12-19T10:13:29Z",
- "need_document_work": true,
- "additional_services": [
- {
- "id": "string",
- "name": "string",
- "count": 1,
- "price": 0
}
], - "counter_agent": {
- "private_person": true,
- "legal_entity_title": "string",
- "legal_entity_inn": "string",
- "legal_entity_kpp": "string",
- "legal_entity_opf_name": "string",
- "private_person_full_name": "string",
- "private_person_passport_type": "passport",
- "private_person_passport_number": "string",
- "private_person_passport_issuer": "string",
- "private_person_passport_issued_at": "2024-12-19",
- "private_person_passport_info": "2024-12-19"
}, - "cargo_receiver_sender_info": {
- "address": "string",
- "phone": "string",
- "company_name": "string",
- "contact_name": "string",
- "contact_inn": "string",
- "contact_kpp": "string",
- "contact_opf_code": "string",
- "contact_opf_name": "string",
- "passport_number": "string",
- "passport_issued_at": null,
- "passport_who_issued": "string"
}, - "location": {
- "country": "Россия",
- "country_iso_code": "RU",
- "federal_district": "Северо-Западный",
- "region": "Санкт-Петербург",
- "region_type": "г",
- "region_with_type": "г Санкт-Петербург",
- "region_fias_id": "c2deb16a-0330-4f05-821f-1d09c93331e6",
- "region_kladr_id": "7800000000000",
- "region_iso_code": "RU-SPE",
- "area": "Краснокамский",
- "area_type": "р-н",
- "area_with_type": "Краснокамский р-н",
- "area_fias_id": "c278cbbc-e209-4b0f-b20e-9c19ed6f6802",
- "area_kladr_id": "0203100000000",
- "city": "Санкт-Петербург",
- "city_type": "г",
- "city_with_type": "г Санкт-Петербург",
- "city_fias_id": "c2deb16a-0330-4f05-821f-1d09c93331e6",
- "city_kladr_id": "7800000000000",
- "settlement": "Жилгородок",
- "settlement_type": "п",
- "settlement_with_type": "п Жилгородок",
- "settlement_fias_id": "8eab754d-38df-4fac-bebd-b27a46f45ea2",
- "settlement_kladr_id": "4701200005100",
- "street": "Московский",
- "street_type": "пр-кт",
- "street_with_type": "Московский пр-кт",
- "street_fias_id": "01b3acfc-5a4d-4d0f-a2de-67aef6effe31",
- "street_kladr_id": "78000000000085200",
- "house": "дом 1А/2 строение 3 корпус 4 литера Б",
- "house_fias_id": "315a5cc2-7676-460f-ab44-a85c38eea89a",
- "house_kladr_id": "7800000000013430010",
- "office": "офис 1 помещение 2",
- "fias_id": "315a5cc2-7676-460f-ab44-a85c38eea89a",
- "kladr_id": "7800000000013430010",
- "lat": 59.9017959,
- "lng": 30.3194694,
- "zip_code": "196084",
- "timezone_name": "Europe/Moscow",
- "level": "country",
- "country_id": 643,
- "locality": "Жилгородок п",
- "fraction": 0,
- "housing": 0,
- "structure": 0,
- "literature": "string",
- "apartment": "string",
- "latitude": 0,
- "longitude": 0,
- "local_time_zone": 0,
- "comment": "string",
- "id": "string",
- "code": "string",
- "full_string_address": "string",
- "value": "string",
- "is_canonical": true
}, - "radius": 1
}
], - "route_direction_id": "string",
- "route_direction": {
- "country": "Россия",
- "country_iso_code": "RU",
- "federal_district": "Северо-Западный",
- "region": "Санкт-Петербург",
- "region_type": "г",
- "region_with_type": "г Санкт-Петербург",
- "region_fias_id": "c2deb16a-0330-4f05-821f-1d09c93331e6",
- "region_kladr_id": "7800000000000",
- "region_iso_code": "RU-SPE",
- "area": "Краснокамский",
- "area_type": "р-н",
- "area_with_type": "Краснокамский р-н",
- "area_fias_id": "c278cbbc-e209-4b0f-b20e-9c19ed6f6802",
- "area_kladr_id": "0203100000000",
- "city": "Санкт-Петербург",
- "city_type": "г",
- "city_with_type": "г Санкт-Петербург",
- "city_fias_id": "c2deb16a-0330-4f05-821f-1d09c93331e6",
- "city_kladr_id": "7800000000000",
- "settlement": "Жилгородок",
- "settlement_type": "п",
- "settlement_with_type": "п Жилгородок",
- "settlement_fias_id": "8eab754d-38df-4fac-bebd-b27a46f45ea2",
- "settlement_kladr_id": "4701200005100",
- "street": "Московский",
- "street_type": "пр-кт",
- "street_with_type": "Московский пр-кт",
- "street_fias_id": "01b3acfc-5a4d-4d0f-a2de-67aef6effe31",
- "street_kladr_id": "78000000000085200",
- "house": "дом 1А/2 строение 3 корпус 4 литера Б",
- "house_fias_id": "315a5cc2-7676-460f-ab44-a85c38eea89a",
- "house_kladr_id": "7800000000013430010",
- "office": "офис 1 помещение 2",
- "fias_id": "315a5cc2-7676-460f-ab44-a85c38eea89a",
- "kladr_id": "7800000000013430010",
- "lat": 59.9017959,
- "lng": 30.3194694,
- "zip_code": "196084",
- "timezone_name": "Europe/Moscow",
- "level": "country",
- "country_id": 643,
- "locality": "Жилгородок п",
- "fraction": 0,
- "housing": 0,
- "structure": 0,
- "literature": "string",
- "apartment": "string",
- "latitude": 0,
- "longitude": 0,
- "local_time_zone": 0,
- "comment": "string",
- "id": "string",
- "code": "string",
- "full_string_address": "string",
- "value": "string",
- "is_canonical": true
}, - "circular_route": true,
- "is_interval": true,
- "offer_deadline": "2024-12-19T10:13:29Z",
- "intermediate_results_at": "2024-12-19T10:13:29Z",
- "auction_type": "instant_reservation",
- "many_executors_allowed": false,
- "bid_step": 0,
- "bids": [
- {
- "id": "string",
- "ntk_id": "string",
- "author": {
- "id": "string",
- "human_friendly_id": "string",
- "title": "string",
- "country_id": 0,
- "country": {
- "id": 0,
- "name": "string",
- "alpha_2": "string",
- "code_name": "string",
- "num": 0
}, - "inn": "string",
- "kpp": "string",
- "tax_type": "with_vat",
- "opf_id": 0,
- "opf": {
- "id": 1,
- "code": "12300",
- "name": "ООО"
}, - "rating": 0,
- "logo_url": "string"
}, - "shipping_request_id": "string",
- "shipping_order_id": "string",
- "value": 1,
- "status": "current",
- "tax_type": "with_vat",
- "expedited_payment": false,
- "shippings_count": 1,
- "auction_stage_number": 1,
- "created_at": "2024-12-19T10:13:29Z",
- "updated_at": "2024-12-19T10:13:29Z"
}
], - "expedited_payment_available": true,
- "shipping_order_contract_id": "string",
- "shipping_order_contract_hfid": "string",
- "contract_shipping_id": "string",
- "contract_shipping_price": 0,
- "dynamic_pricing": true,
- "document_flow": [
- "scancopy"
], - "closing_documents_period": 1,
- "closing_documents_period_type": "calendar",
- "closing_documents": [
- {
- "name": "string",
- "count": 0
}
], - "agreement_type": "shipping_agreement",
- "change_requests_allowed": true,
- "terms_by_partnership_contract": true,
- "idle_time_cost_without_vat": 50,
- "documents_for_payment": [
- "bill_of_lading"
], - "payment_procedure": "prepayment",
- "payment_period": 1,
- "payment_period_type": "calendar",
- "payment_type": "per_hour",
- "min_work_hours": 0,
- "cancellation_without_penalty_before": "2024-12-19T10:13:29Z",
- "cancellation_penalty_percent": 0,
- "minimum_cancellation_penalty_without_vat": 0,
- "price": 0,
- "price_tax_type": "string",
- "expedited_payment_fee": 0,
- "min_bid": 0,
- "max_bid": 0,
- "winning_bid": 0,
- "expedited_payment_winning_bid": 0,
- "is_bid_winning": true,
- "tc_requirements_changes": [
- {
- "id": "string",
- "status": "string",
- "price": 0,
- "car_supply_at": null
}
], - "tc_requirements_change": {
- "id": "string",
- "status": "string",
- "price": 0,
- "car_supply_at": null
}, - "contact": {
- "full_name": "string",
- "phone": "stringstrin",
- "extension_number": "string",
- "email": "string"
}
}, - "assigned_resources": [
- {
- "driver_contact_info": "string",
- "route_segment_id": 0,
- "drivers_ids": [
- "string"
], - "car_id": "string",
- "trailer_id": "string"
}
], - "selected_car_supply": [
- {
- "route_point_id": 0,
- "car_supply_at": "2024-12-19T10:13:29Z"
}
], - "completed_at": "2024-12-19T10:13:29Z",
- "resource_assignment_deadline": "2024-12-19T10:13:29Z",
- "kind": "ShippingOutput",
- "id": "string",
- "human_friendly_id": "Человеко понятный id",
- "status": {
- "code_name": "resources_waiting",
- "comment": "string"
}, - "status_updated_at": "2024-12-19T10:13:29Z",
- "status_history": [
- [
- {
- "status": "blacklisted",
- "status_comment": "string",
- "created_at": "2024-12-19T10:13:29Z"
}
]
], - "scancopy_status": "cargo_owner_signing",
- "scancopy_status_comment": "string",
- "contract_id": "string",
- "contract_hfid": "string",
- "shipping_order_contract_id": "string",
- "shipping_order_contract_hfid": "string",
- "contract_shipping_id": "string",
- "company_id": "string",
- "company": {
- "id": "string",
- "human_friendly_id": "string",
- "title": "string",
- "country_id": 0,
- "country": {
- "id": 0,
- "name": "string",
- "alpha_2": "string",
- "code_name": "string",
- "num": 0
}, - "inn": "string",
- "kpp": "string",
- "tax_type": "with_vat",
- "opf_id": 0,
- "opf": {
- "id": 1,
- "code": "12300",
- "name": "ООО"
}, - "rating": 0,
- "logo_url": "string"
}, - "shipping_request_id": "string",
- "shipping_order_id": "string",
- "assigned_resource_objects": {
- "drivers": [
- {
- "id": "string",
- "kind": "ResourceDriver",
- "human_friendly_id": "человекочитаемый id",
- "full_name": "string",
- "company_id": "string",
- "freezing": [
- {
- "kind": "ResourceFreezingValue",
- "code_name": "string",
- "name": "string",
- "end_time": "2024-12-19T10:13:29Z"
}
], - "prohibited_categories": [
- "category_1"
], - "delivery_allowed": true,
- "status": {
- "code_name": "not_approved",
- "comment": "string"
}, - "status_updated_at": "2024-12-19T10:13:29Z",
- "driver_secret_info": {
- "common": {
- "country": {
- "id": 0,
- "name": "string",
- "alpha_2": "string",
- "code_name": "string",
- "num": 0
}, - "country_id": 0,
- "first_name": "string",
- "last_name": "string",
- "middle_name": "string",
- "birth_date": "2024-12-19T10:13:29Z"
}, - "doc": {
- "type": "passport",
- "number": "string",
- "issued_at": "2024-12-19T10:13:29Z",
- "subdivision_code": "370-011",
- "who_issued": "string",
- "expired_at": "2024-12-19T10:13:29Z"
}, - "address": {
- "country": {
- "id": 0,
- "name": "string",
- "alpha_2": "string",
- "code_name": "string",
- "num": 0
}, - "country_id": 0,
- "city": "string",
- "street": "string",
- "house_number": "string",
- "zip_code": "string",
- "room": "string"
}, - "inn": "string",
- "driver_license": {
- "number": "string",
- "who_issued": "string",
- "issued_at": "2024-12-19T10:13:29Z",
- "expired_at": "2024-12-19T10:13:29Z"
}, - "have_medical_book": true,
- "phones": [
- "string"
]
}, - "power_of_attorney": {
- "start": "2024-12-19T10:13:29Z",
- "end": "2024-12-19T10:13:29Z"
}, - "attorneys": {
- "cartegory_1": {
- "from": "2024-12-19T10:13:29Z",
- "until": "2024-12-19T10:13:29Z",
- "status": "new"
}, - "cartegory_2": {
- "from": "2024-12-19T10:13:29Z",
- "until": "2024-12-19T10:13:29Z",
- "status": "new"
}
}, - "created_at": "2024-12-19T10:13:29Z",
- "updated_at": "2024-12-19T10:13:29Z"
}
], - "cars": [
- {
- "id": "string",
- "human_friendly_id": "человекочитаемый id",
- "kind": "ResourceCar",
- "brand": "string",
- "company_id": "string",
- "status": {
- "code_name": "not_approved",
- "comment": "string"
}, - "status_updated_at": "2024-12-19T10:13:29Z",
- "lifting_capacity": {
- "id": "string",
- "tonnage": 0,
- "volume": 0,
- "transport_type": "lorry",
- "transport_body_type": "awning"
}, - "freezing": [
- {
- "kind": "ResourceFreezingValue",
- "code_name": "string",
- "name": "string",
- "end_time": "2024-12-19T10:13:29Z"
}
], - "number_sts": "string",
- "owner_sts": "string",
- "owning_type": "own",
- "max_lifting_capacity": 5.2,
- "car_number": "string",
- "car_additional_info": {
- "vin": "string",
- "engine_number": "string",
- "chassis_number": "string",
- "body_number": "string"
}, - "car_phone": "string",
- "created_at": "2024-12-19T10:13:29Z",
- "updated_at": "2024-12-19T10:13:29Z",
- "additional": {
- "disinfected_from": "2024-12-19T10:13:29Z",
- "disinfected_until": "2024-12-19T10:13:29Z",
- "is_disinfected": true,
- "has_temperature_check": true
}, - "loading_option": {
- "full": true,
- "lateral": true,
- "rear": true,
- "upper": true,
- "removable_side_racks": true,
- "removable_upper_beam": true,
- "rigid_board": true,
- "number_of_belts": 0
}
}
], - "trailers": [
- {
- "id": "string",
- "human_friendly_id": "человекочитаемый id",
- "kind": "ResourceTrailer",
- "brand": "string",
- "company_id": "string",
- "status": {
- "code_name": "not_approved",
- "comment": "string"
}, - "status_updated_at": "2024-12-19T10:13:29Z",
- "lifting_capacity": {
- "id": "string",
- "tonnage": 0,
- "volume": 0,
- "transport_type": "lorry",
- "transport_body_type": "awning"
}, - "freezing": [
- {
- "kind": "ResourceFreezingValue",
- "code_name": "string",
- "name": "string",
- "end_time": "2024-12-19T10:13:29Z"
}
], - "number_sts": "string",
- "owner_sts": "string",
- "owning_type": "own",
- "trailer_number": "string",
- "trailer_additional_info": {
- "vin": "string",
- "chassis_number": "string"
}, - "lifting_capacity_id": "string",
- "max_lifting_capacity": 5.2,
- "dimensions_cargo_hold": {
- "length": 0,
- "width": 0,
- "height": 0
}, - "created_at": "2024-12-19T10:13:29Z",
- "updated_at": "2024-12-19T10:13:29Z",
- "additional": {
- "disinfected_from": "2024-12-19T10:13:29Z",
- "disinfected_until": "2024-12-19T10:13:29Z",
- "is_disinfected": true,
- "has_temperature_check": true
}, - "loading_option": {
- "full": true,
- "lateral": true,
- "rear": true,
- "upper": true,
- "removable_side_racks": true,
- "removable_upper_beam": true,
- "rigid_board": true,
- "number_of_belts": 0
}
}
]
}, - "expedited_payment": true,
- "document_flow": "scancopy",
- "shippings_count": 1,
- "scancopy_attachment_deadline": "2024-12-19T10:13:29Z",
- "requirements_changes_deadline": "2024-12-19T10:13:29Z",
- "reserved_at": "2024-12-19T10:13:29Z",
- "important_changes_at": "2024-12-19T10:13:29Z",
- "requirements_accepted_at": "2024-12-19T10:13:29Z",
- "closing_ttd_documents_accepted_at": "string",
- "closing_ttd_documents_rejected_at": "string",
- "closing_ttd_documents_rejection_comment": "string",
- "closing_ttd_forwarder_documents_accepted_at": "string",
- "closing_ttd_forwarder_documents_rejected_at": "string",
- "closing_ttd_forwarder_documents_rejection_comment": "string",
- "closing_bd_documents_accepted_at": "string",
- "closing_bd_documents_rejected_at": "string",
- "closing_bd_documents_rejection_comment": "string",
- "closing_status": "documents_accepted",
- "planned_payment_date": "2024-12-19",
- "actual_payment_date": "2024-12-19",
- "contact": {
- "id": "string",
- "full_name": "string",
- "email": "string",
- "phone": "string"
}, - "created_at": "2024-12-19T10:13:29Z",
- "updated_at": "2024-12-19T10:13:29Z"
}, - "current_auction_stage_number": 1,
- "winning_bid_id": "string",
- "winning_bid_min_work_hours": 0,
- "winning_bid_price_with_vat": 1,
- "winning_bid_price_without_vat": 1,
- "auto_accept_changes": true
}
Получение списка заказов
CargoOwningCompanyAdmin
) page | integer >= 1 Default: 1 Номер текущей страницы |
per_page | integer >= 1 Default: 10 Количество элементов на странице |
human_friendly_id | any Номер заказа на перевозку |
type | Array of strings Items Enum: "shipping_request" "contract" "delivery" "city_delivery" |
from | string ID места, в которой начинается перевозка |
to | string ID места, направления перевозки |
date_from | string <date> Фильтр по датам "с" |
date_till | string <date> Фильтр по датам "по" |
status | Array of strings Items Enum: "draft" "auction_waiting" "in_auction" "winner_selection" "reserved" "approval_waiting" "trip_waiting" "in_trip" "completed" "canceled_by_transport_company" "canceled_by_cargo_owning_company" "failed_by_transport_company" "failed_by_cargo_owning_company" "expired" Статус заказа |
contract_shipping_id | string <uuid> ID графиковой перевозки (квоты), для которой был создан данный заказ |
archived | boolean Находится ли заказ в архиве |
realization_start_at_from | string <date> Фильтр по дате начала графика графика "с" |
realization_start_at_until | string <date> Фильтр по дате начала графика графика "по" |
realization_end_at_from | string <date> Фильтр по дате окончания графика графика "с" |
realization_end_at_until | string <date> Фильтр по дате окончания графика графика "по" |
Коллекция заказов
Неверные параметры запроса
Невалидный токен, неверный логин или пароль
{- "items": [
- {
- "id": "string",
- "human_friendly_id": "string",
- "created_at": "2024-12-19T10:13:29Z",
- "updated_at": "2024-12-19T10:13:29Z",
- "deleted_at": "2024-12-19T10:13:29Z",
- "status": "draft",
- "status_comment": "string",
- "status_updated_at": "2024-12-19T10:13:29Z",
- "status_history": [
- {
- "status": "blacklisted",
- "status_comment": "string",
- "created_at": "2024-12-19T10:13:29Z"
}
], - "cargo_owning_company_id": "string",
- "author_id": "string",
- "type": "shipping_request",
- "external_id": "string",
- "external_human_friendly_id": "№ 111-222 от 01.01.1999",
- "parent_id": "string",
- "contact": {
- "full_name": "string",
- "phone": "stringstrin",
- "extension_number": "string",
- "email": "string"
}, - "comment": "string",
- "archived": true,
- "hide_contacts": true,
- "resource_assignment_time": 60,
- "resource_assignment_till": "2020-03-13T15:46:31+00:00",
- "change_requests_allowed": true,
- "change_request_status": "string",
- "change_resources_request_status": "string",
- "contract_begins_at": "2024-12-19T10:13:29Z",
- "contract_ends_at": "2024-12-19T10:13:29Z",
- "contract_type": "by_shippings_count",
- "shippings_count": 1,
- "max_shippings_per_day": 1,
- "max_shippings_per_week": 1,
- "shipping_available_in": 0,
- "transport_body_types": [
- "awning"
], - "transport_tonnage": 0,
- "transport_volume": 0,
- "resource_requirements": {
- "own_transport_only": true,
- "rigid_board": true,
- "removable_upper_beam": true,
- "removable_side_racks": true,
- "two_sided": true,
- "number_of_belts": 1,
- "is_disinfected": true,
- "temperature_condition": {
- "min": -100,
- "max": -100
}, - "temperature_check": true,
- "russian_citizenship": true,
- "medical_book": true,
- "original_shipping_power_of_attorney": true,
- "coveralls": true,
- "timber_bunks": true,
- "tir_document": true,
- "cmr_document": true
}, - "cargo_name": "string",
- "cargo_tonnage": 0,
- "cargo_volume": 0,
- "cargo_cost": 0,
- "cargo_adr": "1",
- "cargo_length": 0.5,
- "cargo_width": 0.5,
- "cargo_height": 0.5,
- "cargo_places": 0,
- "cargo_packing": "reels",
- "route_points": [
- {
- "number": 1,
- "location": {
- "country": "Россия",
- "country_iso_code": "RU",
- "federal_district": "Северо-Западный",
- "region": "Санкт-Петербург",
- "region_type": "г",
- "region_with_type": "г Санкт-Петербург",
- "region_fias_id": "c2deb16a-0330-4f05-821f-1d09c93331e6",
- "region_kladr_id": "7800000000000",
- "region_iso_code": "RU-SPE",
- "area": "Краснокамский",
- "area_type": "р-н",
- "area_with_type": "Краснокамский р-н",
- "area_fias_id": "c278cbbc-e209-4b0f-b20e-9c19ed6f6802",
- "area_kladr_id": "0203100000000",
- "city": "Санкт-Петербург",
- "city_type": "г",
- "city_with_type": "г Санкт-Петербург",
- "city_fias_id": "c2deb16a-0330-4f05-821f-1d09c93331e6",
- "city_kladr_id": "7800000000000",
- "settlement": "Жилгородок",
- "settlement_type": "п",
- "settlement_with_type": "п Жилгородок",
- "settlement_fias_id": "8eab754d-38df-4fac-bebd-b27a46f45ea2",
- "settlement_kladr_id": "4701200005100",
- "street": "Московский",
- "street_type": "пр-кт",
- "street_with_type": "Московский пр-кт",
- "street_fias_id": "01b3acfc-5a4d-4d0f-a2de-67aef6effe31",
- "street_kladr_id": "78000000000085200",
- "house": "дом 1А/2 строение 3 корпус 4 литера Б",
- "house_fias_id": "315a5cc2-7676-460f-ab44-a85c38eea89a",
- "house_kladr_id": "7800000000013430010",
- "office": "офис 1 помещение 2",
- "fias_id": "315a5cc2-7676-460f-ab44-a85c38eea89a",
- "kladr_id": "7800000000013430010",
- "lat": 59.9017959,
- "lng": 30.3194694,
- "zip_code": "196084",
- "timezone_name": "Europe/Moscow",
- "level": "country",
- "timezone": 0
}, - "radius": 1,
- "distance_to_next": 0,
- "car_supply_ranges": [
- {
- "from": "2024-12-19T10:13:29Z",
- "till": "2024-12-19T10:13:29Z"
}
], - "operations": [
- "loading"
], - "operations_loadings": [
- "full"
], - "operations_duration": 10,
- "additional_services": [
- {
- "id": "string",
- "name": "string",
- "count": 1,
- "price": 0
}
], - "contact_company_title": "string",
- "contact_inn": "string",
- "contact_kpp": "string",
- "contact_opf_code": "string",
- "contact_opf_name": "string",
- "contacts": [
- {
- "full_name": "string",
- "phone": "stringstrin",
- "extension_number": "string",
- "passport_number": "string",
- "passport_issued_at": "2024-12-19T10:13:29Z",
- "passport_who_issued": "string"
}
], - "counter_agent": {
- "private_person": true,
- "legal_entity_title": "string",
- "legal_entity_inn": "string",
- "legal_entity_kpp": "string",
- "legal_entity_opf_name": "string",
- "private_person_full_name": "string",
- "private_person_passport_type": "passport",
- "private_person_passport_number": "string",
- "private_person_passport_issuer": "string",
- "private_person_passport_issued_at": "2024-12-19",
- "private_person_passport_info": "2024-12-19"
}
}, - {
- "number": 1,
- "location": {
- "country": "Россия",
- "country_iso_code": "RU",
- "federal_district": "Северо-Западный",
- "region": "Санкт-Петербург",
- "region_type": "г",
- "region_with_type": "г Санкт-Петербург",
- "region_fias_id": "c2deb16a-0330-4f05-821f-1d09c93331e6",
- "region_kladr_id": "7800000000000",
- "region_iso_code": "RU-SPE",
- "area": "Краснокамский",
- "area_type": "р-н",
- "area_with_type": "Краснокамский р-н",
- "area_fias_id": "c278cbbc-e209-4b0f-b20e-9c19ed6f6802",
- "area_kladr_id": "0203100000000",
- "city": "Санкт-Петербург",
- "city_type": "г",
- "city_with_type": "г Санкт-Петербург",
- "city_fias_id": "c2deb16a-0330-4f05-821f-1d09c93331e6",
- "city_kladr_id": "7800000000000",
- "settlement": "Жилгородок",
- "settlement_type": "п",
- "settlement_with_type": "п Жилгородок",
- "settlement_fias_id": "8eab754d-38df-4fac-bebd-b27a46f45ea2",
- "settlement_kladr_id": "4701200005100",
- "street": "Московский",
- "street_type": "пр-кт",
- "street_with_type": "Московский пр-кт",
- "street_fias_id": "01b3acfc-5a4d-4d0f-a2de-67aef6effe31",
- "street_kladr_id": "78000000000085200",
- "house": "дом 1А/2 строение 3 корпус 4 литера Б",
- "house_fias_id": "315a5cc2-7676-460f-ab44-a85c38eea89a",
- "house_kladr_id": "7800000000013430010",
- "office": "офис 1 помещение 2",
- "fias_id": "315a5cc2-7676-460f-ab44-a85c38eea89a",
- "kladr_id": "7800000000013430010",
- "lat": 59.9017959,
- "lng": 30.3194694,
- "zip_code": "196084",
- "timezone_name": "Europe/Moscow",
- "level": "country",
- "timezone": 0
}, - "radius": 1,
- "distance_to_next": 0,
- "car_supply_ranges": [
- {
- "from": "2024-12-19T10:13:29Z",
- "till": "2024-12-19T10:13:29Z"
}
], - "operations": [
- "loading"
], - "operations_loadings": [
- "full"
], - "operations_duration": 10,
- "additional_services": [
- {
- "id": "string",
- "name": "string",
- "count": 1,
- "price": 0
}
], - "contact_company_title": "string",
- "contact_inn": "string",
- "contact_kpp": "string",
- "contact_opf_code": "string",
- "contact_opf_name": "string",
- "contacts": [
- {
- "full_name": "string",
- "phone": "stringstrin",
- "extension_number": "string",
- "passport_number": "string",
- "passport_issued_at": "2024-12-19T10:13:29Z",
- "passport_who_issued": "string"
}
], - "counter_agent": {
- "private_person": true,
- "legal_entity_title": "string",
- "legal_entity_inn": "string",
- "legal_entity_kpp": "string",
- "legal_entity_opf_name": "string",
- "private_person_full_name": "string",
- "private_person_passport_type": "passport",
- "private_person_passport_number": "string",
- "private_person_passport_issuer": "string",
- "private_person_passport_issued_at": "2024-12-19",
- "private_person_passport_info": "2024-12-19"
}
}
], - "route_direction": {
- "country": "Россия",
- "country_iso_code": "RU",
- "federal_district": "Северо-Западный",
- "region": "Санкт-Петербург",
- "region_type": "г",
- "region_with_type": "г Санкт-Петербург",
- "region_fias_id": "c2deb16a-0330-4f05-821f-1d09c93331e6",
- "region_kladr_id": "7800000000000",
- "region_iso_code": "RU-SPE",
- "area": "Краснокамский",
- "area_type": "р-н",
- "area_with_type": "Краснокамский р-н",
- "area_fias_id": "c278cbbc-e209-4b0f-b20e-9c19ed6f6802",
- "area_kladr_id": "0203100000000",
- "city": "Санкт-Петербург",
- "city_type": "г",
- "city_with_type": "г Санкт-Петербург",
- "city_fias_id": "c2deb16a-0330-4f05-821f-1d09c93331e6",
- "city_kladr_id": "7800000000000",
- "settlement": "Жилгородок",
- "settlement_type": "п",
- "settlement_with_type": "п Жилгородок",
- "settlement_fias_id": "8eab754d-38df-4fac-bebd-b27a46f45ea2",
- "settlement_kladr_id": "4701200005100",
- "street": "Московский",
- "street_type": "пр-кт",
- "street_with_type": "Московский пр-кт",
- "street_fias_id": "01b3acfc-5a4d-4d0f-a2de-67aef6effe31",
- "street_kladr_id": "78000000000085200",
- "house": "дом 1А/2 строение 3 корпус 4 литера Б",
- "house_fias_id": "315a5cc2-7676-460f-ab44-a85c38eea89a",
- "house_kladr_id": "7800000000013430010",
- "office": "офис 1 помещение 2",
- "fias_id": "315a5cc2-7676-460f-ab44-a85c38eea89a",
- "kladr_id": "7800000000013430010",
- "lat": 59.9017959,
- "lng": 30.3194694,
- "zip_code": "196084",
- "timezone_name": "Europe/Moscow",
- "level": "country",
- "timezone": 0
}, - "is_route_circular": true,
- "auction_stages": [
- {
- "number": 1,
- "begins_at": "2024-12-19T10:13:29Z",
- "ends_at": "2024-12-19T10:13:29Z",
- "auction_type": "instant_reservation",
- "many_executors_allowed": false,
- "price_type": "with_vat",
- "price_with_vat": 1,
- "price_without_vat": 1,
- "payment_type": "per_hour",
- "min_work_hours": 0,
- "bid_step": 1,
- "min_bid_with_vat": 0,
- "min_bid_without_vat": 0,
- "max_bid_with_vat": 0,
- "max_bid_without_vat": 0,
- "visibility": "all",
- "companies_ids": [
- "string"
], - "groups_ids": [
- "string"
], - "intermediate_results_period": 0,
- "auto_extended": true
}
], - "executors": [
- {
- "company_id": "string",
- "price": 1,
- "shippings_count": 1
}
], - "contract_id": "string",
- "contract_hfid": "string",
- "contract_shipping_id": "string",
- "contract_shipping_price": 0,
- "dynamic_pricing": true,
- "auction_auto_extend_period": 1,
- "rebidding": true,
- "manual_spot_winner_pick_allowed": true,
- "partnership_contract_type": "all",
- "document_flows": [
- "scancopy"
], - "closing_documents_period": 1,
- "closing_documents_period_type": "calendar",
- "agreement_type": "shipping_agreement",
- "closing_documents": [
- {
- "name": "string",
- "count": 1
}
], - "terms_by_partnership_contract": true,
- "idle_time_cost_without_vat": 100,
- "documents_for_payment": [
- "bill_of_lading"
], - "payment_procedure": "prepayment",
- "payment_period": 1,
- "payment_period_type": "calendar",
- "cancellation_without_penalty_before": "2024-12-19T10:13:29Z",
- "cancellation_penalty_percent": 0,
- "minimum_cancellation_penalty_without_vat": 0,
- "payer_opf_id": 1,
- "payer_title": "string",
- "payment_form": "string",
- "forward_request_number": "string",
- "shipping_price": 0,
- "shipping_price_tax_type": "string",
- "shipping_payment_type": "string",
- "shipping_id": "string",
- "shipping_min_work_hours": 0,
- "shipping": {
- "shipping_request_info": {
- "id": "string",
- "human_friendly_id": "string",
- "created_at": "2024-12-19T10:13:29Z",
- "updated_at": "2024-12-19T10:13:29Z",
- "kind": "ShippingRequest",
- "status": {
- "code_name": "new",
- "comment": "string"
}, - "status_updated_at": "2024-12-19T10:13:29Z",
- "status_history": [
- {
- "status": {
- "code_name": "new",
- "comment": "string"
}, - "created_at": "2024-12-19T10:13:29Z"
}
], - "type": "shipping_request",
- "cargo_owning_company_id": "string",
- "author_id": "string",
- "shipping_order_id": "string",
- "contract_id": "string",
- "contract_hfid": "string",
- "client_category": "category_1",
- "comment": "string",
- "resource_assignment_time": 30,
- "completed_at": "2024-12-19T10:13:29Z",
- "contract_begins_at": "2024-12-19T10:13:29Z",
- "contract_ends_at": "2024-12-19T10:13:29Z",
- "contract_type": "by_shippings_count",
- "shippings_count": 1,
- "max_shippings_per_day": 1,
- "max_shippings_per_week": 1,
- "shipping_available_in": 0,
- "resource_requirements": {
- "transport_body_type": [
- "awning"
], - "transport_type": [
- "lorry"
], - "lifting_capacity": [
- "string"
], - "lifting_capacities": [
- {
- "id": "string",
- "kind": "string",
- "tonnage": 0,
- "volume": 0,
- "transport_body_type": "awning",
- "transport_type": "lorry"
}
], - "has_russian_citizen": true,
- "has_driver_coveralls": true,
- "has_no_criminal_records": true,
- "has_rigid_board": true,
- "has_medical_book": true,
- "has_removable_upper_beam": true,
- "has_removable_side_racks": true,
- "is_express": true,
- "number_of_belts": 0,
- "has_shipping_power_of_attorney_original": true,
- "is_disinfected": true,
- "has_temperature_check": true,
- "temperature_condition": {
- "min": 0,
- "max": 0
}, - "own_transport_only": true,
- "timber_bunks": true,
- "tir_document": true,
- "cmr_document": true
}, - "cargo_description": "string",
- "cargo_tonnage": 0,
- "cargo_volume": 0,
- "cargo_cost": 0,
- "cargo_adr": "1",
- "cargo_length": 0.5,
- "cargo_width": 0.5,
- "cargo_height": 0.5,
- "cargo_places": 0,
- "cargo_packing": "reels",
- "route_segments": [
- {
- "id": 0,
- "from_route_point_id": 0,
- "to_route_point_id": 0,
- "distance": 0,
- "unloading": {
- "type": [
- "full"
], - "duration": 300
}, - "loading": {
- "type": [
- "full"
], - "duration": 300
}
}
], - "route_points": [
- {
- "id": 0,
- "car_supply_range": [
- {
- "from": "2024-12-19T10:13:29Z",
- "until": "2024-12-19T10:13:29Z"
}
], - "car_supply_grouped_range": [
- [
- {
- "date": "2018-04-16T00:00:00+00:00",
- "times": [
- {
- "from": "2018-04-16T10:00:00+00:00",
- "until": "2018-04-16T12:00:00+00:00"
}, - {
- "from": "2018-04-16T13:00:00+00:00",
- "until": "2018-04-16T18:00:00+00:00"
}
]
}, - {
- "date": "2018-04-16T00:00:00+00:00",
- "times": [
- {
- "from": "2018-04-17T10:00:00+00:00",
- "until": "2018-04-17T12:00:00+00:00"
}, - {
- "from": "2018-04-17T13:00:00+00:00",
- "until": "2018-04-17T18:00:00+00:00"
}
]
}
]
], - "car_supply_at": "2024-12-19T10:13:29Z",
- "need_document_work": true,
- "additional_services": [
- {
- "id": "string",
- "name": "string",
- "count": 1,
- "price": 0
}
], - "counter_agent": {
- "private_person": true,
- "legal_entity_title": "string",
- "legal_entity_inn": "string",
- "legal_entity_kpp": "string",
- "legal_entity_opf_name": "string",
- "private_person_full_name": "string",
- "private_person_passport_type": "passport",
- "private_person_passport_number": "string",
- "private_person_passport_issuer": "string",
- "private_person_passport_issued_at": "2024-12-19",
- "private_person_passport_info": "2024-12-19"
}, - "cargo_receiver_sender_info": {
- "address": "string",
- "phone": "string",
- "company_name": "string",
- "contact_name": "string",
- "contact_inn": "string",
- "contact_kpp": "string",
- "contact_opf_code": "string",
- "contact_opf_name": "string",
- "passport_number": "string",
- "passport_issued_at": null,
- "passport_who_issued": "string"
}, - "location": {
- "country": "Россия",
- "country_iso_code": "RU",
- "federal_district": "Северо-Западный",
- "region": "Санкт-Петербург",
- "region_type": "г",
- "region_with_type": "г Санкт-Петербург",
- "region_fias_id": "c2deb16a-0330-4f05-821f-1d09c93331e6",
- "region_kladr_id": "7800000000000",
- "region_iso_code": "RU-SPE",
- "area": "Краснокамский",
- "area_type": "р-н",
- "area_with_type": "Краснокамский р-н",
- "area_fias_id": "c278cbbc-e209-4b0f-b20e-9c19ed6f6802",
- "area_kladr_id": "0203100000000",
- "city": "Санкт-Петербург",
- "city_type": "г",
- "city_with_type": "г Санкт-Петербург",
- "city_fias_id": "c2deb16a-0330-4f05-821f-1d09c93331e6",
- "city_kladr_id": "7800000000000",
- "settlement": "Жилгородок",
- "settlement_type": "п",
- "settlement_with_type": "п Жилгородок",
- "settlement_fias_id": "8eab754d-38df-4fac-bebd-b27a46f45ea2",
- "settlement_kladr_id": "4701200005100",
- "street": "Московский",
- "street_type": "пр-кт",
- "street_with_type": "Московский пр-кт",
- "street_fias_id": "01b3acfc-5a4d-4d0f-a2de-67aef6effe31",
- "street_kladr_id": "78000000000085200",
- "house": "дом 1А/2 строение 3 корпус 4 литера Б",
- "house_fias_id": "315a5cc2-7676-460f-ab44-a85c38eea89a",
- "house_kladr_id": "7800000000013430010",
- "office": "офис 1 помещение 2",
- "fias_id": "315a5cc2-7676-460f-ab44-a85c38eea89a",
- "kladr_id": "7800000000013430010",
- "lat": 59.9017959,
- "lng": 30.3194694,
- "zip_code": "196084",
- "timezone_name": "Europe/Moscow",
- "level": "country",
- "country_id": 643,
- "locality": "Жилгородок п",
- "fraction": 0,
- "housing": 0,
- "structure": 0,
- "literature": "string",
- "apartment": "string",
- "latitude": 0,
- "longitude": 0,
- "local_time_zone": 0,
- "comment": "string",
- "id": "string",
- "code": "string",
- "full_string_address": "string",
- "value": "string",
- "is_canonical": true
}, - "radius": 1
}
], - "route_direction_id": "string",
- "route_direction": {
- "country": "Россия",
- "country_iso_code": "RU",
- "federal_district": "Северо-Западный",
- "region": "Санкт-Петербург",
- "region_type": "г",
- "region_with_type": "г Санкт-Петербург",
- "region_fias_id": "c2deb16a-0330-4f05-821f-1d09c93331e6",
- "region_kladr_id": "7800000000000",
- "region_iso_code": "RU-SPE",
- "area": "Краснокамский",
- "area_type": "р-н",
- "area_with_type": "Краснокамский р-н",
- "area_fias_id": "c278cbbc-e209-4b0f-b20e-9c19ed6f6802",
- "area_kladr_id": "0203100000000",
- "city": "Санкт-Петербург",
- "city_type": "г",
- "city_with_type": "г Санкт-Петербург",
- "city_fias_id": "c2deb16a-0330-4f05-821f-1d09c93331e6",
- "city_kladr_id": "7800000000000",
- "settlement": "Жилгородок",
- "settlement_type": "п",
- "settlement_with_type": "п Жилгородок",
- "settlement_fias_id": "8eab754d-38df-4fac-bebd-b27a46f45ea2",
- "settlement_kladr_id": "4701200005100",
- "street": "Московский",
- "street_type": "пр-кт",
- "street_with_type": "Московский пр-кт",
- "street_fias_id": "01b3acfc-5a4d-4d0f-a2de-67aef6effe31",
- "street_kladr_id": "78000000000085200",
- "house": "дом 1А/2 строение 3 корпус 4 литера Б",
- "house_fias_id": "315a5cc2-7676-460f-ab44-a85c38eea89a",
- "house_kladr_id": "7800000000013430010",
- "office": "офис 1 помещение 2",
- "fias_id": "315a5cc2-7676-460f-ab44-a85c38eea89a",
- "kladr_id": "7800000000013430010",
- "lat": 59.9017959,
- "lng": 30.3194694,
- "zip_code": "196084",
- "timezone_name": "Europe/Moscow",
- "level": "country",
- "country_id": 643,
- "locality": "Жилгородок п",
- "fraction": 0,
- "housing": 0,
- "structure": 0,
- "literature": "string",
- "apartment": "string",
- "latitude": 0,
- "longitude": 0,
- "local_time_zone": 0,
- "comment": "string",
- "id": "string",
- "code": "string",
- "full_string_address": "string",
- "value": "string",
- "is_canonical": true
}, - "circular_route": true,
- "is_interval": true,
- "offer_deadline": "2024-12-19T10:13:29Z",
- "intermediate_results_at": "2024-12-19T10:13:29Z",
- "auction_type": "instant_reservation",
- "many_executors_allowed": false,
- "bid_step": 0,
- "bids": [
- {
- "id": "string",
- "ntk_id": "string",
- "author": {
- "id": "string",
- "human_friendly_id": "string",
- "title": "string",
- "country_id": 0,
- "country": {
- "id": 0,
- "name": "string",
- "alpha_2": "string",
- "code_name": "string",
- "num": 0
}, - "inn": "string",
- "kpp": "string",
- "tax_type": "with_vat",
- "opf_id": 0,
- "opf": {
- "id": 1,
- "code": "12300",
- "name": "ООО"
}, - "rating": 0,
- "logo_url": "string"
}, - "shipping_request_id": "string",
- "shipping_order_id": "string",
- "value": 1,
- "status": "current",
- "tax_type": "with_vat",
- "expedited_payment": false,
- "shippings_count": 1,
- "auction_stage_number": 1,
- "created_at": "2024-12-19T10:13:29Z",
- "updated_at": "2024-12-19T10:13:29Z"
}
], - "expedited_payment_available": true,
- "shipping_order_contract_id": "string",
- "shipping_order_contract_hfid": "string",
- "contract_shipping_id": "string",
- "contract_shipping_price": 0,
- "dynamic_pricing": true,
- "document_flow": [
- "scancopy"
], - "closing_documents_period": 1,
- "closing_documents_period_type": "calendar",
- "closing_documents": [
- {
- "name": "string",
- "count": 0
}
], - "agreement_type": "shipping_agreement",
- "change_requests_allowed": true,
- "terms_by_partnership_contract": true,
- "idle_time_cost_without_vat": 50,
- "documents_for_payment": [
- "bill_of_lading"
], - "payment_procedure": "prepayment",
- "payment_period": 1,
- "payment_period_type": "calendar",
- "payment_type": "per_hour",
- "min_work_hours": 0,
- "cancellation_without_penalty_before": "2024-12-19T10:13:29Z",
- "cancellation_penalty_percent": 0,
- "minimum_cancellation_penalty_without_vat": 0,
- "price": 0,
- "price_tax_type": "string",
- "expedited_payment_fee": 0,
- "min_bid": 0,
- "max_bid": 0,
- "winning_bid": 0,
- "expedited_payment_winning_bid": 0,
- "is_bid_winning": true,
- "tc_requirements_changes": [
- {
- "id": "string",
- "status": "string",
- "price": 0,
- "car_supply_at": null
}
], - "tc_requirements_change": {
- "id": "string",
- "status": "string",
- "price": 0,
- "car_supply_at": null
}, - "contact": {
- "full_name": "string",
- "phone": "stringstrin",
- "extension_number": "string",
- "email": "string"
}
}, - "assigned_resources": [
- {
- "driver_contact_info": "string",
- "route_segment_id": 0,
- "drivers_ids": [
- "string"
], - "car_id": "string",
- "trailer_id": "string"
}
], - "selected_car_supply": [
- {
- "route_point_id": 0,
- "car_supply_at": "2024-12-19T10:13:29Z"
}
], - "completed_at": "2024-12-19T10:13:29Z",
- "resource_assignment_deadline": "2024-12-19T10:13:29Z",
- "kind": "ShippingOutput",
- "id": "string",
- "human_friendly_id": "Человеко понятный id",
- "status": {
- "code_name": "resources_waiting",
- "comment": "string"
}, - "status_updated_at": "2024-12-19T10:13:29Z",
- "status_history": [
- [
- {
- "status": "blacklisted",
- "status_comment": "string",
- "created_at": "2024-12-19T10:13:29Z"
}
]
], - "scancopy_status": "cargo_owner_signing",
- "scancopy_status_comment": "string",
- "contract_id": "string",
- "contract_hfid": "string",
- "shipping_order_contract_id": "string",
- "shipping_order_contract_hfid": "string",
- "contract_shipping_id": "string",
- "company_id": "string",
- "company": {
- "id": "string",
- "human_friendly_id": "string",
- "title": "string",
- "country_id": 0,
- "country": {
- "id": 0,
- "name": "string",
- "alpha_2": "string",
- "code_name": "string",
- "num": 0
}, - "inn": "string",
- "kpp": "string",
- "tax_type": "with_vat",
- "opf_id": 0,
- "opf": {
- "id": 1,
- "code": "12300",
- "name": "ООО"
}, - "rating": 0,
- "logo_url": "string"
}, - "shipping_request_id": "string",
- "shipping_order_id": "string",
- "assigned_resource_objects": {
- "drivers": [
- {
- "id": "string",
- "kind": "ResourceDriver",
- "human_friendly_id": "человекочитаемый id",
- "full_name": "string",
- "company_id": "string",
- "freezing": [
- {
- "kind": "ResourceFreezingValue",
- "code_name": "string",
- "name": "string",
- "end_time": "2024-12-19T10:13:29Z"
}
], - "prohibited_categories": [
- "category_1"
], - "delivery_allowed": true,
- "status": {
- "code_name": "not_approved",
- "comment": "string"
}, - "status_updated_at": "2024-12-19T10:13:29Z",
- "driver_secret_info": {
- "common": {
- "country": {
- "id": 0,
- "name": "string",
- "alpha_2": "string",
- "code_name": "string",
- "num": 0
}, - "country_id": 0,
- "first_name": "string",
- "last_name": "string",
- "middle_name": "string",
- "birth_date": "2024-12-19T10:13:29Z"
}, - "doc": {
- "type": "passport",
- "number": "string",
- "issued_at": "2024-12-19T10:13:29Z",
- "subdivision_code": "370-011",
- "who_issued": "string",
- "expired_at": "2024-12-19T10:13:29Z"
}, - "address": {
- "country": {
- "id": 0,
- "name": "string",
- "alpha_2": "string",
- "code_name": "string",
- "num": 0
}, - "country_id": 0,
- "city": "string",
- "street": "string",
- "house_number": "string",
- "zip_code": "string",
- "room": "string"
}, - "inn": "string",
- "driver_license": {
- "number": "string",
- "who_issued": "string",
- "issued_at": "2024-12-19T10:13:29Z",
- "expired_at": "2024-12-19T10:13:29Z"
}, - "have_medical_book": true,
- "phones": [
- "string"
]
}, - "power_of_attorney": {
- "start": "2024-12-19T10:13:29Z",
- "end": "2024-12-19T10:13:29Z"
}, - "attorneys": {
- "cartegory_1": {
- "from": "2024-12-19T10:13:29Z",
- "until": "2024-12-19T10:13:29Z",
- "status": "new"
}, - "cartegory_2": {
- "from": "2024-12-19T10:13:29Z",
- "until": "2024-12-19T10:13:29Z",
- "status": "new"
}
}, - "created_at": "2024-12-19T10:13:29Z",
- "updated_at": "2024-12-19T10:13:29Z"
}
], - "cars": [
- {
- "id": "string",
- "human_friendly_id": "человекочитаемый id",
- "kind": "ResourceCar",
- "brand": "string",
- "company_id": "string",
- "status": {
- "code_name": "not_approved",
- "comment": "string"
}, - "status_updated_at": "2024-12-19T10:13:29Z",
- "lifting_capacity": {
- "id": "string",
- "tonnage": 0,
- "volume": 0,
- "transport_type": "lorry",
- "transport_body_type": "awning"
}, - "freezing": [
- {
- "kind": "ResourceFreezingValue",
- "code_name": "string",
- "name": "string",
- "end_time": "2024-12-19T10:13:29Z"
}
], - "number_sts": "string",
- "owner_sts": "string",
- "owning_type": "own",
- "max_lifting_capacity": 5.2,
- "car_number": "string",
- "car_additional_info": {
- "vin": "string",
- "engine_number": "string",
- "chassis_number": "string",
- "body_number": "string"
}, - "car_phone": "string",
- "created_at": "2024-12-19T10:13:29Z",
- "updated_at": "2024-12-19T10:13:29Z",
- "additional": {
- "disinfected_from": "2024-12-19T10:13:29Z",
- "disinfected_until": "2024-12-19T10:13:29Z",
- "is_disinfected": true,
- "has_temperature_check": true
}, - "loading_option": {
- "full": true,
- "lateral": true,
- "rear": true,
- "upper": true,
- "removable_side_racks": true,
- "removable_upper_beam": true,
- "rigid_board": true,
- "number_of_belts": 0
}
}
], - "trailers": [
- {
- "id": "string",
- "human_friendly_id": "человекочитаемый id",
- "kind": "ResourceTrailer",
- "brand": "string",
- "company_id": "string",
- "status": {
- "code_name": "not_approved",
- "comment": "string"
}, - "status_updated_at": "2024-12-19T10:13:29Z",
- "lifting_capacity": {
- "id": "string",
- "tonnage": 0,
- "volume": 0,
- "transport_type": "lorry",
- "transport_body_type": "awning"
}, - "freezing": [
- {
- "kind": "ResourceFreezingValue",
- "code_name": "string",
- "name": "string",
- "end_time": "2024-12-19T10:13:29Z"
}
], - "number_sts": "string",
- "owner_sts": "string",
- "owning_type": "own",
- "trailer_number": "string",
- "trailer_additional_info": {
- "vin": "string",
- "chassis_number": "string"
}, - "lifting_capacity_id": "string",
- "max_lifting_capacity": 5.2,
- "dimensions_cargo_hold": {
- "length": 0,
- "width": 0,
- "height": 0
}, - "created_at": "2024-12-19T10:13:29Z",
- "updated_at": "2024-12-19T10:13:29Z",
- "additional": {
- "disinfected_from": "2024-12-19T10:13:29Z",
- "disinfected_until": "2024-12-19T10:13:29Z",
- "is_disinfected": true,
- "has_temperature_check": true
}, - "loading_option": {
- "full": true,
- "lateral": true,
- "rear": true,
- "upper": true,
- "removable_side_racks": true,
- "removable_upper_beam": true,
- "rigid_board": true,
- "number_of_belts": 0
}
}
]
}, - "expedited_payment": true,
- "document_flow": "scancopy",
- "shippings_count": 1,
- "scancopy_attachment_deadline": "2024-12-19T10:13:29Z",
- "requirements_changes_deadline": "2024-12-19T10:13:29Z",
- "reserved_at": "2024-12-19T10:13:29Z",
- "important_changes_at": "2024-12-19T10:13:29Z",
- "requirements_accepted_at": "2024-12-19T10:13:29Z",
- "closing_ttd_documents_accepted_at": "string",
- "closing_ttd_documents_rejected_at": "string",
- "closing_ttd_documents_rejection_comment": "string",
- "closing_ttd_forwarder_documents_accepted_at": "string",
- "closing_ttd_forwarder_documents_rejected_at": "string",
- "closing_ttd_forwarder_documents_rejection_comment": "string",
- "closing_bd_documents_accepted_at": "string",
- "closing_bd_documents_rejected_at": "string",
- "closing_bd_documents_rejection_comment": "string",
- "closing_status": "documents_accepted",
- "planned_payment_date": "2024-12-19",
- "actual_payment_date": "2024-12-19",
- "contact": {
- "id": "string",
- "full_name": "string",
- "email": "string",
- "phone": "string"
}, - "created_at": "2024-12-19T10:13:29Z",
- "updated_at": "2024-12-19T10:13:29Z"
}, - "current_auction_stage_number": 1,
- "winning_bid_id": "string",
- "winning_bid_min_work_hours": 0,
- "winning_bid_price_with_vat": 1,
- "winning_bid_price_without_vat": 1,
- "auto_accept_changes": true
}
], - "page_info": {
- "total_results": 0,
- "results_per_page": 0,
- "current_page": 0
}
}
Получение заказа по id
CargoOwningCompanyAdmin
) shipping_order_id | any id Заказа |
Черновик заказа
Неверные параметры запроса
Невалидный токен, неверный логин или пароль
Нет прав на выполнение действия
Объект не найден
{- "id": "string",
- "human_friendly_id": "string",
- "created_at": "2024-12-19T10:13:29Z",
- "updated_at": "2024-12-19T10:13:29Z",
- "deleted_at": "2024-12-19T10:13:29Z",
- "status": "draft",
- "status_comment": "string",
- "status_updated_at": "2024-12-19T10:13:29Z",
- "status_history": [
- {
- "status": "blacklisted",
- "status_comment": "string",
- "created_at": "2024-12-19T10:13:29Z"
}
], - "cargo_owning_company_id": "string",
- "author_id": "string",
- "type": "shipping_request",
- "external_info_id": "string",
- "parent_id": "string",
- "contact": {
- "full_name": "string",
- "phone": "stringstrin",
- "extension_number": "string",
- "email": "string"
}, - "comment": "string",
- "archived": true,
- "resource_assignment_time": 60,
- "resource_assignment_till": "2020-03-13T15:46:31+00:00",
- "change_requests_allowed": false,
- "change_request_status": "string",
- "change_resources_request_status": "string",
- "contract_begins_at": "2024-12-19T10:13:29Z",
- "contract_ends_at": "2024-12-19T10:13:29Z",
- "contract_type": "by_shippings_count",
- "shippings_count": 1,
- "max_shippings_per_day": 1,
- "max_shippings_per_week": 1,
- "shipping_available_in": 0,
- "transport_body_types": [ ],
- "transport_tonnage": 0,
- "transport_volume": 0,
- "resource_requirements": {
- "own_transport_only": true,
- "rigid_board": true,
- "removable_upper_beam": true,
- "removable_side_racks": true,
- "two_sided": true,
- "number_of_belts": 1,
- "is_disinfected": true,
- "temperature_condition": {
- "min": -100,
- "max": -100
}, - "temperature_check": true,
- "russian_citizenship": true,
- "medical_book": true,
- "original_shipping_power_of_attorney": true,
- "coveralls": true,
- "timber_bunks": true,
- "tir_document": true,
- "cmr_document": true
}, - "cargo_name": "string",
- "cargo_tonnage": 0,
- "cargo_volume": 0,
- "cargo_cost": 0,
- "cargo_adr": "1",
- "cargo_length": 0.5,
- "cargo_width": 0.5,
- "cargo_height": 0.5,
- "cargo_places": 0,
- "cargo_packing": "reels",
- "route_points": [
- {
- "number": 1,
- "location": {
- "country": "Россия",
- "country_iso_code": "RU",
- "federal_district": "Северо-Западный",
- "region": "Санкт-Петербург",
- "region_type": "г",
- "region_with_type": "г Санкт-Петербург",
- "region_fias_id": "c2deb16a-0330-4f05-821f-1d09c93331e6",
- "region_kladr_id": "7800000000000",
- "region_iso_code": "RU-SPE",
- "area": "Краснокамский",
- "area_type": "р-н",
- "area_with_type": "Краснокамский р-н",
- "area_fias_id": "c278cbbc-e209-4b0f-b20e-9c19ed6f6802",
- "area_kladr_id": "0203100000000",
- "city": "Санкт-Петербург",
- "city_type": "г",
- "city_with_type": "г Санкт-Петербург",
- "city_fias_id": "c2deb16a-0330-4f05-821f-1d09c93331e6",
- "city_kladr_id": "7800000000000",
- "settlement": "Жилгородок",
- "settlement_type": "п",
- "settlement_with_type": "п Жилгородок",
- "settlement_fias_id": "8eab754d-38df-4fac-bebd-b27a46f45ea2",
- "settlement_kladr_id": "4701200005100",
- "street": "Московский",
- "street_type": "пр-кт",
- "street_with_type": "Московский пр-кт",
- "street_fias_id": "01b3acfc-5a4d-4d0f-a2de-67aef6effe31",
- "street_kladr_id": "78000000000085200",
- "house": "дом 1А/2 строение 3 корпус 4 литера Б",
- "house_fias_id": "315a5cc2-7676-460f-ab44-a85c38eea89a",
- "house_kladr_id": "7800000000013430010",
- "office": "офис 1 помещение 2",
- "fias_id": "315a5cc2-7676-460f-ab44-a85c38eea89a",
- "kladr_id": "7800000000013430010",
- "lat": 59.9017959,
- "lng": 30.3194694,
- "zip_code": "196084",
- "timezone_name": "Europe/Moscow",
- "level": "country",
- "timezone": 0
}, - "radius": 1,
- "distance_to_next": 0,
- "car_supply_ranges": [
- {
- "from": "2024-12-19T10:13:29Z",
- "till": "2024-12-19T10:13:29Z"
}
], - "operations": [ ],
- "operations_loadings": [ ],
- "operations_duration": 10,
- "additional_services": [ ],
- "contact_company_title": "string",
- "contact_inn": "string",
- "contact_kpp": "string",
- "contact_opf_code": "string",
- "contact_opf_name": "string",
- "contacts": [ ]
}
], - "route_direction": {
- "country": "Россия",
- "country_iso_code": "RU",
- "federal_district": "Северо-Западный",
- "region": "Санкт-Петербург",
- "region_type": "г",
- "region_with_type": "г Санкт-Петербург",
- "region_fias_id": "c2deb16a-0330-4f05-821f-1d09c93331e6",
- "region_kladr_id": "7800000000000",
- "region_iso_code": "RU-SPE",
- "area": "Краснокамский",
- "area_type": "р-н",
- "area_with_type": "Краснокамский р-н",
- "area_fias_id": "c278cbbc-e209-4b0f-b20e-9c19ed6f6802",
- "area_kladr_id": "0203100000000",
- "city": "Санкт-Петербург",
- "city_type": "г",
- "city_with_type": "г Санкт-Петербург",
- "city_fias_id": "c2deb16a-0330-4f05-821f-1d09c93331e6",
- "city_kladr_id": "7800000000000",
- "settlement": "Жилгородок",
- "settlement_type": "п",
- "settlement_with_type": "п Жилгородок",
- "settlement_fias_id": "8eab754d-38df-4fac-bebd-b27a46f45ea2",
- "settlement_kladr_id": "4701200005100",
- "street": "Московский",
- "street_type": "пр-кт",
- "street_with_type": "Московский пр-кт",
- "street_fias_id": "01b3acfc-5a4d-4d0f-a2de-67aef6effe31",
- "street_kladr_id": "78000000000085200",
- "house": "дом 1А/2 строение 3 корпус 4 литера Б",
- "house_fias_id": "315a5cc2-7676-460f-ab44-a85c38eea89a",
- "house_kladr_id": "7800000000013430010",
- "office": "офис 1 помещение 2",
- "fias_id": "315a5cc2-7676-460f-ab44-a85c38eea89a",
- "kladr_id": "7800000000013430010",
- "lat": 59.9017959,
- "lng": 30.3194694,
- "zip_code": "196084",
- "timezone_name": "Europe/Moscow",
- "level": "country",
- "timezone": 0
}, - "is_route_circular": true,
- "auction_stages": [
- {
- "number": 1,
- "begins_at": "2024-12-19T10:13:29Z",
- "ends_at": "2024-12-19T10:13:29Z",
- "auction_type": "instant_reservation",
- "many_executors_allowed": false,
- "price_type": "with_vat",
- "price_with_vat": 1,
- "price_without_vat": 1,
- "bid_step": 1,
- "min_bid_with_vat": 0,
- "min_bid_without_vat": 0,
- "max_bid_with_vat": 0,
- "max_bid_without_vat": 0,
- "visibility": "all",
- "companies_ids": [ ],
- "groups_ids": [ ],
- "auto_extended": true
}
], - "executors": [
- {
- "company_id": "string",
- "price": 1,
- "shippings_count": 1
}
], - "contract_id": "string",
- "contract_hfid": "string",
- "contract_shipping_id": "string",
- "manual_spot_winner_pick_allowed": true,
- "auction_auto_extend_period": 1,
- "document_flows": [ ],
- "closing_documents_period": 1,
- "closing_documents_period_type": "calendar",
- "closing_documents": [ ],
- "agreement_type": "shipping_agreement",
- "terms_by_partnership_contract": false,
- "idle_time_cost_without_vat": 100,
- "documents_for_payment": [ ],
- "payment_procedure": "prepayment",
- "payment_period": 1,
- "payment_period_type": "calendar",
- "cancellation_without_penalty_before": "2024-12-19T10:13:29Z",
- "cancellation_penalty_percent": 0,
- "minimum_cancellation_penalty_without_vat": 0,
- "shipping_price": 0,
- "shipping_price_tax_type": "string",
- "shipping_id": "string",
- "shipping_payment_type": "per_hour",
- "shipping_min_work_hours": 0,
- "shipping": {
- "shipping_request_info": {
- "id": "string",
- "human_friendly_id": "string",
- "created_at": "2024-12-19T10:13:29Z",
- "updated_at": "2024-12-19T10:13:29Z",
- "kind": "ShippingRequest",
- "status": {
- "code_name": "new",
- "comment": "string"
}, - "status_updated_at": "2024-12-19T10:13:29Z",
- "status_history": [
- {
- "status": {
- "code_name": "new",
- "comment": "string"
}, - "created_at": "2024-12-19T10:13:29Z"
}
], - "type": "shipping_request",
- "cargo_owning_company_id": "string",
- "author_id": "string",
- "shipping_order_id": "string",
- "contract_id": "string",
- "contract_hfid": "string",
- "client_category": "category_1",
- "comment": "string",
- "resource_assignment_time": 30,
- "completed_at": "2024-12-19T10:13:29Z",
- "contract_begins_at": "2024-12-19T10:13:29Z",
- "contract_ends_at": "2024-12-19T10:13:29Z",
- "contract_type": "by_shippings_count",
- "shippings_count": 1,
- "max_shippings_per_day": 1,
- "max_shippings_per_week": 1,
- "shipping_available_in": 0,
- "resource_requirements": {
- "transport_body_type": [
- "awning"
], - "transport_type": [
- "lorry"
], - "lifting_capacity": [
- "string"
], - "lifting_capacities": [
- {
- "id": "string",
- "kind": "string",
- "tonnage": 0,
- "volume": 0,
- "transport_body_type": "awning",
- "transport_type": "lorry"
}
], - "has_russian_citizen": true,
- "has_driver_coveralls": true,
- "has_no_criminal_records": true,
- "has_rigid_board": true,
- "has_medical_book": true,
- "has_removable_upper_beam": true,
- "has_removable_side_racks": true,
- "is_express": true,
- "number_of_belts": 0,
- "has_shipping_power_of_attorney_original": true,
- "is_disinfected": true,
- "has_temperature_check": true,
- "temperature_condition": {
- "min": 0,
- "max": 0
}, - "own_transport_only": true,
- "timber_bunks": true,
- "tir_document": true,
- "cmr_document": true
}, - "cargo_description": "string",
- "cargo_tonnage": 0,
- "cargo_volume": 0,
- "cargo_cost": 0,
- "cargo_adr": "1",
- "cargo_length": 0.5,
- "cargo_width": 0.5,
- "cargo_height": 0.5,
- "cargo_places": 0,
- "cargo_packing": "reels",
- "route_segments": [
- {
- "id": 0,
- "from_route_point_id": 0,
- "to_route_point_id": 0,
- "distance": 0,
- "unloading": {
- "type": [
- "full"
], - "duration": 300
}, - "loading": {
- "type": [
- "full"
], - "duration": 300
}
}
], - "route_points": [
- {
- "id": 0,
- "car_supply_range": [
- {
- "from": "2024-12-19T10:13:29Z",
- "until": "2024-12-19T10:13:29Z"
}
], - "car_supply_grouped_range": [
- [
- {
- "date": "2018-04-16T00:00:00+00:00",
- "times": [
- {
- "from": "2018-04-16T10:00:00+00:00",
- "until": "2018-04-16T12:00:00+00:00"
}, - {
- "from": "2018-04-16T13:00:00+00:00",
- "until": "2018-04-16T18:00:00+00:00"
}
]
}, - {
- "date": "2018-04-16T00:00:00+00:00",
- "times": [
- {
- "from": "2018-04-17T10:00:00+00:00",
- "until": "2018-04-17T12:00:00+00:00"
}, - {
- "from": "2018-04-17T13:00:00+00:00",
- "until": "2018-04-17T18:00:00+00:00"
}
]
}
]
], - "car_supply_at": "2024-12-19T10:13:29Z",
- "need_document_work": true,
- "additional_services": [
- {
- "id": "string",
- "name": "string",
- "count": 1,
- "price": 0
}
], - "counter_agent": {
- "private_person": true,
- "legal_entity_title": "string",
- "legal_entity_inn": "string",
- "legal_entity_kpp": "string",
- "legal_entity_opf_name": "string",
- "private_person_full_name": "string",
- "private_person_passport_type": "passport",
- "private_person_passport_number": "string",
- "private_person_passport_issuer": "string",
- "private_person_passport_issued_at": "2024-12-19",
- "private_person_passport_info": "2024-12-19"
}, - "cargo_receiver_sender_info": {
- "address": "string",
- "phone": "string",
- "company_name": "string",
- "contact_name": "string",
- "contact_inn": "string",
- "contact_kpp": "string",
- "contact_opf_code": "string",
- "contact_opf_name": "string",
- "passport_number": "string",
- "passport_issued_at": null,
- "passport_who_issued": "string"
}, - "location": {
- "country": "Россия",
- "country_iso_code": "RU",
- "federal_district": "Северо-Западный",
- "region": "Санкт-Петербург",
- "region_type": "г",
- "region_with_type": "г Санкт-Петербург",
- "region_fias_id": "c2deb16a-0330-4f05-821f-1d09c93331e6",
- "region_kladr_id": "7800000000000",
- "region_iso_code": "RU-SPE",
- "area": "Краснокамский",
- "area_type": "р-н",
- "area_with_type": "Краснокамский р-н",
- "area_fias_id": "c278cbbc-e209-4b0f-b20e-9c19ed6f6802",
- "area_kladr_id": "0203100000000",
- "city": "Санкт-Петербург",
- "city_type": "г",
- "city_with_type": "г Санкт-Петербург",
- "city_fias_id": "c2deb16a-0330-4f05-821f-1d09c93331e6",
- "city_kladr_id": "7800000000000",
- "settlement": "Жилгородок",
- "settlement_type": "п",
- "settlement_with_type": "п Жилгородок",
- "settlement_fias_id": "8eab754d-38df-4fac-bebd-b27a46f45ea2",
- "settlement_kladr_id": "4701200005100",
- "street": "Московский",
- "street_type": "пр-кт",
- "street_with_type": "Московский пр-кт",
- "street_fias_id": "01b3acfc-5a4d-4d0f-a2de-67aef6effe31",
- "street_kladr_id": "78000000000085200",
- "house": "дом 1А/2 строение 3 корпус 4 литера Б",
- "house_fias_id": "315a5cc2-7676-460f-ab44-a85c38eea89a",
- "house_kladr_id": "7800000000013430010",
- "office": "офис 1 помещение 2",
- "fias_id": "315a5cc2-7676-460f-ab44-a85c38eea89a",
- "kladr_id": "7800000000013430010",
- "lat": 59.9017959,
- "lng": 30.3194694,
- "zip_code": "196084",
- "timezone_name": "Europe/Moscow",
- "level": "country",
- "country_id": 643,
- "locality": "Жилгородок п",
- "fraction": 0,
- "housing": 0,
- "structure": 0,
- "literature": "string",
- "apartment": "string",
- "latitude": 0,
- "longitude": 0,
- "local_time_zone": 0,
- "comment": "string",
- "id": "string",
- "code": "string",
- "full_string_address": "string",
- "value": "string",
- "is_canonical": true
}, - "radius": 1
}
], - "route_direction_id": "string",
- "route_direction": {
- "country": "Россия",
- "country_iso_code": "RU",
- "federal_district": "Северо-Западный",
- "region": "Санкт-Петербург",
- "region_type": "г",
- "region_with_type": "г Санкт-Петербург",
- "region_fias_id": "c2deb16a-0330-4f05-821f-1d09c93331e6",
- "region_kladr_id": "7800000000000",
- "region_iso_code": "RU-SPE",
- "area": "Краснокамский",
- "area_type": "р-н",
- "area_with_type": "Краснокамский р-н",
- "area_fias_id": "c278cbbc-e209-4b0f-b20e-9c19ed6f6802",
- "area_kladr_id": "0203100000000",
- "city": "Санкт-Петербург",
- "city_type": "г",
- "city_with_type": "г Санкт-Петербург",
- "city_fias_id": "c2deb16a-0330-4f05-821f-1d09c93331e6",
- "city_kladr_id": "7800000000000",
- "settlement": "Жилгородок",
- "settlement_type": "п",
- "settlement_with_type": "п Жилгородок",
- "settlement_fias_id": "8eab754d-38df-4fac-bebd-b27a46f45ea2",
- "settlement_kladr_id": "4701200005100",
- "street": "Московский",
- "street_type": "пр-кт",
- "street_with_type": "Московский пр-кт",
- "street_fias_id": "01b3acfc-5a4d-4d0f-a2de-67aef6effe31",
- "street_kladr_id": "78000000000085200",
- "house": "дом 1А/2 строение 3 корпус 4 литера Б",
- "house_fias_id": "315a5cc2-7676-460f-ab44-a85c38eea89a",
- "house_kladr_id": "7800000000013430010",
- "office": "офис 1 помещение 2",
- "fias_id": "315a5cc2-7676-460f-ab44-a85c38eea89a",
- "kladr_id": "7800000000013430010",
- "lat": 59.9017959,
- "lng": 30.3194694,
- "zip_code": "196084",
- "timezone_name": "Europe/Moscow",
- "level": "country",
- "country_id": 643,
- "locality": "Жилгородок п",
- "fraction": 0,
- "housing": 0,
- "structure": 0,
- "literature": "string",
- "apartment": "string",
- "latitude": 0,
- "longitude": 0,
- "local_time_zone": 0,
- "comment": "string",
- "id": "string",
- "code": "string",
- "full_string_address": "string",
- "value": "string",
- "is_canonical": true
}, - "circular_route": true,
- "is_interval": true,
- "offer_deadline": "2024-12-19T10:13:29Z",
- "intermediate_results_at": "2024-12-19T10:13:29Z",
- "auction_type": "instant_reservation",
- "many_executors_allowed": false,
- "bid_step": 0,
- "bids": [
- {
- "id": "string",
- "ntk_id": "string",
- "author": {
- "id": "string",
- "human_friendly_id": "string",
- "title": "string",
- "country_id": 0,
- "country": {
- "id": 0,
- "name": "string",
- "alpha_2": "string",
- "code_name": "string",
- "num": 0
}, - "inn": "string",
- "kpp": "string",
- "tax_type": "with_vat",
- "opf_id": 0,
- "opf": {
- "id": 1,
- "code": "12300",
- "name": "ООО"
}, - "rating": 0,
- "logo_url": "string"
}, - "shipping_request_id": "string",
- "shipping_order_id": "string",
- "value": 1,
- "status": "current",
- "tax_type": "with_vat",
- "expedited_payment": false,
- "shippings_count": 1,
- "auction_stage_number": 1,
- "created_at": "2024-12-19T10:13:29Z",
- "updated_at": "2024-12-19T10:13:29Z"
}
], - "expedited_payment_available": true,
- "shipping_order_contract_id": "string",
- "shipping_order_contract_hfid": "string",
- "contract_shipping_id": "string",
- "contract_shipping_price": 0,
- "dynamic_pricing": true,
- "document_flow": [
- "scancopy"
], - "closing_documents_period": 1,
- "closing_documents_period_type": "calendar",
- "closing_documents": [
- {
- "name": "string",
- "count": 0
}
], - "agreement_type": "shipping_agreement",
- "change_requests_allowed": true,
- "terms_by_partnership_contract": true,
- "idle_time_cost_without_vat": 50,
- "documents_for_payment": [
- "bill_of_lading"
], - "payment_procedure": "prepayment",
- "payment_period": 1,
- "payment_period_type": "calendar",
- "payment_type": "per_hour",
- "min_work_hours": 0,
- "cancellation_without_penalty_before": "2024-12-19T10:13:29Z",
- "cancellation_penalty_percent": 0,
- "minimum_cancellation_penalty_without_vat": 0,
- "price": 0,
- "price_tax_type": "string",
- "expedited_payment_fee": 0,
- "min_bid": 0,
- "max_bid": 0,
- "winning_bid": 0,
- "expedited_payment_winning_bid": 0,
- "is_bid_winning": true,
- "tc_requirements_changes": [
- {
- "id": "string",
- "status": "string",
- "price": 0,
- "car_supply_at": null
}
], - "tc_requirements_change": {
- "id": "string",
- "status": "string",
- "price": 0,
- "car_supply_at": null
}, - "contact": {
- "full_name": "string",
- "phone": "stringstrin",
- "extension_number": "string",
- "email": "string"
}
}, - "assigned_resources": [
- {
- "driver_contact_info": "string",
- "route_segment_id": 0,
- "drivers_ids": [
- "string"
], - "car_id": "string",
- "trailer_id": "string"
}
], - "selected_car_supply": [
- {
- "route_point_id": 0,
- "car_supply_at": "2024-12-19T10:13:29Z"
}
], - "completed_at": "2024-12-19T10:13:29Z",
- "resource_assignment_deadline": "2024-12-19T10:13:29Z",
- "kind": "ShippingOutput",
- "id": "string",
- "human_friendly_id": "Человеко понятный id",
- "status": {
- "code_name": "resources_waiting",
- "comment": "string"
}, - "status_updated_at": "2024-12-19T10:13:29Z",
- "status_history": [
- [
- {
- "status": "blacklisted",
- "status_comment": "string",
- "created_at": "2024-12-19T10:13:29Z"
}
]
], - "scancopy_status": "cargo_owner_signing",
- "scancopy_status_comment": "string",
- "contract_id": "string",
- "contract_hfid": "string",
- "shipping_order_contract_id": "string",
- "shipping_order_contract_hfid": "string",
- "contract_shipping_id": "string",
- "company_id": "string",
- "company": {
- "id": "string",
- "human_friendly_id": "string",
- "title": "string",
- "country_id": 0,
- "country": {
- "id": 0,
- "name": "string",
- "alpha_2": "string",
- "code_name": "string",
- "num": 0
}, - "inn": "string",
- "kpp": "string",
- "tax_type": "with_vat",
- "opf_id": 0,
- "opf": {
- "id": 1,
- "code": "12300",
- "name": "ООО"
}, - "rating": 0,
- "logo_url": "string"
}, - "shipping_request_id": "string",
- "shipping_order_id": "string",
- "assigned_resource_objects": {
- "drivers": [
- {
- "id": "string",
- "kind": "ResourceDriver",
- "human_friendly_id": "человекочитаемый id",
- "full_name": "string",
- "company_id": "string",
- "freezing": [
- {
- "kind": "ResourceFreezingValue",
- "code_name": "string",
- "name": "string",
- "end_time": "2024-12-19T10:13:29Z"
}
], - "prohibited_categories": [
- "category_1"
], - "delivery_allowed": true,
- "status": {
- "code_name": "not_approved",
- "comment": "string"
}, - "status_updated_at": "2024-12-19T10:13:29Z",
- "driver_secret_info": {
- "common": {
- "country": {
- "id": 0,
- "name": "string",
- "alpha_2": "string",
- "code_name": "string",
- "num": 0
}, - "country_id": 0,
- "first_name": "string",
- "last_name": "string",
- "middle_name": "string",
- "birth_date": "2024-12-19T10:13:29Z"
}, - "doc": {
- "type": "passport",
- "number": "string",
- "issued_at": "2024-12-19T10:13:29Z",
- "subdivision_code": "370-011",
- "who_issued": "string",
- "expired_at": "2024-12-19T10:13:29Z"
}, - "address": {
- "country": {
- "id": 0,
- "name": "string",
- "alpha_2": "string",
- "code_name": "string",
- "num": 0
}, - "country_id": 0,
- "city": "string",
- "street": "string",
- "house_number": "string",
- "zip_code": "string",
- "room": "string"
}, - "inn": "string",
- "driver_license": {
- "number": "string",
- "who_issued": "string",
- "issued_at": "2024-12-19T10:13:29Z",
- "expired_at": "2024-12-19T10:13:29Z"
}, - "have_medical_book": true,
- "phones": [
- "string"
]
}, - "power_of_attorney": {
- "start": "2024-12-19T10:13:29Z",
- "end": "2024-12-19T10:13:29Z"
}, - "attorneys": {
- "cartegory_1": {
- "from": "2024-12-19T10:13:29Z",
- "until": "2024-12-19T10:13:29Z",
- "status": "new"
}, - "cartegory_2": {
- "from": "2024-12-19T10:13:29Z",
- "until": "2024-12-19T10:13:29Z",
- "status": "new"
}
}, - "created_at": "2024-12-19T10:13:29Z",
- "updated_at": "2024-12-19T10:13:29Z"
}
], - "cars": [
- {
- "id": "string",
- "human_friendly_id": "человекочитаемый id",
- "kind": "ResourceCar",
- "brand": "string",
- "company_id": "string",
- "status": {
- "code_name": "not_approved",
- "comment": "string"
}, - "status_updated_at": "2024-12-19T10:13:29Z",
- "lifting_capacity": {
- "id": "string",
- "tonnage": 0,
- "volume": 0,
- "transport_type": "lorry",
- "transport_body_type": "awning"
}, - "freezing": [
- {
- "kind": "ResourceFreezingValue",
- "code_name": "string",
- "name": "string",
- "end_time": "2024-12-19T10:13:29Z"
}
], - "number_sts": "string",
- "owner_sts": "string",
- "owning_type": "own",
- "max_lifting_capacity": 5.2,
- "car_number": "string",
- "car_additional_info": {
- "vin": "string",
- "engine_number": "string",
- "chassis_number": "string",
- "body_number": "string"
}, - "car_phone": "string",
- "created_at": "2024-12-19T10:13:29Z",
- "updated_at": "2024-12-19T10:13:29Z",
- "additional": {
- "disinfected_from": "2024-12-19T10:13:29Z",
- "disinfected_until": "2024-12-19T10:13:29Z",
- "is_disinfected": true,
- "has_temperature_check": true
}, - "loading_option": {
- "full": true,
- "lateral": true,
- "rear": true,
- "upper": true,
- "removable_side_racks": true,
- "removable_upper_beam": true,
- "rigid_board": true,
- "number_of_belts": 0
}
}
], - "trailers": [
- {
- "id": "string",
- "human_friendly_id": "человекочитаемый id",
- "kind": "ResourceTrailer",
- "brand": "string",
- "company_id": "string",
- "status": {
- "code_name": "not_approved",
- "comment": "string"
}, - "status_updated_at": "2024-12-19T10:13:29Z",
- "lifting_capacity": {
- "id": "string",
- "tonnage": 0,
- "volume": 0,
- "transport_type": "lorry",
- "transport_body_type": "awning"
}, - "freezing": [
- {
- "kind": "ResourceFreezingValue",
- "code_name": "string",
- "name": "string",
- "end_time": "2024-12-19T10:13:29Z"
}
], - "number_sts": "string",
- "owner_sts": "string",
- "owning_type": "own",
- "trailer_number": "string",
- "trailer_additional_info": {
- "vin": "string",
- "chassis_number": "string"
}, - "lifting_capacity_id": "string",
- "max_lifting_capacity": 5.2,
- "dimensions_cargo_hold": {
- "length": 0,
- "width": 0,
- "height": 0
}, - "created_at": "2024-12-19T10:13:29Z",
- "updated_at": "2024-12-19T10:13:29Z",
- "additional": {
- "disinfected_from": "2024-12-19T10:13:29Z",
- "disinfected_until": "2024-12-19T10:13:29Z",
- "is_disinfected": true,
- "has_temperature_check": true
}, - "loading_option": {
- "full": true,
- "lateral": true,
- "rear": true,
- "upper": true,
- "removable_side_racks": true,
- "removable_upper_beam": true,
- "rigid_board": true,
- "number_of_belts": 0
}
}
]
}, - "expedited_payment": true,
- "document_flow": "scancopy",
- "shippings_count": 1,
- "scancopy_attachment_deadline": "2024-12-19T10:13:29Z",
- "requirements_changes_deadline": "2024-12-19T10:13:29Z",
- "reserved_at": "2024-12-19T10:13:29Z",
- "important_changes_at": "2024-12-19T10:13:29Z",
- "requirements_accepted_at": "2024-12-19T10:13:29Z",
- "closing_ttd_documents_accepted_at": "string",
- "closing_ttd_documents_rejected_at": "string",
- "closing_ttd_documents_rejection_comment": "string",
- "closing_ttd_forwarder_documents_accepted_at": "string",
- "closing_ttd_forwarder_documents_rejected_at": "string",
- "closing_ttd_forwarder_documents_rejection_comment": "string",
- "closing_bd_documents_accepted_at": "string",
- "closing_bd_documents_rejected_at": "string",
- "closing_bd_documents_rejection_comment": "string",
- "closing_status": "documents_accepted",
- "planned_payment_date": "2024-12-19",
- "actual_payment_date": "2024-12-19",
- "contact": {
- "id": "string",
- "full_name": "string",
- "email": "string",
- "phone": "string"
}, - "created_at": "2024-12-19T10:13:29Z",
- "updated_at": "2024-12-19T10:13:29Z"
}, - "current_auction_stage_number": 1,
- "winning_bid_id": "string",
- "winning_bid_min_work_hours": 0,
- "winning_bid_price_with_vat": null,
- "winning_bid_price_without_vat": null,
- "winning_bid": null,
- "watching_count": [
- {
- "human_friendly_id": "string",
- "company_id": "string",
- "opf": {
- "id": 1,
- "code": "12300",
- "name": "ООО"
}, - "opf_id": 1,
- "company_title": "Новрегионтранс",
- "count": 0,
- "auto_accept_changes": true
}
]
}
Обновить черновик заказа
CargoOwningCompanyAdmin
) Content-Type required | any Value: "application/json" |
author_id | string <uuid> Nullable ID пользователя, создавшего заказ. |
type | string Enum: "shipping_request" "contract" "delivery" "city_delivery" Тип заказа:
|
external_info_id | string Nullable Идентификатор заказа во внешних системах. Используется только для информации |
parent_id | string <uuid> Nullable ID заказа, на основании которого был создан текущий заказ. Используется только для информации |
contact | object Nullable Ответственное лицо всего заказа |
comment | string Nullable Комментарий к заказу |
resource_assignment_time | integer [ 60 .. 144000 ] Nullable Время на назначение ресурсов после бронирования заявки в минутах |
resource_assignment_till | string <date-time> Nullable Конкретное время назначение ресурсов после бронирования заявки |
change_requests_allowed | boolean Default: false Можно ли создавать запросы на изменение заказа |
change_request_status | string <text> Nullable Статус заявки на изменение требований заказа. |
change_resources_request_status | string <text> Nullable Статус заявки на измнение русурсов заказа. |
contract_begins_at | string <date-time> Nullable Дата начала исполнения. Указывается в часовом поясе первой точки маршрута |
contract_ends_at | string <date-time> Nullable Дата окончания исполнения. Указывается в часовом поясе последней точки маршрута |
contract_type | string Nullable Enum: "by_shippings_count" "by_schedule" Вид графикового заказа:
|
shippings_count | integer [ 1 .. 100000 ] Nullable Объём графикового заказа - количество перевозок |
max_shippings_per_day | integer [ 1 .. 100000 ] Nullable Максимальное количество перевозок в день по данному графиковому заказу для перевозчика. null означает, что ограничений нет |
max_shippings_per_week | integer [ 1 .. 100000 ] Nullable Максимальное количество перевозок в неделю по данному графиковому заказу для перевозчика. null означает, что ограничений нет |
shipping_available_in | integer [ 0 .. 43200 ] Nullable Перевозка по графиковому заказу будет доступна за указанное количество минут до её начала |
transport_body_types | Array of strings non-empty Default: [] Items Enum: "awning" "full_metal" "isothermal" "refrigerator" "dropside" "tanker" "container" Типы кузова транспорта |
transport_tonnage | number <double> [ 0 .. 200 ] Nullable Тоннаж транспорта в тоннах |
transport_volume | number <double> [ 0 .. 200 ] Nullable Объём транспорта в кубических метрах |
resource_requirements | object Требования к ресурсам |
cargo_name | string <= 150 characters Nullable Наименование груза |
cargo_tonnage | number <double> [ 0 .. 24 ] Nullable Тоннаж груза в тоннах |
cargo_volume | number <double> [ 0 .. 150 ] Nullable Объём груза в кубических метрах |
cargo_cost | integer [ 0 .. 999999999 ] Nullable Стоимость груза |
cargo_adr | string Nullable Enum: "1" "2" "3" "4" "5" "6" "7" "8" "9" Класс опасности груза |
cargo_length | number <double> [ 0.5 .. 17 ] Nullable Длина груза в метрах |
cargo_width | number <double> [ 0.5 .. 2.75 ] Nullable Ширина груза в метрах |
cargo_height | number <double> [ 0.5 .. 3 ] Nullable Высота груза в метрах |
cargo_places | integer [ 0 .. 100 ] Nullable Количество грузомест |
cargo_packing | string Nullable Enum: "reels" "big_bags" "barrels" "eurocubes" "cans" "coils" "boxes" "sheets" "bags" "in_bulk" "not_specified" "pallets" "fin_pallets" "packs" "pyramid" "loose" "rolls" "cases" Упаковка груза:
|
route_points | Array of objects <= 100 items Точки маршрута |
auction_stages | Array of objects [ 0 .. 1000 ] items Этапы торга |
executors | Array of objects [ 0 .. 1 ] items Исполнители заказа, указанные в момент создания |
contract_id | string <uuid> Nullable ID графикового заказа, для которого создаётся данный заказ |
manual_spot_winner_pick_allowed | boolean Можно ли выбирать выигрышную ставку в процессе торга спот заказа |
auction_auto_extend_period | integer [ 1 .. 24 ] Nullable Период автопродления торга |
document_flows | Array of strings Default: [] Items Enum: "scancopy" "online_confirmation" "qualified_signature" Возможные механизмы работы с документами |
closing_documents_period | integer [ 1 .. 366 ] Nullable Период предоставления закрывающих документов в днях |
closing_documents_period_type | string Nullable Enum: "calendar" "working" Тип дней в периоде предоставления закрывающих документов:
|
closing_documents | Array of objects Default: [] Закрывающие документы |
agreement_type | string Nullable Enum: "shipping_agreement" "freight_forwarding_agreement" Вид договора
|
terms_by_partnership_contract | boolean Default: false Условия взаиморасчетов согласно договору |
idle_time_cost_without_vat | integer [ 100 .. 1500 ] Nullable Стоимость одного часа простоя сверх времени работы в точке без НДС, кратно 100 |
documents_for_payment | Array of strings Default: [] Items Enum: "bill_of_lading" "waybill" "bill_of_lading_or_waybill" "packing_list" "bill" "acceptance_certificate" "delivery_certificate" "invoice" "power_of_attorney" "universal_transfer_document" "accompanying_document" "cmr" "forwarding_order" "shipping_order" "forwarding_receipt" "attachment_to_bill_of_lading" Документы для оплаты |
payment_procedure | string Nullable Enum: "prepayment" "payment_by_scancopy" "payment_by_original_documents" "payment_by_unloading" "payment_by_loading" Порядок оплаты:
|
payment_period | integer [ 1 .. 366 ] Nullable Период оплаты в днях |
payment_period_type | string Nullable Enum: "calendar" "working" Тип дней в периоде оплаты:
|
cancellation_without_penalty_before | string <date-time> Nullable Допустимое время для отказа от перевозки до наступления санкций |
cancellation_penalty_percent | integer [ 0 .. 100 ] Nullable Штраф за отказ от перевозки после наступления санкций в процентах от стоимости без НДС |
minimum_cancellation_penalty_without_vat | integer [ 0 .. 999999999 ] Nullable Минимальный штраф за отказ от перевозки после наступления санкций без НДС |
shipping_payment_type | string Nullable Enum: "per_hour" "fixed" Тип цены:
|
shipping_min_work_hours | integer Nullable Минимально оплачиваемое количество часов в заказе. |
winning_bid_id | string <uuid> Nullable ID выигравшей стваки. |
winning_bid_min_work_hours | integer Nullable Минимально оплачиваемое количество часов выигравшей ставки. |
winning_bid_price_with_vat | decimal Nullable Цена победившей стваки (с НДС). |
winning_bid_price_without_vat | decimal Nullable Цена победившей стваки (без НДС). |
winning_bid | float Nullable Выигравшая ставка. |
watching_count | Array of objects Nullable Счетчик количества просмотров заявки. |
Черновик заказа
Неверные параметры запроса
Невалидный токен, неверный логин или пароль
Нет прав на выполнение действия
Объект не найден
{- "author_id": "string",
- "type": "shipping_request",
- "external_info_id": "string",
- "parent_id": "string",
- "contact": {
- "full_name": "string",
- "phone": "stringstrin",
- "extension_number": "string",
- "email": "string"
}, - "comment": "string",
- "resource_assignment_time": 60,
- "resource_assignment_till": "2020-03-13T15:46:31+00:00",
- "change_requests_allowed": false,
- "change_request_status": "string",
- "change_resources_request_status": "string",
- "contract_begins_at": "2024-12-19T10:13:29Z",
- "contract_ends_at": "2024-12-19T10:13:29Z",
- "contract_type": "by_shippings_count",
- "shippings_count": 1,
- "max_shippings_per_day": 1,
- "max_shippings_per_week": 1,
- "shipping_available_in": 0,
- "transport_body_types": [ ],
- "transport_tonnage": 0,
- "transport_volume": 0,
- "resource_requirements": {
- "own_transport_only": true,
- "rigid_board": true,
- "removable_upper_beam": true,
- "removable_side_racks": true,
- "two_sided": true,
- "number_of_belts": 1,
- "is_disinfected": true,
- "temperature_condition": {
- "min": -100,
- "max": -100
}, - "temperature_check": true,
- "russian_citizenship": true,
- "medical_book": true,
- "original_shipping_power_of_attorney": true,
- "coveralls": true,
- "timber_bunks": true,
- "tir_document": true,
- "cmr_document": true
}, - "cargo_name": "string",
- "cargo_tonnage": 0,
- "cargo_volume": 0,
- "cargo_cost": 0,
- "cargo_adr": "1",
- "cargo_length": 0.5,
- "cargo_width": 0.5,
- "cargo_height": 0.5,
- "cargo_places": 0,
- "cargo_packing": "reels",
- "route_points": [
- {
- "number": 1,
- "location": {
- "house": "дом 1А/2 строение 3 корпус 4 литера Б",
- "office": "офис 1 помещение 2",
- "fias_id": "315a5cc2-7676-460f-ab44-a85c38eea89a",
- "lat": 59.9017959,
- "lng": 30.3194694
}, - "radius": 1,
- "car_supply_ranges": [
- {
- "from": "2024-12-19T10:13:29Z",
- "till": "2024-12-19T10:13:29Z"
}
], - "operations": [ ],
- "operations_loadings": [ ],
- "operations_duration": 10,
- "additional_services": [ ],
- "contact_company_title": "string",
- "contact_inn": "string",
- "contact_kpp": "string",
- "contact_opf_code": "string",
- "contact_opf_name": "string",
- "contacts": [ ]
}
], - "auction_stages": [
- {
- "begins_at": "2024-12-19T10:13:29Z",
- "ends_at": "2024-12-19T10:13:29Z",
- "auction_type": "instant_reservation",
- "many_executors_allowed": false,
- "price_type": "with_vat",
- "price_with_vat": 1,
- "price_without_vat": 1,
- "bid_step": 1,
- "min_bid_with_vat": 0,
- "min_bid_without_vat": 0,
- "max_bid_with_vat": 0,
- "max_bid_without_vat": 0,
- "visibility": "all",
- "companies_ids": [ ],
- "groups_ids": [ ],
- "auto_extended": true
}
], - "executors": [
- {
- "company_id": "string",
- "price": 1
}
], - "contract_id": "string",
- "manual_spot_winner_pick_allowed": true,
- "auction_auto_extend_period": 1,
- "document_flows": [ ],
- "closing_documents_period": 1,
- "closing_documents_period_type": "calendar",
- "closing_documents": [ ],
- "agreement_type": "shipping_agreement",
- "terms_by_partnership_contract": false,
- "idle_time_cost_without_vat": 100,
- "documents_for_payment": [ ],
- "payment_procedure": "prepayment",
- "payment_period": 1,
- "payment_period_type": "calendar",
- "cancellation_without_penalty_before": "2024-12-19T10:13:29Z",
- "cancellation_penalty_percent": 0,
- "minimum_cancellation_penalty_without_vat": 0,
- "shipping_payment_type": "per_hour",
- "shipping_min_work_hours": 0,
- "shipping": {
- "shipping_request_info": {
- "type": "shipping_request",
- "contract_id": "string",
- "client_category": "category_1",
- "comment": "string",
- "resource_assignment_time": 30,
- "contract_begins_at": "2024-12-19T10:13:29Z",
- "contract_ends_at": "2024-12-19T10:13:29Z",
- "contract_type": "by_shippings_count",
- "shippings_count": 1,
- "max_shippings_per_day": 1,
- "max_shippings_per_week": 1,
- "shipping_available_in": 0,
- "resource_requirements": {
- "transport_body_type": [
- "awning"
], - "transport_type": [
- "lorry"
], - "lifting_capacity": [
- "string"
], - "has_russian_citizen": true,
- "has_driver_coveralls": true,
- "has_no_criminal_records": true,
- "has_rigid_board": true,
- "has_medical_book": true,
- "has_removable_upper_beam": true,
- "has_removable_side_racks": true,
- "is_express": true,
- "number_of_belts": 0,
- "has_shipping_power_of_attorney_original": true,
- "is_disinfected": true,
- "has_temperature_check": true,
- "temperature_condition": {
- "min": 0,
- "max": 0
}, - "own_transport_only": true,
- "timber_bunks": true,
- "tir_document": true,
- "cmr_document": true
}, - "cargo_description": "string",
- "cargo_tonnage": 0,
- "cargo_volume": 0,
- "cargo_cost": 0,
- "cargo_adr": "1",
- "cargo_length": 0.5,
- "cargo_width": 0.5,
- "cargo_height": 0.5,
- "cargo_places": 0,
- "cargo_packing": "reels",
- "route_segments": [
- {
- "id": 0,
- "from_route_point_id": 0,
- "to_route_point_id": 0,
- "distance": 0,
- "unloading": {
- "type": [
- "full"
], - "duration": 300
}, - "loading": {
- "type": [
- "full"
], - "duration": 300
}
}
], - "route_points": [
- {
- "id": 0,
- "car_supply_range": [
- {
- "from": "2024-12-19T10:13:29Z",
- "until": "2024-12-19T10:13:29Z"
}
], - "car_supply_at": "2024-12-19T10:13:29Z",
- "need_document_work": true,
- "additional_services": [
- {
- "id": "string",
- "name": "string",
- "count": 1,
- "price": 0
}
], - "counter_agent": {
- "private_person": true,
- "legal_entity_title": "string",
- "legal_entity_inn": "string",
- "legal_entity_kpp": "string",
- "legal_entity_opf_name": "string",
- "private_person_full_name": "string",
- "private_person_passport_type": "passport",
- "private_person_passport_number": "string",
- "private_person_passport_issuer": "string",
- "private_person_passport_issued_at": "2024-12-19"
}, - "cargo_receiver_sender_info": {
- "address": "string",
- "phone": "string",
- "company_name": "string",
- "contact_name": "string",
- "contact_inn": "string",
- "contact_kpp": "string",
- "contact_opf_code": "string",
- "contact_opf_name": "string",
- "passport_number": "string",
- "passport_issued_at": null,
- "passport_who_issued": "string"
}, - "location": {
- "country": "Россия",
- "country_iso_code": "RU",
- "federal_district": "Северо-Западный",
- "region": "Санкт-Петербург",
- "region_type": "г",
- "region_with_type": "г Санкт-Петербург",
- "region_fias_id": "c2deb16a-0330-4f05-821f-1d09c93331e6",
- "region_kladr_id": "7800000000000",
- "region_iso_code": "RU-SPE",
- "area": "Краснокамский",
- "area_type": "р-н",
- "area_with_type": "Краснокамский р-н",
- "area_fias_id": "c278cbbc-e209-4b0f-b20e-9c19ed6f6802",
- "area_kladr_id": "0203100000000",
- "city": "Санкт-Петербург",
- "city_type": "г",
- "city_with_type": "г Санкт-Петербург",
- "city_fias_id": "c2deb16a-0330-4f05-821f-1d09c93331e6",
- "city_kladr_id": "7800000000000",
- "settlement": "Жилгородок",
- "settlement_type": "п",
- "settlement_with_type": "п Жилгородок",
- "settlement_fias_id": "8eab754d-38df-4fac-bebd-b27a46f45ea2",
- "settlement_kladr_id": "4701200005100",
- "street": "Московский",
- "street_type": "пр-кт",
- "street_with_type": "Московский пр-кт",
- "street_fias_id": "01b3acfc-5a4d-4d0f-a2de-67aef6effe31",
- "street_kladr_id": "78000000000085200",
- "house": "дом 1А/2 строение 3 корпус 4 литера Б",
- "house_fias_id": "315a5cc2-7676-460f-ab44-a85c38eea89a",
- "house_kladr_id": "7800000000013430010",
- "office": "офис 1 помещение 2",
- "fias_id": "315a5cc2-7676-460f-ab44-a85c38eea89a",
- "kladr_id": "7800000000013430010",
- "lat": 59.9017959,
- "lng": 30.3194694,
- "zip_code": "196084",
- "timezone_name": "Europe/Moscow",
- "level": "country",
- "country_id": 643,
- "locality": "Жилгородок п",
- "fraction": 0,
- "housing": 0,
- "structure": 0,
- "literature": "string",
- "apartment": "string",
- "latitude": 0,
- "longitude": 0,
- "local_time_zone": 0,
- "comment": "string",
- "id": "string",
- "code": "string",
- "full_string_address": "string",
- "value": "string",
- "is_canonical": true
}, - "radius": 1
}
], - "route_direction": {
- "country": "Россия",
- "country_iso_code": "RU",
- "federal_district": "Северо-Западный",
- "region": "Санкт-Петербург",
- "region_type": "г",
- "region_with_type": "г Санкт-Петербург",
- "region_fias_id": "c2deb16a-0330-4f05-821f-1d09c93331e6",
- "region_kladr_id": "7800000000000",
- "region_iso_code": "RU-SPE",
- "area": "Краснокамский",
- "area_type": "р-н",
- "area_with_type": "Краснокамский р-н",
- "area_fias_id": "c278cbbc-e209-4b0f-b20e-9c19ed6f6802",
- "area_kladr_id": "0203100000000",
- "city": "Санкт-Петербург",
- "city_type": "г",
- "city_with_type": "г Санкт-Петербург",
- "city_fias_id": "c2deb16a-0330-4f05-821f-1d09c93331e6",
- "city_kladr_id": "7800000000000",
- "settlement": "Жилгородок",
- "settlement_type": "п",
- "settlement_with_type": "п Жилгородок",
- "settlement_fias_id": "8eab754d-38df-4fac-bebd-b27a46f45ea2",
- "settlement_kladr_id": "4701200005100",
- "street": "Московский",
- "street_type": "пр-кт",
- "street_with_type": "Московский пр-кт",
- "street_fias_id": "01b3acfc-5a4d-4d0f-a2de-67aef6effe31",
- "street_kladr_id": "78000000000085200",
- "house": "дом 1А/2 строение 3 корпус 4 литера Б",
- "house_fias_id": "315a5cc2-7676-460f-ab44-a85c38eea89a",
- "house_kladr_id": "7800000000013430010",
- "office": "офис 1 помещение 2",
- "fias_id": "315a5cc2-7676-460f-ab44-a85c38eea89a",
- "kladr_id": "7800000000013430010",
- "lat": 59.9017959,
- "lng": 30.3194694,
- "zip_code": "196084",
- "timezone_name": "Europe/Moscow",
- "level": "country",
- "country_id": 643,
- "locality": "Жилгородок п",
- "fraction": 0,
- "housing": 0,
- "structure": 0,
- "literature": "string",
- "apartment": "string",
- "latitude": 0,
- "longitude": 0,
- "local_time_zone": 0,
- "comment": "string",
- "id": "string",
- "code": "string",
- "full_string_address": "string",
- "value": "string",
- "is_canonical": true
}, - "is_interval": true,
- "auction_type": "instant_reservation",
- "many_executors_allowed": false,
- "expedited_payment_available": true,
- "contract_shipping_price": 0,
- "dynamic_pricing": true,
- "document_flow": [
- "scancopy"
], - "closing_documents_period": 1,
- "closing_documents_period_type": "calendar",
- "closing_documents": [
- {
- "name": "string",
- "count": 0
}
], - "agreement_type": "shipping_agreement",
- "change_requests_allowed": true,
- "terms_by_partnership_contract": true,
- "idle_time_cost_without_vat": 50,
- "documents_for_payment": [
- "bill_of_lading"
], - "payment_procedure": "prepayment",
- "payment_period": 1,
- "payment_period_type": "calendar",
- "payment_type": "per_hour",
- "min_work_hours": 0,
- "cancellation_without_penalty_before": "2024-12-19T10:13:29Z",
- "cancellation_penalty_percent": 0,
- "minimum_cancellation_penalty_without_vat": 0,
- "price": 0,
- "price_tax_type": "string",
- "tc_requirements_changes": [
- {
- "id": "string",
- "status": "string",
- "price": 0,
- "car_supply_at": null
}
], - "tc_requirements_change": {
- "id": "string",
- "status": "string",
- "price": 0,
- "car_supply_at": null
}, - "contact": {
- "full_name": "string",
- "phone": "stringstrin",
- "extension_number": "string",
- "email": "string"
}
}, - "assigned_resources": [
- {
- "driver_contact_info": "string",
- "route_segment_id": 0,
- "drivers_ids": [
- "string"
], - "car_id": "string",
- "trailer_id": "string"
}
], - "selected_car_supply": [
- {
- "route_point_id": 0,
- "car_supply_at": "2024-12-19T10:13:29Z"
}
], - "completed_at": "2024-12-19T10:13:29Z",
- "resource_assignment_deadline": "2024-12-19T10:13:29Z",
- "kind": "ShippingOutput",
- "id": "string",
- "human_friendly_id": "Человеко понятный id",
- "status_updated_at": "2024-12-19T10:13:29Z",
- "status_history": [
- [
- {
- "status_comment": "string",
- "created_at": "2024-12-19T10:13:29Z"
}
]
], - "scancopy_status_comment": "string",
- "contract_id": "string",
- "contract_hfid": "string",
- "company_id": "string",
- "company": {
- "id": "string",
- "human_friendly_id": "string",
- "title": "string",
- "country_id": 0,
- "country": {
- "id": 0,
- "name": "string",
- "alpha_2": "string",
- "code_name": "string",
- "num": 0
}, - "inn": "string",
- "kpp": "string",
- "tax_type": "with_vat",
- "opf_id": 0,
- "opf": {
- "id": 1,
- "code": "12300",
- "name": "ООО"
}, - "rating": 0,
- "logo_url": "string"
}, - "assigned_resource_objects": {
- "drivers": [
- {
- "prohibited_categories": [
- "category_1"
], - "delivery_allowed": true,
- "driver_secret_info": {
- "common": {
- "country_id": 0,
- "first_name": "string",
- "last_name": "string",
- "middle_name": "string",
- "birth_date": "2024-12-19T10:13:29Z"
}, - "doc": {
- "type": "passport",
- "number": "string",
- "issued_at": "2024-12-19T10:13:29Z",
- "subdivision_code": "370-011",
- "who_issued": "string",
- "expired_at": "2024-12-19T10:13:29Z"
}, - "address": {
- "country_id": 0,
- "city": "string",
- "street": "string",
- "house_number": "string",
- "zip_code": "string",
- "room": "string"
}, - "inn": "string",
- "driver_license": {
- "number": "string",
- "who_issued": "string",
- "issued_at": "2024-12-19T10:13:29Z",
- "expired_at": "2024-12-19T10:13:29Z"
}, - "have_medical_book": true,
- "phones": [
- "string"
]
}
}
], - "cars": [
- {
- "id": "string",
- "human_friendly_id": "человекочитаемый id",
- "kind": "ResourceCar",
- "brand": "string",
- "company_id": "string",
- "status": {
- "code_name": "not_approved",
- "comment": "string"
}, - "status_updated_at": "2024-12-19T10:13:29Z",
- "freezing": [
- {
- "kind": "ResourceFreezingValue",
- "code_name": "string",
- "name": "string",
- "end_time": "2024-12-19T10:13:29Z"
}
], - "number_sts": "string",
- "owner_sts": "string",
- "owning_type": "own",
- "max_lifting_capacity": 5.2,
- "car_number": "string",
- "car_additional_info": {
- "vin": "string",
- "engine_number": "string",
- "chassis_number": "string",
- "body_number": "string"
}, - "car_phone": "string",
- "created_at": "2024-12-19T10:13:29Z",
- "updated_at": "2024-12-19T10:13:29Z",
- "additional": {
- "disinfected_from": "2024-12-19T10:13:29Z",
- "disinfected_until": "2024-12-19T10:13:29Z",
- "is_disinfected": true,
- "has_temperature_check": true
}, - "loading_option": {
- "full": true,
- "lateral": true,
- "rear": true,
- "upper": true,
- "removable_side_racks": true,
- "removable_upper_beam": true,
- "rigid_board": true,
- "number_of_belts": 0
}
}
], - "trailers": [
- {
- "id": "string",
- "human_friendly_id": "человекочитаемый id",
- "kind": "ResourceTrailer",
- "brand": "string",
- "company_id": "string",
- "status": {
- "code_name": "not_approved",
- "comment": "string"
}, - "status_updated_at": "2024-12-19T10:13:29Z",
- "freezing": [
- {
- "kind": "ResourceFreezingValue",
- "code_name": "string",
- "name": "string",
- "end_time": "2024-12-19T10:13:29Z"
}
], - "number_sts": "string",
- "owner_sts": "string",
- "owning_type": "own",
- "trailer_number": "string",
- "trailer_additional_info": {
- "vin": "string",
- "chassis_number": "string"
}, - "lifting_capacity_id": "string",
- "max_lifting_capacity": 5.2,
- "dimensions_cargo_hold": {
- "length": 0,
- "width": 0,
- "height": 0
}, - "created_at": "2024-12-19T10:13:29Z",
- "updated_at": "2024-12-19T10:13:29Z",
- "additional": {
- "disinfected_from": "2024-12-19T10:13:29Z",
- "disinfected_until": "2024-12-19T10:13:29Z",
- "is_disinfected": true,
- "has_temperature_check": true
}, - "loading_option": {
- "full": true,
- "lateral": true,
- "rear": true,
- "upper": true,
- "removable_side_racks": true,
- "removable_upper_beam": true,
- "rigid_board": true,
- "number_of_belts": 0
}
}
]
}, - "document_flow": "scancopy",
- "scancopy_attachment_deadline": "2024-12-19T10:13:29Z",
- "requirements_changes_deadline": "2024-12-19T10:13:29Z",
- "reserved_at": "2024-12-19T10:13:29Z",
- "important_changes_at": "2024-12-19T10:13:29Z",
- "requirements_accepted_at": "2024-12-19T10:13:29Z",
- "closing_ttd_documents_accepted_at": "string",
- "closing_ttd_documents_rejected_at": "string",
- "closing_ttd_documents_rejection_comment": "string",
- "closing_ttd_forwarder_documents_accepted_at": "string",
- "closing_ttd_forwarder_documents_rejected_at": "string",
- "closing_ttd_forwarder_documents_rejection_comment": "string",
- "closing_bd_documents_accepted_at": "string",
- "closing_bd_documents_rejected_at": "string",
- "closing_bd_documents_rejection_comment": "string",
- "closing_status": "documents_accepted",
- "planned_payment_date": "2024-12-19",
- "actual_payment_date": "2024-12-19",
- "contact": {
- "id": "string",
- "full_name": "string",
- "email": "string",
- "phone": "string"
}, - "created_at": "2024-12-19T10:13:29Z",
- "updated_at": "2024-12-19T10:13:29Z"
}, - "winning_bid_id": "string",
- "winning_bid_min_work_hours": 0,
- "winning_bid_price_with_vat": null,
- "winning_bid_price_without_vat": null,
- "winning_bid": null,
- "watching_count": [
- {
- "human_friendly_id": "string",
- "company_id": "string",
- "opf": {
- "id": 1,
- "code": "12300",
- "name": "ООО"
}, - "opf_id": 1,
- "company_title": "Новрегионтранс",
- "count": 0,
- "auto_accept_changes": true
}
]
}
{- "id": "string",
- "human_friendly_id": "string",
- "created_at": "2024-12-19T10:13:29Z",
- "updated_at": "2024-12-19T10:13:29Z",
- "deleted_at": "2024-12-19T10:13:29Z",
- "status": "draft",
- "status_comment": "string",
- "status_updated_at": "2024-12-19T10:13:29Z",
- "status_history": [
- {
- "status": "blacklisted",
- "status_comment": "string",
- "created_at": "2024-12-19T10:13:29Z"
}
], - "cargo_owning_company_id": "string",
- "author_id": "string",
- "type": "shipping_request",
- "external_info_id": "string",
- "parent_id": "string",
- "contact": {
- "full_name": "string",
- "phone": "stringstrin",
- "extension_number": "string",
- "email": "string"
}, - "comment": "string",
- "archived": true,
- "resource_assignment_time": 60,
- "resource_assignment_till": "2020-03-13T15:46:31+00:00",
- "change_requests_allowed": false,
- "change_request_status": "string",
- "change_resources_request_status": "string",
- "contract_begins_at": "2024-12-19T10:13:29Z",
- "contract_ends_at": "2024-12-19T10:13:29Z",
- "contract_type": "by_shippings_count",
- "shippings_count": 1,
- "max_shippings_per_day": 1,
- "max_shippings_per_week": 1,
- "shipping_available_in": 0,
- "transport_body_types": [ ],
- "transport_tonnage": 0,
- "transport_volume": 0,
- "resource_requirements": {
- "own_transport_only": true,
- "rigid_board": true,
- "removable_upper_beam": true,
- "removable_side_racks": true,
- "two_sided": true,
- "number_of_belts": 1,
- "is_disinfected": true,
- "temperature_condition": {
- "min": -100,
- "max": -100
}, - "temperature_check": true,
- "russian_citizenship": true,
- "medical_book": true,
- "original_shipping_power_of_attorney": true,
- "coveralls": true,
- "timber_bunks": true,
- "tir_document": true,
- "cmr_document": true
}, - "cargo_name": "string",
- "cargo_tonnage": 0,
- "cargo_volume": 0,
- "cargo_cost": 0,
- "cargo_adr": "1",
- "cargo_length": 0.5,
- "cargo_width": 0.5,
- "cargo_height": 0.5,
- "cargo_places": 0,
- "cargo_packing": "reels",
- "route_points": [
- {
- "number": 1,
- "location": {
- "country": "Россия",
- "country_iso_code": "RU",
- "federal_district": "Северо-Западный",
- "region": "Санкт-Петербург",
- "region_type": "г",
- "region_with_type": "г Санкт-Петербург",
- "region_fias_id": "c2deb16a-0330-4f05-821f-1d09c93331e6",
- "region_kladr_id": "7800000000000",
- "region_iso_code": "RU-SPE",
- "area": "Краснокамский",
- "area_type": "р-н",
- "area_with_type": "Краснокамский р-н",
- "area_fias_id": "c278cbbc-e209-4b0f-b20e-9c19ed6f6802",
- "area_kladr_id": "0203100000000",
- "city": "Санкт-Петербург",
- "city_type": "г",
- "city_with_type": "г Санкт-Петербург",
- "city_fias_id": "c2deb16a-0330-4f05-821f-1d09c93331e6",
- "city_kladr_id": "7800000000000",
- "settlement": "Жилгородок",
- "settlement_type": "п",
- "settlement_with_type": "п Жилгородок",
- "settlement_fias_id": "8eab754d-38df-4fac-bebd-b27a46f45ea2",
- "settlement_kladr_id": "4701200005100",
- "street": "Московский",
- "street_type": "пр-кт",
- "street_with_type": "Московский пр-кт",
- "street_fias_id": "01b3acfc-5a4d-4d0f-a2de-67aef6effe31",
- "street_kladr_id": "78000000000085200",
- "house": "дом 1А/2 строение 3 корпус 4 литера Б",
- "house_fias_id": "315a5cc2-7676-460f-ab44-a85c38eea89a",
- "house_kladr_id": "7800000000013430010",
- "office": "офис 1 помещение 2",
- "fias_id": "315a5cc2-7676-460f-ab44-a85c38eea89a",
- "kladr_id": "7800000000013430010",
- "lat": 59.9017959,
- "lng": 30.3194694,
- "zip_code": "196084",
- "timezone_name": "Europe/Moscow",
- "level": "country",
- "timezone": 0
}, - "radius": 1,
- "distance_to_next": 0,
- "car_supply_ranges": [
- {
- "from": "2024-12-19T10:13:29Z",
- "till": "2024-12-19T10:13:29Z"
}
], - "operations": [ ],
- "operations_loadings": [ ],
- "operations_duration": 10,
- "additional_services": [ ],
- "contact_company_title": "string",
- "contact_inn": "string",
- "contact_kpp": "string",
- "contact_opf_code": "string",
- "contact_opf_name": "string",
- "contacts": [ ]
}
], - "route_direction": {
- "country": "Россия",
- "country_iso_code": "RU",
- "federal_district": "Северо-Западный",
- "region": "Санкт-Петербург",
- "region_type": "г",
- "region_with_type": "г Санкт-Петербург",
- "region_fias_id": "c2deb16a-0330-4f05-821f-1d09c93331e6",
- "region_kladr_id": "7800000000000",
- "region_iso_code": "RU-SPE",
- "area": "Краснокамский",
- "area_type": "р-н",
- "area_with_type": "Краснокамский р-н",
- "area_fias_id": "c278cbbc-e209-4b0f-b20e-9c19ed6f6802",
- "area_kladr_id": "0203100000000",
- "city": "Санкт-Петербург",
- "city_type": "г",
- "city_with_type": "г Санкт-Петербург",
- "city_fias_id": "c2deb16a-0330-4f05-821f-1d09c93331e6",
- "city_kladr_id": "7800000000000",
- "settlement": "Жилгородок",
- "settlement_type": "п",
- "settlement_with_type": "п Жилгородок",
- "settlement_fias_id": "8eab754d-38df-4fac-bebd-b27a46f45ea2",
- "settlement_kladr_id": "4701200005100",
- "street": "Московский",
- "street_type": "пр-кт",
- "street_with_type": "Московский пр-кт",
- "street_fias_id": "01b3acfc-5a4d-4d0f-a2de-67aef6effe31",
- "street_kladr_id": "78000000000085200",
- "house": "дом 1А/2 строение 3 корпус 4 литера Б",
- "house_fias_id": "315a5cc2-7676-460f-ab44-a85c38eea89a",
- "house_kladr_id": "7800000000013430010",
- "office": "офис 1 помещение 2",
- "fias_id": "315a5cc2-7676-460f-ab44-a85c38eea89a",
- "kladr_id": "7800000000013430010",
- "lat": 59.9017959,
- "lng": 30.3194694,
- "zip_code": "196084",
- "timezone_name": "Europe/Moscow",
- "level": "country",
- "timezone": 0
}, - "is_route_circular": true,
- "auction_stages": [
- {
- "number": 1,
- "begins_at": "2024-12-19T10:13:29Z",
- "ends_at": "2024-12-19T10:13:29Z",
- "auction_type": "instant_reservation",
- "many_executors_allowed": false,
- "price_type": "with_vat",
- "price_with_vat": 1,
- "price_without_vat": 1,
- "bid_step": 1,
- "min_bid_with_vat": 0,
- "min_bid_without_vat": 0,
- "max_bid_with_vat": 0,
- "max_bid_without_vat": 0,
- "visibility": "all",
- "companies_ids": [ ],
- "groups_ids": [ ],
- "auto_extended": true
}
], - "executors": [
- {
- "company_id": "string",
- "price": 1,
- "shippings_count": 1
}
], - "contract_id": "string",
- "contract_hfid": "string",
- "contract_shipping_id": "string",
- "manual_spot_winner_pick_allowed": true,
- "auction_auto_extend_period": 1,
- "document_flows": [ ],
- "closing_documents_period": 1,
- "closing_documents_period_type": "calendar",
- "closing_documents": [ ],
- "agreement_type": "shipping_agreement",
- "terms_by_partnership_contract": false,
- "idle_time_cost_without_vat": 100,
- "documents_for_payment": [ ],
- "payment_procedure": "prepayment",
- "payment_period": 1,
- "payment_period_type": "calendar",
- "cancellation_without_penalty_before": "2024-12-19T10:13:29Z",
- "cancellation_penalty_percent": 0,
- "minimum_cancellation_penalty_without_vat": 0,
- "shipping_price": 0,
- "shipping_price_tax_type": "string",
- "shipping_id": "string",
- "shipping_payment_type": "per_hour",
- "shipping_min_work_hours": 0,
- "shipping": {
- "shipping_request_info": {
- "id": "string",
- "human_friendly_id": "string",
- "created_at": "2024-12-19T10:13:29Z",
- "updated_at": "2024-12-19T10:13:29Z",
- "kind": "ShippingRequest",
- "status": {
- "code_name": "new",
- "comment": "string"
}, - "status_updated_at": "2024-12-19T10:13:29Z",
- "status_history": [
- {
- "status": {
- "code_name": "new",
- "comment": "string"
}, - "created_at": "2024-12-19T10:13:29Z"
}
], - "type": "shipping_request",
- "cargo_owning_company_id": "string",
- "author_id": "string",
- "shipping_order_id": "string",
- "contract_id": "string",
- "contract_hfid": "string",
- "client_category": "category_1",
- "comment": "string",
- "resource_assignment_time": 30,
- "completed_at": "2024-12-19T10:13:29Z",
- "contract_begins_at": "2024-12-19T10:13:29Z",
- "contract_ends_at": "2024-12-19T10:13:29Z",
- "contract_type": "by_shippings_count",
- "shippings_count": 1,
- "max_shippings_per_day": 1,
- "max_shippings_per_week": 1,
- "shipping_available_in": 0,
- "resource_requirements": {
- "transport_body_type": [
- "awning"
], - "transport_type": [
- "lorry"
], - "lifting_capacity": [
- "string"
], - "lifting_capacities": [
- {
- "id": "string",
- "kind": "string",
- "tonnage": 0,
- "volume": 0,
- "transport_body_type": "awning",
- "transport_type": "lorry"
}
], - "has_russian_citizen": true,
- "has_driver_coveralls": true,
- "has_no_criminal_records": true,
- "has_rigid_board": true,
- "has_medical_book": true,
- "has_removable_upper_beam": true,
- "has_removable_side_racks": true,
- "is_express": true,
- "number_of_belts": 0,
- "has_shipping_power_of_attorney_original": true,
- "is_disinfected": true,
- "has_temperature_check": true,
- "temperature_condition": {
- "min": 0,
- "max": 0
}, - "own_transport_only": true,
- "timber_bunks": true,
- "tir_document": true,
- "cmr_document": true
}, - "cargo_description": "string",
- "cargo_tonnage": 0,
- "cargo_volume": 0,
- "cargo_cost": 0,
- "cargo_adr": "1",
- "cargo_length": 0.5,
- "cargo_width": 0.5,
- "cargo_height": 0.5,
- "cargo_places": 0,
- "cargo_packing": "reels",
- "route_segments": [
- {
- "id": 0,
- "from_route_point_id": 0,
- "to_route_point_id": 0,
- "distance": 0,
- "unloading": {
- "type": [
- "full"
], - "duration": 300
}, - "loading": {
- "type": [
- "full"
], - "duration": 300
}
}
], - "route_points": [
- {
- "id": 0,
- "car_supply_range": [
- {
- "from": "2024-12-19T10:13:29Z",
- "until": "2024-12-19T10:13:29Z"
}
], - "car_supply_grouped_range": [
- [
- {
- "date": "2018-04-16T00:00:00+00:00",
- "times": [
- {
- "from": "2018-04-16T10:00:00+00:00",
- "until": "2018-04-16T12:00:00+00:00"
}, - {
- "from": "2018-04-16T13:00:00+00:00",
- "until": "2018-04-16T18:00:00+00:00"
}
]
}, - {
- "date": "2018-04-16T00:00:00+00:00",
- "times": [
- {
- "from": "2018-04-17T10:00:00+00:00",
- "until": "2018-04-17T12:00:00+00:00"
}, - {
- "from": "2018-04-17T13:00:00+00:00",
- "until": "2018-04-17T18:00:00+00:00"
}
]
}
]
], - "car_supply_at": "2024-12-19T10:13:29Z",
- "need_document_work": true,
- "additional_services": [
- {
- "id": "string",
- "name": "string",
- "count": 1,
- "price": 0
}
], - "counter_agent": {
- "private_person": true,
- "legal_entity_title": "string",
- "legal_entity_inn": "string",
- "legal_entity_kpp": "string",
- "legal_entity_opf_name": "string",
- "private_person_full_name": "string",
- "private_person_passport_type": "passport",
- "private_person_passport_number": "string",
- "private_person_passport_issuer": "string",
- "private_person_passport_issued_at": "2024-12-19",
- "private_person_passport_info": "2024-12-19"
}, - "cargo_receiver_sender_info": {
- "address": "string",
- "phone": "string",
- "company_name": "string",
- "contact_name": "string",
- "contact_inn": "string",
- "contact_kpp": "string",
- "contact_opf_code": "string",
- "contact_opf_name": "string",
- "passport_number": "string",
- "passport_issued_at": null,
- "passport_who_issued": "string"
}, - "location": {
- "country": "Россия",
- "country_iso_code": "RU",
- "federal_district": "Северо-Западный",
- "region": "Санкт-Петербург",
- "region_type": "г",
- "region_with_type": "г Санкт-Петербург",
- "region_fias_id": "c2deb16a-0330-4f05-821f-1d09c93331e6",
- "region_kladr_id": "7800000000000",
- "region_iso_code": "RU-SPE",
- "area": "Краснокамский",
- "area_type": "р-н",
- "area_with_type": "Краснокамский р-н",
- "area_fias_id": "c278cbbc-e209-4b0f-b20e-9c19ed6f6802",
- "area_kladr_id": "0203100000000",
- "city": "Санкт-Петербург",
- "city_type": "г",
- "city_with_type": "г Санкт-Петербург",
- "city_fias_id": "c2deb16a-0330-4f05-821f-1d09c93331e6",
- "city_kladr_id": "7800000000000",
- "settlement": "Жилгородок",
- "settlement_type": "п",
- "settlement_with_type": "п Жилгородок",
- "settlement_fias_id": "8eab754d-38df-4fac-bebd-b27a46f45ea2",
- "settlement_kladr_id": "4701200005100",
- "street": "Московский",
- "street_type": "пр-кт",
- "street_with_type": "Московский пр-кт",
- "street_fias_id": "01b3acfc-5a4d-4d0f-a2de-67aef6effe31",
- "street_kladr_id": "78000000000085200",
- "house": "дом 1А/2 строение 3 корпус 4 литера Б",
- "house_fias_id": "315a5cc2-7676-460f-ab44-a85c38eea89a",
- "house_kladr_id": "7800000000013430010",
- "office": "офис 1 помещение 2",
- "fias_id": "315a5cc2-7676-460f-ab44-a85c38eea89a",
- "kladr_id": "7800000000013430010",
- "lat": 59.9017959,
- "lng": 30.3194694,
- "zip_code": "196084",
- "timezone_name": "Europe/Moscow",
- "level": "country",
- "country_id": 643,
- "locality": "Жилгородок п",
- "fraction": 0,
- "housing": 0,
- "structure": 0,
- "literature": "string",
- "apartment": "string",
- "latitude": 0,
- "longitude": 0,
- "local_time_zone": 0,
- "comment": "string",
- "id": "string",
- "code": "string",
- "full_string_address": "string",
- "value": "string",
- "is_canonical": true
}, - "radius": 1
}
], - "route_direction_id": "string",
- "route_direction": {
- "country": "Россия",
- "country_iso_code": "RU",
- "federal_district": "Северо-Западный",
- "region": "Санкт-Петербург",
- "region_type": "г",
- "region_with_type": "г Санкт-Петербург",
- "region_fias_id": "c2deb16a-0330-4f05-821f-1d09c93331e6",
- "region_kladr_id": "7800000000000",
- "region_iso_code": "RU-SPE",
- "area": "Краснокамский",
- "area_type": "р-н",
- "area_with_type": "Краснокамский р-н",
- "area_fias_id": "c278cbbc-e209-4b0f-b20e-9c19ed6f6802",
- "area_kladr_id": "0203100000000",
- "city": "Санкт-Петербург",
- "city_type": "г",
- "city_with_type": "г Санкт-Петербург",
- "city_fias_id": "c2deb16a-0330-4f05-821f-1d09c93331e6",
- "city_kladr_id": "7800000000000",
- "settlement": "Жилгородок",
- "settlement_type": "п",
- "settlement_with_type": "п Жилгородок",
- "settlement_fias_id": "8eab754d-38df-4fac-bebd-b27a46f45ea2",
- "settlement_kladr_id": "4701200005100",
- "street": "Московский",
- "street_type": "пр-кт",
- "street_with_type": "Московский пр-кт",
- "street_fias_id": "01b3acfc-5a4d-4d0f-a2de-67aef6effe31",
- "street_kladr_id": "78000000000085200",
- "house": "дом 1А/2 строение 3 корпус 4 литера Б",
- "house_fias_id": "315a5cc2-7676-460f-ab44-a85c38eea89a",
- "house_kladr_id": "7800000000013430010",
- "office": "офис 1 помещение 2",
- "fias_id": "315a5cc2-7676-460f-ab44-a85c38eea89a",
- "kladr_id": "7800000000013430010",
- "lat": 59.9017959,
- "lng": 30.3194694,
- "zip_code": "196084",
- "timezone_name": "Europe/Moscow",
- "level": "country",
- "country_id": 643,
- "locality": "Жилгородок п",
- "fraction": 0,
- "housing": 0,
- "structure": 0,
- "literature": "string",
- "apartment": "string",
- "latitude": 0,
- "longitude": 0,
- "local_time_zone": 0,
- "comment": "string",
- "id": "string",
- "code": "string",
- "full_string_address": "string",
- "value": "string",
- "is_canonical": true
}, - "circular_route": true,
- "is_interval": true,
- "offer_deadline": "2024-12-19T10:13:29Z",
- "intermediate_results_at": "2024-12-19T10:13:29Z",
- "auction_type": "instant_reservation",
- "many_executors_allowed": false,
- "bid_step": 0,
- "bids": [
- {
- "id": "string",
- "ntk_id": "string",
- "author": {
- "id": "string",
- "human_friendly_id": "string",
- "title": "string",
- "country_id": 0,
- "country": {
- "id": 0,
- "name": "string",
- "alpha_2": "string",
- "code_name": "string",
- "num": 0
}, - "inn": "string",
- "kpp": "string",
- "tax_type": "with_vat",
- "opf_id": 0,
- "opf": {
- "id": 1,
- "code": "12300",
- "name": "ООО"
}, - "rating": 0,
- "logo_url": "string"
}, - "shipping_request_id": "string",
- "shipping_order_id": "string",
- "value": 1,
- "status": "current",
- "tax_type": "with_vat",
- "expedited_payment": false,
- "shippings_count": 1,
- "auction_stage_number": 1,
- "created_at": "2024-12-19T10:13:29Z",
- "updated_at": "2024-12-19T10:13:29Z"
}
], - "expedited_payment_available": true,
- "shipping_order_contract_id": "string",
- "shipping_order_contract_hfid": "string",
- "contract_shipping_id": "string",
- "contract_shipping_price": 0,
- "dynamic_pricing": true,
- "document_flow": [
- "scancopy"
], - "closing_documents_period": 1,
- "closing_documents_period_type": "calendar",
- "closing_documents": [
- {
- "name": "string",
- "count": 0
}
], - "agreement_type": "shipping_agreement",
- "change_requests_allowed": true,
- "terms_by_partnership_contract": true,
- "idle_time_cost_without_vat": 50,
- "documents_for_payment": [
- "bill_of_lading"
], - "payment_procedure": "prepayment",
- "payment_period": 1,
- "payment_period_type": "calendar",
- "payment_type": "per_hour",
- "min_work_hours": 0,
- "cancellation_without_penalty_before": "2024-12-19T10:13:29Z",
- "cancellation_penalty_percent": 0,
- "minimum_cancellation_penalty_without_vat": 0,
- "price": 0,
- "price_tax_type": "string",
- "expedited_payment_fee": 0,
- "min_bid": 0,
- "max_bid": 0,
- "winning_bid": 0,
- "expedited_payment_winning_bid": 0,
- "is_bid_winning": true,
- "tc_requirements_changes": [
- {
- "id": "string",
- "status": "string",
- "price": 0,
- "car_supply_at": null
}
], - "tc_requirements_change": {
- "id": "string",
- "status": "string",
- "price": 0,
- "car_supply_at": null
}, - "contact": {
- "full_name": "string",
- "phone": "stringstrin",
- "extension_number": "string",
- "email": "string"
}
}, - "assigned_resources": [
- {
- "driver_contact_info": "string",
- "route_segment_id": 0,
- "drivers_ids": [
- "string"
], - "car_id": "string",
- "trailer_id": "string"
}
], - "selected_car_supply": [
- {
- "route_point_id": 0,
- "car_supply_at": "2024-12-19T10:13:29Z"
}
], - "completed_at": "2024-12-19T10:13:29Z",
- "resource_assignment_deadline": "2024-12-19T10:13:29Z",
- "kind": "ShippingOutput",
- "id": "string",
- "human_friendly_id": "Человеко понятный id",
- "status": {
- "code_name": "resources_waiting",
- "comment": "string"
}, - "status_updated_at": "2024-12-19T10:13:29Z",
- "status_history": [
- [
- {
- "status": "blacklisted",
- "status_comment": "string",
- "created_at": "2024-12-19T10:13:29Z"
}
]
], - "scancopy_status": "cargo_owner_signing",
- "scancopy_status_comment": "string",
- "contract_id": "string",
- "contract_hfid": "string",
- "shipping_order_contract_id": "string",
- "shipping_order_contract_hfid": "string",
- "contract_shipping_id": "string",
- "company_id": "string",
- "company": {
- "id": "string",
- "human_friendly_id": "string",
- "title": "string",
- "country_id": 0,
- "country": {
- "id": 0,
- "name": "string",
- "alpha_2": "string",
- "code_name": "string",
- "num": 0
}, - "inn": "string",
- "kpp": "string",
- "tax_type": "with_vat",
- "opf_id": 0,
- "opf": {
- "id": 1,
- "code": "12300",
- "name": "ООО"
}, - "rating": 0,
- "logo_url": "string"
}, - "shipping_request_id": "string",
- "shipping_order_id": "string",
- "assigned_resource_objects": {
- "drivers": [
- {
- "id": "string",
- "kind": "ResourceDriver",
- "human_friendly_id": "человекочитаемый id",
- "full_name": "string",
- "company_id": "string",
- "freezing": [
- {
- "kind": "ResourceFreezingValue",
- "code_name": "string",
- "name": "string",
- "end_time": "2024-12-19T10:13:29Z"
}
], - "prohibited_categories": [
- "category_1"
], - "delivery_allowed": true,
- "status": {
- "code_name": "not_approved",
- "comment": "string"
}, - "status_updated_at": "2024-12-19T10:13:29Z",
- "driver_secret_info": {
- "common": {
- "country": {
- "id": 0,
- "name": "string",
- "alpha_2": "string",
- "code_name": "string",
- "num": 0
}, - "country_id": 0,
- "first_name": "string",
- "last_name": "string",
- "middle_name": "string",
- "birth_date": "2024-12-19T10:13:29Z"
}, - "doc": {
- "type": "passport",
- "number": "string",
- "issued_at": "2024-12-19T10:13:29Z",
- "subdivision_code": "370-011",
- "who_issued": "string",
- "expired_at": "2024-12-19T10:13:29Z"
}, - "address": {
- "country": {
- "id": 0,
- "name": "string",
- "alpha_2": "string",
- "code_name": "string",
- "num": 0
}, - "country_id": 0,
- "city": "string",
- "street": "string",
- "house_number": "string",
- "zip_code": "string",
- "room": "string"
}, - "inn": "string",
- "driver_license": {
- "number": "string",
- "who_issued": "string",
- "issued_at": "2024-12-19T10:13:29Z",
- "expired_at": "2024-12-19T10:13:29Z"
}, - "have_medical_book": true,
- "phones": [
- "string"
]
}, - "power_of_attorney": {
- "start": "2024-12-19T10:13:29Z",
- "end": "2024-12-19T10:13:29Z"
}, - "attorneys": {
- "cartegory_1": {
- "from": "2024-12-19T10:13:29Z",
- "until": "2024-12-19T10:13:29Z",
- "status": "new"
}, - "cartegory_2": {
- "from": "2024-12-19T10:13:29Z",
- "until": "2024-12-19T10:13:29Z",
- "status": "new"
}
}, - "created_at": "2024-12-19T10:13:29Z",
- "updated_at": "2024-12-19T10:13:29Z"
}
], - "cars": [
- {
- "id": "string",
- "human_friendly_id": "человекочитаемый id",
- "kind": "ResourceCar",
- "brand": "string",
- "company_id": "string",
- "status": {
- "code_name": "not_approved",
- "comment": "string"
}, - "status_updated_at": "2024-12-19T10:13:29Z",
- "lifting_capacity": {
- "id": "string",
- "tonnage": 0,
- "volume": 0,
- "transport_type": "lorry",
- "transport_body_type": "awning"
}, - "freezing": [
- {
- "kind": "ResourceFreezingValue",
- "code_name": "string",
- "name": "string",
- "end_time": "2024-12-19T10:13:29Z"
}
], - "number_sts": "string",
- "owner_sts": "string",
- "owning_type": "own",
- "max_lifting_capacity": 5.2,
- "car_number": "string",
- "car_additional_info": {
- "vin": "string",
- "engine_number": "string",
- "chassis_number": "string",
- "body_number": "string"
}, - "car_phone": "string",
- "created_at": "2024-12-19T10:13:29Z",
- "updated_at": "2024-12-19T10:13:29Z",
- "additional": {
- "disinfected_from": "2024-12-19T10:13:29Z",
- "disinfected_until": "2024-12-19T10:13:29Z",
- "is_disinfected": true,
- "has_temperature_check": true
}, - "loading_option": {
- "full": true,
- "lateral": true,
- "rear": true,
- "upper": true,
- "removable_side_racks": true,
- "removable_upper_beam": true,
- "rigid_board": true,
- "number_of_belts": 0
}
}
], - "trailers": [
- {
- "id": "string",
- "human_friendly_id": "человекочитаемый id",
- "kind": "ResourceTrailer",
- "brand": "string",
- "company_id": "string",
- "status": {
- "code_name": "not_approved",
- "comment": "string"
}, - "status_updated_at": "2024-12-19T10:13:29Z",
- "lifting_capacity": {
- "id": "string",
- "tonnage": 0,
- "volume": 0,
- "transport_type": "lorry",
- "transport_body_type": "awning"
}, - "freezing": [
- {
- "kind": "ResourceFreezingValue",
- "code_name": "string",
- "name": "string",
- "end_time": "2024-12-19T10:13:29Z"
}
], - "number_sts": "string",
- "owner_sts": "string",
- "owning_type": "own",
- "trailer_number": "string",
- "trailer_additional_info": {
- "vin": "string",
- "chassis_number": "string"
}, - "lifting_capacity_id": "string",
- "max_lifting_capacity": 5.2,
- "dimensions_cargo_hold": {
- "length": 0,
- "width": 0,
- "height": 0
}, - "created_at": "2024-12-19T10:13:29Z",
- "updated_at": "2024-12-19T10:13:29Z",
- "additional": {
- "disinfected_from": "2024-12-19T10:13:29Z",
- "disinfected_until": "2024-12-19T10:13:29Z",
- "is_disinfected": true,
- "has_temperature_check": true
}, - "loading_option": {
- "full": true,
- "lateral": true,
- "rear": true,
- "upper": true,
- "removable_side_racks": true,
- "removable_upper_beam": true,
- "rigid_board": true,
- "number_of_belts": 0
}
}
]
}, - "expedited_payment": true,
- "document_flow": "scancopy",
- "shippings_count": 1,
- "scancopy_attachment_deadline": "2024-12-19T10:13:29Z",
- "requirements_changes_deadline": "2024-12-19T10:13:29Z",
- "reserved_at": "2024-12-19T10:13:29Z",
- "important_changes_at": "2024-12-19T10:13:29Z",
- "requirements_accepted_at": "2024-12-19T10:13:29Z",
- "closing_ttd_documents_accepted_at": "string",
- "closing_ttd_documents_rejected_at": "string",
- "closing_ttd_documents_rejection_comment": "string",
- "closing_ttd_forwarder_documents_accepted_at": "string",
- "closing_ttd_forwarder_documents_rejected_at": "string",
- "closing_ttd_forwarder_documents_rejection_comment": "string",
- "closing_bd_documents_accepted_at": "string",
- "closing_bd_documents_rejected_at": "string",
- "closing_bd_documents_rejection_comment": "string",
- "closing_status": "documents_accepted",
- "planned_payment_date": "2024-12-19",
- "actual_payment_date": "2024-12-19",
- "contact": {
- "id": "string",
- "full_name": "string",
- "email": "string",
- "phone": "string"
}, - "created_at": "2024-12-19T10:13:29Z",
- "updated_at": "2024-12-19T10:13:29Z"
}, - "current_auction_stage_number": 1,
- "winning_bid_id": "string",
- "winning_bid_min_work_hours": 0,
- "winning_bid_price_with_vat": null,
- "winning_bid_price_without_vat": null,
- "winning_bid": null,
- "watching_count": [
- {
- "human_friendly_id": "string",
- "company_id": "string",
- "opf": {
- "id": 1,
- "code": "12300",
- "name": "ООО"
}, - "opf_id": 1,
- "company_title": "Новрегионтранс",
- "count": 0,
- "auto_accept_changes": true
}
]
}
Удалить заказ
CargoOwningCompanyAdmin
) Заказ удалён
Заказ не является черновиком
Заказ не найден
{- "error": "string",
- "error_code": "string",
- "error_description": "string"
}
Утверждение заказа
CargoOwningCompanyAdmin
) Content-Type required | any Value: "application/json" |
shipping_order_id | any id Заказа |
Параметры точек маршрута, комментарий и идентификатор во внешней системе
external_info_id | string Nullable Идентификатор заказа во внешних системах. Используется только для информации |
comment | string Nullable Комментарий к заказу |
agreement_number | string Nullable Номер договора |
agreement_date | string <date> Nullable Номер договора |
route_points | Array of objects >= 2 items Точки маршрута |
Заказ
Неверные параметры запроса
Невалидный токен, неверный логин или пароль
Нет прав на выполнение действия
Объект не найден
{- "external_info_id": "string",
- "comment": "string",
- "agreement_number": "string",
- "agreement_date": "2024-12-19",
- "route_points": [
- {
- "number": 1,
- "location": {
- "house": "дом 1А/2 строение 3 корпус 4 литера Б",
- "office": "офис 1 помещение 2",
- "fias_id": "315a5cc2-7676-460f-ab44-a85c38eea89a",
- "lat": 59.9017959,
- "lng": 30.3194694
}, - "radius": 1,
- "contact_company_title": "string",
- "contact_inn": "string",
- "contact_kpp": "string",
- "contact_opf_code": "string",
- "contact_opf_name": "string",
- "contacts": [
- {
- "full_name": "string",
- "phone": "stringstrin",
- "extension_number": "string",
- "passport_number": "string",
- "passport_issued_at": "2024-12-19T10:13:29Z",
- "passport_who_issued": "string"
}
], - "counter_agent": {
- "private_person": true,
- "legal_entity_title": "string",
- "legal_entity_inn": "string",
- "legal_entity_kpp": "string",
- "legal_entity_opf_name": "string",
- "private_person_full_name": "string",
- "private_person_passport_type": "passport",
- "private_person_passport_number": "string",
- "private_person_passport_issuer": "string",
- "private_person_passport_issued_at": "2024-12-19"
}
}, - {
- "number": 1,
- "location": {
- "house": "дом 1А/2 строение 3 корпус 4 литера Б",
- "office": "офис 1 помещение 2",
- "fias_id": "315a5cc2-7676-460f-ab44-a85c38eea89a",
- "lat": 59.9017959,
- "lng": 30.3194694
}, - "radius": 1,
- "contact_company_title": "string",
- "contact_inn": "string",
- "contact_kpp": "string",
- "contact_opf_code": "string",
- "contact_opf_name": "string",
- "contacts": [
- {
- "full_name": "string",
- "phone": "stringstrin",
- "extension_number": "string",
- "passport_number": "string",
- "passport_issued_at": "2024-12-19T10:13:29Z",
- "passport_who_issued": "string"
}
], - "counter_agent": {
- "private_person": true,
- "legal_entity_title": "string",
- "legal_entity_inn": "string",
- "legal_entity_kpp": "string",
- "legal_entity_opf_name": "string",
- "private_person_full_name": "string",
- "private_person_passport_type": "passport",
- "private_person_passport_number": "string",
- "private_person_passport_issuer": "string",
- "private_person_passport_issued_at": "2024-12-19"
}
}
]
}
{- "id": "string",
- "human_friendly_id": "string",
- "created_at": "2024-12-19T10:13:29Z",
- "updated_at": "2024-12-19T10:13:29Z",
- "deleted_at": "2024-12-19T10:13:29Z",
- "status": "draft",
- "status_comment": "string",
- "status_updated_at": "2024-12-19T10:13:29Z",
- "status_history": [
- {
- "status": "blacklisted",
- "status_comment": "string",
- "created_at": "2024-12-19T10:13:29Z"
}
], - "cargo_owning_company_id": "string",
- "author_id": "string",
- "type": "shipping_request",
- "external_id": "string",
- "external_human_friendly_id": "№ 111-222 от 01.01.1999",
- "parent_id": "string",
- "contact": {
- "full_name": "string",
- "phone": "stringstrin",
- "extension_number": "string",
- "email": "string"
}, - "comment": "string",
- "archived": true,
- "hide_contacts": true,
- "resource_assignment_time": 60,
- "resource_assignment_till": "2020-03-13T15:46:31+00:00",
- "change_requests_allowed": true,
- "change_request_status": "string",
- "change_resources_request_status": "string",
- "contract_begins_at": "2024-12-19T10:13:29Z",
- "contract_ends_at": "2024-12-19T10:13:29Z",
- "contract_type": "by_shippings_count",
- "shippings_count": 1,
- "max_shippings_per_day": 1,
- "max_shippings_per_week": 1,
- "shipping_available_in": 0,
- "transport_body_types": [
- "awning"
], - "transport_tonnage": 0,
- "transport_volume": 0,
- "resource_requirements": {
- "own_transport_only": true,
- "rigid_board": true,
- "removable_upper_beam": true,
- "removable_side_racks": true,
- "two_sided": true,
- "number_of_belts": 1,
- "is_disinfected": true,
- "temperature_condition": {
- "min": -100,
- "max": -100
}, - "temperature_check": true,
- "russian_citizenship": true,
- "medical_book": true,
- "original_shipping_power_of_attorney": true,
- "coveralls": true,
- "timber_bunks": true,
- "tir_document": true,
- "cmr_document": true
}, - "cargo_name": "string",
- "cargo_tonnage": 0,
- "cargo_volume": 0,
- "cargo_cost": 0,
- "cargo_adr": "1",
- "cargo_length": 0.5,
- "cargo_width": 0.5,
- "cargo_height": 0.5,
- "cargo_places": 0,
- "cargo_packing": "reels",
- "route_points": [
- {
- "number": 1,
- "location": {
- "country": "Россия",
- "country_iso_code": "RU",
- "federal_district": "Северо-Западный",
- "region": "Санкт-Петербург",
- "region_type": "г",
- "region_with_type": "г Санкт-Петербург",
- "region_fias_id": "c2deb16a-0330-4f05-821f-1d09c93331e6",
- "region_kladr_id": "7800000000000",
- "region_iso_code": "RU-SPE",
- "area": "Краснокамский",
- "area_type": "р-н",
- "area_with_type": "Краснокамский р-н",
- "area_fias_id": "c278cbbc-e209-4b0f-b20e-9c19ed6f6802",
- "area_kladr_id": "0203100000000",
- "city": "Санкт-Петербург",
- "city_type": "г",
- "city_with_type": "г Санкт-Петербург",
- "city_fias_id": "c2deb16a-0330-4f05-821f-1d09c93331e6",
- "city_kladr_id": "7800000000000",
- "settlement": "Жилгородок",
- "settlement_type": "п",
- "settlement_with_type": "п Жилгородок",
- "settlement_fias_id": "8eab754d-38df-4fac-bebd-b27a46f45ea2",
- "settlement_kladr_id": "4701200005100",
- "street": "Московский",
- "street_type": "пр-кт",
- "street_with_type": "Московский пр-кт",
- "street_fias_id": "01b3acfc-5a4d-4d0f-a2de-67aef6effe31",
- "street_kladr_id": "78000000000085200",
- "house": "дом 1А/2 строение 3 корпус 4 литера Б",
- "house_fias_id": "315a5cc2-7676-460f-ab44-a85c38eea89a",
- "house_kladr_id": "7800000000013430010",
- "office": "офис 1 помещение 2",
- "fias_id": "315a5cc2-7676-460f-ab44-a85c38eea89a",
- "kladr_id": "7800000000013430010",
- "lat": 59.9017959,
- "lng": 30.3194694,
- "zip_code": "196084",
- "timezone_name": "Europe/Moscow",
- "level": "country",
- "timezone": 0
}, - "radius": 1,
- "distance_to_next": 0,
- "car_supply_ranges": [
- {
- "from": "2024-12-19T10:13:29Z",
- "till": "2024-12-19T10:13:29Z"
}
], - "operations": [
- "loading"
], - "operations_loadings": [
- "full"
], - "operations_duration": 10,
- "additional_services": [
- {
- "id": "string",
- "name": "string",
- "count": 1,
- "price": 0
}
], - "contact_company_title": "string",
- "contact_inn": "string",
- "contact_kpp": "string",
- "contact_opf_code": "string",
- "contact_opf_name": "string",
- "contacts": [
- {
- "full_name": "string",
- "phone": "stringstrin",
- "extension_number": "string",
- "passport_number": "string",
- "passport_issued_at": "2024-12-19T10:13:29Z",
- "passport_who_issued": "string"
}
], - "counter_agent": {
- "private_person": true,
- "legal_entity_title": "string",
- "legal_entity_inn": "string",
- "legal_entity_kpp": "string",
- "legal_entity_opf_name": "string",
- "private_person_full_name": "string",
- "private_person_passport_type": "passport",
- "private_person_passport_number": "string",
- "private_person_passport_issuer": "string",
- "private_person_passport_issued_at": "2024-12-19",
- "private_person_passport_info": "2024-12-19"
}
}, - {
- "number": 1,
- "location": {
- "country": "Россия",
- "country_iso_code": "RU",
- "federal_district": "Северо-Западный",
- "region": "Санкт-Петербург",
- "region_type": "г",
- "region_with_type": "г Санкт-Петербург",
- "region_fias_id": "c2deb16a-0330-4f05-821f-1d09c93331e6",
- "region_kladr_id": "7800000000000",
- "region_iso_code": "RU-SPE",
- "area": "Краснокамский",
- "area_type": "р-н",
- "area_with_type": "Краснокамский р-н",
- "area_fias_id": "c278cbbc-e209-4b0f-b20e-9c19ed6f6802",
- "area_kladr_id": "0203100000000",
- "city": "Санкт-Петербург",
- "city_type": "г",
- "city_with_type": "г Санкт-Петербург",
- "city_fias_id": "c2deb16a-0330-4f05-821f-1d09c93331e6",
- "city_kladr_id": "7800000000000",
- "settlement": "Жилгородок",
- "settlement_type": "п",
- "settlement_with_type": "п Жилгородок",
- "settlement_fias_id": "8eab754d-38df-4fac-bebd-b27a46f45ea2",
- "settlement_kladr_id": "4701200005100",
- "street": "Московский",
- "street_type": "пр-кт",
- "street_with_type": "Московский пр-кт",
- "street_fias_id": "01b3acfc-5a4d-4d0f-a2de-67aef6effe31",
- "street_kladr_id": "78000000000085200",
- "house": "дом 1А/2 строение 3 корпус 4 литера Б",
- "house_fias_id": "315a5cc2-7676-460f-ab44-a85c38eea89a",
- "house_kladr_id": "7800000000013430010",
- "office": "офис 1 помещение 2",
- "fias_id": "315a5cc2-7676-460f-ab44-a85c38eea89a",
- "kladr_id": "7800000000013430010",
- "lat": 59.9017959,
- "lng": 30.3194694,
- "zip_code": "196084",
- "timezone_name": "Europe/Moscow",
- "level": "country",
- "timezone": 0
}, - "radius": 1,
- "distance_to_next": 0,
- "car_supply_ranges": [
- {
- "from": "2024-12-19T10:13:29Z",
- "till": "2024-12-19T10:13:29Z"
}
], - "operations": [
- "loading"
], - "operations_loadings": [
- "full"
], - "operations_duration": 10,
- "additional_services": [
- {
- "id": "string",
- "name": "string",
- "count": 1,
- "price": 0
}
], - "contact_company_title": "string",
- "contact_inn": "string",
- "contact_kpp": "string",
- "contact_opf_code": "string",
- "contact_opf_name": "string",
- "contacts": [
- {
- "full_name": "string",
- "phone": "stringstrin",
- "extension_number": "string",
- "passport_number": "string",
- "passport_issued_at": "2024-12-19T10:13:29Z",
- "passport_who_issued": "string"
}
], - "counter_agent": {
- "private_person": true,
- "legal_entity_title": "string",
- "legal_entity_inn": "string",
- "legal_entity_kpp": "string",
- "legal_entity_opf_name": "string",
- "private_person_full_name": "string",
- "private_person_passport_type": "passport",
- "private_person_passport_number": "string",
- "private_person_passport_issuer": "string",
- "private_person_passport_issued_at": "2024-12-19",
- "private_person_passport_info": "2024-12-19"
}
}
], - "route_direction": {
- "country": "Россия",
- "country_iso_code": "RU",
- "federal_district": "Северо-Западный",
- "region": "Санкт-Петербург",
- "region_type": "г",
- "region_with_type": "г Санкт-Петербург",
- "region_fias_id": "c2deb16a-0330-4f05-821f-1d09c93331e6",
- "region_kladr_id": "7800000000000",
- "region_iso_code": "RU-SPE",
- "area": "Краснокамский",
- "area_type": "р-н",
- "area_with_type": "Краснокамский р-н",
- "area_fias_id": "c278cbbc-e209-4b0f-b20e-9c19ed6f6802",
- "area_kladr_id": "0203100000000",
- "city": "Санкт-Петербург",
- "city_type": "г",
- "city_with_type": "г Санкт-Петербург",
- "city_fias_id": "c2deb16a-0330-4f05-821f-1d09c93331e6",
- "city_kladr_id": "7800000000000",
- "settlement": "Жилгородок",
- "settlement_type": "п",
- "settlement_with_type": "п Жилгородок",
- "settlement_fias_id": "8eab754d-38df-4fac-bebd-b27a46f45ea2",
- "settlement_kladr_id": "4701200005100",
- "street": "Московский",
- "street_type": "пр-кт",
- "street_with_type": "Московский пр-кт",
- "street_fias_id": "01b3acfc-5a4d-4d0f-a2de-67aef6effe31",
- "street_kladr_id": "78000000000085200",
- "house": "дом 1А/2 строение 3 корпус 4 литера Б",
- "house_fias_id": "315a5cc2-7676-460f-ab44-a85c38eea89a",
- "house_kladr_id": "7800000000013430010",
- "office": "офис 1 помещение 2",
- "fias_id": "315a5cc2-7676-460f-ab44-a85c38eea89a",
- "kladr_id": "7800000000013430010",
- "lat": 59.9017959,
- "lng": 30.3194694,
- "zip_code": "196084",
- "timezone_name": "Europe/Moscow",
- "level": "country",
- "timezone": 0
}, - "is_route_circular": true,
- "auction_stages": [
- {
- "number": 1,
- "begins_at": "2024-12-19T10:13:29Z",
- "ends_at": "2024-12-19T10:13:29Z",
- "auction_type": "instant_reservation",
- "many_executors_allowed": false,
- "price_type": "with_vat",
- "price_with_vat": 1,
- "price_without_vat": 1,
- "payment_type": "per_hour",
- "min_work_hours": 0,
- "bid_step": 1,
- "min_bid_with_vat": 0,
- "min_bid_without_vat": 0,
- "max_bid_with_vat": 0,
- "max_bid_without_vat": 0,
- "visibility": "all",
- "companies_ids": [
- "string"
], - "groups_ids": [
- "string"
], - "intermediate_results_period": 0,
- "auto_extended": true
}
], - "executors": [
- {
- "company_id": "string",
- "price": 1,
- "shippings_count": 1
}
], - "contract_id": "string",
- "contract_hfid": "string",
- "contract_shipping_id": "string",
- "contract_shipping_price": 0,
- "dynamic_pricing": true,
- "auction_auto_extend_period": 1,
- "rebidding": true,
- "manual_spot_winner_pick_allowed": true,
- "partnership_contract_type": "all",
- "document_flows": [
- "scancopy"
], - "closing_documents_period": 1,
- "closing_documents_period_type": "calendar",
- "agreement_type": "shipping_agreement",
- "closing_documents": [
- {
- "name": "string",
- "count": 1
}
], - "terms_by_partnership_contract": true,
- "idle_time_cost_without_vat": 100,
- "documents_for_payment": [
- "bill_of_lading"
], - "payment_procedure": "prepayment",
- "payment_period": 1,
- "payment_period_type": "calendar",
- "cancellation_without_penalty_before": "2024-12-19T10:13:29Z",
- "cancellation_penalty_percent": 0,
- "minimum_cancellation_penalty_without_vat": 0,
- "payer_opf_id": 1,
- "payer_title": "string",
- "payment_form": "string",
- "forward_request_number": "string",
- "shipping_price": 0,
- "shipping_price_tax_type": "string",
- "shipping_payment_type": "string",
- "shipping_id": "string",
- "shipping_min_work_hours": 0,
- "shipping": {
- "shipping_request_info": {
- "id": "string",
- "human_friendly_id": "string",
- "created_at": "2024-12-19T10:13:29Z",
- "updated_at": "2024-12-19T10:13:29Z",
- "kind": "ShippingRequest",
- "status": {
- "code_name": "new",
- "comment": "string"
}, - "status_updated_at": "2024-12-19T10:13:29Z",
- "status_history": [
- {
- "status": {
- "code_name": "new",
- "comment": "string"
}, - "created_at": "2024-12-19T10:13:29Z"
}
], - "type": "shipping_request",
- "cargo_owning_company_id": "string",
- "author_id": "string",
- "shipping_order_id": "string",
- "contract_id": "string",
- "contract_hfid": "string",
- "client_category": "category_1",
- "comment": "string",
- "resource_assignment_time": 30,
- "completed_at": "2024-12-19T10:13:29Z",
- "contract_begins_at": "2024-12-19T10:13:29Z",
- "contract_ends_at": "2024-12-19T10:13:29Z",
- "contract_type": "by_shippings_count",
- "shippings_count": 1,
- "max_shippings_per_day": 1,
- "max_shippings_per_week": 1,
- "shipping_available_in": 0,
- "resource_requirements": {
- "transport_body_type": [
- "awning"
], - "transport_type": [
- "lorry"
], - "lifting_capacity": [
- "string"
], - "lifting_capacities": [
- {
- "id": "string",
- "kind": "string",
- "tonnage": 0,
- "volume": 0,
- "transport_body_type": "awning",
- "transport_type": "lorry"
}
], - "has_russian_citizen": true,
- "has_driver_coveralls": true,
- "has_no_criminal_records": true,
- "has_rigid_board": true,
- "has_medical_book": true,
- "has_removable_upper_beam": true,
- "has_removable_side_racks": true,
- "is_express": true,
- "number_of_belts": 0,
- "has_shipping_power_of_attorney_original": true,
- "is_disinfected": true,
- "has_temperature_check": true,
- "temperature_condition": {
- "min": 0,
- "max": 0
}, - "own_transport_only": true,
- "timber_bunks": true,
- "tir_document": true,
- "cmr_document": true
}, - "cargo_description": "string",
- "cargo_tonnage": 0,
- "cargo_volume": 0,
- "cargo_cost": 0,
- "cargo_adr": "1",
- "cargo_length": 0.5,
- "cargo_width": 0.5,
- "cargo_height": 0.5,
- "cargo_places": 0,
- "cargo_packing": "reels",
- "route_segments": [
- {
- "id": 0,
- "from_route_point_id": 0,
- "to_route_point_id": 0,
- "distance": 0,
- "unloading": {
- "type": [
- "full"
], - "duration": 300
}, - "loading": {
- "type": [
- "full"
], - "duration": 300
}
}
], - "route_points": [
- {
- "id": 0,
- "car_supply_range": [
- {
- "from": "2024-12-19T10:13:29Z",
- "until": "2024-12-19T10:13:29Z"
}
], - "car_supply_grouped_range": [
- [
- {
- "date": "2018-04-16T00:00:00+00:00",
- "times": [
- {
- "from": "2018-04-16T10:00:00+00:00",
- "until": "2018-04-16T12:00:00+00:00"
}, - {
- "from": "2018-04-16T13:00:00+00:00",
- "until": "2018-04-16T18:00:00+00:00"
}
]
}, - {
- "date": "2018-04-16T00:00:00+00:00",
- "times": [
- {
- "from": "2018-04-17T10:00:00+00:00",
- "until": "2018-04-17T12:00:00+00:00"
}, - {
- "from": "2018-04-17T13:00:00+00:00",
- "until": "2018-04-17T18:00:00+00:00"
}
]
}
]
], - "car_supply_at": "2024-12-19T10:13:29Z",
- "need_document_work": true,
- "additional_services": [
- {
- "id": "string",
- "name": "string",
- "count": 1,
- "price": 0
}
], - "counter_agent": {
- "private_person": true,
- "legal_entity_title": "string",
- "legal_entity_inn": "string",
- "legal_entity_kpp": "string",
- "legal_entity_opf_name": "string",
- "private_person_full_name": "string",
- "private_person_passport_type": "passport",
- "private_person_passport_number": "string",
- "private_person_passport_issuer": "string",
- "private_person_passport_issued_at": "2024-12-19",
- "private_person_passport_info": "2024-12-19"
}, - "cargo_receiver_sender_info": {
- "address": "string",
- "phone": "string",
- "company_name": "string",
- "contact_name": "string",
- "contact_inn": "string",
- "contact_kpp": "string",
- "contact_opf_code": "string",
- "contact_opf_name": "string",
- "passport_number": "string",
- "passport_issued_at": null,
- "passport_who_issued": "string"
}, - "location": {
- "country": "Россия",
- "country_iso_code": "RU",
- "federal_district": "Северо-Западный",
- "region": "Санкт-Петербург",
- "region_type": "г",
- "region_with_type": "г Санкт-Петербург",
- "region_fias_id": "c2deb16a-0330-4f05-821f-1d09c93331e6",
- "region_kladr_id": "7800000000000",
- "region_iso_code": "RU-SPE",
- "area": "Краснокамский",
- "area_type": "р-н",
- "area_with_type": "Краснокамский р-н",
- "area_fias_id": "c278cbbc-e209-4b0f-b20e-9c19ed6f6802",
- "area_kladr_id": "0203100000000",
- "city": "Санкт-Петербург",
- "city_type": "г",
- "city_with_type": "г Санкт-Петербург",
- "city_fias_id": "c2deb16a-0330-4f05-821f-1d09c93331e6",
- "city_kladr_id": "7800000000000",
- "settlement": "Жилгородок",
- "settlement_type": "п",
- "settlement_with_type": "п Жилгородок",
- "settlement_fias_id": "8eab754d-38df-4fac-bebd-b27a46f45ea2",
- "settlement_kladr_id": "4701200005100",
- "street": "Московский",
- "street_type": "пр-кт",
- "street_with_type": "Московский пр-кт",
- "street_fias_id": "01b3acfc-5a4d-4d0f-a2de-67aef6effe31",
- "street_kladr_id": "78000000000085200",
- "house": "дом 1А/2 строение 3 корпус 4 литера Б",
- "house_fias_id": "315a5cc2-7676-460f-ab44-a85c38eea89a",
- "house_kladr_id": "7800000000013430010",
- "office": "офис 1 помещение 2",
- "fias_id": "315a5cc2-7676-460f-ab44-a85c38eea89a",
- "kladr_id": "7800000000013430010",
- "lat": 59.9017959,
- "lng": 30.3194694,
- "zip_code": "196084",
- "timezone_name": "Europe/Moscow",
- "level": "country",
- "country_id": 643,
- "locality": "Жилгородок п",
- "fraction": 0,
- "housing": 0,
- "structure": 0,
- "literature": "string",
- "apartment": "string",
- "latitude": 0,
- "longitude": 0,
- "local_time_zone": 0,
- "comment": "string",
- "id": "string",
- "code": "string",
- "full_string_address": "string",
- "value": "string",
- "is_canonical": true
}, - "radius": 1
}
], - "route_direction_id": "string",
- "route_direction": {
- "country": "Россия",
- "country_iso_code": "RU",
- "federal_district": "Северо-Западный",
- "region": "Санкт-Петербург",
- "region_type": "г",
- "region_with_type": "г Санкт-Петербург",
- "region_fias_id": "c2deb16a-0330-4f05-821f-1d09c93331e6",
- "region_kladr_id": "7800000000000",
- "region_iso_code": "RU-SPE",
- "area": "Краснокамский",
- "area_type": "р-н",
- "area_with_type": "Краснокамский р-н",
- "area_fias_id": "c278cbbc-e209-4b0f-b20e-9c19ed6f6802",
- "area_kladr_id": "0203100000000",
- "city": "Санкт-Петербург",
- "city_type": "г",
- "city_with_type": "г Санкт-Петербург",
- "city_fias_id": "c2deb16a-0330-4f05-821f-1d09c93331e6",
- "city_kladr_id": "7800000000000",
- "settlement": "Жилгородок",
- "settlement_type": "п",
- "settlement_with_type": "п Жилгородок",
- "settlement_fias_id": "8eab754d-38df-4fac-bebd-b27a46f45ea2",
- "settlement_kladr_id": "4701200005100",
- "street": "Московский",
- "street_type": "пр-кт",
- "street_with_type": "Московский пр-кт",
- "street_fias_id": "01b3acfc-5a4d-4d0f-a2de-67aef6effe31",
- "street_kladr_id": "78000000000085200",
- "house": "дом 1А/2 строение 3 корпус 4 литера Б",
- "house_fias_id": "315a5cc2-7676-460f-ab44-a85c38eea89a",
- "house_kladr_id": "7800000000013430010",
- "office": "офис 1 помещение 2",
- "fias_id": "315a5cc2-7676-460f-ab44-a85c38eea89a",
- "kladr_id": "7800000000013430010",
- "lat": 59.9017959,
- "lng": 30.3194694,
- "zip_code": "196084",
- "timezone_name": "Europe/Moscow",
- "level": "country",
- "country_id": 643,
- "locality": "Жилгородок п",
- "fraction": 0,
- "housing": 0,
- "structure": 0,
- "literature": "string",
- "apartment": "string",
- "latitude": 0,
- "longitude": 0,
- "local_time_zone": 0,
- "comment": "string",
- "id": "string",
- "code": "string",
- "full_string_address": "string",
- "value": "string",
- "is_canonical": true
}, - "circular_route": true,
- "is_interval": true,
- "offer_deadline": "2024-12-19T10:13:29Z",
- "intermediate_results_at": "2024-12-19T10:13:29Z",
- "auction_type": "instant_reservation",
- "many_executors_allowed": false,
- "bid_step": 0,
- "bids": [
- {
- "id": "string",
- "ntk_id": "string",
- "author": {
- "id": "string",
- "human_friendly_id": "string",
- "title": "string",
- "country_id": 0,
- "country": {
- "id": 0,
- "name": "string",
- "alpha_2": "string",
- "code_name": "string",
- "num": 0
}, - "inn": "string",
- "kpp": "string",
- "tax_type": "with_vat",
- "opf_id": 0,
- "opf": {
- "id": 1,
- "code": "12300",
- "name": "ООО"
}, - "rating": 0,
- "logo_url": "string"
}, - "shipping_request_id": "string",
- "shipping_order_id": "string",
- "value": 1,
- "status": "current",
- "tax_type": "with_vat",
- "expedited_payment": false,
- "shippings_count": 1,
- "auction_stage_number": 1,
- "created_at": "2024-12-19T10:13:29Z",
- "updated_at": "2024-12-19T10:13:29Z"
}
], - "expedited_payment_available": true,
- "shipping_order_contract_id": "string",
- "shipping_order_contract_hfid": "string",
- "contract_shipping_id": "string",
- "contract_shipping_price": 0,
- "dynamic_pricing": true,
- "document_flow": [
- "scancopy"
], - "closing_documents_period": 1,
- "closing_documents_period_type": "calendar",
- "closing_documents": [
- {
- "name": "string",
- "count": 0
}
], - "agreement_type": "shipping_agreement",
- "change_requests_allowed": true,
- "terms_by_partnership_contract": true,
- "idle_time_cost_without_vat": 50,
- "documents_for_payment": [
- "bill_of_lading"
], - "payment_procedure": "prepayment",
- "payment_period": 1,
- "payment_period_type": "calendar",
- "payment_type": "per_hour",
- "min_work_hours": 0,
- "cancellation_without_penalty_before": "2024-12-19T10:13:29Z",
- "cancellation_penalty_percent": 0,
- "minimum_cancellation_penalty_without_vat": 0,
- "price": 0,
- "price_tax_type": "string",
- "expedited_payment_fee": 0,
- "min_bid": 0,
- "max_bid": 0,
- "winning_bid": 0,
- "expedited_payment_winning_bid": 0,
- "is_bid_winning": true,
- "tc_requirements_changes": [
- {
- "id": "string",
- "status": "string",
- "price": 0,
- "car_supply_at": null
}
], - "tc_requirements_change": {
- "id": "string",
- "status": "string",
- "price": 0,
- "car_supply_at": null
}, - "contact": {
- "full_name": "string",
- "phone": "stringstrin",
- "extension_number": "string",
- "email": "string"
}
}, - "assigned_resources": [
- {
- "driver_contact_info": "string",
- "route_segment_id": 0,
- "drivers_ids": [
- "string"
], - "car_id": "string",
- "trailer_id": "string"
}
], - "selected_car_supply": [
- {
- "route_point_id": 0,
- "car_supply_at": "2024-12-19T10:13:29Z"
}
], - "completed_at": "2024-12-19T10:13:29Z",
- "resource_assignment_deadline": "2024-12-19T10:13:29Z",
- "kind": "ShippingOutput",
- "id": "string",
- "human_friendly_id": "Человеко понятный id",
- "status": {
- "code_name": "resources_waiting",
- "comment": "string"
}, - "status_updated_at": "2024-12-19T10:13:29Z",
- "status_history": [
- [
- {
- "status": "blacklisted",
- "status_comment": "string",
- "created_at": "2024-12-19T10:13:29Z"
}
]
], - "scancopy_status": "cargo_owner_signing",
- "scancopy_status_comment": "string",
- "contract_id": "string",
- "contract_hfid": "string",
- "shipping_order_contract_id": "string",
- "shipping_order_contract_hfid": "string",
- "contract_shipping_id": "string",
- "company_id": "string",
- "company": {
- "id": "string",
- "human_friendly_id": "string",
- "title": "string",
- "country_id": 0,
- "country": {
- "id": 0,
- "name": "string",
- "alpha_2": "string",
- "code_name": "string",
- "num": 0
}, - "inn": "string",
- "kpp": "string",
- "tax_type": "with_vat",
- "opf_id": 0,
- "opf": {
- "id": 1,
- "code": "12300",
- "name": "ООО"
}, - "rating": 0,
- "logo_url": "string"
}, - "shipping_request_id": "string",
- "shipping_order_id": "string",
- "assigned_resource_objects": {
- "drivers": [
- {
- "id": "string",
- "kind": "ResourceDriver",
- "human_friendly_id": "человекочитаемый id",
- "full_name": "string",
- "company_id": "string",
- "freezing": [
- {
- "kind": "ResourceFreezingValue",
- "code_name": "string",
- "name": "string",
- "end_time": "2024-12-19T10:13:29Z"
}
], - "prohibited_categories": [
- "category_1"
], - "delivery_allowed": true,
- "status": {
- "code_name": "not_approved",
- "comment": "string"
}, - "status_updated_at": "2024-12-19T10:13:29Z",
- "driver_secret_info": {
- "common": {
- "country": {
- "id": 0,
- "name": "string",
- "alpha_2": "string",
- "code_name": "string",
- "num": 0
}, - "country_id": 0,
- "first_name": "string",
- "last_name": "string",
- "middle_name": "string",
- "birth_date": "2024-12-19T10:13:29Z"
}, - "doc": {
- "type": "passport",
- "number": "string",
- "issued_at": "2024-12-19T10:13:29Z",
- "subdivision_code": "370-011",
- "who_issued": "string",
- "expired_at": "2024-12-19T10:13:29Z"
}, - "address": {
- "country": {
- "id": 0,
- "name": "string",
- "alpha_2": "string",
- "code_name": "string",
- "num": 0
}, - "country_id": 0,
- "city": "string",
- "street": "string",
- "house_number": "string",
- "zip_code": "string",
- "room": "string"
}, - "inn": "string",
- "driver_license": {
- "number": "string",
- "who_issued": "string",
- "issued_at": "2024-12-19T10:13:29Z",
- "expired_at": "2024-12-19T10:13:29Z"
}, - "have_medical_book": true,
- "phones": [
- "string"
]
}, - "power_of_attorney": {
- "start": "2024-12-19T10:13:29Z",
- "end": "2024-12-19T10:13:29Z"
}, - "attorneys": {
- "cartegory_1": {
- "from": "2024-12-19T10:13:29Z",
- "until": "2024-12-19T10:13:29Z",
- "status": "new"
}, - "cartegory_2": {
- "from": "2024-12-19T10:13:29Z",
- "until": "2024-12-19T10:13:29Z",
- "status": "new"
}
}, - "created_at": "2024-12-19T10:13:29Z",
- "updated_at": "2024-12-19T10:13:29Z"
}
], - "cars": [
- {
- "id": "string",
- "human_friendly_id": "человекочитаемый id",
- "kind": "ResourceCar",
- "brand": "string",
- "company_id": "string",
- "status": {
- "code_name": "not_approved",
- "comment": "string"
}, - "status_updated_at": "2024-12-19T10:13:29Z",
- "lifting_capacity": {
- "id": "string",
- "tonnage": 0,
- "volume": 0,
- "transport_type": "lorry",
- "transport_body_type": "awning"
}, - "freezing": [
- {
- "kind": "ResourceFreezingValue",
- "code_name": "string",
- "name": "string",
- "end_time": "2024-12-19T10:13:29Z"
}
], - "number_sts": "string",
- "owner_sts": "string",
- "owning_type": "own",
- "max_lifting_capacity": 5.2,
- "car_number": "string",
- "car_additional_info": {
- "vin": "string",
- "engine_number": "string",
- "chassis_number": "string",
- "body_number": "string"
}, - "car_phone": "string",
- "created_at": "2024-12-19T10:13:29Z",
- "updated_at": "2024-12-19T10:13:29Z",
- "additional": {
- "disinfected_from": "2024-12-19T10:13:29Z",
- "disinfected_until": "2024-12-19T10:13:29Z",
- "is_disinfected": true,
- "has_temperature_check": true
}, - "loading_option": {
- "full": true,
- "lateral": true,
- "rear": true,
- "upper": true,
- "removable_side_racks": true,
- "removable_upper_beam": true,
- "rigid_board": true,
- "number_of_belts": 0
}
}
], - "trailers": [
- {
- "id": "string",
- "human_friendly_id": "человекочитаемый id",
- "kind": "ResourceTrailer",
- "brand": "string",
- "company_id": "string",
- "status": {
- "code_name": "not_approved",
- "comment": "string"
}, - "status_updated_at": "2024-12-19T10:13:29Z",
- "lifting_capacity": {
- "id": "string",
- "tonnage": 0,
- "volume": 0,
- "transport_type": "lorry",
- "transport_body_type": "awning"
}, - "freezing": [
- {
- "kind": "ResourceFreezingValue",
- "code_name": "string",
- "name": "string",
- "end_time": "2024-12-19T10:13:29Z"
}
], - "number_sts": "string",
- "owner_sts": "string",
- "owning_type": "own",
- "trailer_number": "string",
- "trailer_additional_info": {
- "vin": "string",
- "chassis_number": "string"
}, - "lifting_capacity_id": "string",
- "max_lifting_capacity": 5.2,
- "dimensions_cargo_hold": {
- "length": 0,
- "width": 0,
- "height": 0
}, - "created_at": "2024-12-19T10:13:29Z",
- "updated_at": "2024-12-19T10:13:29Z",
- "additional": {
- "disinfected_from": "2024-12-19T10:13:29Z",
- "disinfected_until": "2024-12-19T10:13:29Z",
- "is_disinfected": true,
- "has_temperature_check": true
}, - "loading_option": {
- "full": true,
- "lateral": true,
- "rear": true,
- "upper": true,
- "removable_side_racks": true,
- "removable_upper_beam": true,
- "rigid_board": true,
- "number_of_belts": 0
}
}
]
}, - "expedited_payment": true,
- "document_flow": "scancopy",
- "shippings_count": 1,
- "scancopy_attachment_deadline": "2024-12-19T10:13:29Z",
- "requirements_changes_deadline": "2024-12-19T10:13:29Z",
- "reserved_at": "2024-12-19T10:13:29Z",
- "important_changes_at": "2024-12-19T10:13:29Z",
- "requirements_accepted_at": "2024-12-19T10:13:29Z",
- "closing_ttd_documents_accepted_at": "string",
- "closing_ttd_documents_rejected_at": "string",
- "closing_ttd_documents_rejection_comment": "string",
- "closing_ttd_forwarder_documents_accepted_at": "string",
- "closing_ttd_forwarder_documents_rejected_at": "string",
- "closing_ttd_forwarder_documents_rejection_comment": "string",
- "closing_bd_documents_accepted_at": "string",
- "closing_bd_documents_rejected_at": "string",
- "closing_bd_documents_rejection_comment": "string",
- "closing_status": "documents_accepted",
- "planned_payment_date": "2024-12-19",
- "actual_payment_date": "2024-12-19",
- "contact": {
- "id": "string",
- "full_name": "string",
- "email": "string",
- "phone": "string"
}, - "created_at": "2024-12-19T10:13:29Z",
- "updated_at": "2024-12-19T10:13:29Z"
}, - "current_auction_stage_number": 1,
- "winning_bid_id": "string",
- "winning_bid_min_work_hours": 0,
- "winning_bid_price_with_vat": 1,
- "winning_bid_price_without_vat": 1,
- "auto_accept_changes": true
}
Отменить заказ
CargoOwningCompanyAdmin
) Content-Type required | any Value: "application/json" |
shipping_order_id | any id Заказа |
Комментарий к отмене
status_comment | string Nullable |
Заказ
Неверные параметры запроса
Невалидный токен, неверный логин или пароль
Нет прав на выполнение действия
Объект не найден
{- "status_comment": "string"
}
{- "id": "string",
- "human_friendly_id": "string",
- "created_at": "2024-12-19T10:13:29Z",
- "updated_at": "2024-12-19T10:13:29Z",
- "deleted_at": "2024-12-19T10:13:29Z",
- "status": "draft",
- "status_comment": "string",
- "status_updated_at": "2024-12-19T10:13:29Z",
- "status_history": [
- {
- "status": "blacklisted",
- "status_comment": "string",
- "created_at": "2024-12-19T10:13:29Z"
}
], - "cargo_owning_company_id": "string",
- "author_id": "string",
- "type": "shipping_request",
- "external_id": "string",
- "external_human_friendly_id": "№ 111-222 от 01.01.1999",
- "parent_id": "string",
- "contact": {
- "full_name": "string",
- "phone": "stringstrin",
- "extension_number": "string",
- "email": "string"
}, - "comment": "string",
- "archived": true,
- "hide_contacts": true,
- "resource_assignment_time": 60,
- "resource_assignment_till": "2020-03-13T15:46:31+00:00",
- "change_requests_allowed": true,
- "change_request_status": "string",
- "change_resources_request_status": "string",
- "contract_begins_at": "2024-12-19T10:13:29Z",
- "contract_ends_at": "2024-12-19T10:13:29Z",
- "contract_type": "by_shippings_count",
- "shippings_count": 1,
- "max_shippings_per_day": 1,
- "max_shippings_per_week": 1,
- "shipping_available_in": 0,
- "transport_body_types": [
- "awning"
], - "transport_tonnage": 0,
- "transport_volume": 0,
- "resource_requirements": {
- "own_transport_only": true,
- "rigid_board": true,
- "removable_upper_beam": true,
- "removable_side_racks": true,
- "two_sided": true,
- "number_of_belts": 1,
- "is_disinfected": true,
- "temperature_condition": {
- "min": -100,
- "max": -100
}, - "temperature_check": true,
- "russian_citizenship": true,
- "medical_book": true,
- "original_shipping_power_of_attorney": true,
- "coveralls": true,
- "timber_bunks": true,
- "tir_document": true,
- "cmr_document": true
}, - "cargo_name": "string",
- "cargo_tonnage": 0,
- "cargo_volume": 0,
- "cargo_cost": 0,
- "cargo_adr": "1",
- "cargo_length": 0.5,
- "cargo_width": 0.5,
- "cargo_height": 0.5,
- "cargo_places": 0,
- "cargo_packing": "reels",
- "route_points": [
- {
- "number": 1,
- "location": {
- "country": "Россия",
- "country_iso_code": "RU",
- "federal_district": "Северо-Западный",
- "region": "Санкт-Петербург",
- "region_type": "г",
- "region_with_type": "г Санкт-Петербург",
- "region_fias_id": "c2deb16a-0330-4f05-821f-1d09c93331e6",
- "region_kladr_id": "7800000000000",
- "region_iso_code": "RU-SPE",
- "area": "Краснокамский",
- "area_type": "р-н",
- "area_with_type": "Краснокамский р-н",
- "area_fias_id": "c278cbbc-e209-4b0f-b20e-9c19ed6f6802",
- "area_kladr_id": "0203100000000",
- "city": "Санкт-Петербург",
- "city_type": "г",
- "city_with_type": "г Санкт-Петербург",
- "city_fias_id": "c2deb16a-0330-4f05-821f-1d09c93331e6",
- "city_kladr_id": "7800000000000",
- "settlement": "Жилгородок",
- "settlement_type": "п",
- "settlement_with_type": "п Жилгородок",
- "settlement_fias_id": "8eab754d-38df-4fac-bebd-b27a46f45ea2",
- "settlement_kladr_id": "4701200005100",
- "street": "Московский",
- "street_type": "пр-кт",
- "street_with_type": "Московский пр-кт",
- "street_fias_id": "01b3acfc-5a4d-4d0f-a2de-67aef6effe31",
- "street_kladr_id": "78000000000085200",
- "house": "дом 1А/2 строение 3 корпус 4 литера Б",
- "house_fias_id": "315a5cc2-7676-460f-ab44-a85c38eea89a",
- "house_kladr_id": "7800000000013430010",
- "office": "офис 1 помещение 2",
- "fias_id": "315a5cc2-7676-460f-ab44-a85c38eea89a",
- "kladr_id": "7800000000013430010",
- "lat": 59.9017959,
- "lng": 30.3194694,
- "zip_code": "196084",
- "timezone_name": "Europe/Moscow",
- "level": "country",
- "timezone": 0
}, - "radius": 1,
- "distance_to_next": 0,
- "car_supply_ranges": [
- {
- "from": "2024-12-19T10:13:29Z",
- "till": "2024-12-19T10:13:29Z"
}
], - "operations": [
- "loading"
], - "operations_loadings": [
- "full"
], - "operations_duration": 10,
- "additional_services": [
- {
- "id": "string",
- "name": "string",
- "count": 1,
- "price": 0
}
], - "contact_company_title": "string",
- "contact_inn": "string",
- "contact_kpp": "string",
- "contact_opf_code": "string",
- "contact_opf_name": "string",
- "contacts": [
- {
- "full_name": "string",
- "phone": "stringstrin",
- "extension_number": "string",
- "passport_number": "string",
- "passport_issued_at": "2024-12-19T10:13:29Z",
- "passport_who_issued": "string"
}
], - "counter_agent": {
- "private_person": true,
- "legal_entity_title": "string",
- "legal_entity_inn": "string",
- "legal_entity_kpp": "string",
- "legal_entity_opf_name": "string",
- "private_person_full_name": "string",
- "private_person_passport_type": "passport",
- "private_person_passport_number": "string",
- "private_person_passport_issuer": "string",
- "private_person_passport_issued_at": "2024-12-19",
- "private_person_passport_info": "2024-12-19"
}
}, - {
- "number": 1,
- "location": {
- "country": "Россия",
- "country_iso_code": "RU",
- "federal_district": "Северо-Западный",
- "region": "Санкт-Петербург",
- "region_type": "г",
- "region_with_type": "г Санкт-Петербург",
- "region_fias_id": "c2deb16a-0330-4f05-821f-1d09c93331e6",
- "region_kladr_id": "7800000000000",
- "region_iso_code": "RU-SPE",
- "area": "Краснокамский",
- "area_type": "р-н",
- "area_with_type": "Краснокамский р-н",
- "area_fias_id": "c278cbbc-e209-4b0f-b20e-9c19ed6f6802",
- "area_kladr_id": "0203100000000",
- "city": "Санкт-Петербург",
- "city_type": "г",
- "city_with_type": "г Санкт-Петербург",
- "city_fias_id": "c2deb16a-0330-4f05-821f-1d09c93331e6",
- "city_kladr_id": "7800000000000",
- "settlement": "Жилгородок",
- "settlement_type": "п",
- "settlement_with_type": "п Жилгородок",
- "settlement_fias_id": "8eab754d-38df-4fac-bebd-b27a46f45ea2",
- "settlement_kladr_id": "4701200005100",
- "street": "Московский",
- "street_type": "пр-кт",
- "street_with_type": "Московский пр-кт",
- "street_fias_id": "01b3acfc-5a4d-4d0f-a2de-67aef6effe31",
- "street_kladr_id": "78000000000085200",
- "house": "дом 1А/2 строение 3 корпус 4 литера Б",
- "house_fias_id": "315a5cc2-7676-460f-ab44-a85c38eea89a",
- "house_kladr_id": "7800000000013430010",
- "office": "офис 1 помещение 2",
- "fias_id": "315a5cc2-7676-460f-ab44-a85c38eea89a",
- "kladr_id": "7800000000013430010",
- "lat": 59.9017959,
- "lng": 30.3194694,
- "zip_code": "196084",
- "timezone_name": "Europe/Moscow",
- "level": "country",
- "timezone": 0
}, - "radius": 1,
- "distance_to_next": 0,
- "car_supply_ranges": [
- {
- "from": "2024-12-19T10:13:29Z",
- "till": "2024-12-19T10:13:29Z"
}
], - "operations": [
- "loading"
], - "operations_loadings": [
- "full"
], - "operations_duration": 10,
- "additional_services": [
- {
- "id": "string",
- "name": "string",
- "count": 1,
- "price": 0
}
], - "contact_company_title": "string",
- "contact_inn": "string",
- "contact_kpp": "string",
- "contact_opf_code": "string",
- "contact_opf_name": "string",
- "contacts": [
- {
- "full_name": "string",
- "phone": "stringstrin",
- "extension_number": "string",
- "passport_number": "string",
- "passport_issued_at": "2024-12-19T10:13:29Z",
- "passport_who_issued": "string"
}
], - "counter_agent": {
- "private_person": true,
- "legal_entity_title": "string",
- "legal_entity_inn": "string",
- "legal_entity_kpp": "string",
- "legal_entity_opf_name": "string",
- "private_person_full_name": "string",
- "private_person_passport_type": "passport",
- "private_person_passport_number": "string",
- "private_person_passport_issuer": "string",
- "private_person_passport_issued_at": "2024-12-19",
- "private_person_passport_info": "2024-12-19"
}
}
], - "route_direction": {
- "country": "Россия",
- "country_iso_code": "RU",
- "federal_district": "Северо-Западный",
- "region": "Санкт-Петербург",
- "region_type": "г",
- "region_with_type": "г Санкт-Петербург",
- "region_fias_id": "c2deb16a-0330-4f05-821f-1d09c93331e6",
- "region_kladr_id": "7800000000000",
- "region_iso_code": "RU-SPE",
- "area": "Краснокамский",
- "area_type": "р-н",
- "area_with_type": "Краснокамский р-н",
- "area_fias_id": "c278cbbc-e209-4b0f-b20e-9c19ed6f6802",
- "area_kladr_id": "0203100000000",
- "city": "Санкт-Петербург",
- "city_type": "г",
- "city_with_type": "г Санкт-Петербург",
- "city_fias_id": "c2deb16a-0330-4f05-821f-1d09c93331e6",
- "city_kladr_id": "7800000000000",
- "settlement": "Жилгородок",
- "settlement_type": "п",
- "settlement_with_type": "п Жилгородок",
- "settlement_fias_id": "8eab754d-38df-4fac-bebd-b27a46f45ea2",
- "settlement_kladr_id": "4701200005100",
- "street": "Московский",
- "street_type": "пр-кт",
- "street_with_type": "Московский пр-кт",
- "street_fias_id": "01b3acfc-5a4d-4d0f-a2de-67aef6effe31",
- "street_kladr_id": "78000000000085200",
- "house": "дом 1А/2 строение 3 корпус 4 литера Б",
- "house_fias_id": "315a5cc2-7676-460f-ab44-a85c38eea89a",
- "house_kladr_id": "7800000000013430010",
- "office": "офис 1 помещение 2",
- "fias_id": "315a5cc2-7676-460f-ab44-a85c38eea89a",
- "kladr_id": "7800000000013430010",
- "lat": 59.9017959,
- "lng": 30.3194694,
- "zip_code": "196084",
- "timezone_name": "Europe/Moscow",
- "level": "country",
- "timezone": 0
}, - "is_route_circular": true,
- "auction_stages": [
- {
- "number": 1,
- "begins_at": "2024-12-19T10:13:29Z",
- "ends_at": "2024-12-19T10:13:29Z",
- "auction_type": "instant_reservation",
- "many_executors_allowed": false,
- "price_type": "with_vat",
- "price_with_vat": 1,
- "price_without_vat": 1,
- "payment_type": "per_hour",
- "min_work_hours": 0,
- "bid_step": 1,
- "min_bid_with_vat": 0,
- "min_bid_without_vat": 0,
- "max_bid_with_vat": 0,
- "max_bid_without_vat": 0,
- "visibility": "all",
- "companies_ids": [
- "string"
], - "groups_ids": [
- "string"
], - "intermediate_results_period": 0,
- "auto_extended": true
}
], - "executors": [
- {
- "company_id": "string",
- "price": 1,
- "shippings_count": 1
}
], - "contract_id": "string",
- "contract_hfid": "string",
- "contract_shipping_id": "string",
- "contract_shipping_price": 0,
- "dynamic_pricing": true,
- "auction_auto_extend_period": 1,
- "rebidding": true,
- "manual_spot_winner_pick_allowed": true,
- "partnership_contract_type": "all",
- "document_flows": [
- "scancopy"
], - "closing_documents_period": 1,
- "closing_documents_period_type": "calendar",
- "agreement_type": "shipping_agreement",
- "closing_documents": [
- {
- "name": "string",
- "count": 1
}
], - "terms_by_partnership_contract": true,
- "idle_time_cost_without_vat": 100,
- "documents_for_payment": [
- "bill_of_lading"
], - "payment_procedure": "prepayment",
- "payment_period": 1,
- "payment_period_type": "calendar",
- "cancellation_without_penalty_before": "2024-12-19T10:13:29Z",
- "cancellation_penalty_percent": 0,
- "minimum_cancellation_penalty_without_vat": 0,
- "payer_opf_id": 1,
- "payer_title": "string",
- "payment_form": "string",
- "forward_request_number": "string",
- "shipping_price": 0,
- "shipping_price_tax_type": "string",
- "shipping_payment_type": "string",
- "shipping_id": "string",
- "shipping_min_work_hours": 0,
- "shipping": {
- "shipping_request_info": {
- "id": "string",
- "human_friendly_id": "string",
- "created_at": "2024-12-19T10:13:29Z",
- "updated_at": "2024-12-19T10:13:29Z",
- "kind": "ShippingRequest",
- "status": {
- "code_name": "new",
- "comment": "string"
}, - "status_updated_at": "2024-12-19T10:13:29Z",
- "status_history": [
- {
- "status": {
- "code_name": "new",
- "comment": "string"
}, - "created_at": "2024-12-19T10:13:29Z"
}
], - "type": "shipping_request",
- "cargo_owning_company_id": "string",
- "author_id": "string",
- "shipping_order_id": "string",
- "contract_id": "string",
- "contract_hfid": "string",
- "client_category": "category_1",
- "comment": "string",
- "resource_assignment_time": 30,
- "completed_at": "2024-12-19T10:13:29Z",
- "contract_begins_at": "2024-12-19T10:13:29Z",
- "contract_ends_at": "2024-12-19T10:13:29Z",
- "contract_type": "by_shippings_count",
- "shippings_count": 1,
- "max_shippings_per_day": 1,
- "max_shippings_per_week": 1,
- "shipping_available_in": 0,
- "resource_requirements": {
- "transport_body_type": [
- "awning"
], - "transport_type": [
- "lorry"
], - "lifting_capacity": [
- "string"
], - "lifting_capacities": [
- {
- "id": "string",
- "kind": "string",
- "tonnage": 0,
- "volume": 0,
- "transport_body_type": "awning",
- "transport_type": "lorry"
}
], - "has_russian_citizen": true,
- "has_driver_coveralls": true,
- "has_no_criminal_records": true,
- "has_rigid_board": true,
- "has_medical_book": true,
- "has_removable_upper_beam": true,
- "has_removable_side_racks": true,
- "is_express": true,
- "number_of_belts": 0,
- "has_shipping_power_of_attorney_original": true,
- "is_disinfected": true,
- "has_temperature_check": true,
- "temperature_condition": {
- "min": 0,
- "max": 0
}, - "own_transport_only": true,
- "timber_bunks": true,
- "tir_document": true,
- "cmr_document": true
}, - "cargo_description": "string",
- "cargo_tonnage": 0,
- "cargo_volume": 0,
- "cargo_cost": 0,
- "cargo_adr": "1",
- "cargo_length": 0.5,
- "cargo_width": 0.5,
- "cargo_height": 0.5,
- "cargo_places": 0,
- "cargo_packing": "reels",
- "route_segments": [
- {
- "id": 0,
- "from_route_point_id": 0,
- "to_route_point_id": 0,
- "distance": 0,
- "unloading": {
- "type": [
- "full"
], - "duration": 300
}, - "loading": {
- "type": [
- "full"
], - "duration": 300
}
}
], - "route_points": [
- {
- "id": 0,
- "car_supply_range": [
- {
- "from": "2024-12-19T10:13:29Z",
- "until": "2024-12-19T10:13:29Z"
}
], - "car_supply_grouped_range": [
- [
- {
- "date": "2018-04-16T00:00:00+00:00",
- "times": [
- {
- "from": "2018-04-16T10:00:00+00:00",
- "until": "2018-04-16T12:00:00+00:00"
}, - {
- "from": "2018-04-16T13:00:00+00:00",
- "until": "2018-04-16T18:00:00+00:00"
}
]
}, - {
- "date": "2018-04-16T00:00:00+00:00",
- "times": [
- {
- "from": "2018-04-17T10:00:00+00:00",
- "until": "2018-04-17T12:00:00+00:00"
}, - {
- "from": "2018-04-17T13:00:00+00:00",
- "until": "2018-04-17T18:00:00+00:00"
}
]
}
]
], - "car_supply_at": "2024-12-19T10:13:29Z",
- "need_document_work": true,
- "additional_services": [
- {
- "id": "string",
- "name": "string",
- "count": 1,
- "price": 0
}
], - "counter_agent": {
- "private_person": true,
- "legal_entity_title": "string",
- "legal_entity_inn": "string",
- "legal_entity_kpp": "string",
- "legal_entity_opf_name": "string",
- "private_person_full_name": "string",
- "private_person_passport_type": "passport",
- "private_person_passport_number": "string",
- "private_person_passport_issuer": "string",
- "private_person_passport_issued_at": "2024-12-19",
- "private_person_passport_info": "2024-12-19"
}, - "cargo_receiver_sender_info": {
- "address": "string",
- "phone": "string",
- "company_name": "string",
- "contact_name": "string",
- "contact_inn": "string",
- "contact_kpp": "string",
- "contact_opf_code": "string",
- "contact_opf_name": "string",
- "passport_number": "string",
- "passport_issued_at": null,
- "passport_who_issued": "string"
}, - "location": {
- "country": "Россия",
- "country_iso_code": "RU",
- "federal_district": "Северо-Западный",
- "region": "Санкт-Петербург",
- "region_type": "г",
- "region_with_type": "г Санкт-Петербург",
- "region_fias_id": "c2deb16a-0330-4f05-821f-1d09c93331e6",
- "region_kladr_id": "7800000000000",
- "region_iso_code": "RU-SPE",
- "area": "Краснокамский",
- "area_type": "р-н",
- "area_with_type": "Краснокамский р-н",
- "area_fias_id": "c278cbbc-e209-4b0f-b20e-9c19ed6f6802",
- "area_kladr_id": "0203100000000",
- "city": "Санкт-Петербург",
- "city_type": "г",
- "city_with_type": "г Санкт-Петербург",
- "city_fias_id": "c2deb16a-0330-4f05-821f-1d09c93331e6",
- "city_kladr_id": "7800000000000",
- "settlement": "Жилгородок",
- "settlement_type": "п",
- "settlement_with_type": "п Жилгородок",
- "settlement_fias_id": "8eab754d-38df-4fac-bebd-b27a46f45ea2",
- "settlement_kladr_id": "4701200005100",
- "street": "Московский",
- "street_type": "пр-кт",
- "street_with_type": "Московский пр-кт",
- "street_fias_id": "01b3acfc-5a4d-4d0f-a2de-67aef6effe31",
- "street_kladr_id": "78000000000085200",
- "house": "дом 1А/2 строение 3 корпус 4 литера Б",
- "house_fias_id": "315a5cc2-7676-460f-ab44-a85c38eea89a",
- "house_kladr_id": "7800000000013430010",
- "office": "офис 1 помещение 2",
- "fias_id": "315a5cc2-7676-460f-ab44-a85c38eea89a",
- "kladr_id": "7800000000013430010",
- "lat": 59.9017959,
- "lng": 30.3194694,
- "zip_code": "196084",
- "timezone_name": "Europe/Moscow",
- "level": "country",
- "country_id": 643,
- "locality": "Жилгородок п",
- "fraction": 0,
- "housing": 0,
- "structure": 0,
- "literature": "string",
- "apartment": "string",
- "latitude": 0,
- "longitude": 0,
- "local_time_zone": 0,
- "comment": "string",
- "id": "string",
- "code": "string",
- "full_string_address": "string",
- "value": "string",
- "is_canonical": true
}, - "radius": 1
}
], - "route_direction_id": "string",
- "route_direction": {
- "country": "Россия",
- "country_iso_code": "RU",
- "federal_district": "Северо-Западный",
- "region": "Санкт-Петербург",
- "region_type": "г",
- "region_with_type": "г Санкт-Петербург",
- "region_fias_id": "c2deb16a-0330-4f05-821f-1d09c93331e6",
- "region_kladr_id": "7800000000000",
- "region_iso_code": "RU-SPE",
- "area": "Краснокамский",
- "area_type": "р-н",
- "area_with_type": "Краснокамский р-н",
- "area_fias_id": "c278cbbc-e209-4b0f-b20e-9c19ed6f6802",
- "area_kladr_id": "0203100000000",
- "city": "Санкт-Петербург",
- "city_type": "г",
- "city_with_type": "г Санкт-Петербург",
- "city_fias_id": "c2deb16a-0330-4f05-821f-1d09c93331e6",
- "city_kladr_id": "7800000000000",
- "settlement": "Жилгородок",
- "settlement_type": "п",
- "settlement_with_type": "п Жилгородок",
- "settlement_fias_id": "8eab754d-38df-4fac-bebd-b27a46f45ea2",
- "settlement_kladr_id": "4701200005100",
- "street": "Московский",
- "street_type": "пр-кт",
- "street_with_type": "Московский пр-кт",
- "street_fias_id": "01b3acfc-5a4d-4d0f-a2de-67aef6effe31",
- "street_kladr_id": "78000000000085200",
- "house": "дом 1А/2 строение 3 корпус 4 литера Б",
- "house_fias_id": "315a5cc2-7676-460f-ab44-a85c38eea89a",
- "house_kladr_id": "7800000000013430010",
- "office": "офис 1 помещение 2",
- "fias_id": "315a5cc2-7676-460f-ab44-a85c38eea89a",
- "kladr_id": "7800000000013430010",
- "lat": 59.9017959,
- "lng": 30.3194694,
- "zip_code": "196084",
- "timezone_name": "Europe/Moscow",
- "level": "country",
- "country_id": 643,
- "locality": "Жилгородок п",
- "fraction": 0,
- "housing": 0,
- "structure": 0,
- "literature": "string",
- "apartment": "string",
- "latitude": 0,
- "longitude": 0,
- "local_time_zone": 0,
- "comment": "string",
- "id": "string",
- "code": "string",
- "full_string_address": "string",
- "value": "string",
- "is_canonical": true
}, - "circular_route": true,
- "is_interval": true,
- "offer_deadline": "2024-12-19T10:13:29Z",
- "intermediate_results_at": "2024-12-19T10:13:29Z",
- "auction_type": "instant_reservation",
- "many_executors_allowed": false,
- "bid_step": 0,
- "bids": [
- {
- "id": "string",
- "ntk_id": "string",
- "author": {
- "id": "string",
- "human_friendly_id": "string",
- "title": "string",
- "country_id": 0,
- "country": {
- "id": 0,
- "name": "string",
- "alpha_2": "string",
- "code_name": "string",
- "num": 0
}, - "inn": "string",
- "kpp": "string",
- "tax_type": "with_vat",
- "opf_id": 0,
- "opf": {
- "id": 1,
- "code": "12300",
- "name": "ООО"
}, - "rating": 0,
- "logo_url": "string"
}, - "shipping_request_id": "string",
- "shipping_order_id": "string",
- "value": 1,
- "status": "current",
- "tax_type": "with_vat",
- "expedited_payment": false,
- "shippings_count": 1,
- "auction_stage_number": 1,
- "created_at": "2024-12-19T10:13:29Z",
- "updated_at": "2024-12-19T10:13:29Z"
}
], - "expedited_payment_available": true,
- "shipping_order_contract_id": "string",
- "shipping_order_contract_hfid": "string",
- "contract_shipping_id": "string",
- "contract_shipping_price": 0,
- "dynamic_pricing": true,
- "document_flow": [
- "scancopy"
], - "closing_documents_period": 1,
- "closing_documents_period_type": "calendar",
- "closing_documents": [
- {
- "name": "string",
- "count": 0
}
], - "agreement_type": "shipping_agreement",
- "change_requests_allowed": true,
- "terms_by_partnership_contract": true,
- "idle_time_cost_without_vat": 50,
- "documents_for_payment": [
- "bill_of_lading"
], - "payment_procedure": "prepayment",
- "payment_period": 1,
- "payment_period_type": "calendar",
- "payment_type": "per_hour",
- "min_work_hours": 0,
- "cancellation_without_penalty_before": "2024-12-19T10:13:29Z",
- "cancellation_penalty_percent": 0,
- "minimum_cancellation_penalty_without_vat": 0,
- "price": 0,
- "price_tax_type": "string",
- "expedited_payment_fee": 0,
- "min_bid": 0,
- "max_bid": 0,
- "winning_bid": 0,
- "expedited_payment_winning_bid": 0,
- "is_bid_winning": true,
- "tc_requirements_changes": [
- {
- "id": "string",
- "status": "string",
- "price": 0,
- "car_supply_at": null
}
], - "tc_requirements_change": {
- "id": "string",
- "status": "string",
- "price": 0,
- "car_supply_at": null
}, - "contact": {
- "full_name": "string",
- "phone": "stringstrin",
- "extension_number": "string",
- "email": "string"
}
}, - "assigned_resources": [
- {
- "driver_contact_info": "string",
- "route_segment_id": 0,
- "drivers_ids": [
- "string"
], - "car_id": "string",
- "trailer_id": "string"
}
], - "selected_car_supply": [
- {
- "route_point_id": 0,
- "car_supply_at": "2024-12-19T10:13:29Z"
}
], - "completed_at": "2024-12-19T10:13:29Z",
- "resource_assignment_deadline": "2024-12-19T10:13:29Z",
- "kind": "ShippingOutput",
- "id": "string",
- "human_friendly_id": "Человеко понятный id",
- "status": {
- "code_name": "resources_waiting",
- "comment": "string"
}, - "status_updated_at": "2024-12-19T10:13:29Z",
- "status_history": [
- [
- {
- "status": "blacklisted",
- "status_comment": "string",
- "created_at": "2024-12-19T10:13:29Z"
}
]
], - "scancopy_status": "cargo_owner_signing",
- "scancopy_status_comment": "string",
- "contract_id": "string",
- "contract_hfid": "string",
- "shipping_order_contract_id": "string",
- "shipping_order_contract_hfid": "string",
- "contract_shipping_id": "string",
- "company_id": "string",
- "company": {
- "id": "string",
- "human_friendly_id": "string",
- "title": "string",
- "country_id": 0,
- "country": {
- "id": 0,
- "name": "string",
- "alpha_2": "string",
- "code_name": "string",
- "num": 0
}, - "inn": "string",
- "kpp": "string",
- "tax_type": "with_vat",
- "opf_id": 0,
- "opf": {
- "id": 1,
- "code": "12300",
- "name": "ООО"
}, - "rating": 0,
- "logo_url": "string"
}, - "shipping_request_id": "string",
- "shipping_order_id": "string",
- "assigned_resource_objects": {
- "drivers": [
- {
- "id": "string",
- "kind": "ResourceDriver",
- "human_friendly_id": "человекочитаемый id",
- "full_name": "string",
- "company_id": "string",
- "freezing": [
- {
- "kind": "ResourceFreezingValue",
- "code_name": "string",
- "name": "string",
- "end_time": "2024-12-19T10:13:29Z"
}
], - "prohibited_categories": [
- "category_1"
], - "delivery_allowed": true,
- "status": {
- "code_name": "not_approved",
- "comment": "string"
}, - "status_updated_at": "2024-12-19T10:13:29Z",
- "driver_secret_info": {
- "common": {
- "country": {
- "id": 0,
- "name": "string",
- "alpha_2": "string",
- "code_name": "string",
- "num": 0
}, - "country_id": 0,
- "first_name": "string",
- "last_name": "string",
- "middle_name": "string",
- "birth_date": "2024-12-19T10:13:29Z"
}, - "doc": {
- "type": "passport",
- "number": "string",
- "issued_at": "2024-12-19T10:13:29Z",
- "subdivision_code": "370-011",
- "who_issued": "string",
- "expired_at": "2024-12-19T10:13:29Z"
}, - "address": {
- "country": {
- "id": 0,
- "name": "string",
- "alpha_2": "string",
- "code_name": "string",
- "num": 0
}, - "country_id": 0,
- "city": "string",
- "street": "string",
- "house_number": "string",
- "zip_code": "string",
- "room": "string"
}, - "inn": "string",
- "driver_license": {
- "number": "string",
- "who_issued": "string",
- "issued_at": "2024-12-19T10:13:29Z",
- "expired_at": "2024-12-19T10:13:29Z"
}, - "have_medical_book": true,
- "phones": [
- "string"
]
}, - "power_of_attorney": {
- "start": "2024-12-19T10:13:29Z",
- "end": "2024-12-19T10:13:29Z"
}, - "attorneys": {
- "cartegory_1": {
- "from": "2024-12-19T10:13:29Z",
- "until": "2024-12-19T10:13:29Z",
- "status": "new"
}, - "cartegory_2": {
- "from": "2024-12-19T10:13:29Z",
- "until": "2024-12-19T10:13:29Z",
- "status": "new"
}
}, - "created_at": "2024-12-19T10:13:29Z",
- "updated_at": "2024-12-19T10:13:29Z"
}
], - "cars": [
- {
- "id": "string",
- "human_friendly_id": "человекочитаемый id",
- "kind": "ResourceCar",
- "brand": "string",
- "company_id": "string",
- "status": {
- "code_name": "not_approved",
- "comment": "string"
}, - "status_updated_at": "2024-12-19T10:13:29Z",
- "lifting_capacity": {
- "id": "string",
- "tonnage": 0,
- "volume": 0,
- "transport_type": "lorry",
- "transport_body_type": "awning"
}, - "freezing": [
- {
- "kind": "ResourceFreezingValue",
- "code_name": "string",
- "name": "string",
- "end_time": "2024-12-19T10:13:29Z"
}
], - "number_sts": "string",
- "owner_sts": "string",
- "owning_type": "own",
- "max_lifting_capacity": 5.2,
- "car_number": "string",
- "car_additional_info": {
- "vin": "string",
- "engine_number": "string",
- "chassis_number": "string",
- "body_number": "string"
}, - "car_phone": "string",
- "created_at": "2024-12-19T10:13:29Z",
- "updated_at": "2024-12-19T10:13:29Z",
- "additional": {
- "disinfected_from": "2024-12-19T10:13:29Z",
- "disinfected_until": "2024-12-19T10:13:29Z",
- "is_disinfected": true,
- "has_temperature_check": true
}, - "loading_option": {
- "full": true,
- "lateral": true,
- "rear": true,
- "upper": true,
- "removable_side_racks": true,
- "removable_upper_beam": true,
- "rigid_board": true,
- "number_of_belts": 0
}
}
], - "trailers": [
- {
- "id": "string",
- "human_friendly_id": "человекочитаемый id",
- "kind": "ResourceTrailer",
- "brand": "string",
- "company_id": "string",
- "status": {
- "code_name": "not_approved",
- "comment": "string"
}, - "status_updated_at": "2024-12-19T10:13:29Z",
- "lifting_capacity": {
- "id": "string",
- "tonnage": 0,
- "volume": 0,
- "transport_type": "lorry",
- "transport_body_type": "awning"
}, - "freezing": [
- {
- "kind": "ResourceFreezingValue",
- "code_name": "string",
- "name": "string",
- "end_time": "2024-12-19T10:13:29Z"
}
], - "number_sts": "string",
- "owner_sts": "string",
- "owning_type": "own",
- "trailer_number": "string",
- "trailer_additional_info": {
- "vin": "string",
- "chassis_number": "string"
}, - "lifting_capacity_id": "string",
- "max_lifting_capacity": 5.2,
- "dimensions_cargo_hold": {
- "length": 0,
- "width": 0,
- "height": 0
}, - "created_at": "2024-12-19T10:13:29Z",
- "updated_at": "2024-12-19T10:13:29Z",
- "additional": {
- "disinfected_from": "2024-12-19T10:13:29Z",
- "disinfected_until": "2024-12-19T10:13:29Z",
- "is_disinfected": true,
- "has_temperature_check": true
}, - "loading_option": {
- "full": true,
- "lateral": true,
- "rear": true,
- "upper": true,
- "removable_side_racks": true,
- "removable_upper_beam": true,
- "rigid_board": true,
- "number_of_belts": 0
}
}
]
}, - "expedited_payment": true,
- "document_flow": "scancopy",
- "shippings_count": 1,
- "scancopy_attachment_deadline": "2024-12-19T10:13:29Z",
- "requirements_changes_deadline": "2024-12-19T10:13:29Z",
- "reserved_at": "2024-12-19T10:13:29Z",
- "important_changes_at": "2024-12-19T10:13:29Z",
- "requirements_accepted_at": "2024-12-19T10:13:29Z",
- "closing_ttd_documents_accepted_at": "string",
- "closing_ttd_documents_rejected_at": "string",
- "closing_ttd_documents_rejection_comment": "string",
- "closing_ttd_forwarder_documents_accepted_at": "string",
- "closing_ttd_forwarder_documents_rejected_at": "string",
- "closing_ttd_forwarder_documents_rejection_comment": "string",
- "closing_bd_documents_accepted_at": "string",
- "closing_bd_documents_rejected_at": "string",
- "closing_bd_documents_rejection_comment": "string",
- "closing_status": "documents_accepted",
- "planned_payment_date": "2024-12-19",
- "actual_payment_date": "2024-12-19",
- "contact": {
- "id": "string",
- "full_name": "string",
- "email": "string",
- "phone": "string"
}, - "created_at": "2024-12-19T10:13:29Z",
- "updated_at": "2024-12-19T10:13:29Z"
}, - "current_auction_stage_number": 1,
- "winning_bid_id": "string",
- "winning_bid_min_work_hours": 0,
- "winning_bid_price_with_vat": 1,
- "winning_bid_price_without_vat": 1,
- "auto_accept_changes": true
}
Отправить заказ в архив
CargoOwningCompanyAdmin
) shipping_order_id | any id Заказа |
Заказ
Неверные параметры запроса
Невалидный токен, неверный логин или пароль
Нет прав на выполнение действия
Объект не найден
{- "id": "string",
- "human_friendly_id": "string",
- "created_at": "2024-12-19T10:13:29Z",
- "updated_at": "2024-12-19T10:13:29Z",
- "deleted_at": "2024-12-19T10:13:29Z",
- "status": "draft",
- "status_comment": "string",
- "status_updated_at": "2024-12-19T10:13:29Z",
- "status_history": [
- {
- "status": "blacklisted",
- "status_comment": "string",
- "created_at": "2024-12-19T10:13:29Z"
}
], - "cargo_owning_company_id": "string",
- "author_id": "string",
- "type": "shipping_request",
- "external_id": "string",
- "external_human_friendly_id": "№ 111-222 от 01.01.1999",
- "parent_id": "string",
- "contact": {
- "full_name": "string",
- "phone": "stringstrin",
- "extension_number": "string",
- "email": "string"
}, - "comment": "string",
- "archived": true,
- "hide_contacts": true,
- "resource_assignment_time": 60,
- "resource_assignment_till": "2020-03-13T15:46:31+00:00",
- "change_requests_allowed": true,
- "change_request_status": "string",
- "change_resources_request_status": "string",
- "contract_begins_at": "2024-12-19T10:13:29Z",
- "contract_ends_at": "2024-12-19T10:13:29Z",
- "contract_type": "by_shippings_count",
- "shippings_count": 1,
- "max_shippings_per_day": 1,
- "max_shippings_per_week": 1,
- "shipping_available_in": 0,
- "transport_body_types": [
- "awning"
], - "transport_tonnage": 0,
- "transport_volume": 0,
- "resource_requirements": {
- "own_transport_only": true,
- "rigid_board": true,
- "removable_upper_beam": true,
- "removable_side_racks": true,
- "two_sided": true,
- "number_of_belts": 1,
- "is_disinfected": true,
- "temperature_condition": {
- "min": -100,
- "max": -100
}, - "temperature_check": true,
- "russian_citizenship": true,
- "medical_book": true,
- "original_shipping_power_of_attorney": true,
- "coveralls": true,
- "timber_bunks": true,
- "tir_document": true,
- "cmr_document": true
}, - "cargo_name": "string",
- "cargo_tonnage": 0,
- "cargo_volume": 0,
- "cargo_cost": 0,
- "cargo_adr": "1",
- "cargo_length": 0.5,
- "cargo_width": 0.5,
- "cargo_height": 0.5,
- "cargo_places": 0,
- "cargo_packing": "reels",
- "route_points": [
- {
- "number": 1,
- "location": {
- "country": "Россия",
- "country_iso_code": "RU",
- "federal_district": "Северо-Западный",
- "region": "Санкт-Петербург",
- "region_type": "г",
- "region_with_type": "г Санкт-Петербург",
- "region_fias_id": "c2deb16a-0330-4f05-821f-1d09c93331e6",
- "region_kladr_id": "7800000000000",
- "region_iso_code": "RU-SPE",
- "area": "Краснокамский",
- "area_type": "р-н",
- "area_with_type": "Краснокамский р-н",
- "area_fias_id": "c278cbbc-e209-4b0f-b20e-9c19ed6f6802",
- "area_kladr_id": "0203100000000",
- "city": "Санкт-Петербург",
- "city_type": "г",
- "city_with_type": "г Санкт-Петербург",
- "city_fias_id": "c2deb16a-0330-4f05-821f-1d09c93331e6",
- "city_kladr_id": "7800000000000",
- "settlement": "Жилгородок",
- "settlement_type": "п",
- "settlement_with_type": "п Жилгородок",
- "settlement_fias_id": "8eab754d-38df-4fac-bebd-b27a46f45ea2",
- "settlement_kladr_id": "4701200005100",
- "street": "Московский",
- "street_type": "пр-кт",
- "street_with_type": "Московский пр-кт",
- "street_fias_id": "01b3acfc-5a4d-4d0f-a2de-67aef6effe31",
- "street_kladr_id": "78000000000085200",
- "house": "дом 1А/2 строение 3 корпус 4 литера Б",
- "house_fias_id": "315a5cc2-7676-460f-ab44-a85c38eea89a",
- "house_kladr_id": "7800000000013430010",
- "office": "офис 1 помещение 2",
- "fias_id": "315a5cc2-7676-460f-ab44-a85c38eea89a",
- "kladr_id": "7800000000013430010",
- "lat": 59.9017959,
- "lng": 30.3194694,
- "zip_code": "196084",
- "timezone_name": "Europe/Moscow",
- "level": "country",
- "timezone": 0
}, - "radius": 1,
- "distance_to_next": 0,
- "car_supply_ranges": [
- {
- "from": "2024-12-19T10:13:29Z",
- "till": "2024-12-19T10:13:29Z"
}
], - "operations": [
- "loading"
], - "operations_loadings": [
- "full"
], - "operations_duration": 10,
- "additional_services": [
- {
- "id": "string",
- "name": "string",
- "count": 1,
- "price": 0
}
], - "contact_company_title": "string",
- "contact_inn": "string",
- "contact_kpp": "string",
- "contact_opf_code": "string",
- "contact_opf_name": "string",
- "contacts": [
- {
- "full_name": "string",
- "phone": "stringstrin",
- "extension_number": "string",
- "passport_number": "string",
- "passport_issued_at": "2024-12-19T10:13:29Z",
- "passport_who_issued": "string"
}
], - "counter_agent": {
- "private_person": true,
- "legal_entity_title": "string",
- "legal_entity_inn": "string",
- "legal_entity_kpp": "string",
- "legal_entity_opf_name": "string",
- "private_person_full_name": "string",
- "private_person_passport_type": "passport",
- "private_person_passport_number": "string",
- "private_person_passport_issuer": "string",
- "private_person_passport_issued_at": "2024-12-19",
- "private_person_passport_info": "2024-12-19"
}
}, - {
- "number": 1,
- "location": {
- "country": "Россия",
- "country_iso_code": "RU",
- "federal_district": "Северо-Западный",
- "region": "Санкт-Петербург",
- "region_type": "г",
- "region_with_type": "г Санкт-Петербург",
- "region_fias_id": "c2deb16a-0330-4f05-821f-1d09c93331e6",
- "region_kladr_id": "7800000000000",
- "region_iso_code": "RU-SPE",
- "area": "Краснокамский",
- "area_type": "р-н",
- "area_with_type": "Краснокамский р-н",
- "area_fias_id": "c278cbbc-e209-4b0f-b20e-9c19ed6f6802",
- "area_kladr_id": "0203100000000",
- "city": "Санкт-Петербург",
- "city_type": "г",
- "city_with_type": "г Санкт-Петербург",
- "city_fias_id": "c2deb16a-0330-4f05-821f-1d09c93331e6",
- "city_kladr_id": "7800000000000",
- "settlement": "Жилгородок",
- "settlement_type": "п",
- "settlement_with_type": "п Жилгородок",
- "settlement_fias_id": "8eab754d-38df-4fac-bebd-b27a46f45ea2",
- "settlement_kladr_id": "4701200005100",
- "street": "Московский",
- "street_type": "пр-кт",
- "street_with_type": "Московский пр-кт",
- "street_fias_id": "01b3acfc-5a4d-4d0f-a2de-67aef6effe31",
- "street_kladr_id": "78000000000085200",
- "house": "дом 1А/2 строение 3 корпус 4 литера Б",
- "house_fias_id": "315a5cc2-7676-460f-ab44-a85c38eea89a",
- "house_kladr_id": "7800000000013430010",
- "office": "офис 1 помещение 2",
- "fias_id": "315a5cc2-7676-460f-ab44-a85c38eea89a",
- "kladr_id": "7800000000013430010",
- "lat": 59.9017959,
- "lng": 30.3194694,
- "zip_code": "196084",
- "timezone_name": "Europe/Moscow",
- "level": "country",
- "timezone": 0
}, - "radius": 1,
- "distance_to_next": 0,
- "car_supply_ranges": [
- {
- "from": "2024-12-19T10:13:29Z",
- "till": "2024-12-19T10:13:29Z"
}
], - "operations": [
- "loading"
], - "operations_loadings": [
- "full"
], - "operations_duration": 10,
- "additional_services": [
- {
- "id": "string",
- "name": "string",
- "count": 1,
- "price": 0
}
], - "contact_company_title": "string",
- "contact_inn": "string",
- "contact_kpp": "string",
- "contact_opf_code": "string",
- "contact_opf_name": "string",
- "contacts": [
- {
- "full_name": "string",
- "phone": "stringstrin",
- "extension_number": "string",
- "passport_number": "string",
- "passport_issued_at": "2024-12-19T10:13:29Z",
- "passport_who_issued": "string"
}
], - "counter_agent": {
- "private_person": true,
- "legal_entity_title": "string",
- "legal_entity_inn": "string",
- "legal_entity_kpp": "string",
- "legal_entity_opf_name": "string",
- "private_person_full_name": "string",
- "private_person_passport_type": "passport",
- "private_person_passport_number": "string",
- "private_person_passport_issuer": "string",
- "private_person_passport_issued_at": "2024-12-19",
- "private_person_passport_info": "2024-12-19"
}
}
], - "route_direction": {
- "country": "Россия",
- "country_iso_code": "RU",
- "federal_district": "Северо-Западный",
- "region": "Санкт-Петербург",
- "region_type": "г",
- "region_with_type": "г Санкт-Петербург",
- "region_fias_id": "c2deb16a-0330-4f05-821f-1d09c93331e6",
- "region_kladr_id": "7800000000000",
- "region_iso_code": "RU-SPE",
- "area": "Краснокамский",
- "area_type": "р-н",
- "area_with_type": "Краснокамский р-н",
- "area_fias_id": "c278cbbc-e209-4b0f-b20e-9c19ed6f6802",
- "area_kladr_id": "0203100000000",
- "city": "Санкт-Петербург",
- "city_type": "г",
- "city_with_type": "г Санкт-Петербург",
- "city_fias_id": "c2deb16a-0330-4f05-821f-1d09c93331e6",
- "city_kladr_id": "7800000000000",
- "settlement": "Жилгородок",
- "settlement_type": "п",
- "settlement_with_type": "п Жилгородок",
- "settlement_fias_id": "8eab754d-38df-4fac-bebd-b27a46f45ea2",
- "settlement_kladr_id": "4701200005100",
- "street": "Московский",
- "street_type": "пр-кт",
- "street_with_type": "Московский пр-кт",
- "street_fias_id": "01b3acfc-5a4d-4d0f-a2de-67aef6effe31",
- "street_kladr_id": "78000000000085200",
- "house": "дом 1А/2 строение 3 корпус 4 литера Б",
- "house_fias_id": "315a5cc2-7676-460f-ab44-a85c38eea89a",
- "house_kladr_id": "7800000000013430010",
- "office": "офис 1 помещение 2",
- "fias_id": "315a5cc2-7676-460f-ab44-a85c38eea89a",
- "kladr_id": "7800000000013430010",
- "lat": 59.9017959,
- "lng": 30.3194694,
- "zip_code": "196084",
- "timezone_name": "Europe/Moscow",
- "level": "country",
- "timezone": 0
}, - "is_route_circular": true,
- "auction_stages": [
- {
- "number": 1,
- "begins_at": "2024-12-19T10:13:29Z",
- "ends_at": "2024-12-19T10:13:29Z",
- "auction_type": "instant_reservation",
- "many_executors_allowed": false,
- "price_type": "with_vat",
- "price_with_vat": 1,
- "price_without_vat": 1,
- "payment_type": "per_hour",
- "min_work_hours": 0,
- "bid_step": 1,
- "min_bid_with_vat": 0,
- "min_bid_without_vat": 0,
- "max_bid_with_vat": 0,
- "max_bid_without_vat": 0,
- "visibility": "all",
- "companies_ids": [
- "string"
], - "groups_ids": [
- "string"
], - "intermediate_results_period": 0,
- "auto_extended": true
}
], - "executors": [
- {
- "company_id": "string",
- "price": 1,
- "shippings_count": 1
}
], - "contract_id": "string",
- "contract_hfid": "string",
- "contract_shipping_id": "string",
- "contract_shipping_price": 0,
- "dynamic_pricing": true,
- "auction_auto_extend_period": 1,
- "rebidding": true,
- "manual_spot_winner_pick_allowed": true,
- "partnership_contract_type": "all",
- "document_flows": [
- "scancopy"
], - "closing_documents_period": 1,
- "closing_documents_period_type": "calendar",
- "agreement_type": "shipping_agreement",
- "closing_documents": [
- {
- "name": "string",
- "count": 1
}
], - "terms_by_partnership_contract": true,
- "idle_time_cost_without_vat": 100,
- "documents_for_payment": [
- "bill_of_lading"
], - "payment_procedure": "prepayment",
- "payment_period": 1,
- "payment_period_type": "calendar",
- "cancellation_without_penalty_before": "2024-12-19T10:13:29Z",
- "cancellation_penalty_percent": 0,
- "minimum_cancellation_penalty_without_vat": 0,
- "payer_opf_id": 1,
- "payer_title": "string",
- "payment_form": "string",
- "forward_request_number": "string",
- "shipping_price": 0,
- "shipping_price_tax_type": "string",
- "shipping_payment_type": "string",
- "shipping_id": "string",
- "shipping_min_work_hours": 0,
- "shipping": {
- "shipping_request_info": {
- "id": "string",
- "human_friendly_id": "string",
- "created_at": "2024-12-19T10:13:29Z",
- "updated_at": "2024-12-19T10:13:29Z",
- "kind": "ShippingRequest",
- "status": {
- "code_name": "new",
- "comment": "string"
}, - "status_updated_at": "2024-12-19T10:13:29Z",
- "status_history": [
- {
- "status": {
- "code_name": "new",
- "comment": "string"
}, - "created_at": "2024-12-19T10:13:29Z"
}
], - "type": "shipping_request",
- "cargo_owning_company_id": "string",
- "author_id": "string",
- "shipping_order_id": "string",
- "contract_id": "string",
- "contract_hfid": "string",
- "client_category": "category_1",
- "comment": "string",
- "resource_assignment_time": 30,
- "completed_at": "2024-12-19T10:13:29Z",
- "contract_begins_at": "2024-12-19T10:13:29Z",
- "contract_ends_at": "2024-12-19T10:13:29Z",
- "contract_type": "by_shippings_count",
- "shippings_count": 1,
- "max_shippings_per_day": 1,
- "max_shippings_per_week": 1,
- "shipping_available_in": 0,
- "resource_requirements": {
- "transport_body_type": [
- "awning"
], - "transport_type": [
- "lorry"
], - "lifting_capacity": [
- "string"
], - "lifting_capacities": [
- {
- "id": "string",
- "kind": "string",
- "tonnage": 0,
- "volume": 0,
- "transport_body_type": "awning",
- "transport_type": "lorry"
}
], - "has_russian_citizen": true,
- "has_driver_coveralls": true,
- "has_no_criminal_records": true,
- "has_rigid_board": true,
- "has_medical_book": true,
- "has_removable_upper_beam": true,
- "has_removable_side_racks": true,
- "is_express": true,
- "number_of_belts": 0,
- "has_shipping_power_of_attorney_original": true,
- "is_disinfected": true,
- "has_temperature_check": true,
- "temperature_condition": {
- "min": 0,
- "max": 0
}, - "own_transport_only": true,
- "timber_bunks": true,
- "tir_document": true,
- "cmr_document": true
}, - "cargo_description": "string",
- "cargo_tonnage": 0,
- "cargo_volume": 0,
- "cargo_cost": 0,
- "cargo_adr": "1",
- "cargo_length": 0.5,
- "cargo_width": 0.5,
- "cargo_height": 0.5,
- "cargo_places": 0,
- "cargo_packing": "reels",
- "route_segments": [
- {
- "id": 0,
- "from_route_point_id": 0,
- "to_route_point_id": 0,
- "distance": 0,
- "unloading": {
- "type": [
- "full"
], - "duration": 300
}, - "loading": {
- "type": [
- "full"
], - "duration": 300
}
}
], - "route_points": [
- {
- "id": 0,
- "car_supply_range": [
- {
- "from": "2024-12-19T10:13:29Z",
- "until": "2024-12-19T10:13:29Z"
}
], - "car_supply_grouped_range": [
- [
- {
- "date": "2018-04-16T00:00:00+00:00",
- "times": [
- {
- "from": "2018-04-16T10:00:00+00:00",
- "until": "2018-04-16T12:00:00+00:00"
}, - {
- "from": "2018-04-16T13:00:00+00:00",
- "until": "2018-04-16T18:00:00+00:00"
}
]
}, - {
- "date": "2018-04-16T00:00:00+00:00",
- "times": [
- {
- "from": "2018-04-17T10:00:00+00:00",
- "until": "2018-04-17T12:00:00+00:00"
}, - {
- "from": "2018-04-17T13:00:00+00:00",
- "until": "2018-04-17T18:00:00+00:00"
}
]
}
]
], - "car_supply_at": "2024-12-19T10:13:29Z",
- "need_document_work": true,
- "additional_services": [
- {
- "id": "string",
- "name": "string",
- "count": 1,
- "price": 0
}
], - "counter_agent": {
- "private_person": true,
- "legal_entity_title": "string",
- "legal_entity_inn": "string",
- "legal_entity_kpp": "string",
- "legal_entity_opf_name": "string",
- "private_person_full_name": "string",
- "private_person_passport_type": "passport",
- "private_person_passport_number": "string",
- "private_person_passport_issuer": "string",
- "private_person_passport_issued_at": "2024-12-19",
- "private_person_passport_info": "2024-12-19"
}, - "cargo_receiver_sender_info": {
- "address": "string",
- "phone": "string",
- "company_name": "string",
- "contact_name": "string",
- "contact_inn": "string",
- "contact_kpp": "string",
- "contact_opf_code": "string",
- "contact_opf_name": "string",
- "passport_number": "string",
- "passport_issued_at": null,
- "passport_who_issued": "string"
}, - "location": {
- "country": "Россия",
- "country_iso_code": "RU",
- "federal_district": "Северо-Западный",
- "region": "Санкт-Петербург",
- "region_type": "г",
- "region_with_type": "г Санкт-Петербург",
- "region_fias_id": "c2deb16a-0330-4f05-821f-1d09c93331e6",
- "region_kladr_id": "7800000000000",
- "region_iso_code": "RU-SPE",
- "area": "Краснокамский",
- "area_type": "р-н",
- "area_with_type": "Краснокамский р-н",
- "area_fias_id": "c278cbbc-e209-4b0f-b20e-9c19ed6f6802",
- "area_kladr_id": "0203100000000",
- "city": "Санкт-Петербург",
- "city_type": "г",
- "city_with_type": "г Санкт-Петербург",
- "city_fias_id": "c2deb16a-0330-4f05-821f-1d09c93331e6",
- "city_kladr_id": "7800000000000",
- "settlement": "Жилгородок",
- "settlement_type": "п",
- "settlement_with_type": "п Жилгородок",
- "settlement_fias_id": "8eab754d-38df-4fac-bebd-b27a46f45ea2",
- "settlement_kladr_id": "4701200005100",
- "street": "Московский",
- "street_type": "пр-кт",
- "street_with_type": "Московский пр-кт",
- "street_fias_id": "01b3acfc-5a4d-4d0f-a2de-67aef6effe31",
- "street_kladr_id": "78000000000085200",
- "house": "дом 1А/2 строение 3 корпус 4 литера Б",
- "house_fias_id": "315a5cc2-7676-460f-ab44-a85c38eea89a",
- "house_kladr_id": "7800000000013430010",
- "office": "офис 1 помещение 2",
- "fias_id": "315a5cc2-7676-460f-ab44-a85c38eea89a",
- "kladr_id": "7800000000013430010",
- "lat": 59.9017959,
- "lng": 30.3194694,
- "zip_code": "196084",
- "timezone_name": "Europe/Moscow",
- "level": "country",
- "country_id": 643,
- "locality": "Жилгородок п",
- "fraction": 0,
- "housing": 0,
- "structure": 0,
- "literature": "string",
- "apartment": "string",
- "latitude": 0,
- "longitude": 0,
- "local_time_zone": 0,
- "comment": "string",
- "id": "string",
- "code": "string",
- "full_string_address": "string",
- "value": "string",
- "is_canonical": true
}, - "radius": 1
}
], - "route_direction_id": "string",
- "route_direction": {
- "country": "Россия",
- "country_iso_code": "RU",
- "federal_district": "Северо-Западный",
- "region": "Санкт-Петербург",
- "region_type": "г",
- "region_with_type": "г Санкт-Петербург",
- "region_fias_id": "c2deb16a-0330-4f05-821f-1d09c93331e6",
- "region_kladr_id": "7800000000000",
- "region_iso_code": "RU-SPE",
- "area": "Краснокамский",
- "area_type": "р-н",
- "area_with_type": "Краснокамский р-н",
- "area_fias_id": "c278cbbc-e209-4b0f-b20e-9c19ed6f6802",
- "area_kladr_id": "0203100000000",
- "city": "Санкт-Петербург",
- "city_type": "г",
- "city_with_type": "г Санкт-Петербург",
- "city_fias_id": "c2deb16a-0330-4f05-821f-1d09c93331e6",
- "city_kladr_id": "7800000000000",
- "settlement": "Жилгородок",
- "settlement_type": "п",
- "settlement_with_type": "п Жилгородок",
- "settlement_fias_id": "8eab754d-38df-4fac-bebd-b27a46f45ea2",
- "settlement_kladr_id": "4701200005100",
- "street": "Московский",
- "street_type": "пр-кт",
- "street_with_type": "Московский пр-кт",
- "street_fias_id": "01b3acfc-5a4d-4d0f-a2de-67aef6effe31",
- "street_kladr_id": "78000000000085200",
- "house": "дом 1А/2 строение 3 корпус 4 литера Б",
- "house_fias_id": "315a5cc2-7676-460f-ab44-a85c38eea89a",
- "house_kladr_id": "7800000000013430010",
- "office": "офис 1 помещение 2",
- "fias_id": "315a5cc2-7676-460f-ab44-a85c38eea89a",
- "kladr_id": "7800000000013430010",
- "lat": 59.9017959,
- "lng": 30.3194694,
- "zip_code": "196084",
- "timezone_name": "Europe/Moscow",
- "level": "country",
- "country_id": 643,
- "locality": "Жилгородок п",
- "fraction": 0,
- "housing": 0,
- "structure": 0,
- "literature": "string",
- "apartment": "string",
- "latitude": 0,
- "longitude": 0,
- "local_time_zone": 0,
- "comment": "string",
- "id": "string",
- "code": "string",
- "full_string_address": "string",
- "value": "string",
- "is_canonical": true
}, - "circular_route": true,
- "is_interval": true,
- "offer_deadline": "2024-12-19T10:13:29Z",
- "intermediate_results_at": "2024-12-19T10:13:29Z",
- "auction_type": "instant_reservation",
- "many_executors_allowed": false,
- "bid_step": 0,
- "bids": [
- {
- "id": "string",
- "ntk_id": "string",
- "author": {
- "id": "string",
- "human_friendly_id": "string",
- "title": "string",
- "country_id": 0,
- "country": {
- "id": 0,
- "name": "string",
- "alpha_2": "string",
- "code_name": "string",
- "num": 0
}, - "inn": "string",
- "kpp": "string",
- "tax_type": "with_vat",
- "opf_id": 0,
- "opf": {
- "id": 1,
- "code": "12300",
- "name": "ООО"
}, - "rating": 0,
- "logo_url": "string"
}, - "shipping_request_id": "string",
- "shipping_order_id": "string",
- "value": 1,
- "status": "current",
- "tax_type": "with_vat",
- "expedited_payment": false,
- "shippings_count": 1,
- "auction_stage_number": 1,
- "created_at": "2024-12-19T10:13:29Z",
- "updated_at": "2024-12-19T10:13:29Z"
}
], - "expedited_payment_available": true,
- "shipping_order_contract_id": "string",
- "shipping_order_contract_hfid": "string",
- "contract_shipping_id": "string",
- "contract_shipping_price": 0,
- "dynamic_pricing": true,
- "document_flow": [
- "scancopy"
], - "closing_documents_period": 1,
- "closing_documents_period_type": "calendar",
- "closing_documents": [
- {
- "name": "string",
- "count": 0
}
], - "agreement_type": "shipping_agreement",
- "change_requests_allowed": true,
- "terms_by_partnership_contract": true,
- "idle_time_cost_without_vat": 50,
- "documents_for_payment": [
- "bill_of_lading"
], - "payment_procedure": "prepayment",
- "payment_period": 1,
- "payment_period_type": "calendar",
- "payment_type": "per_hour",
- "min_work_hours": 0,
- "cancellation_without_penalty_before": "2024-12-19T10:13:29Z",
- "cancellation_penalty_percent": 0,
- "minimum_cancellation_penalty_without_vat": 0,
- "price": 0,
- "price_tax_type": "string",
- "expedited_payment_fee": 0,
- "min_bid": 0,
- "max_bid": 0,
- "winning_bid": 0,
- "expedited_payment_winning_bid": 0,
- "is_bid_winning": true,
- "tc_requirements_changes": [
- {
- "id": "string",
- "status": "string",
- "price": 0,
- "car_supply_at": null
}
], - "tc_requirements_change": {
- "id": "string",
- "status": "string",
- "price": 0,
- "car_supply_at": null
}, - "contact": {
- "full_name": "string",
- "phone": "stringstrin",
- "extension_number": "string",
- "email": "string"
}
}, - "assigned_resources": [
- {
- "driver_contact_info": "string",
- "route_segment_id": 0,
- "drivers_ids": [
- "string"
], - "car_id": "string",
- "trailer_id": "string"
}
], - "selected_car_supply": [
- {
- "route_point_id": 0,
- "car_supply_at": "2024-12-19T10:13:29Z"
}
], - "completed_at": "2024-12-19T10:13:29Z",
- "resource_assignment_deadline": "2024-12-19T10:13:29Z",
- "kind": "ShippingOutput",
- "id": "string",
- "human_friendly_id": "Человеко понятный id",
- "status": {
- "code_name": "resources_waiting",
- "comment": "string"
}, - "status_updated_at": "2024-12-19T10:13:29Z",
- "status_history": [
- [
- {
- "status": "blacklisted",
- "status_comment": "string",
- "created_at": "2024-12-19T10:13:29Z"
}
]
], - "scancopy_status": "cargo_owner_signing",
- "scancopy_status_comment": "string",
- "contract_id": "string",
- "contract_hfid": "string",
- "shipping_order_contract_id": "string",
- "shipping_order_contract_hfid": "string",
- "contract_shipping_id": "string",
- "company_id": "string",
- "company": {
- "id": "string",
- "human_friendly_id": "string",
- "title": "string",
- "country_id": 0,
- "country": {
- "id": 0,
- "name": "string",
- "alpha_2": "string",
- "code_name": "string",
- "num": 0
}, - "inn": "string",
- "kpp": "string",
- "tax_type": "with_vat",
- "opf_id": 0,
- "opf": {
- "id": 1,
- "code": "12300",
- "name": "ООО"
}, - "rating": 0,
- "logo_url": "string"
}, - "shipping_request_id": "string",
- "shipping_order_id": "string",
- "assigned_resource_objects": {
- "drivers": [
- {
- "id": "string",
- "kind": "ResourceDriver",
- "human_friendly_id": "человекочитаемый id",
- "full_name": "string",
- "company_id": "string",
- "freezing": [
- {
- "kind": "ResourceFreezingValue",
- "code_name": "string",
- "name": "string",
- "end_time": "2024-12-19T10:13:29Z"
}
], - "prohibited_categories": [
- "category_1"
], - "delivery_allowed": true,
- "status": {
- "code_name": "not_approved",
- "comment": "string"
}, - "status_updated_at": "2024-12-19T10:13:29Z",
- "driver_secret_info": {
- "common": {
- "country": {
- "id": 0,
- "name": "string",
- "alpha_2": "string",
- "code_name": "string",
- "num": 0
}, - "country_id": 0,
- "first_name": "string",
- "last_name": "string",
- "middle_name": "string",
- "birth_date": "2024-12-19T10:13:29Z"
}, - "doc": {
- "type": "passport",
- "number": "string",
- "issued_at": "2024-12-19T10:13:29Z",
- "subdivision_code": "370-011",
- "who_issued": "string",
- "expired_at": "2024-12-19T10:13:29Z"
}, - "address": {
- "country": {
- "id": 0,
- "name": "string",
- "alpha_2": "string",
- "code_name": "string",
- "num": 0
}, - "country_id": 0,
- "city": "string",
- "street": "string",
- "house_number": "string",
- "zip_code": "string",
- "room": "string"
}, - "inn": "string",
- "driver_license": {
- "number": "string",
- "who_issued": "string",
- "issued_at": "2024-12-19T10:13:29Z",
- "expired_at": "2024-12-19T10:13:29Z"
}, - "have_medical_book": true,
- "phones": [
- "string"
]
}, - "power_of_attorney": {
- "start": "2024-12-19T10:13:29Z",
- "end": "2024-12-19T10:13:29Z"
}, - "attorneys": {
- "cartegory_1": {
- "from": "2024-12-19T10:13:29Z",
- "until": "2024-12-19T10:13:29Z",
- "status": "new"
}, - "cartegory_2": {
- "from": "2024-12-19T10:13:29Z",
- "until": "2024-12-19T10:13:29Z",
- "status": "new"
}
}, - "created_at": "2024-12-19T10:13:29Z",
- "updated_at": "2024-12-19T10:13:29Z"
}
], - "cars": [
- {
- "id": "string",
- "human_friendly_id": "человекочитаемый id",
- "kind": "ResourceCar",
- "brand": "string",
- "company_id": "string",
- "status": {
- "code_name": "not_approved",
- "comment": "string"
}, - "status_updated_at": "2024-12-19T10:13:29Z",
- "lifting_capacity": {
- "id": "string",
- "tonnage": 0,
- "volume": 0,
- "transport_type": "lorry",
- "transport_body_type": "awning"
}, - "freezing": [
- {
- "kind": "ResourceFreezingValue",
- "code_name": "string",
- "name": "string",
- "end_time": "2024-12-19T10:13:29Z"
}
], - "number_sts": "string",
- "owner_sts": "string",
- "owning_type": "own",
- "max_lifting_capacity": 5.2,
- "car_number": "string",
- "car_additional_info": {
- "vin": "string",
- "engine_number": "string",
- "chassis_number": "string",
- "body_number": "string"
}, - "car_phone": "string",
- "created_at": "2024-12-19T10:13:29Z",
- "updated_at": "2024-12-19T10:13:29Z",
- "additional": {
- "disinfected_from": "2024-12-19T10:13:29Z",
- "disinfected_until": "2024-12-19T10:13:29Z",
- "is_disinfected": true,
- "has_temperature_check": true
}, - "loading_option": {
- "full": true,
- "lateral": true,
- "rear": true,
- "upper": true,
- "removable_side_racks": true,
- "removable_upper_beam": true,
- "rigid_board": true,
- "number_of_belts": 0
}
}
], - "trailers": [
- {
- "id": "string",
- "human_friendly_id": "человекочитаемый id",
- "kind": "ResourceTrailer",
- "brand": "string",
- "company_id": "string",
- "status": {
- "code_name": "not_approved",
- "comment": "string"
}, - "status_updated_at": "2024-12-19T10:13:29Z",
- "lifting_capacity": {
- "id": "string",
- "tonnage": 0,
- "volume": 0,
- "transport_type": "lorry",
- "transport_body_type": "awning"
}, - "freezing": [
- {
- "kind": "ResourceFreezingValue",
- "code_name": "string",
- "name": "string",
- "end_time": "2024-12-19T10:13:29Z"
}
], - "number_sts": "string",
- "owner_sts": "string",
- "owning_type": "own",
- "trailer_number": "string",
- "trailer_additional_info": {
- "vin": "string",
- "chassis_number": "string"
}, - "lifting_capacity_id": "string",
- "max_lifting_capacity": 5.2,
- "dimensions_cargo_hold": {
- "length": 0,
- "width": 0,
- "height": 0
}, - "created_at": "2024-12-19T10:13:29Z",
- "updated_at": "2024-12-19T10:13:29Z",
- "additional": {
- "disinfected_from": "2024-12-19T10:13:29Z",
- "disinfected_until": "2024-12-19T10:13:29Z",
- "is_disinfected": true,
- "has_temperature_check": true
}, - "loading_option": {
- "full": true,
- "lateral": true,
- "rear": true,
- "upper": true,
- "removable_side_racks": true,
- "removable_upper_beam": true,
- "rigid_board": true,
- "number_of_belts": 0
}
}
]
}, - "expedited_payment": true,
- "document_flow": "scancopy",
- "shippings_count": 1,
- "scancopy_attachment_deadline": "2024-12-19T10:13:29Z",
- "requirements_changes_deadline": "2024-12-19T10:13:29Z",
- "reserved_at": "2024-12-19T10:13:29Z",
- "important_changes_at": "2024-12-19T10:13:29Z",
- "requirements_accepted_at": "2024-12-19T10:13:29Z",
- "closing_ttd_documents_accepted_at": "string",
- "closing_ttd_documents_rejected_at": "string",
- "closing_ttd_documents_rejection_comment": "string",
- "closing_ttd_forwarder_documents_accepted_at": "string",
- "closing_ttd_forwarder_documents_rejected_at": "string",
- "closing_ttd_forwarder_documents_rejection_comment": "string",
- "closing_bd_documents_accepted_at": "string",
- "closing_bd_documents_rejected_at": "string",
- "closing_bd_documents_rejection_comment": "string",
- "closing_status": "documents_accepted",
- "planned_payment_date": "2024-12-19",
- "actual_payment_date": "2024-12-19",
- "contact": {
- "id": "string",
- "full_name": "string",
- "email": "string",
- "phone": "string"
}, - "created_at": "2024-12-19T10:13:29Z",
- "updated_at": "2024-12-19T10:13:29Z"
}, - "current_auction_stage_number": 1,
- "winning_bid_id": "string",
- "winning_bid_min_work_hours": 0,
- "winning_bid_price_with_vat": 1,
- "winning_bid_price_without_vat": 1,
- "auto_accept_changes": true
}
Создать черновик заказа
CargoOwningCompanyAdmin
) Content-Type required | any Value: "application/json" |
author_id | string <uuid> Nullable ID пользователя, создавшего заказ. |
type | string Enum: "shipping_request" "contract" "delivery" "city_delivery" Тип заказа:
|
external_info_id | string Nullable Идентификатор заказа во внешних системах. Используется только для информации |
parent_id | string <uuid> Nullable ID заказа, на основании которого был создан текущий заказ. Используется только для информации |
contact | object Nullable Ответственное лицо всего заказа |
comment | string Nullable Комментарий к заказу |
resource_assignment_time | integer [ 60 .. 144000 ] Nullable Время на назначение ресурсов после бронирования заявки в минутах |
resource_assignment_till | string <date-time> Nullable Конкретное время назначение ресурсов после бронирования заявки |
change_requests_allowed | boolean Default: false Можно ли создавать запросы на изменение заказа |
change_request_status | string <text> Nullable Статус заявки на изменение требований заказа. |
change_resources_request_status | string <text> Nullable Статус заявки на измнение русурсов заказа. |
contract_begins_at | string <date-time> Nullable Дата начала исполнения. Указывается в часовом поясе первой точки маршрута |
contract_ends_at | string <date-time> Nullable Дата окончания исполнения. Указывается в часовом поясе последней точки маршрута |
contract_type | string Nullable Enum: "by_shippings_count" "by_schedule" Вид графикового заказа:
|
shippings_count | integer [ 1 .. 100000 ] Nullable Объём графикового заказа - количество перевозок |
max_shippings_per_day | integer [ 1 .. 100000 ] Nullable Максимальное количество перевозок в день по данному графиковому заказу для перевозчика. null означает, что ограничений нет |
max_shippings_per_week | integer [ 1 .. 100000 ] Nullable Максимальное количество перевозок в неделю по данному графиковому заказу для перевозчика. null означает, что ограничений нет |
shipping_available_in | integer [ 0 .. 43200 ] Nullable Перевозка по графиковому заказу будет доступна за указанное количество минут до её начала |
transport_body_types | Array of strings non-empty Default: [] Items Enum: "awning" "full_metal" "isothermal" "refrigerator" "dropside" "tanker" "container" Типы кузова транспорта |
transport_tonnage | number <double> [ 0 .. 200 ] Nullable Тоннаж транспорта в тоннах |
transport_volume | number <double> [ 0 .. 200 ] Nullable Объём транспорта в кубических метрах |
resource_requirements | object Требования к ресурсам |
cargo_name | string <= 150 characters Nullable Наименование груза |
cargo_tonnage | number <double> [ 0 .. 24 ] Nullable Тоннаж груза в тоннах |
cargo_volume | number <double> [ 0 .. 150 ] Nullable Объём груза в кубических метрах |
cargo_cost | integer [ 0 .. 999999999 ] Nullable Стоимость груза |
cargo_adr | string Nullable Enum: "1" "2" "3" "4" "5" "6" "7" "8" "9" Класс опасности груза |
cargo_length | number <double> [ 0.5 .. 17 ] Nullable Длина груза в метрах |
cargo_width | number <double> [ 0.5 .. 2.75 ] Nullable Ширина груза в метрах |
cargo_height | number <double> [ 0.5 .. 3 ] Nullable Высота груза в метрах |
cargo_places | integer [ 0 .. 100 ] Nullable Количество грузомест |
cargo_packing | string Nullable Enum: "reels" "big_bags" "barrels" "eurocubes" "cans" "coils" "boxes" "sheets" "bags" "in_bulk" "not_specified" "pallets" "fin_pallets" "packs" "pyramid" "loose" "rolls" "cases" Упаковка груза:
|
route_points | Array of objects <= 100 items Точки маршрута |
auction_stages | Array of objects [ 0 .. 1000 ] items Этапы торга |
executors | Array of objects [ 0 .. 1 ] items Исполнители заказа, указанные в момент создания |
contract_id | string <uuid> Nullable ID графикового заказа, для которого создаётся данный заказ |
manual_spot_winner_pick_allowed | boolean Можно ли выбирать выигрышную ставку в процессе торга спот заказа |
auction_auto_extend_period | integer [ 1 .. 24 ] Nullable Период автопродления торга |
document_flows | Array of strings Default: [] Items Enum: "scancopy" "online_confirmation" "qualified_signature" Возможные механизмы работы с документами |
closing_documents_period | integer [ 1 .. 366 ] Nullable Период предоставления закрывающих документов в днях |
closing_documents_period_type | string Nullable Enum: "calendar" "working" Тип дней в периоде предоставления закрывающих документов:
|
closing_documents | Array of objects Default: [] Закрывающие документы |
agreement_type | string Nullable Enum: "shipping_agreement" "freight_forwarding_agreement" Вид договора
|
terms_by_partnership_contract | boolean Default: false Условия взаиморасчетов согласно договору |
idle_time_cost_without_vat | integer [ 100 .. 1500 ] Nullable Стоимость одного часа простоя сверх времени работы в точке без НДС, кратно 100 |
documents_for_payment | Array of strings Default: [] Items Enum: "bill_of_lading" "waybill" "bill_of_lading_or_waybill" "packing_list" "bill" "acceptance_certificate" "delivery_certificate" "invoice" "power_of_attorney" "universal_transfer_document" "accompanying_document" "cmr" "forwarding_order" "shipping_order" "forwarding_receipt" "attachment_to_bill_of_lading" Документы для оплаты |
payment_procedure | string Nullable Enum: "prepayment" "payment_by_scancopy" "payment_by_original_documents" "payment_by_unloading" "payment_by_loading" Порядок оплаты:
|
payment_period | integer [ 1 .. 366 ] Nullable Период оплаты в днях |
payment_period_type | string Nullable Enum: "calendar" "working" Тип дней в периоде оплаты:
|
cancellation_without_penalty_before | string <date-time> Nullable Допустимое время для отказа от перевозки до наступления санкций |
cancellation_penalty_percent | integer [ 0 .. 100 ] Nullable Штраф за отказ от перевозки после наступления санкций в процентах от стоимости без НДС |
minimum_cancellation_penalty_without_vat | integer [ 0 .. 999999999 ] Nullable Минимальный штраф за отказ от перевозки после наступления санкций без НДС |
shipping_payment_type | string Nullable Enum: "per_hour" "fixed" Тип цены:
|
shipping_min_work_hours | integer Nullable Минимально оплачиваемое количество часов в заказе. |
winning_bid_id | string <uuid> Nullable ID выигравшей стваки. |
winning_bid_min_work_hours | integer Nullable Минимально оплачиваемое количество часов выигравшей ставки. |
winning_bid_price_with_vat | decimal Nullable Цена победившей стваки (с НДС). |
winning_bid_price_without_vat | decimal Nullable Цена победившей стваки (без НДС). |
winning_bid | float Nullable Выигравшая ставка. |
watching_count | Array of objects Nullable Счетчик количества просмотров заявки. |
Черновик заказа
Неверные параметры запроса
Невалидный токен, неверный логин или пароль
Нет прав на выполнение действия
{- "author_id": "string",
- "type": "shipping_request",
- "external_info_id": "string",
- "parent_id": "string",
- "contact": {
- "full_name": "string",
- "phone": "stringstrin",
- "extension_number": "string",
- "email": "string"
}, - "comment": "string",
- "resource_assignment_time": 60,
- "resource_assignment_till": "2020-03-13T15:46:31+00:00",
- "change_requests_allowed": false,
- "change_request_status": "string",
- "change_resources_request_status": "string",
- "contract_begins_at": "2024-12-19T10:13:29Z",
- "contract_ends_at": "2024-12-19T10:13:29Z",
- "contract_type": "by_shippings_count",
- "shippings_count": 1,
- "max_shippings_per_day": 1,
- "max_shippings_per_week": 1,
- "shipping_available_in": 0,
- "transport_body_types": [ ],
- "transport_tonnage": 0,
- "transport_volume": 0,
- "resource_requirements": {
- "own_transport_only": true,
- "rigid_board": true,
- "removable_upper_beam": true,
- "removable_side_racks": true,
- "two_sided": true,
- "number_of_belts": 1,
- "is_disinfected": true,
- "temperature_condition": {
- "min": -100,
- "max": -100
}, - "temperature_check": true,
- "russian_citizenship": true,
- "medical_book": true,
- "original_shipping_power_of_attorney": true,
- "coveralls": true,
- "timber_bunks": true,
- "tir_document": true,
- "cmr_document": true
}, - "cargo_name": "string",
- "cargo_tonnage": 0,
- "cargo_volume": 0,
- "cargo_cost": 0,
- "cargo_adr": "1",
- "cargo_length": 0.5,
- "cargo_width": 0.5,
- "cargo_height": 0.5,
- "cargo_places": 0,
- "cargo_packing": "reels",
- "route_points": [
- {
- "number": 1,
- "location": {
- "house": "дом 1А/2 строение 3 корпус 4 литера Б",
- "office": "офис 1 помещение 2",
- "fias_id": "315a5cc2-7676-460f-ab44-a85c38eea89a",
- "lat": 59.9017959,
- "lng": 30.3194694
}, - "radius": 1,
- "car_supply_ranges": [
- {
- "from": "2024-12-19T10:13:29Z",
- "till": "2024-12-19T10:13:29Z"
}
], - "operations": [ ],
- "operations_loadings": [ ],
- "operations_duration": 10,
- "additional_services": [ ],
- "contact_company_title": "string",
- "contact_inn": "string",
- "contact_kpp": "string",
- "contact_opf_code": "string",
- "contact_opf_name": "string",
- "contacts": [ ]
}
], - "auction_stages": [
- {
- "begins_at": "2024-12-19T10:13:29Z",
- "ends_at": "2024-12-19T10:13:29Z",
- "auction_type": "instant_reservation",
- "many_executors_allowed": false,
- "price_type": "with_vat",
- "price_with_vat": 1,
- "price_without_vat": 1,
- "bid_step": 1,
- "min_bid_with_vat": 0,
- "min_bid_without_vat": 0,
- "max_bid_with_vat": 0,
- "max_bid_without_vat": 0,
- "visibility": "all",
- "companies_ids": [ ],
- "groups_ids": [ ],
- "auto_extended": true
}
], - "executors": [
- {
- "company_id": "string",
- "price": 1
}
], - "contract_id": "string",
- "manual_spot_winner_pick_allowed": true,
- "auction_auto_extend_period": 1,
- "document_flows": [ ],
- "closing_documents_period": 1,
- "closing_documents_period_type": "calendar",
- "closing_documents": [ ],
- "agreement_type": "shipping_agreement",
- "terms_by_partnership_contract": false,
- "idle_time_cost_without_vat": 100,
- "documents_for_payment": [ ],
- "payment_procedure": "prepayment",
- "payment_period": 1,
- "payment_period_type": "calendar",
- "cancellation_without_penalty_before": "2024-12-19T10:13:29Z",
- "cancellation_penalty_percent": 0,
- "minimum_cancellation_penalty_without_vat": 0,
- "shipping_payment_type": "per_hour",
- "shipping_min_work_hours": 0,
- "shipping": {
- "shipping_request_info": {
- "type": "shipping_request",
- "contract_id": "string",
- "client_category": "category_1",
- "comment": "string",
- "resource_assignment_time": 30,
- "contract_begins_at": "2024-12-19T10:13:29Z",
- "contract_ends_at": "2024-12-19T10:13:29Z",
- "contract_type": "by_shippings_count",
- "shippings_count": 1,
- "max_shippings_per_day": 1,
- "max_shippings_per_week": 1,
- "shipping_available_in": 0,
- "resource_requirements": {
- "transport_body_type": [
- "awning"
], - "transport_type": [
- "lorry"
], - "lifting_capacity": [
- "string"
], - "has_russian_citizen": true,
- "has_driver_coveralls": true,
- "has_no_criminal_records": true,
- "has_rigid_board": true,
- "has_medical_book": true,
- "has_removable_upper_beam": true,
- "has_removable_side_racks": true,
- "is_express": true,
- "number_of_belts": 0,
- "has_shipping_power_of_attorney_original": true,
- "is_disinfected": true,
- "has_temperature_check": true,
- "temperature_condition": {
- "min": 0,
- "max": 0
}, - "own_transport_only": true,
- "timber_bunks": true,
- "tir_document": true,
- "cmr_document": true
}, - "cargo_description": "string",
- "cargo_tonnage": 0,
- "cargo_volume": 0,
- "cargo_cost": 0,
- "cargo_adr": "1",
- "cargo_length": 0.5,
- "cargo_width": 0.5,
- "cargo_height": 0.5,
- "cargo_places": 0,
- "cargo_packing": "reels",
- "route_segments": [
- {
- "id": 0,
- "from_route_point_id": 0,
- "to_route_point_id": 0,
- "distance": 0,
- "unloading": {
- "type": [
- "full"
], - "duration": 300
}, - "loading": {
- "type": [
- "full"
], - "duration": 300
}
}
], - "route_points": [
- {
- "id": 0,
- "car_supply_range": [
- {
- "from": "2024-12-19T10:13:29Z",
- "until": "2024-12-19T10:13:29Z"
}
], - "car_supply_at": "2024-12-19T10:13:29Z",
- "need_document_work": true,
- "additional_services": [
- {
- "id": "string",
- "name": "string",
- "count": 1,
- "price": 0
}
], - "counter_agent": {
- "private_person": true,
- "legal_entity_title": "string",
- "legal_entity_inn": "string",
- "legal_entity_kpp": "string",
- "legal_entity_opf_name": "string",
- "private_person_full_name": "string",
- "private_person_passport_type": "passport",
- "private_person_passport_number": "string",
- "private_person_passport_issuer": "string",
- "private_person_passport_issued_at": "2024-12-19"
}, - "cargo_receiver_sender_info": {
- "address": "string",
- "phone": "string",
- "company_name": "string",
- "contact_name": "string",
- "contact_inn": "string",
- "contact_kpp": "string",
- "contact_opf_code": "string",
- "contact_opf_name": "string",
- "passport_number": "string",
- "passport_issued_at": null,
- "passport_who_issued": "string"
}, - "location": {
- "country": "Россия",
- "country_iso_code": "RU",
- "federal_district": "Северо-Западный",
- "region": "Санкт-Петербург",
- "region_type": "г",
- "region_with_type": "г Санкт-Петербург",
- "region_fias_id": "c2deb16a-0330-4f05-821f-1d09c93331e6",
- "region_kladr_id": "7800000000000",
- "region_iso_code": "RU-SPE",
- "area": "Краснокамский",
- "area_type": "р-н",
- "area_with_type": "Краснокамский р-н",
- "area_fias_id": "c278cbbc-e209-4b0f-b20e-9c19ed6f6802",
- "area_kladr_id": "0203100000000",
- "city": "Санкт-Петербург",
- "city_type": "г",
- "city_with_type": "г Санкт-Петербург",
- "city_fias_id": "c2deb16a-0330-4f05-821f-1d09c93331e6",
- "city_kladr_id": "7800000000000",
- "settlement": "Жилгородок",
- "settlement_type": "п",
- "settlement_with_type": "п Жилгородок",
- "settlement_fias_id": "8eab754d-38df-4fac-bebd-b27a46f45ea2",
- "settlement_kladr_id": "4701200005100",
- "street": "Московский",
- "street_type": "пр-кт",
- "street_with_type": "Московский пр-кт",
- "street_fias_id": "01b3acfc-5a4d-4d0f-a2de-67aef6effe31",
- "street_kladr_id": "78000000000085200",
- "house": "дом 1А/2 строение 3 корпус 4 литера Б",
- "house_fias_id": "315a5cc2-7676-460f-ab44-a85c38eea89a",
- "house_kladr_id": "7800000000013430010",
- "office": "офис 1 помещение 2",
- "fias_id": "315a5cc2-7676-460f-ab44-a85c38eea89a",
- "kladr_id": "7800000000013430010",
- "lat": 59.9017959,
- "lng": 30.3194694,
- "zip_code": "196084",
- "timezone_name": "Europe/Moscow",
- "level": "country",
- "country_id": 643,
- "locality": "Жилгородок п",
- "fraction": 0,
- "housing": 0,
- "structure": 0,
- "literature": "string",
- "apartment": "string",
- "latitude": 0,
- "longitude": 0,
- "local_time_zone": 0,
- "comment": "string",
- "id": "string",
- "code": "string",
- "full_string_address": "string",
- "value": "string",
- "is_canonical": true
}, - "radius": 1
}
], - "route_direction": {
- "country": "Россия",
- "country_iso_code": "RU",
- "federal_district": "Северо-Западный",
- "region": "Санкт-Петербург",
- "region_type": "г",
- "region_with_type": "г Санкт-Петербург",
- "region_fias_id": "c2deb16a-0330-4f05-821f-1d09c93331e6",
- "region_kladr_id": "7800000000000",
- "region_iso_code": "RU-SPE",
- "area": "Краснокамский",
- "area_type": "р-н",
- "area_with_type": "Краснокамский р-н",
- "area_fias_id": "c278cbbc-e209-4b0f-b20e-9c19ed6f6802",
- "area_kladr_id": "0203100000000",
- "city": "Санкт-Петербург",
- "city_type": "г",
- "city_with_type": "г Санкт-Петербург",
- "city_fias_id": "c2deb16a-0330-4f05-821f-1d09c93331e6",
- "city_kladr_id": "7800000000000",
- "settlement": "Жилгородок",
- "settlement_type": "п",
- "settlement_with_type": "п Жилгородок",
- "settlement_fias_id": "8eab754d-38df-4fac-bebd-b27a46f45ea2",
- "settlement_kladr_id": "4701200005100",
- "street": "Московский",
- "street_type": "пр-кт",
- "street_with_type": "Московский пр-кт",
- "street_fias_id": "01b3acfc-5a4d-4d0f-a2de-67aef6effe31",
- "street_kladr_id": "78000000000085200",
- "house": "дом 1А/2 строение 3 корпус 4 литера Б",
- "house_fias_id": "315a5cc2-7676-460f-ab44-a85c38eea89a",
- "house_kladr_id": "7800000000013430010",
- "office": "офис 1 помещение 2",
- "fias_id": "315a5cc2-7676-460f-ab44-a85c38eea89a",
- "kladr_id": "7800000000013430010",
- "lat": 59.9017959,
- "lng": 30.3194694,
- "zip_code": "196084",
- "timezone_name": "Europe/Moscow",
- "level": "country",
- "country_id": 643,
- "locality": "Жилгородок п",
- "fraction": 0,
- "housing": 0,
- "structure": 0,
- "literature": "string",
- "apartment": "string",
- "latitude": 0,
- "longitude": 0,
- "local_time_zone": 0,
- "comment": "string",
- "id": "string",
- "code": "string",
- "full_string_address": "string",
- "value": "string",
- "is_canonical": true
}, - "is_interval": true,
- "auction_type": "instant_reservation",
- "many_executors_allowed": false,
- "expedited_payment_available": true,
- "contract_shipping_price": 0,
- "dynamic_pricing": true,
- "document_flow": [
- "scancopy"
], - "closing_documents_period": 1,
- "closing_documents_period_type": "calendar",
- "closing_documents": [
- {
- "name": "string",
- "count": 0
}
], - "agreement_type": "shipping_agreement",
- "change_requests_allowed": true,
- "terms_by_partnership_contract": true,
- "idle_time_cost_without_vat": 50,
- "documents_for_payment": [
- "bill_of_lading"
], - "payment_procedure": "prepayment",
- "payment_period": 1,
- "payment_period_type": "calendar",
- "payment_type": "per_hour",
- "min_work_hours": 0,
- "cancellation_without_penalty_before": "2024-12-19T10:13:29Z",
- "cancellation_penalty_percent": 0,
- "minimum_cancellation_penalty_without_vat": 0,
- "price": 0,
- "price_tax_type": "string",
- "tc_requirements_changes": [
- {
- "id": "string",
- "status": "string",
- "price": 0,
- "car_supply_at": null
}
], - "tc_requirements_change": {
- "id": "string",
- "status": "string",
- "price": 0,
- "car_supply_at": null
}, - "contact": {
- "full_name": "string",
- "phone": "stringstrin",
- "extension_number": "string",
- "email": "string"
}
}, - "assigned_resources": [
- {
- "driver_contact_info": "string",
- "route_segment_id": 0,
- "drivers_ids": [
- "string"
], - "car_id": "string",
- "trailer_id": "string"
}
], - "selected_car_supply": [
- {
- "route_point_id": 0,
- "car_supply_at": "2024-12-19T10:13:29Z"
}
], - "completed_at": "2024-12-19T10:13:29Z",
- "resource_assignment_deadline": "2024-12-19T10:13:29Z",
- "kind": "ShippingOutput",
- "id": "string",
- "human_friendly_id": "Человеко понятный id",
- "status_updated_at": "2024-12-19T10:13:29Z",
- "status_history": [
- [
- {
- "status_comment": "string",
- "created_at": "2024-12-19T10:13:29Z"
}
]
], - "scancopy_status_comment": "string",
- "contract_id": "string",
- "contract_hfid": "string",
- "company_id": "string",
- "company": {
- "id": "string",
- "human_friendly_id": "string",
- "title": "string",
- "country_id": 0,
- "country": {
- "id": 0,
- "name": "string",
- "alpha_2": "string",
- "code_name": "string",
- "num": 0
}, - "inn": "string",
- "kpp": "string",
- "tax_type": "with_vat",
- "opf_id": 0,
- "opf": {
- "id": 1,
- "code": "12300",
- "name": "ООО"
}, - "rating": 0,
- "logo_url": "string"
}, - "assigned_resource_objects": {
- "drivers": [
- {
- "prohibited_categories": [
- "category_1"
], - "delivery_allowed": true,
- "driver_secret_info": {
- "common": {
- "country_id": 0,
- "first_name": "string",
- "last_name": "string",
- "middle_name": "string",
- "birth_date": "2024-12-19T10:13:29Z"
}, - "doc": {
- "type": "passport",
- "number": "string",
- "issued_at": "2024-12-19T10:13:29Z",
- "subdivision_code": "370-011",
- "who_issued": "string",
- "expired_at": "2024-12-19T10:13:29Z"
}, - "address": {
- "country_id": 0,
- "city": "string",
- "street": "string",
- "house_number": "string",
- "zip_code": "string",
- "room": "string"
}, - "inn": "string",
- "driver_license": {
- "number": "string",
- "who_issued": "string",
- "issued_at": "2024-12-19T10:13:29Z",
- "expired_at": "2024-12-19T10:13:29Z"
}, - "have_medical_book": true,
- "phones": [
- "string"
]
}
}
], - "cars": [
- {
- "id": "string",
- "human_friendly_id": "человекочитаемый id",
- "kind": "ResourceCar",
- "brand": "string",
- "company_id": "string",
- "status": {
- "code_name": "not_approved",
- "comment": "string"
}, - "status_updated_at": "2024-12-19T10:13:29Z",
- "freezing": [
- {
- "kind": "ResourceFreezingValue",
- "code_name": "string",
- "name": "string",
- "end_time": "2024-12-19T10:13:29Z"
}
], - "number_sts": "string",
- "owner_sts": "string",
- "owning_type": "own",
- "max_lifting_capacity": 5.2,
- "car_number": "string",
- "car_additional_info": {
- "vin": "string",
- "engine_number": "string",
- "chassis_number": "string",
- "body_number": "string"
}, - "car_phone": "string",
- "created_at": "2024-12-19T10:13:29Z",
- "updated_at": "2024-12-19T10:13:29Z",
- "additional": {
- "disinfected_from": "2024-12-19T10:13:29Z",
- "disinfected_until": "2024-12-19T10:13:29Z",
- "is_disinfected": true,
- "has_temperature_check": true
}, - "loading_option": {
- "full": true,
- "lateral": true,
- "rear": true,
- "upper": true,
- "removable_side_racks": true,
- "removable_upper_beam": true,
- "rigid_board": true,
- "number_of_belts": 0
}
}
], - "trailers": [
- {
- "id": "string",
- "human_friendly_id": "человекочитаемый id",
- "kind": "ResourceTrailer",
- "brand": "string",
- "company_id": "string",
- "status": {
- "code_name": "not_approved",
- "comment": "string"
}, - "status_updated_at": "2024-12-19T10:13:29Z",
- "freezing": [
- {
- "kind": "ResourceFreezingValue",
- "code_name": "string",
- "name": "string",
- "end_time": "2024-12-19T10:13:29Z"
}
], - "number_sts": "string",
- "owner_sts": "string",
- "owning_type": "own",
- "trailer_number": "string",
- "trailer_additional_info": {
- "vin": "string",
- "chassis_number": "string"
}, - "lifting_capacity_id": "string",
- "max_lifting_capacity": 5.2,
- "dimensions_cargo_hold": {
- "length": 0,
- "width": 0,
- "height": 0
}, - "created_at": "2024-12-19T10:13:29Z",
- "updated_at": "2024-12-19T10:13:29Z",
- "additional": {
- "disinfected_from": "2024-12-19T10:13:29Z",
- "disinfected_until": "2024-12-19T10:13:29Z",
- "is_disinfected": true,
- "has_temperature_check": true
}, - "loading_option": {
- "full": true,
- "lateral": true,
- "rear": true,
- "upper": true,
- "removable_side_racks": true,
- "removable_upper_beam": true,
- "rigid_board": true,
- "number_of_belts": 0
}
}
]
}, - "document_flow": "scancopy",
- "scancopy_attachment_deadline": "2024-12-19T10:13:29Z",
- "requirements_changes_deadline": "2024-12-19T10:13:29Z",
- "reserved_at": "2024-12-19T10:13:29Z",
- "important_changes_at": "2024-12-19T10:13:29Z",
- "requirements_accepted_at": "2024-12-19T10:13:29Z",
- "closing_ttd_documents_accepted_at": "string",
- "closing_ttd_documents_rejected_at": "string",
- "closing_ttd_documents_rejection_comment": "string",
- "closing_ttd_forwarder_documents_accepted_at": "string",
- "closing_ttd_forwarder_documents_rejected_at": "string",
- "closing_ttd_forwarder_documents_rejection_comment": "string",
- "closing_bd_documents_accepted_at": "string",
- "closing_bd_documents_rejected_at": "string",
- "closing_bd_documents_rejection_comment": "string",
- "closing_status": "documents_accepted",
- "planned_payment_date": "2024-12-19",
- "actual_payment_date": "2024-12-19",
- "contact": {
- "id": "string",
- "full_name": "string",
- "email": "string",
- "phone": "string"
}, - "created_at": "2024-12-19T10:13:29Z",
- "updated_at": "2024-12-19T10:13:29Z"
}, - "winning_bid_id": "string",
- "winning_bid_min_work_hours": 0,
- "winning_bid_price_with_vat": null,
- "winning_bid_price_without_vat": null,
- "winning_bid": null,
- "watching_count": [
- {
- "human_friendly_id": "string",
- "company_id": "string",
- "opf": {
- "id": 1,
- "code": "12300",
- "name": "ООО"
}, - "opf_id": 1,
- "company_title": "Новрегионтранс",
- "count": 0,
- "auto_accept_changes": true
}
]
}
{- "id": "string",
- "human_friendly_id": "string",
- "created_at": "2024-12-19T10:13:29Z",
- "updated_at": "2024-12-19T10:13:29Z",
- "deleted_at": "2024-12-19T10:13:29Z",
- "status": "draft",
- "status_comment": "string",
- "status_updated_at": "2024-12-19T10:13:29Z",
- "status_history": [
- {
- "status": "blacklisted",
- "status_comment": "string",
- "created_at": "2024-12-19T10:13:29Z"
}
], - "cargo_owning_company_id": "string",
- "author_id": "string",
- "type": "shipping_request",
- "external_info_id": "string",
- "parent_id": "string",
- "contact": {
- "full_name": "string",
- "phone": "stringstrin",
- "extension_number": "string",
- "email": "string"
}, - "comment": "string",
- "archived": true,
- "resource_assignment_time": 60,
- "resource_assignment_till": "2020-03-13T15:46:31+00:00",
- "change_requests_allowed": false,
- "change_request_status": "string",
- "change_resources_request_status": "string",
- "contract_begins_at": "2024-12-19T10:13:29Z",
- "contract_ends_at": "2024-12-19T10:13:29Z",
- "contract_type": "by_shippings_count",
- "shippings_count": 1,
- "max_shippings_per_day": 1,
- "max_shippings_per_week": 1,
- "shipping_available_in": 0,
- "transport_body_types": [ ],
- "transport_tonnage": 0,
- "transport_volume": 0,
- "resource_requirements": {
- "own_transport_only": true,
- "rigid_board": true,
- "removable_upper_beam": true,
- "removable_side_racks": true,
- "two_sided": true,
- "number_of_belts": 1,
- "is_disinfected": true,
- "temperature_condition": {
- "min": -100,
- "max": -100
}, - "temperature_check": true,
- "russian_citizenship": true,
- "medical_book": true,
- "original_shipping_power_of_attorney": true,
- "coveralls": true,
- "timber_bunks": true,
- "tir_document": true,
- "cmr_document": true
}, - "cargo_name": "string",
- "cargo_tonnage": 0,
- "cargo_volume": 0,
- "cargo_cost": 0,
- "cargo_adr": "1",
- "cargo_length": 0.5,
- "cargo_width": 0.5,
- "cargo_height": 0.5,
- "cargo_places": 0,
- "cargo_packing": "reels",
- "route_points": [
- {
- "number": 1,
- "location": {
- "country": "Россия",
- "country_iso_code": "RU",
- "federal_district": "Северо-Западный",
- "region": "Санкт-Петербург",
- "region_type": "г",
- "region_with_type": "г Санкт-Петербург",
- "region_fias_id": "c2deb16a-0330-4f05-821f-1d09c93331e6",
- "region_kladr_id": "7800000000000",
- "region_iso_code": "RU-SPE",
- "area": "Краснокамский",
- "area_type": "р-н",
- "area_with_type": "Краснокамский р-н",
- "area_fias_id": "c278cbbc-e209-4b0f-b20e-9c19ed6f6802",
- "area_kladr_id": "0203100000000",
- "city": "Санкт-Петербург",
- "city_type": "г",
- "city_with_type": "г Санкт-Петербург",
- "city_fias_id": "c2deb16a-0330-4f05-821f-1d09c93331e6",
- "city_kladr_id": "7800000000000",
- "settlement": "Жилгородок",
- "settlement_type": "п",
- "settlement_with_type": "п Жилгородок",
- "settlement_fias_id": "8eab754d-38df-4fac-bebd-b27a46f45ea2",
- "settlement_kladr_id": "4701200005100",
- "street": "Московский",
- "street_type": "пр-кт",
- "street_with_type": "Московский пр-кт",
- "street_fias_id": "01b3acfc-5a4d-4d0f-a2de-67aef6effe31",
- "street_kladr_id": "78000000000085200",
- "house": "дом 1А/2 строение 3 корпус 4 литера Б",
- "house_fias_id": "315a5cc2-7676-460f-ab44-a85c38eea89a",
- "house_kladr_id": "7800000000013430010",
- "office": "офис 1 помещение 2",
- "fias_id": "315a5cc2-7676-460f-ab44-a85c38eea89a",
- "kladr_id": "7800000000013430010",
- "lat": 59.9017959,
- "lng": 30.3194694,
- "zip_code": "196084",
- "timezone_name": "Europe/Moscow",
- "level": "country",
- "timezone": 0
}, - "radius": 1,
- "distance_to_next": 0,
- "car_supply_ranges": [
- {
- "from": "2024-12-19T10:13:29Z",
- "till": "2024-12-19T10:13:29Z"
}
], - "operations": [ ],
- "operations_loadings": [ ],
- "operations_duration": 10,
- "additional_services": [ ],
- "contact_company_title": "string",
- "contact_inn": "string",
- "contact_kpp": "string",
- "contact_opf_code": "string",
- "contact_opf_name": "string",
- "contacts": [ ]
}
], - "route_direction": {
- "country": "Россия",
- "country_iso_code": "RU",
- "federal_district": "Северо-Западный",
- "region": "Санкт-Петербург",
- "region_type": "г",
- "region_with_type": "г Санкт-Петербург",
- "region_fias_id": "c2deb16a-0330-4f05-821f-1d09c93331e6",
- "region_kladr_id": "7800000000000",
- "region_iso_code": "RU-SPE",
- "area": "Краснокамский",
- "area_type": "р-н",
- "area_with_type": "Краснокамский р-н",
- "area_fias_id": "c278cbbc-e209-4b0f-b20e-9c19ed6f6802",
- "area_kladr_id": "0203100000000",
- "city": "Санкт-Петербург",
- "city_type": "г",
- "city_with_type": "г Санкт-Петербург",
- "city_fias_id": "c2deb16a-0330-4f05-821f-1d09c93331e6",
- "city_kladr_id": "7800000000000",
- "settlement": "Жилгородок",
- "settlement_type": "п",
- "settlement_with_type": "п Жилгородок",
- "settlement_fias_id": "8eab754d-38df-4fac-bebd-b27a46f45ea2",
- "settlement_kladr_id": "4701200005100",
- "street": "Московский",
- "street_type": "пр-кт",
- "street_with_type": "Московский пр-кт",
- "street_fias_id": "01b3acfc-5a4d-4d0f-a2de-67aef6effe31",
- "street_kladr_id": "78000000000085200",
- "house": "дом 1А/2 строение 3 корпус 4 литера Б",
- "house_fias_id": "315a5cc2-7676-460f-ab44-a85c38eea89a",
- "house_kladr_id": "7800000000013430010",
- "office": "офис 1 помещение 2",
- "fias_id": "315a5cc2-7676-460f-ab44-a85c38eea89a",
- "kladr_id": "7800000000013430010",
- "lat": 59.9017959,
- "lng": 30.3194694,
- "zip_code": "196084",
- "timezone_name": "Europe/Moscow",
- "level": "country",
- "timezone": 0
}, - "is_route_circular": true,
- "auction_stages": [
- {
- "number": 1,
- "begins_at": "2024-12-19T10:13:29Z",
- "ends_at": "2024-12-19T10:13:29Z",
- "auction_type": "instant_reservation",
- "many_executors_allowed": false,
- "price_type": "with_vat",
- "price_with_vat": 1,
- "price_without_vat": 1,
- "bid_step": 1,
- "min_bid_with_vat": 0,
- "min_bid_without_vat": 0,
- "max_bid_with_vat": 0,
- "max_bid_without_vat": 0,
- "visibility": "all",
- "companies_ids": [ ],
- "groups_ids": [ ],
- "auto_extended": true
}
], - "executors": [
- {
- "company_id": "string",
- "price": 1,
- "shippings_count": 1
}
], - "contract_id": "string",
- "contract_hfid": "string",
- "contract_shipping_id": "string",
- "manual_spot_winner_pick_allowed": true,
- "auction_auto_extend_period": 1,
- "document_flows": [ ],
- "closing_documents_period": 1,
- "closing_documents_period_type": "calendar",
- "closing_documents": [ ],
- "agreement_type": "shipping_agreement",
- "terms_by_partnership_contract": false,
- "idle_time_cost_without_vat": 100,
- "documents_for_payment": [ ],
- "payment_procedure": "prepayment",
- "payment_period": 1,
- "payment_period_type": "calendar",
- "cancellation_without_penalty_before": "2024-12-19T10:13:29Z",
- "cancellation_penalty_percent": 0,
- "minimum_cancellation_penalty_without_vat": 0,
- "shipping_price": 0,
- "shipping_price_tax_type": "string",
- "shipping_id": "string",
- "shipping_payment_type": "per_hour",
- "shipping_min_work_hours": 0,
- "shipping": {
- "shipping_request_info": {
- "id": "string",
- "human_friendly_id": "string",
- "created_at": "2024-12-19T10:13:29Z",
- "updated_at": "2024-12-19T10:13:29Z",
- "kind": "ShippingRequest",
- "status": {
- "code_name": "new",
- "comment": "string"
}, - "status_updated_at": "2024-12-19T10:13:29Z",
- "status_history": [
- {
- "status": {
- "code_name": "new",
- "comment": "string"
}, - "created_at": "2024-12-19T10:13:29Z"
}
], - "type": "shipping_request",
- "cargo_owning_company_id": "string",
- "author_id": "string",
- "shipping_order_id": "string",
- "contract_id": "string",
- "contract_hfid": "string",
- "client_category": "category_1",
- "comment": "string",
- "resource_assignment_time": 30,
- "completed_at": "2024-12-19T10:13:29Z",
- "contract_begins_at": "2024-12-19T10:13:29Z",
- "contract_ends_at": "2024-12-19T10:13:29Z",
- "contract_type": "by_shippings_count",
- "shippings_count": 1,
- "max_shippings_per_day": 1,
- "max_shippings_per_week": 1,
- "shipping_available_in": 0,
- "resource_requirements": {
- "transport_body_type": [
- "awning"
], - "transport_type": [
- "lorry"
], - "lifting_capacity": [
- "string"
], - "lifting_capacities": [
- {
- "id": "string",
- "kind": "string",
- "tonnage": 0,
- "volume": 0,
- "transport_body_type": "awning",
- "transport_type": "lorry"
}
], - "has_russian_citizen": true,
- "has_driver_coveralls": true,
- "has_no_criminal_records": true,
- "has_rigid_board": true,
- "has_medical_book": true,
- "has_removable_upper_beam": true,
- "has_removable_side_racks": true,
- "is_express": true,
- "number_of_belts": 0,
- "has_shipping_power_of_attorney_original": true,
- "is_disinfected": true,
- "has_temperature_check": true,
- "temperature_condition": {
- "min": 0,
- "max": 0
}, - "own_transport_only": true,
- "timber_bunks": true,
- "tir_document": true,
- "cmr_document": true
}, - "cargo_description": "string",
- "cargo_tonnage": 0,
- "cargo_volume": 0,
- "cargo_cost": 0,
- "cargo_adr": "1",
- "cargo_length": 0.5,
- "cargo_width": 0.5,
- "cargo_height": 0.5,
- "cargo_places": 0,
- "cargo_packing": "reels",
- "route_segments": [
- {
- "id": 0,
- "from_route_point_id": 0,
- "to_route_point_id": 0,
- "distance": 0,
- "unloading": {
- "type": [
- "full"
], - "duration": 300
}, - "loading": {
- "type": [
- "full"
], - "duration": 300
}
}
], - "route_points": [
- {
- "id": 0,
- "car_supply_range": [
- {
- "from": "2024-12-19T10:13:29Z",
- "until": "2024-12-19T10:13:29Z"
}
], - "car_supply_grouped_range": [
- [
- {
- "date": "2018-04-16T00:00:00+00:00",
- "times": [
- {
- "from": "2018-04-16T10:00:00+00:00",
- "until": "2018-04-16T12:00:00+00:00"
}, - {
- "from": "2018-04-16T13:00:00+00:00",
- "until": "2018-04-16T18:00:00+00:00"
}
]
}, - {
- "date": "2018-04-16T00:00:00+00:00",
- "times": [
- {
- "from": "2018-04-17T10:00:00+00:00",
- "until": "2018-04-17T12:00:00+00:00"
}, - {
- "from": "2018-04-17T13:00:00+00:00",
- "until": "2018-04-17T18:00:00+00:00"
}
]
}
]
], - "car_supply_at": "2024-12-19T10:13:29Z",
- "need_document_work": true,
- "additional_services": [
- {
- "id": "string",
- "name": "string",
- "count": 1,
- "price": 0
}
], - "counter_agent": {
- "private_person": true,
- "legal_entity_title": "string",
- "legal_entity_inn": "string",
- "legal_entity_kpp": "string",
- "legal_entity_opf_name": "string",
- "private_person_full_name": "string",
- "private_person_passport_type": "passport",
- "private_person_passport_number": "string",
- "private_person_passport_issuer": "string",
- "private_person_passport_issued_at": "2024-12-19",
- "private_person_passport_info": "2024-12-19"
}, - "cargo_receiver_sender_info": {
- "address": "string",
- "phone": "string",
- "company_name": "string",
- "contact_name": "string",
- "contact_inn": "string",
- "contact_kpp": "string",
- "contact_opf_code": "string",
- "contact_opf_name": "string",
- "passport_number": "string",
- "passport_issued_at": null,
- "passport_who_issued": "string"
}, - "location": {
- "country": "Россия",
- "country_iso_code": "RU",
- "federal_district": "Северо-Западный",
- "region": "Санкт-Петербург",
- "region_type": "г",
- "region_with_type": "г Санкт-Петербург",
- "region_fias_id": "c2deb16a-0330-4f05-821f-1d09c93331e6",
- "region_kladr_id": "7800000000000",
- "region_iso_code": "RU-SPE",
- "area": "Краснокамский",
- "area_type": "р-н",
- "area_with_type": "Краснокамский р-н",
- "area_fias_id": "c278cbbc-e209-4b0f-b20e-9c19ed6f6802",
- "area_kladr_id": "0203100000000",
- "city": "Санкт-Петербург",
- "city_type": "г",
- "city_with_type": "г Санкт-Петербург",
- "city_fias_id": "c2deb16a-0330-4f05-821f-1d09c93331e6",
- "city_kladr_id": "7800000000000",
- "settlement": "Жилгородок",
- "settlement_type": "п",
- "settlement_with_type": "п Жилгородок",
- "settlement_fias_id": "8eab754d-38df-4fac-bebd-b27a46f45ea2",
- "settlement_kladr_id": "4701200005100",
- "street": "Московский",
- "street_type": "пр-кт",
- "street_with_type": "Московский пр-кт",
- "street_fias_id": "01b3acfc-5a4d-4d0f-a2de-67aef6effe31",
- "street_kladr_id": "78000000000085200",
- "house": "дом 1А/2 строение 3 корпус 4 литера Б",
- "house_fias_id": "315a5cc2-7676-460f-ab44-a85c38eea89a",
- "house_kladr_id": "7800000000013430010",
- "office": "офис 1 помещение 2",
- "fias_id": "315a5cc2-7676-460f-ab44-a85c38eea89a",
- "kladr_id": "7800000000013430010",
- "lat": 59.9017959,
- "lng": 30.3194694,
- "zip_code": "196084",
- "timezone_name": "Europe/Moscow",
- "level": "country",
- "country_id": 643,
- "locality": "Жилгородок п",
- "fraction": 0,
- "housing": 0,
- "structure": 0,
- "literature": "string",
- "apartment": "string",
- "latitude": 0,
- "longitude": 0,
- "local_time_zone": 0,
- "comment": "string",
- "id": "string",
- "code": "string",
- "full_string_address": "string",
- "value": "string",
- "is_canonical": true
}, - "radius": 1
}
], - "route_direction_id": "string",
- "route_direction": {
- "country": "Россия",
- "country_iso_code": "RU",
- "federal_district": "Северо-Западный",
- "region": "Санкт-Петербург",
- "region_type": "г",
- "region_with_type": "г Санкт-Петербург",
- "region_fias_id": "c2deb16a-0330-4f05-821f-1d09c93331e6",
- "region_kladr_id": "7800000000000",
- "region_iso_code": "RU-SPE",
- "area": "Краснокамский",
- "area_type": "р-н",
- "area_with_type": "Краснокамский р-н",
- "area_fias_id": "c278cbbc-e209-4b0f-b20e-9c19ed6f6802",
- "area_kladr_id": "0203100000000",
- "city": "Санкт-Петербург",
- "city_type": "г",
- "city_with_type": "г Санкт-Петербург",
- "city_fias_id": "c2deb16a-0330-4f05-821f-1d09c93331e6",
- "city_kladr_id": "7800000000000",
- "settlement": "Жилгородок",
- "settlement_type": "п",
- "settlement_with_type": "п Жилгородок",
- "settlement_fias_id": "8eab754d-38df-4fac-bebd-b27a46f45ea2",
- "settlement_kladr_id": "4701200005100",
- "street": "Московский",
- "street_type": "пр-кт",
- "street_with_type": "Московский пр-кт",
- "street_fias_id": "01b3acfc-5a4d-4d0f-a2de-67aef6effe31",
- "street_kladr_id": "78000000000085200",
- "house": "дом 1А/2 строение 3 корпус 4 литера Б",
- "house_fias_id": "315a5cc2-7676-460f-ab44-a85c38eea89a",
- "house_kladr_id": "7800000000013430010",
- "office": "офис 1 помещение 2",
- "fias_id": "315a5cc2-7676-460f-ab44-a85c38eea89a",
- "kladr_id": "7800000000013430010",
- "lat": 59.9017959,
- "lng": 30.3194694,
- "zip_code": "196084",
- "timezone_name": "Europe/Moscow",
- "level": "country",
- "country_id": 643,
- "locality": "Жилгородок п",
- "fraction": 0,
- "housing": 0,
- "structure": 0,
- "literature": "string",
- "apartment": "string",
- "latitude": 0,
- "longitude": 0,
- "local_time_zone": 0,
- "comment": "string",
- "id": "string",
- "code": "string",
- "full_string_address": "string",
- "value": "string",
- "is_canonical": true
}, - "circular_route": true,
- "is_interval": true,
- "offer_deadline": "2024-12-19T10:13:29Z",
- "intermediate_results_at": "2024-12-19T10:13:29Z",
- "auction_type": "instant_reservation",
- "many_executors_allowed": false,
- "bid_step": 0,
- "bids": [
- {
- "id": "string",
- "ntk_id": "string",
- "author": {
- "id": "string",
- "human_friendly_id": "string",
- "title": "string",
- "country_id": 0,
- "country": {
- "id": 0,
- "name": "string",
- "alpha_2": "string",
- "code_name": "string",
- "num": 0
}, - "inn": "string",
- "kpp": "string",
- "tax_type": "with_vat",
- "opf_id": 0,
- "opf": {
- "id": 1,
- "code": "12300",
- "name": "ООО"
}, - "rating": 0,
- "logo_url": "string"
}, - "shipping_request_id": "string",
- "shipping_order_id": "string",
- "value": 1,
- "status": "current",
- "tax_type": "with_vat",
- "expedited_payment": false,
- "shippings_count": 1,
- "auction_stage_number": 1,
- "created_at": "2024-12-19T10:13:29Z",
- "updated_at": "2024-12-19T10:13:29Z"
}
], - "expedited_payment_available": true,
- "shipping_order_contract_id": "string",
- "shipping_order_contract_hfid": "string",
- "contract_shipping_id": "string",
- "contract_shipping_price": 0,
- "dynamic_pricing": true,
- "document_flow": [
- "scancopy"
], - "closing_documents_period": 1,
- "closing_documents_period_type": "calendar",
- "closing_documents": [
- {
- "name": "string",
- "count": 0
}
], - "agreement_type": "shipping_agreement",
- "change_requests_allowed": true,
- "terms_by_partnership_contract": true,
- "idle_time_cost_without_vat": 50,
- "documents_for_payment": [
- "bill_of_lading"
], - "payment_procedure": "prepayment",
- "payment_period": 1,
- "payment_period_type": "calendar",
- "payment_type": "per_hour",
- "min_work_hours": 0,
- "cancellation_without_penalty_before": "2024-12-19T10:13:29Z",
- "cancellation_penalty_percent": 0,
- "minimum_cancellation_penalty_without_vat": 0,
- "price": 0,
- "price_tax_type": "string",
- "expedited_payment_fee": 0,
- "min_bid": 0,
- "max_bid": 0,
- "winning_bid": 0,
- "expedited_payment_winning_bid": 0,
- "is_bid_winning": true,
- "tc_requirements_changes": [
- {
- "id": "string",
- "status": "string",
- "price": 0,
- "car_supply_at": null
}
], - "tc_requirements_change": {
- "id": "string",
- "status": "string",
- "price": 0,
- "car_supply_at": null
}, - "contact": {
- "full_name": "string",
- "phone": "stringstrin",
- "extension_number": "string",
- "email": "string"
}
}, - "assigned_resources": [
- {
- "driver_contact_info": "string",
- "route_segment_id": 0,
- "drivers_ids": [
- "string"
], - "car_id": "string",
- "trailer_id": "string"
}
], - "selected_car_supply": [
- {
- "route_point_id": 0,
- "car_supply_at": "2024-12-19T10:13:29Z"
}
], - "completed_at": "2024-12-19T10:13:29Z",
- "resource_assignment_deadline": "2024-12-19T10:13:29Z",
- "kind": "ShippingOutput",
- "id": "string",
- "human_friendly_id": "Человеко понятный id",
- "status": {
- "code_name": "resources_waiting",
- "comment": "string"
}, - "status_updated_at": "2024-12-19T10:13:29Z",
- "status_history": [
- [
- {
- "status": "blacklisted",
- "status_comment": "string",
- "created_at": "2024-12-19T10:13:29Z"
}
]
], - "scancopy_status": "cargo_owner_signing",
- "scancopy_status_comment": "string",
- "contract_id": "string",
- "contract_hfid": "string",
- "shipping_order_contract_id": "string",
- "shipping_order_contract_hfid": "string",
- "contract_shipping_id": "string",
- "company_id": "string",
- "company": {
- "id": "string",
- "human_friendly_id": "string",
- "title": "string",
- "country_id": 0,
- "country": {
- "id": 0,
- "name": "string",
- "alpha_2": "string",
- "code_name": "string",
- "num": 0
}, - "inn": "string",
- "kpp": "string",
- "tax_type": "with_vat",
- "opf_id": 0,
- "opf": {
- "id": 1,
- "code": "12300",
- "name": "ООО"
}, - "rating": 0,
- "logo_url": "string"
}, - "shipping_request_id": "string",
- "shipping_order_id": "string",
- "assigned_resource_objects": {
- "drivers": [
- {
- "id": "string",
- "kind": "ResourceDriver",
- "human_friendly_id": "человекочитаемый id",
- "full_name": "string",
- "company_id": "string",
- "freezing": [
- {
- "kind": "ResourceFreezingValue",
- "code_name": "string",
- "name": "string",
- "end_time": "2024-12-19T10:13:29Z"
}
], - "prohibited_categories": [
- "category_1"
], - "delivery_allowed": true,
- "status": {
- "code_name": "not_approved",
- "comment": "string"
}, - "status_updated_at": "2024-12-19T10:13:29Z",
- "driver_secret_info": {
- "common": {
- "country": {
- "id": 0,
- "name": "string",
- "alpha_2": "string",
- "code_name": "string",
- "num": 0
}, - "country_id": 0,
- "first_name": "string",
- "last_name": "string",
- "middle_name": "string",
- "birth_date": "2024-12-19T10:13:29Z"
}, - "doc": {
- "type": "passport",
- "number": "string",
- "issued_at": "2024-12-19T10:13:29Z",
- "subdivision_code": "370-011",
- "who_issued": "string",
- "expired_at": "2024-12-19T10:13:29Z"
}, - "address": {
- "country": {
- "id": 0,
- "name": "string",
- "alpha_2": "string",
- "code_name": "string",
- "num": 0
}, - "country_id": 0,
- "city": "string",
- "street": "string",
- "house_number": "string",
- "zip_code": "string",
- "room": "string"
}, - "inn": "string",
- "driver_license": {
- "number": "string",
- "who_issued": "string",
- "issued_at": "2024-12-19T10:13:29Z",
- "expired_at": "2024-12-19T10:13:29Z"
}, - "have_medical_book": true,
- "phones": [
- "string"
]
}, - "power_of_attorney": {
- "start": "2024-12-19T10:13:29Z",
- "end": "2024-12-19T10:13:29Z"
}, - "attorneys": {
- "cartegory_1": {
- "from": "2024-12-19T10:13:29Z",
- "until": "2024-12-19T10:13:29Z",
- "status": "new"
}, - "cartegory_2": {
- "from": "2024-12-19T10:13:29Z",
- "until": "2024-12-19T10:13:29Z",
- "status": "new"
}
}, - "created_at": "2024-12-19T10:13:29Z",
- "updated_at": "2024-12-19T10:13:29Z"
}
], - "cars": [
- {
- "id": "string",
- "human_friendly_id": "человекочитаемый id",
- "kind": "ResourceCar",
- "brand": "string",
- "company_id": "string",
- "status": {
- "code_name": "not_approved",
- "comment": "string"
}, - "status_updated_at": "2024-12-19T10:13:29Z",
- "lifting_capacity": {
- "id": "string",
- "tonnage": 0,
- "volume": 0,
- "transport_type": "lorry",
- "transport_body_type": "awning"
}, - "freezing": [
- {
- "kind": "ResourceFreezingValue",
- "code_name": "string",
- "name": "string",
- "end_time": "2024-12-19T10:13:29Z"
}
], - "number_sts": "string",
- "owner_sts": "string",
- "owning_type": "own",
- "max_lifting_capacity": 5.2,
- "car_number": "string",
- "car_additional_info": {
- "vin": "string",
- "engine_number": "string",
- "chassis_number": "string",
- "body_number": "string"
}, - "car_phone": "string",
- "created_at": "2024-12-19T10:13:29Z",
- "updated_at": "2024-12-19T10:13:29Z",
- "additional": {
- "disinfected_from": "2024-12-19T10:13:29Z",
- "disinfected_until": "2024-12-19T10:13:29Z",
- "is_disinfected": true,
- "has_temperature_check": true
}, - "loading_option": {
- "full": true,
- "lateral": true,
- "rear": true,
- "upper": true,
- "removable_side_racks": true,
- "removable_upper_beam": true,
- "rigid_board": true,
- "number_of_belts": 0
}
}
], - "trailers": [
- {
- "id": "string",
- "human_friendly_id": "человекочитаемый id",
- "kind": "ResourceTrailer",
- "brand": "string",
- "company_id": "string",
- "status": {
- "code_name": "not_approved",
- "comment": "string"
}, - "status_updated_at": "2024-12-19T10:13:29Z",
- "lifting_capacity": {
- "id": "string",
- "tonnage": 0,
- "volume": 0,
- "transport_type": "lorry",
- "transport_body_type": "awning"
}, - "freezing": [
- {
- "kind": "ResourceFreezingValue",
- "code_name": "string",
- "name": "string",
- "end_time": "2024-12-19T10:13:29Z"
}
], - "number_sts": "string",
- "owner_sts": "string",
- "owning_type": "own",
- "trailer_number": "string",
- "trailer_additional_info": {
- "vin": "string",
- "chassis_number": "string"
}, - "lifting_capacity_id": "string",
- "max_lifting_capacity": 5.2,
- "dimensions_cargo_hold": {
- "length": 0,
- "width": 0,
- "height": 0
}, - "created_at": "2024-12-19T10:13:29Z",
- "updated_at": "2024-12-19T10:13:29Z",
- "additional": {
- "disinfected_from": "2024-12-19T10:13:29Z",
- "disinfected_until": "2024-12-19T10:13:29Z",
- "is_disinfected": true,
- "has_temperature_check": true
}, - "loading_option": {
- "full": true,
- "lateral": true,
- "rear": true,
- "upper": true,
- "removable_side_racks": true,
- "removable_upper_beam": true,
- "rigid_board": true,
- "number_of_belts": 0
}
}
]
}, - "expedited_payment": true,
- "document_flow": "scancopy",
- "shippings_count": 1,
- "scancopy_attachment_deadline": "2024-12-19T10:13:29Z",
- "requirements_changes_deadline": "2024-12-19T10:13:29Z",
- "reserved_at": "2024-12-19T10:13:29Z",
- "important_changes_at": "2024-12-19T10:13:29Z",
- "requirements_accepted_at": "2024-12-19T10:13:29Z",
- "closing_ttd_documents_accepted_at": "string",
- "closing_ttd_documents_rejected_at": "string",
- "closing_ttd_documents_rejection_comment": "string",
- "closing_ttd_forwarder_documents_accepted_at": "string",
- "closing_ttd_forwarder_documents_rejected_at": "string",
- "closing_ttd_forwarder_documents_rejection_comment": "string",
- "closing_bd_documents_accepted_at": "string",
- "closing_bd_documents_rejected_at": "string",
- "closing_bd_documents_rejection_comment": "string",
- "closing_status": "documents_accepted",
- "planned_payment_date": "2024-12-19",
- "actual_payment_date": "2024-12-19",
- "contact": {
- "id": "string",
- "full_name": "string",
- "email": "string",
- "phone": "string"
}, - "created_at": "2024-12-19T10:13:29Z",
- "updated_at": "2024-12-19T10:13:29Z"
}, - "current_auction_stage_number": 1,
- "winning_bid_id": "string",
- "winning_bid_min_work_hours": 0,
- "winning_bid_price_with_vat": null,
- "winning_bid_price_without_vat": null,
- "winning_bid": null,
- "watching_count": [
- {
- "human_friendly_id": "string",
- "company_id": "string",
- "opf": {
- "id": 1,
- "code": "12300",
- "name": "ООО"
}, - "opf_id": 1,
- "company_title": "Новрегионтранс",
- "count": 0,
- "auto_accept_changes": true
}
]
}
Опубликовать черновик заказа
CargoOwningCompanyAdmin
) Content-Type required | any Value: "application/json" |
Заказ
Неверные параметры запроса
Невалидный токен, неверный логин или пароль
Нет прав на выполнение действия
Объект не найден
{- "id": "string",
- "human_friendly_id": "string",
- "created_at": "2024-12-19T10:13:29Z",
- "updated_at": "2024-12-19T10:13:29Z",
- "deleted_at": "2024-12-19T10:13:29Z",
- "status": "draft",
- "status_comment": "string",
- "status_updated_at": "2024-12-19T10:13:29Z",
- "status_history": [
- {
- "status": "blacklisted",
- "status_comment": "string",
- "created_at": "2024-12-19T10:13:29Z"
}
], - "cargo_owning_company_id": "string",
- "author_id": "string",
- "type": "shipping_request",
- "external_id": "string",
- "external_human_friendly_id": "№ 111-222 от 01.01.1999",
- "parent_id": "string",
- "contact": {
- "full_name": "string",
- "phone": "stringstrin",
- "extension_number": "string",
- "email": "string"
}, - "comment": "string",
- "archived": true,
- "hide_contacts": true,
- "resource_assignment_time": 60,
- "resource_assignment_till": "2020-03-13T15:46:31+00:00",
- "change_requests_allowed": true,
- "change_request_status": "string",
- "change_resources_request_status": "string",
- "contract_begins_at": "2024-12-19T10:13:29Z",
- "contract_ends_at": "2024-12-19T10:13:29Z",
- "contract_type": "by_shippings_count",
- "shippings_count": 1,
- "max_shippings_per_day": 1,
- "max_shippings_per_week": 1,
- "shipping_available_in": 0,
- "transport_body_types": [
- "awning"
], - "transport_tonnage": 0,
- "transport_volume": 0,
- "resource_requirements": {
- "own_transport_only": true,
- "rigid_board": true,
- "removable_upper_beam": true,
- "removable_side_racks": true,
- "two_sided": true,
- "number_of_belts": 1,
- "is_disinfected": true,
- "temperature_condition": {
- "min": -100,
- "max": -100
}, - "temperature_check": true,
- "russian_citizenship": true,
- "medical_book": true,
- "original_shipping_power_of_attorney": true,
- "coveralls": true,
- "timber_bunks": true,
- "tir_document": true,
- "cmr_document": true
}, - "cargo_name": "string",
- "cargo_tonnage": 0,
- "cargo_volume": 0,
- "cargo_cost": 0,
- "cargo_adr": "1",
- "cargo_length": 0.5,
- "cargo_width": 0.5,
- "cargo_height": 0.5,
- "cargo_places": 0,
- "cargo_packing": "reels",
- "route_points": [
- {
- "number": 1,
- "location": {
- "country": "Россия",
- "country_iso_code": "RU",
- "federal_district": "Северо-Западный",
- "region": "Санкт-Петербург",
- "region_type": "г",
- "region_with_type": "г Санкт-Петербург",
- "region_fias_id": "c2deb16a-0330-4f05-821f-1d09c93331e6",
- "region_kladr_id": "7800000000000",
- "region_iso_code": "RU-SPE",
- "area": "Краснокамский",
- "area_type": "р-н",
- "area_with_type": "Краснокамский р-н",
- "area_fias_id": "c278cbbc-e209-4b0f-b20e-9c19ed6f6802",
- "area_kladr_id": "0203100000000",
- "city": "Санкт-Петербург",
- "city_type": "г",
- "city_with_type": "г Санкт-Петербург",
- "city_fias_id": "c2deb16a-0330-4f05-821f-1d09c93331e6",
- "city_kladr_id": "7800000000000",
- "settlement": "Жилгородок",
- "settlement_type": "п",
- "settlement_with_type": "п Жилгородок",
- "settlement_fias_id": "8eab754d-38df-4fac-bebd-b27a46f45ea2",
- "settlement_kladr_id": "4701200005100",
- "street": "Московский",
- "street_type": "пр-кт",
- "street_with_type": "Московский пр-кт",
- "street_fias_id": "01b3acfc-5a4d-4d0f-a2de-67aef6effe31",
- "street_kladr_id": "78000000000085200",
- "house": "дом 1А/2 строение 3 корпус 4 литера Б",
- "house_fias_id": "315a5cc2-7676-460f-ab44-a85c38eea89a",
- "house_kladr_id": "7800000000013430010",
- "office": "офис 1 помещение 2",
- "fias_id": "315a5cc2-7676-460f-ab44-a85c38eea89a",
- "kladr_id": "7800000000013430010",
- "lat": 59.9017959,
- "lng": 30.3194694,
- "zip_code": "196084",
- "timezone_name": "Europe/Moscow",
- "level": "country",
- "timezone": 0
}, - "radius": 1,
- "distance_to_next": 0,
- "car_supply_ranges": [
- {
- "from": "2024-12-19T10:13:29Z",
- "till": "2024-12-19T10:13:29Z"
}
], - "operations": [
- "loading"
], - "operations_loadings": [
- "full"
], - "operations_duration": 10,
- "additional_services": [
- {
- "id": "string",
- "name": "string",
- "count": 1,
- "price": 0
}
], - "contact_company_title": "string",
- "contact_inn": "string",
- "contact_kpp": "string",
- "contact_opf_code": "string",
- "contact_opf_name": "string",
- "contacts": [
- {
- "full_name": "string",
- "phone": "stringstrin",
- "extension_number": "string",
- "passport_number": "string",
- "passport_issued_at": "2024-12-19T10:13:29Z",
- "passport_who_issued": "string"
}
], - "counter_agent": {
- "private_person": true,
- "legal_entity_title": "string",
- "legal_entity_inn": "string",
- "legal_entity_kpp": "string",
- "legal_entity_opf_name": "string",
- "private_person_full_name": "string",
- "private_person_passport_type": "passport",
- "private_person_passport_number": "string",
- "private_person_passport_issuer": "string",
- "private_person_passport_issued_at": "2024-12-19",
- "private_person_passport_info": "2024-12-19"
}
}, - {
- "number": 1,
- "location": {
- "country": "Россия",
- "country_iso_code": "RU",
- "federal_district": "Северо-Западный",
- "region": "Санкт-Петербург",
- "region_type": "г",
- "region_with_type": "г Санкт-Петербург",
- "region_fias_id": "c2deb16a-0330-4f05-821f-1d09c93331e6",
- "region_kladr_id": "7800000000000",
- "region_iso_code": "RU-SPE",
- "area": "Краснокамский",
- "area_type": "р-н",
- "area_with_type": "Краснокамский р-н",
- "area_fias_id": "c278cbbc-e209-4b0f-b20e-9c19ed6f6802",
- "area_kladr_id": "0203100000000",
- "city": "Санкт-Петербург",
- "city_type": "г",
- "city_with_type": "г Санкт-Петербург",
- "city_fias_id": "c2deb16a-0330-4f05-821f-1d09c93331e6",
- "city_kladr_id": "7800000000000",
- "settlement": "Жилгородок",
- "settlement_type": "п",
- "settlement_with_type": "п Жилгородок",
- "settlement_fias_id": "8eab754d-38df-4fac-bebd-b27a46f45ea2",
- "settlement_kladr_id": "4701200005100",
- "street": "Московский",
- "street_type": "пр-кт",
- "street_with_type": "Московский пр-кт",
- "street_fias_id": "01b3acfc-5a4d-4d0f-a2de-67aef6effe31",
- "street_kladr_id": "78000000000085200",
- "house": "дом 1А/2 строение 3 корпус 4 литера Б",
- "house_fias_id": "315a5cc2-7676-460f-ab44-a85c38eea89a",
- "house_kladr_id": "7800000000013430010",
- "office": "офис 1 помещение 2",
- "fias_id": "315a5cc2-7676-460f-ab44-a85c38eea89a",
- "kladr_id": "7800000000013430010",
- "lat": 59.9017959,
- "lng": 30.3194694,
- "zip_code": "196084",
- "timezone_name": "Europe/Moscow",
- "level": "country",
- "timezone": 0
}, - "radius": 1,
- "distance_to_next": 0,
- "car_supply_ranges": [
- {
- "from": "2024-12-19T10:13:29Z",
- "till": "2024-12-19T10:13:29Z"
}
], - "operations": [
- "loading"
], - "operations_loadings": [
- "full"
], - "operations_duration": 10,
- "additional_services": [
- {
- "id": "string",
- "name": "string",
- "count": 1,
- "price": 0
}
], - "contact_company_title": "string",
- "contact_inn": "string",
- "contact_kpp": "string",
- "contact_opf_code": "string",
- "contact_opf_name": "string",
- "contacts": [
- {
- "full_name": "string",
- "phone": "stringstrin",
- "extension_number": "string",
- "passport_number": "string",
- "passport_issued_at": "2024-12-19T10:13:29Z",
- "passport_who_issued": "string"
}
], - "counter_agent": {
- "private_person": true,
- "legal_entity_title": "string",
- "legal_entity_inn": "string",
- "legal_entity_kpp": "string",
- "legal_entity_opf_name": "string",
- "private_person_full_name": "string",
- "private_person_passport_type": "passport",
- "private_person_passport_number": "string",
- "private_person_passport_issuer": "string",
- "private_person_passport_issued_at": "2024-12-19",
- "private_person_passport_info": "2024-12-19"
}
}
], - "route_direction": {
- "country": "Россия",
- "country_iso_code": "RU",
- "federal_district": "Северо-Западный",
- "region": "Санкт-Петербург",
- "region_type": "г",
- "region_with_type": "г Санкт-Петербург",
- "region_fias_id": "c2deb16a-0330-4f05-821f-1d09c93331e6",
- "region_kladr_id": "7800000000000",
- "region_iso_code": "RU-SPE",
- "area": "Краснокамский",
- "area_type": "р-н",
- "area_with_type": "Краснокамский р-н",
- "area_fias_id": "c278cbbc-e209-4b0f-b20e-9c19ed6f6802",
- "area_kladr_id": "0203100000000",
- "city": "Санкт-Петербург",
- "city_type": "г",
- "city_with_type": "г Санкт-Петербург",
- "city_fias_id": "c2deb16a-0330-4f05-821f-1d09c93331e6",
- "city_kladr_id": "7800000000000",
- "settlement": "Жилгородок",
- "settlement_type": "п",
- "settlement_with_type": "п Жилгородок",
- "settlement_fias_id": "8eab754d-38df-4fac-bebd-b27a46f45ea2",
- "settlement_kladr_id": "4701200005100",
- "street": "Московский",
- "street_type": "пр-кт",
- "street_with_type": "Московский пр-кт",
- "street_fias_id": "01b3acfc-5a4d-4d0f-a2de-67aef6effe31",
- "street_kladr_id": "78000000000085200",
- "house": "дом 1А/2 строение 3 корпус 4 литера Б",
- "house_fias_id": "315a5cc2-7676-460f-ab44-a85c38eea89a",
- "house_kladr_id": "7800000000013430010",
- "office": "офис 1 помещение 2",
- "fias_id": "315a5cc2-7676-460f-ab44-a85c38eea89a",
- "kladr_id": "7800000000013430010",
- "lat": 59.9017959,
- "lng": 30.3194694,
- "zip_code": "196084",
- "timezone_name": "Europe/Moscow",
- "level": "country",
- "timezone": 0
}, - "is_route_circular": true,
- "auction_stages": [
- {
- "number": 1,
- "begins_at": "2024-12-19T10:13:29Z",
- "ends_at": "2024-12-19T10:13:29Z",
- "auction_type": "instant_reservation",
- "many_executors_allowed": false,
- "price_type": "with_vat",
- "price_with_vat": 1,
- "price_without_vat": 1,
- "payment_type": "per_hour",
- "min_work_hours": 0,
- "bid_step": 1,
- "min_bid_with_vat": 0,
- "min_bid_without_vat": 0,
- "max_bid_with_vat": 0,
- "max_bid_without_vat": 0,
- "visibility": "all",
- "companies_ids": [
- "string"
], - "groups_ids": [
- "string"
], - "intermediate_results_period": 0,
- "auto_extended": true
}
], - "executors": [
- {
- "company_id": "string",
- "price": 1,
- "shippings_count": 1
}
], - "contract_id": "string",
- "contract_hfid": "string",
- "contract_shipping_id": "string",
- "contract_shipping_price": 0,
- "dynamic_pricing": true,
- "auction_auto_extend_period": 1,
- "rebidding": true,
- "manual_spot_winner_pick_allowed": true,
- "partnership_contract_type": "all",
- "document_flows": [
- "scancopy"
], - "closing_documents_period": 1,
- "closing_documents_period_type": "calendar",
- "agreement_type": "shipping_agreement",
- "closing_documents": [
- {
- "name": "string",
- "count": 1
}
], - "terms_by_partnership_contract": true,
- "idle_time_cost_without_vat": 100,
- "documents_for_payment": [
- "bill_of_lading"
], - "payment_procedure": "prepayment",
- "payment_period": 1,
- "payment_period_type": "calendar",
- "cancellation_without_penalty_before": "2024-12-19T10:13:29Z",
- "cancellation_penalty_percent": 0,
- "minimum_cancellation_penalty_without_vat": 0,
- "payer_opf_id": 1,
- "payer_title": "string",
- "payment_form": "string",
- "forward_request_number": "string",
- "shipping_price": 0,
- "shipping_price_tax_type": "string",
- "shipping_payment_type": "string",
- "shipping_id": "string",
- "shipping_min_work_hours": 0,
- "shipping": {
- "shipping_request_info": {
- "id": "string",
- "human_friendly_id": "string",
- "created_at": "2024-12-19T10:13:29Z",
- "updated_at": "2024-12-19T10:13:29Z",
- "kind": "ShippingRequest",
- "status": {
- "code_name": "new",
- "comment": "string"
}, - "status_updated_at": "2024-12-19T10:13:29Z",
- "status_history": [
- {
- "status": {
- "code_name": "new",
- "comment": "string"
}, - "created_at": "2024-12-19T10:13:29Z"
}
], - "type": "shipping_request",
- "cargo_owning_company_id": "string",
- "author_id": "string",
- "shipping_order_id": "string",
- "contract_id": "string",
- "contract_hfid": "string",
- "client_category": "category_1",
- "comment": "string",
- "resource_assignment_time": 30,
- "completed_at": "2024-12-19T10:13:29Z",
- "contract_begins_at": "2024-12-19T10:13:29Z",
- "contract_ends_at": "2024-12-19T10:13:29Z",
- "contract_type": "by_shippings_count",
- "shippings_count": 1,
- "max_shippings_per_day": 1,
- "max_shippings_per_week": 1,
- "shipping_available_in": 0,
- "resource_requirements": {
- "transport_body_type": [
- "awning"
], - "transport_type": [
- "lorry"
], - "lifting_capacity": [
- "string"
], - "lifting_capacities": [
- {
- "id": "string",
- "kind": "string",
- "tonnage": 0,
- "volume": 0,
- "transport_body_type": "awning",
- "transport_type": "lorry"
}
], - "has_russian_citizen": true,
- "has_driver_coveralls": true,
- "has_no_criminal_records": true,
- "has_rigid_board": true,
- "has_medical_book": true,
- "has_removable_upper_beam": true,
- "has_removable_side_racks": true,
- "is_express": true,
- "number_of_belts": 0,
- "has_shipping_power_of_attorney_original": true,
- "is_disinfected": true,
- "has_temperature_check": true,
- "temperature_condition": {
- "min": 0,
- "max": 0
}, - "own_transport_only": true,
- "timber_bunks": true,
- "tir_document": true,
- "cmr_document": true
}, - "cargo_description": "string",
- "cargo_tonnage": 0,
- "cargo_volume": 0,
- "cargo_cost": 0,
- "cargo_adr": "1",
- "cargo_length": 0.5,
- "cargo_width": 0.5,
- "cargo_height": 0.5,
- "cargo_places": 0,
- "cargo_packing": "reels",
- "route_segments": [
- {
- "id": 0,
- "from_route_point_id": 0,
- "to_route_point_id": 0,
- "distance": 0,
- "unloading": {
- "type": [
- "full"
], - "duration": 300
}, - "loading": {
- "type": [
- "full"
], - "duration": 300
}
}
], - "route_points": [
- {
- "id": 0,
- "car_supply_range": [
- {
- "from": "2024-12-19T10:13:29Z",
- "until": "2024-12-19T10:13:29Z"
}
], - "car_supply_grouped_range": [
- [
- {
- "date": "2018-04-16T00:00:00+00:00",
- "times": [
- {
- "from": "2018-04-16T10:00:00+00:00",
- "until": "2018-04-16T12:00:00+00:00"
}, - {
- "from": "2018-04-16T13:00:00+00:00",
- "until": "2018-04-16T18:00:00+00:00"
}
]
}, - {
- "date": "2018-04-16T00:00:00+00:00",
- "times": [
- {
- "from": "2018-04-17T10:00:00+00:00",
- "until": "2018-04-17T12:00:00+00:00"
}, - {
- "from": "2018-04-17T13:00:00+00:00",
- "until": "2018-04-17T18:00:00+00:00"
}
]
}
]
], - "car_supply_at": "2024-12-19T10:13:29Z",
- "need_document_work": true,
- "additional_services": [
- {
- "id": "string",
- "name": "string",
- "count": 1,
- "price": 0
}
], - "counter_agent": {
- "private_person": true,
- "legal_entity_title": "string",
- "legal_entity_inn": "string",
- "legal_entity_kpp": "string",
- "legal_entity_opf_name": "string",
- "private_person_full_name": "string",
- "private_person_passport_type": "passport",
- "private_person_passport_number": "string",
- "private_person_passport_issuer": "string",
- "private_person_passport_issued_at": "2024-12-19",
- "private_person_passport_info": "2024-12-19"
}, - "cargo_receiver_sender_info": {
- "address": "string",
- "phone": "string",
- "company_name": "string",
- "contact_name": "string",
- "contact_inn": "string",
- "contact_kpp": "string",
- "contact_opf_code": "string",
- "contact_opf_name": "string",
- "passport_number": "string",
- "passport_issued_at": null,
- "passport_who_issued": "string"
}, - "location": {
- "country": "Россия",
- "country_iso_code": "RU",
- "federal_district": "Северо-Западный",
- "region": "Санкт-Петербург",
- "region_type": "г",
- "region_with_type": "г Санкт-Петербург",
- "region_fias_id": "c2deb16a-0330-4f05-821f-1d09c93331e6",
- "region_kladr_id": "7800000000000",
- "region_iso_code": "RU-SPE",
- "area": "Краснокамский",
- "area_type": "р-н",
- "area_with_type": "Краснокамский р-н",
- "area_fias_id": "c278cbbc-e209-4b0f-b20e-9c19ed6f6802",
- "area_kladr_id": "0203100000000",
- "city": "Санкт-Петербург",
- "city_type": "г",
- "city_with_type": "г Санкт-Петербург",
- "city_fias_id": "c2deb16a-0330-4f05-821f-1d09c93331e6",
- "city_kladr_id": "7800000000000",
- "settlement": "Жилгородок",
- "settlement_type": "п",
- "settlement_with_type": "п Жилгородок",
- "settlement_fias_id": "8eab754d-38df-4fac-bebd-b27a46f45ea2",
- "settlement_kladr_id": "4701200005100",
- "street": "Московский",
- "street_type": "пр-кт",
- "street_with_type": "Московский пр-кт",
- "street_fias_id": "01b3acfc-5a4d-4d0f-a2de-67aef6effe31",
- "street_kladr_id": "78000000000085200",
- "house": "дом 1А/2 строение 3 корпус 4 литера Б",
- "house_fias_id": "315a5cc2-7676-460f-ab44-a85c38eea89a",
- "house_kladr_id": "7800000000013430010",
- "office": "офис 1 помещение 2",
- "fias_id": "315a5cc2-7676-460f-ab44-a85c38eea89a",
- "kladr_id": "7800000000013430010",
- "lat": 59.9017959,
- "lng": 30.3194694,
- "zip_code": "196084",
- "timezone_name": "Europe/Moscow",
- "level": "country",
- "country_id": 643,
- "locality": "Жилгородок п",
- "fraction": 0,
- "housing": 0,
- "structure": 0,
- "literature": "string",
- "apartment": "string",
- "latitude": 0,
- "longitude": 0,
- "local_time_zone": 0,
- "comment": "string",
- "id": "string",
- "code": "string",
- "full_string_address": "string",
- "value": "string",
- "is_canonical": true
}, - "radius": 1
}
], - "route_direction_id": "string",
- "route_direction": {
- "country": "Россия",
- "country_iso_code": "RU",
- "federal_district": "Северо-Западный",
- "region": "Санкт-Петербург",
- "region_type": "г",
- "region_with_type": "г Санкт-Петербург",
- "region_fias_id": "c2deb16a-0330-4f05-821f-1d09c93331e6",
- "region_kladr_id": "7800000000000",
- "region_iso_code": "RU-SPE",
- "area": "Краснокамский",
- "area_type": "р-н",
- "area_with_type": "Краснокамский р-н",
- "area_fias_id": "c278cbbc-e209-4b0f-b20e-9c19ed6f6802",
- "area_kladr_id": "0203100000000",
- "city": "Санкт-Петербург",
- "city_type": "г",
- "city_with_type": "г Санкт-Петербург",
- "city_fias_id": "c2deb16a-0330-4f05-821f-1d09c93331e6",
- "city_kladr_id": "7800000000000",
- "settlement": "Жилгородок",
- "settlement_type": "п",
- "settlement_with_type": "п Жилгородок",
- "settlement_fias_id": "8eab754d-38df-4fac-bebd-b27a46f45ea2",
- "settlement_kladr_id": "4701200005100",
- "street": "Московский",
- "street_type": "пр-кт",
- "street_with_type": "Московский пр-кт",
- "street_fias_id": "01b3acfc-5a4d-4d0f-a2de-67aef6effe31",
- "street_kladr_id": "78000000000085200",
- "house": "дом 1А/2 строение 3 корпус 4 литера Б",
- "house_fias_id": "315a5cc2-7676-460f-ab44-a85c38eea89a",
- "house_kladr_id": "7800000000013430010",
- "office": "офис 1 помещение 2",
- "fias_id": "315a5cc2-7676-460f-ab44-a85c38eea89a",
- "kladr_id": "7800000000013430010",
- "lat": 59.9017959,
- "lng": 30.3194694,
- "zip_code": "196084",
- "timezone_name": "Europe/Moscow",
- "level": "country",
- "country_id": 643,
- "locality": "Жилгородок п",
- "fraction": 0,
- "housing": 0,
- "structure": 0,
- "literature": "string",
- "apartment": "string",
- "latitude": 0,
- "longitude": 0,
- "local_time_zone": 0,
- "comment": "string",
- "id": "string",
- "code": "string",
- "full_string_address": "string",
- "value": "string",
- "is_canonical": true
}, - "circular_route": true,
- "is_interval": true,
- "offer_deadline": "2024-12-19T10:13:29Z",
- "intermediate_results_at": "2024-12-19T10:13:29Z",
- "auction_type": "instant_reservation",
- "many_executors_allowed": false,
- "bid_step": 0,
- "bids": [
- {
- "id": "string",
- "ntk_id": "string",
- "author": {
- "id": "string",
- "human_friendly_id": "string",
- "title": "string",
- "country_id": 0,
- "country": {
- "id": 0,
- "name": "string",
- "alpha_2": "string",
- "code_name": "string",
- "num": 0
}, - "inn": "string",
- "kpp": "string",
- "tax_type": "with_vat",
- "opf_id": 0,
- "opf": {
- "id": 1,
- "code": "12300",
- "name": "ООО"
}, - "rating": 0,
- "logo_url": "string"
}, - "shipping_request_id": "string",
- "shipping_order_id": "string",
- "value": 1,
- "status": "current",
- "tax_type": "with_vat",
- "expedited_payment": false,
- "shippings_count": 1,
- "auction_stage_number": 1,
- "created_at": "2024-12-19T10:13:29Z",
- "updated_at": "2024-12-19T10:13:29Z"
}
], - "expedited_payment_available": true,
- "shipping_order_contract_id": "string",
- "shipping_order_contract_hfid": "string",
- "contract_shipping_id": "string",
- "contract_shipping_price": 0,
- "dynamic_pricing": true,
- "document_flow": [
- "scancopy"
], - "closing_documents_period": 1,
- "closing_documents_period_type": "calendar",
- "closing_documents": [
- {
- "name": "string",
- "count": 0
}
], - "agreement_type": "shipping_agreement",
- "change_requests_allowed": true,
- "terms_by_partnership_contract": true,
- "idle_time_cost_without_vat": 50,
- "documents_for_payment": [
- "bill_of_lading"
], - "payment_procedure": "prepayment",
- "payment_period": 1,
- "payment_period_type": "calendar",
- "payment_type": "per_hour",
- "min_work_hours": 0,
- "cancellation_without_penalty_before": "2024-12-19T10:13:29Z",
- "cancellation_penalty_percent": 0,
- "minimum_cancellation_penalty_without_vat": 0,
- "price": 0,
- "price_tax_type": "string",
- "expedited_payment_fee": 0,
- "min_bid": 0,
- "max_bid": 0,
- "winning_bid": 0,
- "expedited_payment_winning_bid": 0,
- "is_bid_winning": true,
- "tc_requirements_changes": [
- {
- "id": "string",
- "status": "string",
- "price": 0,
- "car_supply_at": null
}
], - "tc_requirements_change": {
- "id": "string",
- "status": "string",
- "price": 0,
- "car_supply_at": null
}, - "contact": {
- "full_name": "string",
- "phone": "stringstrin",
- "extension_number": "string",
- "email": "string"
}
}, - "assigned_resources": [
- {
- "driver_contact_info": "string",
- "route_segment_id": 0,
- "drivers_ids": [
- "string"
], - "car_id": "string",
- "trailer_id": "string"
}
], - "selected_car_supply": [
- {
- "route_point_id": 0,
- "car_supply_at": "2024-12-19T10:13:29Z"
}
], - "completed_at": "2024-12-19T10:13:29Z",
- "resource_assignment_deadline": "2024-12-19T10:13:29Z",
- "kind": "ShippingOutput",
- "id": "string",
- "human_friendly_id": "Человеко понятный id",
- "status": {
- "code_name": "resources_waiting",
- "comment": "string"
}, - "status_updated_at": "2024-12-19T10:13:29Z",
- "status_history": [
- [
- {
- "status": "blacklisted",
- "status_comment": "string",
- "created_at": "2024-12-19T10:13:29Z"
}
]
], - "scancopy_status": "cargo_owner_signing",
- "scancopy_status_comment": "string",
- "contract_id": "string",
- "contract_hfid": "string",
- "shipping_order_contract_id": "string",
- "shipping_order_contract_hfid": "string",
- "contract_shipping_id": "string",
- "company_id": "string",
- "company": {
- "id": "string",
- "human_friendly_id": "string",
- "title": "string",
- "country_id": 0,
- "country": {
- "id": 0,
- "name": "string",
- "alpha_2": "string",
- "code_name": "string",
- "num": 0
}, - "inn": "string",
- "kpp": "string",
- "tax_type": "with_vat",
- "opf_id": 0,
- "opf": {
- "id": 1,
- "code": "12300",
- "name": "ООО"
}, - "rating": 0,
- "logo_url": "string"
}, - "shipping_request_id": "string",
- "shipping_order_id": "string",
- "assigned_resource_objects": {
- "drivers": [
- {
- "id": "string",
- "kind": "ResourceDriver",
- "human_friendly_id": "человекочитаемый id",
- "full_name": "string",
- "company_id": "string",
- "freezing": [
- {
- "kind": "ResourceFreezingValue",
- "code_name": "string",
- "name": "string",
- "end_time": "2024-12-19T10:13:29Z"
}
], - "prohibited_categories": [
- "category_1"
], - "delivery_allowed": true,
- "status": {
- "code_name": "not_approved",
- "comment": "string"
}, - "status_updated_at": "2024-12-19T10:13:29Z",
- "driver_secret_info": {
- "common": {
- "country": {
- "id": 0,
- "name": "string",
- "alpha_2": "string",
- "code_name": "string",
- "num": 0
}, - "country_id": 0,
- "first_name": "string",
- "last_name": "string",
- "middle_name": "string",
- "birth_date": "2024-12-19T10:13:29Z"
}, - "doc": {
- "type": "passport",
- "number": "string",
- "issued_at": "2024-12-19T10:13:29Z",
- "subdivision_code": "370-011",
- "who_issued": "string",
- "expired_at": "2024-12-19T10:13:29Z"
}, - "address": {
- "country": {
- "id": 0,
- "name": "string",
- "alpha_2": "string",
- "code_name": "string",
- "num": 0
}, - "country_id": 0,
- "city": "string",
- "street": "string",
- "house_number": "string",
- "zip_code": "string",
- "room": "string"
}, - "inn": "string",
- "driver_license": {
- "number": "string",
- "who_issued": "string",
- "issued_at": "2024-12-19T10:13:29Z",
- "expired_at": "2024-12-19T10:13:29Z"
}, - "have_medical_book": true,
- "phones": [
- "string"
]
}, - "power_of_attorney": {
- "start": "2024-12-19T10:13:29Z",
- "end": "2024-12-19T10:13:29Z"
}, - "attorneys": {
- "cartegory_1": {
- "from": "2024-12-19T10:13:29Z",
- "until": "2024-12-19T10:13:29Z",
- "status": "new"
}, - "cartegory_2": {
- "from": "2024-12-19T10:13:29Z",
- "until": "2024-12-19T10:13:29Z",
- "status": "new"
}
}, - "created_at": "2024-12-19T10:13:29Z",
- "updated_at": "2024-12-19T10:13:29Z"
}
], - "cars": [
- {
- "id": "string",
- "human_friendly_id": "человекочитаемый id",
- "kind": "ResourceCar",
- "brand": "string",
- "company_id": "string",
- "status": {
- "code_name": "not_approved",
- "comment": "string"
}, - "status_updated_at": "2024-12-19T10:13:29Z",
- "lifting_capacity": {
- "id": "string",
- "tonnage": 0,
- "volume": 0,
- "transport_type": "lorry",
- "transport_body_type": "awning"
}, - "freezing": [
- {
- "kind": "ResourceFreezingValue",
- "code_name": "string",
- "name": "string",
- "end_time": "2024-12-19T10:13:29Z"
}
], - "number_sts": "string",
- "owner_sts": "string",
- "owning_type": "own",
- "max_lifting_capacity": 5.2,
- "car_number": "string",
- "car_additional_info": {
- "vin": "string",
- "engine_number": "string",
- "chassis_number": "string",
- "body_number": "string"
}, - "car_phone": "string",
- "created_at": "2024-12-19T10:13:29Z",
- "updated_at": "2024-12-19T10:13:29Z",
- "additional": {
- "disinfected_from": "2024-12-19T10:13:29Z",
- "disinfected_until": "2024-12-19T10:13:29Z",
- "is_disinfected": true,
- "has_temperature_check": true
}, - "loading_option": {
- "full": true,
- "lateral": true,
- "rear": true,
- "upper": true,
- "removable_side_racks": true,
- "removable_upper_beam": true,
- "rigid_board": true,
- "number_of_belts": 0
}
}
], - "trailers": [
- {
- "id": "string",
- "human_friendly_id": "человекочитаемый id",
- "kind": "ResourceTrailer",
- "brand": "string",
- "company_id": "string",
- "status": {
- "code_name": "not_approved",
- "comment": "string"
}, - "status_updated_at": "2024-12-19T10:13:29Z",
- "lifting_capacity": {
- "id": "string",
- "tonnage": 0,
- "volume": 0,
- "transport_type": "lorry",
- "transport_body_type": "awning"
}, - "freezing": [
- {
- "kind": "ResourceFreezingValue",
- "code_name": "string",
- "name": "string",
- "end_time": "2024-12-19T10:13:29Z"
}
], - "number_sts": "string",
- "owner_sts": "string",
- "owning_type": "own",
- "trailer_number": "string",
- "trailer_additional_info": {
- "vin": "string",
- "chassis_number": "string"
}, - "lifting_capacity_id": "string",
- "max_lifting_capacity": 5.2,
- "dimensions_cargo_hold": {
- "length": 0,
- "width": 0,
- "height": 0
}, - "created_at": "2024-12-19T10:13:29Z",
- "updated_at": "2024-12-19T10:13:29Z",
- "additional": {
- "disinfected_from": "2024-12-19T10:13:29Z",
- "disinfected_until": "2024-12-19T10:13:29Z",
- "is_disinfected": true,
- "has_temperature_check": true
}, - "loading_option": {
- "full": true,
- "lateral": true,
- "rear": true,
- "upper": true,
- "removable_side_racks": true,
- "removable_upper_beam": true,
- "rigid_board": true,
- "number_of_belts": 0
}
}
]
}, - "expedited_payment": true,
- "document_flow": "scancopy",
- "shippings_count": 1,
- "scancopy_attachment_deadline": "2024-12-19T10:13:29Z",
- "requirements_changes_deadline": "2024-12-19T10:13:29Z",
- "reserved_at": "2024-12-19T10:13:29Z",
- "important_changes_at": "2024-12-19T10:13:29Z",
- "requirements_accepted_at": "2024-12-19T10:13:29Z",
- "closing_ttd_documents_accepted_at": "string",
- "closing_ttd_documents_rejected_at": "string",
- "closing_ttd_documents_rejection_comment": "string",
- "closing_ttd_forwarder_documents_accepted_at": "string",
- "closing_ttd_forwarder_documents_rejected_at": "string",
- "closing_ttd_forwarder_documents_rejection_comment": "string",
- "closing_bd_documents_accepted_at": "string",
- "closing_bd_documents_rejected_at": "string",
- "closing_bd_documents_rejection_comment": "string",
- "closing_status": "documents_accepted",
- "planned_payment_date": "2024-12-19",
- "actual_payment_date": "2024-12-19",
- "contact": {
- "id": "string",
- "full_name": "string",
- "email": "string",
- "phone": "string"
}, - "created_at": "2024-12-19T10:13:29Z",
- "updated_at": "2024-12-19T10:13:29Z"
}, - "current_auction_stage_number": 1,
- "winning_bid_id": "string",
- "winning_bid_min_work_hours": 0,
- "winning_bid_price_with_vat": 1,
- "winning_bid_price_without_vat": 1,
- "auto_accept_changes": true
}
Обновить черновик заказа
CargoOwningCompanyAdmin
) Content-Type required | any Value: "application/json" |
author_id | string <uuid> Nullable ID пользователя, создавшего заказ. |
type | string Enum: "shipping_request" "contract" "delivery" "city_delivery" Тип заказа:
|
external_info_id | string Nullable Идентификатор заказа во внешних системах. Используется только для информации |
parent_id | string <uuid> Nullable ID заказа, на основании которого был создан текущий заказ. Используется только для информации |
contact | object Nullable Ответственное лицо всего заказа |
comment | string Nullable Комментарий к заказу |
resource_assignment_time | integer [ 60 .. 144000 ] Nullable Время на назначение ресурсов после бронирования заявки в минутах |
resource_assignment_till | string <date-time> Nullable Конкретное время назначение ресурсов после бронирования заявки |
change_requests_allowed | boolean Default: false Можно ли создавать запросы на изменение заказа |
change_request_status | string <text> Nullable Статус заявки на изменение требований заказа. |
change_resources_request_status | string <text> Nullable Статус заявки на измнение русурсов заказа. |
contract_begins_at | string <date-time> Nullable Дата начала исполнения. Указывается в часовом поясе первой точки маршрута |
contract_ends_at | string <date-time> Nullable Дата окончания исполнения. Указывается в часовом поясе последней точки маршрута |
contract_type | string Nullable Enum: "by_shippings_count" "by_schedule" Вид графикового заказа:
|
shippings_count | integer [ 1 .. 100000 ] Nullable Объём графикового заказа - количество перевозок |
max_shippings_per_day | integer [ 1 .. 100000 ] Nullable Максимальное количество перевозок в день по данному графиковому заказу для перевозчика. null означает, что ограничений нет |
max_shippings_per_week | integer [ 1 .. 100000 ] Nullable Максимальное количество перевозок в неделю по данному графиковому заказу для перевозчика. null означает, что ограничений нет |
shipping_available_in | integer [ 0 .. 43200 ] Nullable Перевозка по графиковому заказу будет доступна за указанное количество минут до её начала |
transport_body_types | Array of strings non-empty Default: [] Items Enum: "awning" "full_metal" "isothermal" "refrigerator" "dropside" "tanker" "container" Типы кузова транспорта |
transport_tonnage | number <double> [ 0 .. 200 ] Nullable Тоннаж транспорта в тоннах |
transport_volume | number <double> [ 0 .. 200 ] Nullable Объём транспорта в кубических метрах |
resource_requirements | object Требования к ресурсам |
cargo_name | string <= 150 characters Nullable Наименование груза |
cargo_tonnage | number <double> [ 0 .. 24 ] Nullable Тоннаж груза в тоннах |
cargo_volume | number <double> [ 0 .. 150 ] Nullable Объём груза в кубических метрах |
cargo_cost | integer [ 0 .. 999999999 ] Nullable Стоимость груза |
cargo_adr | string Nullable Enum: "1" "2" "3" "4" "5" "6" "7" "8" "9" Класс опасности груза |
cargo_length | number <double> [ 0.5 .. 17 ] Nullable Длина груза в метрах |
cargo_width | number <double> [ 0.5 .. 2.75 ] Nullable Ширина груза в метрах |
cargo_height | number <double> [ 0.5 .. 3 ] Nullable Высота груза в метрах |
cargo_places | integer [ 0 .. 100 ] Nullable Количество грузомест |
cargo_packing | string Nullable Enum: "reels" "big_bags" "barrels" "eurocubes" "cans" "coils" "boxes" "sheets" "bags" "in_bulk" "not_specified" "pallets" "fin_pallets" "packs" "pyramid" "loose" "rolls" "cases" Упаковка груза:
|
route_points | Array of objects <= 100 items Точки маршрута |
auction_stages | Array of objects [ 0 .. 1000 ] items Этапы торга |
executors | Array of objects [ 0 .. 1 ] items Исполнители заказа, указанные в момент создания |
contract_id | string <uuid> Nullable ID графикового заказа, для которого создаётся данный заказ |
manual_spot_winner_pick_allowed | boolean Можно ли выбирать выигрышную ставку в процессе торга спот заказа |
auction_auto_extend_period | integer [ 1 .. 24 ] Nullable Период автопродления торга |
document_flows | Array of strings Default: [] Items Enum: "scancopy" "online_confirmation" "qualified_signature" Возможные механизмы работы с документами |
closing_documents_period | integer [ 1 .. 366 ] Nullable Период предоставления закрывающих документов в днях |
closing_documents_period_type | string Nullable Enum: "calendar" "working" Тип дней в периоде предоставления закрывающих документов:
|
closing_documents | Array of objects Default: [] Закрывающие документы |
agreement_type | string Nullable Enum: "shipping_agreement" "freight_forwarding_agreement" Вид договора
|
terms_by_partnership_contract | boolean Default: false Условия взаиморасчетов согласно договору |
idle_time_cost_without_vat | integer [ 100 .. 1500 ] Nullable Стоимость одного часа простоя сверх времени работы в точке без НДС, кратно 100 |
documents_for_payment | Array of strings Default: [] Items Enum: "bill_of_lading" "waybill" "bill_of_lading_or_waybill" "packing_list" "bill" "acceptance_certificate" "delivery_certificate" "invoice" "power_of_attorney" "universal_transfer_document" "accompanying_document" "cmr" "forwarding_order" "shipping_order" "forwarding_receipt" "attachment_to_bill_of_lading" Документы для оплаты |
payment_procedure | string Nullable Enum: "prepayment" "payment_by_scancopy" "payment_by_original_documents" "payment_by_unloading" "payment_by_loading" Порядок оплаты:
|
payment_period | integer [ 1 .. 366 ] Nullable Период оплаты в днях |
payment_period_type | string Nullable Enum: "calendar" "working" Тип дней в периоде оплаты:
|
cancellation_without_penalty_before | string <date-time> Nullable Допустимое время для отказа от перевозки до наступления санкций |
cancellation_penalty_percent | integer [ 0 .. 100 ] Nullable Штраф за отказ от перевозки после наступления санкций в процентах от стоимости без НДС |
minimum_cancellation_penalty_without_vat | integer [ 0 .. 999999999 ] Nullable Минимальный штраф за отказ от перевозки после наступления санкций без НДС |
shipping_payment_type | string Nullable Enum: "per_hour" "fixed" Тип цены:
|
shipping_min_work_hours | integer Nullable Минимально оплачиваемое количество часов в заказе. |
winning_bid_id | string <uuid> Nullable ID выигравшей стваки. |
winning_bid_min_work_hours | integer Nullable Минимально оплачиваемое количество часов выигравшей ставки. |
winning_bid_price_with_vat | decimal Nullable Цена победившей стваки (с НДС). |
winning_bid_price_without_vat | decimal Nullable Цена победившей стваки (без НДС). |
winning_bid | float Nullable Выигравшая ставка. |
watching_count | Array of objects Nullable Счетчик количества просмотров заявки. |
Черновик заказа
Неверные параметры запроса
Невалидный токен, неверный логин или пароль
Нет прав на выполнение действия
Объект не найден
{- "author_id": "string",
- "type": "shipping_request",
- "external_info_id": "string",
- "parent_id": "string",
- "contact": {
- "full_name": "string",
- "phone": "stringstrin",
- "extension_number": "string",
- "email": "string"
}, - "comment": "string",
- "resource_assignment_time": 60,
- "resource_assignment_till": "2020-03-13T15:46:31+00:00",
- "change_requests_allowed": false,
- "change_request_status": "string",
- "change_resources_request_status": "string",
- "contract_begins_at": "2024-12-19T10:13:29Z",
- "contract_ends_at": "2024-12-19T10:13:29Z",
- "contract_type": "by_shippings_count",
- "shippings_count": 1,
- "max_shippings_per_day": 1,
- "max_shippings_per_week": 1,
- "shipping_available_in": 0,
- "transport_body_types": [ ],
- "transport_tonnage": 0,
- "transport_volume": 0,
- "resource_requirements": {
- "own_transport_only": true,
- "rigid_board": true,
- "removable_upper_beam": true,
- "removable_side_racks": true,
- "two_sided": true,
- "number_of_belts": 1,
- "is_disinfected": true,
- "temperature_condition": {
- "min": -100,
- "max": -100
}, - "temperature_check": true,
- "russian_citizenship": true,
- "medical_book": true,
- "original_shipping_power_of_attorney": true,
- "coveralls": true,
- "timber_bunks": true,
- "tir_document": true,
- "cmr_document": true
}, - "cargo_name": "string",
- "cargo_tonnage": 0,
- "cargo_volume": 0,
- "cargo_cost": 0,
- "cargo_adr": "1",
- "cargo_length": 0.5,
- "cargo_width": 0.5,
- "cargo_height": 0.5,
- "cargo_places": 0,
- "cargo_packing": "reels",
- "route_points": [
- {
- "number": 1,
- "location": {
- "house": "дом 1А/2 строение 3 корпус 4 литера Б",
- "office": "офис 1 помещение 2",
- "fias_id": "315a5cc2-7676-460f-ab44-a85c38eea89a",
- "lat": 59.9017959,
- "lng": 30.3194694
}, - "radius": 1,
- "car_supply_ranges": [
- {
- "from": "2024-12-19T10:13:29Z",
- "till": "2024-12-19T10:13:29Z"
}
], - "operations": [ ],
- "operations_loadings": [ ],
- "operations_duration": 10,
- "additional_services": [ ],
- "contact_company_title": "string",
- "contact_inn": "string",
- "contact_kpp": "string",
- "contact_opf_code": "string",
- "contact_opf_name": "string",
- "contacts": [ ]
}
], - "auction_stages": [
- {
- "begins_at": "2024-12-19T10:13:29Z",
- "ends_at": "2024-12-19T10:13:29Z",
- "auction_type": "instant_reservation",
- "many_executors_allowed": false,
- "price_type": "with_vat",
- "price_with_vat": 1,
- "price_without_vat": 1,
- "bid_step": 1,
- "min_bid_with_vat": 0,
- "min_bid_without_vat": 0,
- "max_bid_with_vat": 0,
- "max_bid_without_vat": 0,
- "visibility": "all",
- "companies_ids": [ ],
- "groups_ids": [ ],
- "auto_extended": true
}
], - "executors": [
- {
- "company_id": "string",
- "price": 1
}
], - "contract_id": "string",
- "manual_spot_winner_pick_allowed": true,
- "auction_auto_extend_period": 1,
- "document_flows": [ ],
- "closing_documents_period": 1,
- "closing_documents_period_type": "calendar",
- "closing_documents": [ ],
- "agreement_type": "shipping_agreement",
- "terms_by_partnership_contract": false,
- "idle_time_cost_without_vat": 100,
- "documents_for_payment": [ ],
- "payment_procedure": "prepayment",
- "payment_period": 1,
- "payment_period_type": "calendar",
- "cancellation_without_penalty_before": "2024-12-19T10:13:29Z",
- "cancellation_penalty_percent": 0,
- "minimum_cancellation_penalty_without_vat": 0,
- "shipping_payment_type": "per_hour",
- "shipping_min_work_hours": 0,
- "shipping": {
- "shipping_request_info": {
- "type": "shipping_request",
- "contract_id": "string",
- "client_category": "category_1",
- "comment": "string",
- "resource_assignment_time": 30,
- "contract_begins_at": "2024-12-19T10:13:29Z",
- "contract_ends_at": "2024-12-19T10:13:29Z",
- "contract_type": "by_shippings_count",
- "shippings_count": 1,
- "max_shippings_per_day": 1,
- "max_shippings_per_week": 1,
- "shipping_available_in": 0,
- "resource_requirements": {
- "transport_body_type": [
- "awning"
], - "transport_type": [
- "lorry"
], - "lifting_capacity": [
- "string"
], - "has_russian_citizen": true,
- "has_driver_coveralls": true,
- "has_no_criminal_records": true,
- "has_rigid_board": true,
- "has_medical_book": true,
- "has_removable_upper_beam": true,
- "has_removable_side_racks": true,
- "is_express": true,
- "number_of_belts": 0,
- "has_shipping_power_of_attorney_original": true,
- "is_disinfected": true,
- "has_temperature_check": true,
- "temperature_condition": {
- "min": 0,
- "max": 0
}, - "own_transport_only": true,
- "timber_bunks": true,
- "tir_document": true,
- "cmr_document": true
}, - "cargo_description": "string",
- "cargo_tonnage": 0,
- "cargo_volume": 0,
- "cargo_cost": 0,
- "cargo_adr": "1",
- "cargo_length": 0.5,
- "cargo_width": 0.5,
- "cargo_height": 0.5,
- "cargo_places": 0,
- "cargo_packing": "reels",
- "route_segments": [
- {
- "id": 0,
- "from_route_point_id": 0,
- "to_route_point_id": 0,
- "distance": 0,
- "unloading": {
- "type": [
- "full"
], - "duration": 300
}, - "loading": {
- "type": [
- "full"
], - "duration": 300
}
}
], - "route_points": [
- {
- "id": 0,
- "car_supply_range": [
- {
- "from": "2024-12-19T10:13:29Z",
- "until": "2024-12-19T10:13:29Z"
}
], - "car_supply_at": "2024-12-19T10:13:29Z",
- "need_document_work": true,
- "additional_services": [
- {
- "id": "string",
- "name": "string",
- "count": 1,
- "price": 0
}
], - "counter_agent": {
- "private_person": true,
- "legal_entity_title": "string",
- "legal_entity_inn": "string",
- "legal_entity_kpp": "string",
- "legal_entity_opf_name": "string",
- "private_person_full_name": "string",
- "private_person_passport_type": "passport",
- "private_person_passport_number": "string",
- "private_person_passport_issuer": "string",
- "private_person_passport_issued_at": "2024-12-19"
}, - "cargo_receiver_sender_info": {
- "address": "string",
- "phone": "string",
- "company_name": "string",
- "contact_name": "string",
- "contact_inn": "string",
- "contact_kpp": "string",
- "contact_opf_code": "string",
- "contact_opf_name": "string",
- "passport_number": "string",
- "passport_issued_at": null,
- "passport_who_issued": "string"
}, - "location": {
- "country": "Россия",
- "country_iso_code": "RU",
- "federal_district": "Северо-Западный",
- "region": "Санкт-Петербург",
- "region_type": "г",
- "region_with_type": "г Санкт-Петербург",
- "region_fias_id": "c2deb16a-0330-4f05-821f-1d09c93331e6",
- "region_kladr_id": "7800000000000",
- "region_iso_code": "RU-SPE",
- "area": "Краснокамский",
- "area_type": "р-н",
- "area_with_type": "Краснокамский р-н",
- "area_fias_id": "c278cbbc-e209-4b0f-b20e-9c19ed6f6802",
- "area_kladr_id": "0203100000000",
- "city": "Санкт-Петербург",
- "city_type": "г",
- "city_with_type": "г Санкт-Петербург",
- "city_fias_id": "c2deb16a-0330-4f05-821f-1d09c93331e6",
- "city_kladr_id": "7800000000000",
- "settlement": "Жилгородок",
- "settlement_type": "п",
- "settlement_with_type": "п Жилгородок",
- "settlement_fias_id": "8eab754d-38df-4fac-bebd-b27a46f45ea2",
- "settlement_kladr_id": "4701200005100",
- "street": "Московский",
- "street_type": "пр-кт",
- "street_with_type": "Московский пр-кт",
- "street_fias_id": "01b3acfc-5a4d-4d0f-a2de-67aef6effe31",
- "street_kladr_id": "78000000000085200",
- "house": "дом 1А/2 строение 3 корпус 4 литера Б",
- "house_fias_id": "315a5cc2-7676-460f-ab44-a85c38eea89a",
- "house_kladr_id": "7800000000013430010",
- "office": "офис 1 помещение 2",
- "fias_id": "315a5cc2-7676-460f-ab44-a85c38eea89a",
- "kladr_id": "7800000000013430010",
- "lat": 59.9017959,
- "lng": 30.3194694,
- "zip_code": "196084",
- "timezone_name": "Europe/Moscow",
- "level": "country",
- "country_id": 643,
- "locality": "Жилгородок п",
- "fraction": 0,
- "housing": 0,
- "structure": 0,
- "literature": "string",
- "apartment": "string",
- "latitude": 0,
- "longitude": 0,
- "local_time_zone": 0,
- "comment": "string",
- "id": "string",
- "code": "string",
- "full_string_address": "string",
- "value": "string",
- "is_canonical": true
}, - "radius": 1
}
], - "route_direction": {
- "country": "Россия",
- "country_iso_code": "RU",
- "federal_district": "Северо-Западный",
- "region": "Санкт-Петербург",
- "region_type": "г",
- "region_with_type": "г Санкт-Петербург",
- "region_fias_id": "c2deb16a-0330-4f05-821f-1d09c93331e6",
- "region_kladr_id": "7800000000000",
- "region_iso_code": "RU-SPE",
- "area": "Краснокамский",
- "area_type": "р-н",
- "area_with_type": "Краснокамский р-н",
- "area_fias_id": "c278cbbc-e209-4b0f-b20e-9c19ed6f6802",
- "area_kladr_id": "0203100000000",
- "city": "Санкт-Петербург",
- "city_type": "г",
- "city_with_type": "г Санкт-Петербург",
- "city_fias_id": "c2deb16a-0330-4f05-821f-1d09c93331e6",
- "city_kladr_id": "7800000000000",
- "settlement": "Жилгородок",
- "settlement_type": "п",
- "settlement_with_type": "п Жилгородок",
- "settlement_fias_id": "8eab754d-38df-4fac-bebd-b27a46f45ea2",
- "settlement_kladr_id": "4701200005100",
- "street": "Московский",
- "street_type": "пр-кт",
- "street_with_type": "Московский пр-кт",
- "street_fias_id": "01b3acfc-5a4d-4d0f-a2de-67aef6effe31",
- "street_kladr_id": "78000000000085200",
- "house": "дом 1А/2 строение 3 корпус 4 литера Б",
- "house_fias_id": "315a5cc2-7676-460f-ab44-a85c38eea89a",
- "house_kladr_id": "7800000000013430010",
- "office": "офис 1 помещение 2",
- "fias_id": "315a5cc2-7676-460f-ab44-a85c38eea89a",
- "kladr_id": "7800000000013430010",
- "lat": 59.9017959,
- "lng": 30.3194694,
- "zip_code": "196084",
- "timezone_name": "Europe/Moscow",
- "level": "country",
- "country_id": 643,
- "locality": "Жилгородок п",
- "fraction": 0,
- "housing": 0,
- "structure": 0,
- "literature": "string",
- "apartment": "string",
- "latitude": 0,
- "longitude": 0,
- "local_time_zone": 0,
- "comment": "string",
- "id": "string",
- "code": "string",
- "full_string_address": "string",
- "value": "string",
- "is_canonical": true
}, - "is_interval": true,
- "auction_type": "instant_reservation",
- "many_executors_allowed": false,
- "expedited_payment_available": true,
- "contract_shipping_price": 0,
- "dynamic_pricing": true,
- "document_flow": [
- "scancopy"
], - "closing_documents_period": 1,
- "closing_documents_period_type": "calendar",
- "closing_documents": [
- {
- "name": "string",
- "count": 0
}
], - "agreement_type": "shipping_agreement",
- "change_requests_allowed": true,
- "terms_by_partnership_contract": true,
- "idle_time_cost_without_vat": 50,
- "documents_for_payment": [
- "bill_of_lading"
], - "payment_procedure": "prepayment",
- "payment_period": 1,
- "payment_period_type": "calendar",
- "payment_type": "per_hour",
- "min_work_hours": 0,
- "cancellation_without_penalty_before": "2024-12-19T10:13:29Z",
- "cancellation_penalty_percent": 0,
- "minimum_cancellation_penalty_without_vat": 0,
- "price": 0,
- "price_tax_type": "string",
- "tc_requirements_changes": [
- {
- "id": "string",
- "status": "string",
- "price": 0,
- "car_supply_at": null
}
], - "tc_requirements_change": {
- "id": "string",
- "status": "string",
- "price": 0,
- "car_supply_at": null
}, - "contact": {
- "full_name": "string",
- "phone": "stringstrin",
- "extension_number": "string",
- "email": "string"
}
}, - "assigned_resources": [
- {
- "driver_contact_info": "string",
- "route_segment_id": 0,
- "drivers_ids": [
- "string"
], - "car_id": "string",
- "trailer_id": "string"
}
], - "selected_car_supply": [
- {
- "route_point_id": 0,
- "car_supply_at": "2024-12-19T10:13:29Z"
}
], - "completed_at": "2024-12-19T10:13:29Z",
- "resource_assignment_deadline": "2024-12-19T10:13:29Z",
- "kind": "ShippingOutput",
- "id": "string",
- "human_friendly_id": "Человеко понятный id",
- "status_updated_at": "2024-12-19T10:13:29Z",
- "status_history": [
- [
- {
- "status_comment": "string",
- "created_at": "2024-12-19T10:13:29Z"
}
]
], - "scancopy_status_comment": "string",
- "contract_id": "string",
- "contract_hfid": "string",
- "company_id": "string",
- "company": {
- "id": "string",
- "human_friendly_id": "string",
- "title": "string",
- "country_id": 0,
- "country": {
- "id": 0,
- "name": "string",
- "alpha_2": "string",
- "code_name": "string",
- "num": 0
}, - "inn": "string",
- "kpp": "string",
- "tax_type": "with_vat",
- "opf_id": 0,
- "opf": {
- "id": 1,
- "code": "12300",
- "name": "ООО"
}, - "rating": 0,
- "logo_url": "string"
}, - "assigned_resource_objects": {
- "drivers": [
- {
- "prohibited_categories": [
- "category_1"
], - "delivery_allowed": true,
- "driver_secret_info": {
- "common": {
- "country_id": 0,
- "first_name": "string",
- "last_name": "string",
- "middle_name": "string",
- "birth_date": "2024-12-19T10:13:29Z"
}, - "doc": {
- "type": "passport",
- "number": "string",
- "issued_at": "2024-12-19T10:13:29Z",
- "subdivision_code": "370-011",
- "who_issued": "string",
- "expired_at": "2024-12-19T10:13:29Z"
}, - "address": {
- "country_id": 0,
- "city": "string",
- "street": "string",
- "house_number": "string",
- "zip_code": "string",
- "room": "string"
}, - "inn": "string",
- "driver_license": {
- "number": "string",
- "who_issued": "string",
- "issued_at": "2024-12-19T10:13:29Z",
- "expired_at": "2024-12-19T10:13:29Z"
}, - "have_medical_book": true,
- "phones": [
- "string"
]
}
}
], - "cars": [
- {
- "id": "string",
- "human_friendly_id": "человекочитаемый id",
- "kind": "ResourceCar",
- "brand": "string",
- "company_id": "string",
- "status": {
- "code_name": "not_approved",
- "comment": "string"
}, - "status_updated_at": "2024-12-19T10:13:29Z",
- "freezing": [
- {
- "kind": "ResourceFreezingValue",
- "code_name": "string",
- "name": "string",
- "end_time": "2024-12-19T10:13:29Z"
}
], - "number_sts": "string",
- "owner_sts": "string",
- "owning_type": "own",
- "max_lifting_capacity": 5.2,
- "car_number": "string",
- "car_additional_info": {
- "vin": "string",
- "engine_number": "string",
- "chassis_number": "string",
- "body_number": "string"
}, - "car_phone": "string",
- "created_at": "2024-12-19T10:13:29Z",
- "updated_at": "2024-12-19T10:13:29Z",
- "additional": {
- "disinfected_from": "2024-12-19T10:13:29Z",
- "disinfected_until": "2024-12-19T10:13:29Z",
- "is_disinfected": true,
- "has_temperature_check": true
}, - "loading_option": {
- "full": true,
- "lateral": true,
- "rear": true,
- "upper": true,
- "removable_side_racks": true,
- "removable_upper_beam": true,
- "rigid_board": true,
- "number_of_belts": 0
}
}
], - "trailers": [
- {
- "id": "string",
- "human_friendly_id": "человекочитаемый id",
- "kind": "ResourceTrailer",
- "brand": "string",
- "company_id": "string",
- "status": {
- "code_name": "not_approved",
- "comment": "string"
}, - "status_updated_at": "2024-12-19T10:13:29Z",
- "freezing": [
- {
- "kind": "ResourceFreezingValue",
- "code_name": "string",
- "name": "string",
- "end_time": "2024-12-19T10:13:29Z"
}
], - "number_sts": "string",
- "owner_sts": "string",
- "owning_type": "own",
- "trailer_number": "string",
- "trailer_additional_info": {
- "vin": "string",
- "chassis_number": "string"
}, - "lifting_capacity_id": "string",
- "max_lifting_capacity": 5.2,
- "dimensions_cargo_hold": {
- "length": 0,
- "width": 0,
- "height": 0
}, - "created_at": "2024-12-19T10:13:29Z",
- "updated_at": "2024-12-19T10:13:29Z",
- "additional": {
- "disinfected_from": "2024-12-19T10:13:29Z",
- "disinfected_until": "2024-12-19T10:13:29Z",
- "is_disinfected": true,
- "has_temperature_check": true
}, - "loading_option": {
- "full": true,
- "lateral": true,
- "rear": true,
- "upper": true,
- "removable_side_racks": true,
- "removable_upper_beam": true,
- "rigid_board": true,
- "number_of_belts": 0
}
}
]
}, - "document_flow": "scancopy",
- "scancopy_attachment_deadline": "2024-12-19T10:13:29Z",
- "requirements_changes_deadline": "2024-12-19T10:13:29Z",
- "reserved_at": "2024-12-19T10:13:29Z",
- "important_changes_at": "2024-12-19T10:13:29Z",
- "requirements_accepted_at": "2024-12-19T10:13:29Z",
- "closing_ttd_documents_accepted_at": "string",
- "closing_ttd_documents_rejected_at": "string",
- "closing_ttd_documents_rejection_comment": "string",
- "closing_ttd_forwarder_documents_accepted_at": "string",
- "closing_ttd_forwarder_documents_rejected_at": "string",
- "closing_ttd_forwarder_documents_rejection_comment": "string",
- "closing_bd_documents_accepted_at": "string",
- "closing_bd_documents_rejected_at": "string",
- "closing_bd_documents_rejection_comment": "string",
- "closing_status": "documents_accepted",
- "planned_payment_date": "2024-12-19",
- "actual_payment_date": "2024-12-19",
- "contact": {
- "id": "string",
- "full_name": "string",
- "email": "string",
- "phone": "string"
}, - "created_at": "2024-12-19T10:13:29Z",
- "updated_at": "2024-12-19T10:13:29Z"
}, - "winning_bid_id": "string",
- "winning_bid_min_work_hours": 0,
- "winning_bid_price_with_vat": null,
- "winning_bid_price_without_vat": null,
- "winning_bid": null,
- "watching_count": [
- {
- "human_friendly_id": "string",
- "company_id": "string",
- "opf": {
- "id": 1,
- "code": "12300",
- "name": "ООО"
}, - "opf_id": 1,
- "company_title": "Новрегионтранс",
- "count": 0,
- "auto_accept_changes": true
}
]
}
{- "id": "string",
- "human_friendly_id": "string",
- "created_at": "2024-12-19T10:13:29Z",
- "updated_at": "2024-12-19T10:13:29Z",
- "deleted_at": "2024-12-19T10:13:29Z",
- "status": "draft",
- "status_comment": "string",
- "status_updated_at": "2024-12-19T10:13:29Z",
- "status_history": [
- {
- "status": "blacklisted",
- "status_comment": "string",
- "created_at": "2024-12-19T10:13:29Z"
}
], - "cargo_owning_company_id": "string",
- "author_id": "string",
- "type": "shipping_request",
- "external_info_id": "string",
- "parent_id": "string",
- "contact": {
- "full_name": "string",
- "phone": "stringstrin",
- "extension_number": "string",
- "email": "string"
}, - "comment": "string",
- "archived": true,
- "resource_assignment_time": 60,
- "resource_assignment_till": "2020-03-13T15:46:31+00:00",
- "change_requests_allowed": false,
- "change_request_status": "string",
- "change_resources_request_status": "string",
- "contract_begins_at": "2024-12-19T10:13:29Z",
- "contract_ends_at": "2024-12-19T10:13:29Z",
- "contract_type": "by_shippings_count",
- "shippings_count": 1,
- "max_shippings_per_day": 1,
- "max_shippings_per_week": 1,
- "shipping_available_in": 0,
- "transport_body_types": [ ],
- "transport_tonnage": 0,
- "transport_volume": 0,
- "resource_requirements": {
- "own_transport_only": true,
- "rigid_board": true,
- "removable_upper_beam": true,
- "removable_side_racks": true,
- "two_sided": true,
- "number_of_belts": 1,
- "is_disinfected": true,
- "temperature_condition": {
- "min": -100,
- "max": -100
}, - "temperature_check": true,
- "russian_citizenship": true,
- "medical_book": true,
- "original_shipping_power_of_attorney": true,
- "coveralls": true,
- "timber_bunks": true,
- "tir_document": true,
- "cmr_document": true
}, - "cargo_name": "string",
- "cargo_tonnage": 0,
- "cargo_volume": 0,
- "cargo_cost": 0,
- "cargo_adr": "1",
- "cargo_length": 0.5,
- "cargo_width": 0.5,
- "cargo_height": 0.5,
- "cargo_places": 0,
- "cargo_packing": "reels",
- "route_points": [
- {
- "number": 1,
- "location": {
- "country": "Россия",
- "country_iso_code": "RU",
- "federal_district": "Северо-Западный",
- "region": "Санкт-Петербург",
- "region_type": "г",
- "region_with_type": "г Санкт-Петербург",
- "region_fias_id": "c2deb16a-0330-4f05-821f-1d09c93331e6",
- "region_kladr_id": "7800000000000",
- "region_iso_code": "RU-SPE",
- "area": "Краснокамский",
- "area_type": "р-н",
- "area_with_type": "Краснокамский р-н",
- "area_fias_id": "c278cbbc-e209-4b0f-b20e-9c19ed6f6802",
- "area_kladr_id": "0203100000000",
- "city": "Санкт-Петербург",
- "city_type": "г",
- "city_with_type": "г Санкт-Петербург",
- "city_fias_id": "c2deb16a-0330-4f05-821f-1d09c93331e6",
- "city_kladr_id": "7800000000000",
- "settlement": "Жилгородок",
- "settlement_type": "п",
- "settlement_with_type": "п Жилгородок",
- "settlement_fias_id": "8eab754d-38df-4fac-bebd-b27a46f45ea2",
- "settlement_kladr_id": "4701200005100",
- "street": "Московский",
- "street_type": "пр-кт",
- "street_with_type": "Московский пр-кт",
- "street_fias_id": "01b3acfc-5a4d-4d0f-a2de-67aef6effe31",
- "street_kladr_id": "78000000000085200",
- "house": "дом 1А/2 строение 3 корпус 4 литера Б",
- "house_fias_id": "315a5cc2-7676-460f-ab44-a85c38eea89a",
- "house_kladr_id": "7800000000013430010",
- "office": "офис 1 помещение 2",
- "fias_id": "315a5cc2-7676-460f-ab44-a85c38eea89a",
- "kladr_id": "7800000000013430010",
- "lat": 59.9017959,
- "lng": 30.3194694,
- "zip_code": "196084",
- "timezone_name": "Europe/Moscow",
- "level": "country",
- "timezone": 0
}, - "radius": 1,
- "distance_to_next": 0,
- "car_supply_ranges": [
- {
- "from": "2024-12-19T10:13:29Z",
- "till": "2024-12-19T10:13:29Z"
}
], - "operations": [ ],
- "operations_loadings": [ ],
- "operations_duration": 10,
- "additional_services": [ ],
- "contact_company_title": "string",
- "contact_inn": "string",
- "contact_kpp": "string",
- "contact_opf_code": "string",
- "contact_opf_name": "string",
- "contacts": [ ]
}
], - "route_direction": {
- "country": "Россия",
- "country_iso_code": "RU",
- "federal_district": "Северо-Западный",
- "region": "Санкт-Петербург",
- "region_type": "г",
- "region_with_type": "г Санкт-Петербург",
- "region_fias_id": "c2deb16a-0330-4f05-821f-1d09c93331e6",
- "region_kladr_id": "7800000000000",
- "region_iso_code": "RU-SPE",
- "area": "Краснокамский",
- "area_type": "р-н",
- "area_with_type": "Краснокамский р-н",
- "area_fias_id": "c278cbbc-e209-4b0f-b20e-9c19ed6f6802",
- "area_kladr_id": "0203100000000",
- "city": "Санкт-Петербург",
- "city_type": "г",
- "city_with_type": "г Санкт-Петербург",
- "city_fias_id": "c2deb16a-0330-4f05-821f-1d09c93331e6",
- "city_kladr_id": "7800000000000",
- "settlement": "Жилгородок",
- "settlement_type": "п",
- "settlement_with_type": "п Жилгородок",
- "settlement_fias_id": "8eab754d-38df-4fac-bebd-b27a46f45ea2",
- "settlement_kladr_id": "4701200005100",
- "street": "Московский",
- "street_type": "пр-кт",
- "street_with_type": "Московский пр-кт",
- "street_fias_id": "01b3acfc-5a4d-4d0f-a2de-67aef6effe31",
- "street_kladr_id": "78000000000085200",
- "house": "дом 1А/2 строение 3 корпус 4 литера Б",
- "house_fias_id": "315a5cc2-7676-460f-ab44-a85c38eea89a",
- "house_kladr_id": "7800000000013430010",
- "office": "офис 1 помещение 2",
- "fias_id": "315a5cc2-7676-460f-ab44-a85c38eea89a",
- "kladr_id": "7800000000013430010",
- "lat": 59.9017959,
- "lng": 30.3194694,
- "zip_code": "196084",
- "timezone_name": "Europe/Moscow",
- "level": "country",
- "timezone": 0
}, - "is_route_circular": true,
- "auction_stages": [
- {
- "number": 1,
- "begins_at": "2024-12-19T10:13:29Z",
- "ends_at": "2024-12-19T10:13:29Z",
- "auction_type": "instant_reservation",
- "many_executors_allowed": false,
- "price_type": "with_vat",
- "price_with_vat": 1,
- "price_without_vat": 1,
- "bid_step": 1,
- "min_bid_with_vat": 0,
- "min_bid_without_vat": 0,
- "max_bid_with_vat": 0,
- "max_bid_without_vat": 0,
- "visibility": "all",
- "companies_ids": [ ],
- "groups_ids": [ ],
- "auto_extended": true
}
], - "executors": [
- {
- "company_id": "string",
- "price": 1,
- "shippings_count": 1
}
], - "contract_id": "string",
- "contract_hfid": "string",
- "contract_shipping_id": "string",
- "manual_spot_winner_pick_allowed": true,
- "auction_auto_extend_period": 1,
- "document_flows": [ ],
- "closing_documents_period": 1,
- "closing_documents_period_type": "calendar",
- "closing_documents": [ ],
- "agreement_type": "shipping_agreement",
- "terms_by_partnership_contract": false,
- "idle_time_cost_without_vat": 100,
- "documents_for_payment": [ ],
- "payment_procedure": "prepayment",
- "payment_period": 1,
- "payment_period_type": "calendar",
- "cancellation_without_penalty_before": "2024-12-19T10:13:29Z",
- "cancellation_penalty_percent": 0,
- "minimum_cancellation_penalty_without_vat": 0,
- "shipping_price": 0,
- "shipping_price_tax_type": "string",
- "shipping_id": "string",
- "shipping_payment_type": "per_hour",
- "shipping_min_work_hours": 0,
- "shipping": {
- "shipping_request_info": {
- "id": "string",
- "human_friendly_id": "string",
- "created_at": "2024-12-19T10:13:29Z",
- "updated_at": "2024-12-19T10:13:29Z",
- "kind": "ShippingRequest",
- "status": {
- "code_name": "new",
- "comment": "string"
}, - "status_updated_at": "2024-12-19T10:13:29Z",
- "status_history": [
- {
- "status": {
- "code_name": "new",
- "comment": "string"
}, - "created_at": "2024-12-19T10:13:29Z"
}
], - "type": "shipping_request",
- "cargo_owning_company_id": "string",
- "author_id": "string",
- "shipping_order_id": "string",
- "contract_id": "string",
- "contract_hfid": "string",
- "client_category": "category_1",
- "comment": "string",
- "resource_assignment_time": 30,
- "completed_at": "2024-12-19T10:13:29Z",
- "contract_begins_at": "2024-12-19T10:13:29Z",
- "contract_ends_at": "2024-12-19T10:13:29Z",
- "contract_type": "by_shippings_count",
- "shippings_count": 1,
- "max_shippings_per_day": 1,
- "max_shippings_per_week": 1,
- "shipping_available_in": 0,
- "resource_requirements": {
- "transport_body_type": [
- "awning"
], - "transport_type": [
- "lorry"
], - "lifting_capacity": [
- "string"
], - "lifting_capacities": [
- {
- "id": "string",
- "kind": "string",
- "tonnage": 0,
- "volume": 0,
- "transport_body_type": "awning",
- "transport_type": "lorry"
}
], - "has_russian_citizen": true,
- "has_driver_coveralls": true,
- "has_no_criminal_records": true,
- "has_rigid_board": true,
- "has_medical_book": true,
- "has_removable_upper_beam": true,
- "has_removable_side_racks": true,
- "is_express": true,
- "number_of_belts": 0,
- "has_shipping_power_of_attorney_original": true,
- "is_disinfected": true,
- "has_temperature_check": true,
- "temperature_condition": {
- "min": 0,
- "max": 0
}, - "own_transport_only": true,
- "timber_bunks": true,
- "tir_document": true,
- "cmr_document": true
}, - "cargo_description": "string",
- "cargo_tonnage": 0,
- "cargo_volume": 0,
- "cargo_cost": 0,
- "cargo_adr": "1",
- "cargo_length": 0.5,
- "cargo_width": 0.5,
- "cargo_height": 0.5,
- "cargo_places": 0,
- "cargo_packing": "reels",
- "route_segments": [
- {
- "id": 0,
- "from_route_point_id": 0,
- "to_route_point_id": 0,
- "distance": 0,
- "unloading": {
- "type": [
- "full"
], - "duration": 300
}, - "loading": {
- "type": [
- "full"
], - "duration": 300
}
}
], - "route_points": [
- {
- "id": 0,
- "car_supply_range": [
- {
- "from": "2024-12-19T10:13:29Z",
- "until": "2024-12-19T10:13:29Z"
}
], - "car_supply_grouped_range": [
- [
- {
- "date": "2018-04-16T00:00:00+00:00",
- "times": [
- {
- "from": "2018-04-16T10:00:00+00:00",
- "until": "2018-04-16T12:00:00+00:00"
}, - {
- "from": "2018-04-16T13:00:00+00:00",
- "until": "2018-04-16T18:00:00+00:00"
}
]
}, - {
- "date": "2018-04-16T00:00:00+00:00",
- "times": [
- {
- "from": "2018-04-17T10:00:00+00:00",
- "until": "2018-04-17T12:00:00+00:00"
}, - {
- "from": "2018-04-17T13:00:00+00:00",
- "until": "2018-04-17T18:00:00+00:00"
}
]
}
]
], - "car_supply_at": "2024-12-19T10:13:29Z",
- "need_document_work": true,
- "additional_services": [
- {
- "id": "string",
- "name": "string",
- "count": 1,
- "price": 0
}
], - "counter_agent": {
- "private_person": true,
- "legal_entity_title": "string",
- "legal_entity_inn": "string",
- "legal_entity_kpp": "string",
- "legal_entity_opf_name": "string",
- "private_person_full_name": "string",
- "private_person_passport_type": "passport",
- "private_person_passport_number": "string",
- "private_person_passport_issuer": "string",
- "private_person_passport_issued_at": "2024-12-19",
- "private_person_passport_info": "2024-12-19"
}, - "cargo_receiver_sender_info": {
- "address": "string",
- "phone": "string",
- "company_name": "string",
- "contact_name": "string",
- "contact_inn": "string",
- "contact_kpp": "string",
- "contact_opf_code": "string",
- "contact_opf_name": "string",
- "passport_number": "string",
- "passport_issued_at": null,
- "passport_who_issued": "string"
}, - "location": {
- "country": "Россия",
- "country_iso_code": "RU",
- "federal_district": "Северо-Западный",
- "region": "Санкт-Петербург",
- "region_type": "г",
- "region_with_type": "г Санкт-Петербург",
- "region_fias_id": "c2deb16a-0330-4f05-821f-1d09c93331e6",
- "region_kladr_id": "7800000000000",
- "region_iso_code": "RU-SPE",
- "area": "Краснокамский",
- "area_type": "р-н",
- "area_with_type": "Краснокамский р-н",
- "area_fias_id": "c278cbbc-e209-4b0f-b20e-9c19ed6f6802",
- "area_kladr_id": "0203100000000",
- "city": "Санкт-Петербург",
- "city_type": "г",
- "city_with_type": "г Санкт-Петербург",
- "city_fias_id": "c2deb16a-0330-4f05-821f-1d09c93331e6",
- "city_kladr_id": "7800000000000",
- "settlement": "Жилгородок",
- "settlement_type": "п",
- "settlement_with_type": "п Жилгородок",
- "settlement_fias_id": "8eab754d-38df-4fac-bebd-b27a46f45ea2",
- "settlement_kladr_id": "4701200005100",
- "street": "Московский",
- "street_type": "пр-кт",
- "street_with_type": "Московский пр-кт",
- "street_fias_id": "01b3acfc-5a4d-4d0f-a2de-67aef6effe31",
- "street_kladr_id": "78000000000085200",
- "house": "дом 1А/2 строение 3 корпус 4 литера Б",
- "house_fias_id": "315a5cc2-7676-460f-ab44-a85c38eea89a",
- "house_kladr_id": "7800000000013430010",
- "office": "офис 1 помещение 2",
- "fias_id": "315a5cc2-7676-460f-ab44-a85c38eea89a",
- "kladr_id": "7800000000013430010",
- "lat": 59.9017959,
- "lng": 30.3194694,
- "zip_code": "196084",
- "timezone_name": "Europe/Moscow",
- "level": "country",
- "country_id": 643,
- "locality": "Жилгородок п",
- "fraction": 0,
- "housing": 0,
- "structure": 0,
- "literature": "string",
- "apartment": "string",
- "latitude": 0,
- "longitude": 0,
- "local_time_zone": 0,
- "comment": "string",
- "id": "string",
- "code": "string",
- "full_string_address": "string",
- "value": "string",
- "is_canonical": true
}, - "radius": 1
}
], - "route_direction_id": "string",
- "route_direction": {
- "country": "Россия",
- "country_iso_code": "RU",
- "federal_district": "Северо-Западный",
- "region": "Санкт-Петербург",
- "region_type": "г",
- "region_with_type": "г Санкт-Петербург",
- "region_fias_id": "c2deb16a-0330-4f05-821f-1d09c93331e6",
- "region_kladr_id": "7800000000000",
- "region_iso_code": "RU-SPE",
- "area": "Краснокамский",
- "area_type": "р-н",
- "area_with_type": "Краснокамский р-н",
- "area_fias_id": "c278cbbc-e209-4b0f-b20e-9c19ed6f6802",
- "area_kladr_id": "0203100000000",
- "city": "Санкт-Петербург",
- "city_type": "г",
- "city_with_type": "г Санкт-Петербург",
- "city_fias_id": "c2deb16a-0330-4f05-821f-1d09c93331e6",
- "city_kladr_id": "7800000000000",
- "settlement": "Жилгородок",
- "settlement_type": "п",
- "settlement_with_type": "п Жилгородок",
- "settlement_fias_id": "8eab754d-38df-4fac-bebd-b27a46f45ea2",
- "settlement_kladr_id": "4701200005100",
- "street": "Московский",
- "street_type": "пр-кт",
- "street_with_type": "Московский пр-кт",
- "street_fias_id": "01b3acfc-5a4d-4d0f-a2de-67aef6effe31",
- "street_kladr_id": "78000000000085200",
- "house": "дом 1А/2 строение 3 корпус 4 литера Б",
- "house_fias_id": "315a5cc2-7676-460f-ab44-a85c38eea89a",
- "house_kladr_id": "7800000000013430010",
- "office": "офис 1 помещение 2",
- "fias_id": "315a5cc2-7676-460f-ab44-a85c38eea89a",
- "kladr_id": "7800000000013430010",
- "lat": 59.9017959,
- "lng": 30.3194694,
- "zip_code": "196084",
- "timezone_name": "Europe/Moscow",
- "level": "country",
- "country_id": 643,
- "locality": "Жилгородок п",
- "fraction": 0,
- "housing": 0,
- "structure": 0,
- "literature": "string",
- "apartment": "string",
- "latitude": 0,
- "longitude": 0,
- "local_time_zone": 0,
- "comment": "string",
- "id": "string",
- "code": "string",
- "full_string_address": "string",
- "value": "string",
- "is_canonical": true
}, - "circular_route": true,
- "is_interval": true,
- "offer_deadline": "2024-12-19T10:13:29Z",
- "intermediate_results_at": "2024-12-19T10:13:29Z",
- "auction_type": "instant_reservation",
- "many_executors_allowed": false,
- "bid_step": 0,
- "bids": [
- {
- "id": "string",
- "ntk_id": "string",
- "author": {
- "id": "string",
- "human_friendly_id": "string",
- "title": "string",
- "country_id": 0,
- "country": {
- "id": 0,
- "name": "string",
- "alpha_2": "string",
- "code_name": "string",
- "num": 0
}, - "inn": "string",
- "kpp": "string",
- "tax_type": "with_vat",
- "opf_id": 0,
- "opf": {
- "id": 1,
- "code": "12300",
- "name": "ООО"
}, - "rating": 0,
- "logo_url": "string"
}, - "shipping_request_id": "string",
- "shipping_order_id": "string",
- "value": 1,
- "status": "current",
- "tax_type": "with_vat",
- "expedited_payment": false,
- "shippings_count": 1,
- "auction_stage_number": 1,
- "created_at": "2024-12-19T10:13:29Z",
- "updated_at": "2024-12-19T10:13:29Z"
}
], - "expedited_payment_available": true,
- "shipping_order_contract_id": "string",
- "shipping_order_contract_hfid": "string",
- "contract_shipping_id": "string",
- "contract_shipping_price": 0,
- "dynamic_pricing": true,
- "document_flow": [
- "scancopy"
], - "closing_documents_period": 1,
- "closing_documents_period_type": "calendar",
- "closing_documents": [
- {
- "name": "string",
- "count": 0
}
], - "agreement_type": "shipping_agreement",
- "change_requests_allowed": true,
- "terms_by_partnership_contract": true,
- "idle_time_cost_without_vat": 50,
- "documents_for_payment": [
- "bill_of_lading"
], - "payment_procedure": "prepayment",
- "payment_period": 1,
- "payment_period_type": "calendar",
- "payment_type": "per_hour",
- "min_work_hours": 0,
- "cancellation_without_penalty_before": "2024-12-19T10:13:29Z",
- "cancellation_penalty_percent": 0,
- "minimum_cancellation_penalty_without_vat": 0,
- "price": 0,
- "price_tax_type": "string",
- "expedited_payment_fee": 0,
- "min_bid": 0,
- "max_bid": 0,
- "winning_bid": 0,
- "expedited_payment_winning_bid": 0,
- "is_bid_winning": true,
- "tc_requirements_changes": [
- {
- "id": "string",
- "status": "string",
- "price": 0,
- "car_supply_at": null
}
], - "tc_requirements_change": {
- "id": "string",
- "status": "string",
- "price": 0,
- "car_supply_at": null
}, - "contact": {
- "full_name": "string",
- "phone": "stringstrin",
- "extension_number": "string",
- "email": "string"
}
}, - "assigned_resources": [
- {
- "driver_contact_info": "string",
- "route_segment_id": 0,
- "drivers_ids": [
- "string"
], - "car_id": "string",
- "trailer_id": "string"
}
], - "selected_car_supply": [
- {
- "route_point_id": 0,
- "car_supply_at": "2024-12-19T10:13:29Z"
}
], - "completed_at": "2024-12-19T10:13:29Z",
- "resource_assignment_deadline": "2024-12-19T10:13:29Z",
- "kind": "ShippingOutput",
- "id": "string",
- "human_friendly_id": "Человеко понятный id",
- "status": {
- "code_name": "resources_waiting",
- "comment": "string"
}, - "status_updated_at": "2024-12-19T10:13:29Z",
- "status_history": [
- [
- {
- "status": "blacklisted",
- "status_comment": "string",
- "created_at": "2024-12-19T10:13:29Z"
}
]
], - "scancopy_status": "cargo_owner_signing",
- "scancopy_status_comment": "string",
- "contract_id": "string",
- "contract_hfid": "string",
- "shipping_order_contract_id": "string",
- "shipping_order_contract_hfid": "string",
- "contract_shipping_id": "string",
- "company_id": "string",
- "company": {
- "id": "string",
- "human_friendly_id": "string",
- "title": "string",
- "country_id": 0,
- "country": {
- "id": 0,
- "name": "string",
- "alpha_2": "string",
- "code_name": "string",
- "num": 0
}, - "inn": "string",
- "kpp": "string",
- "tax_type": "with_vat",
- "opf_id": 0,
- "opf": {
- "id": 1,
- "code": "12300",
- "name": "ООО"
}, - "rating": 0,
- "logo_url": "string"
}, - "shipping_request_id": "string",
- "shipping_order_id": "string",
- "assigned_resource_objects": {
- "drivers": [
- {
- "id": "string",
- "kind": "ResourceDriver",
- "human_friendly_id": "человекочитаемый id",
- "full_name": "string",
- "company_id": "string",
- "freezing": [
- {
- "kind": "ResourceFreezingValue",
- "code_name": "string",
- "name": "string",
- "end_time": "2024-12-19T10:13:29Z"
}
], - "prohibited_categories": [
- "category_1"
], - "delivery_allowed": true,
- "status": {
- "code_name": "not_approved",
- "comment": "string"
}, - "status_updated_at": "2024-12-19T10:13:29Z",
- "driver_secret_info": {
- "common": {
- "country": {
- "id": 0,
- "name": "string",
- "alpha_2": "string",
- "code_name": "string",
- "num": 0
}, - "country_id": 0,
- "first_name": "string",
- "last_name": "string",
- "middle_name": "string",
- "birth_date": "2024-12-19T10:13:29Z"
}, - "doc": {
- "type": "passport",
- "number": "string",
- "issued_at": "2024-12-19T10:13:29Z",
- "subdivision_code": "370-011",
- "who_issued": "string",
- "expired_at": "2024-12-19T10:13:29Z"
}, - "address": {
- "country": {
- "id": 0,
- "name": "string",
- "alpha_2": "string",
- "code_name": "string",
- "num": 0
}, - "country_id": 0,
- "city": "string",
- "street": "string",
- "house_number": "string",
- "zip_code": "string",
- "room": "string"
}, - "inn": "string",
- "driver_license": {
- "number": "string",
- "who_issued": "string",
- "issued_at": "2024-12-19T10:13:29Z",
- "expired_at": "2024-12-19T10:13:29Z"
}, - "have_medical_book": true,
- "phones": [
- "string"
]
}, - "power_of_attorney": {
- "start": "2024-12-19T10:13:29Z",
- "end": "2024-12-19T10:13:29Z"
}, - "attorneys": {
- "cartegory_1": {
- "from": "2024-12-19T10:13:29Z",
- "until": "2024-12-19T10:13:29Z",
- "status": "new"
}, - "cartegory_2": {
- "from": "2024-12-19T10:13:29Z",
- "until": "2024-12-19T10:13:29Z",
- "status": "new"
}
}, - "created_at": "2024-12-19T10:13:29Z",
- "updated_at": "2024-12-19T10:13:29Z"
}
], - "cars": [
- {
- "id": "string",
- "human_friendly_id": "человекочитаемый id",
- "kind": "ResourceCar",
- "brand": "string",
- "company_id": "string",
- "status": {
- "code_name": "not_approved",
- "comment": "string"
}, - "status_updated_at": "2024-12-19T10:13:29Z",
- "lifting_capacity": {
- "id": "string",
- "tonnage": 0,
- "volume": 0,
- "transport_type": "lorry",
- "transport_body_type": "awning"
}, - "freezing": [
- {
- "kind": "ResourceFreezingValue",
- "code_name": "string",
- "name": "string",
- "end_time": "2024-12-19T10:13:29Z"
}
], - "number_sts": "string",
- "owner_sts": "string",
- "owning_type": "own",
- "max_lifting_capacity": 5.2,
- "car_number": "string",
- "car_additional_info": {
- "vin": "string",
- "engine_number": "string",
- "chassis_number": "string",
- "body_number": "string"
}, - "car_phone": "string",
- "created_at": "2024-12-19T10:13:29Z",
- "updated_at": "2024-12-19T10:13:29Z",
- "additional": {
- "disinfected_from": "2024-12-19T10:13:29Z",
- "disinfected_until": "2024-12-19T10:13:29Z",
- "is_disinfected": true,
- "has_temperature_check": true
}, - "loading_option": {
- "full": true,
- "lateral": true,
- "rear": true,
- "upper": true,
- "removable_side_racks": true,
- "removable_upper_beam": true,
- "rigid_board": true,
- "number_of_belts": 0
}
}
], - "trailers": [
- {
- "id": "string",
- "human_friendly_id": "человекочитаемый id",
- "kind": "ResourceTrailer",
- "brand": "string",
- "company_id": "string",
- "status": {
- "code_name": "not_approved",
- "comment": "string"
}, - "status_updated_at": "2024-12-19T10:13:29Z",
- "lifting_capacity": {
- "id": "string",
- "tonnage": 0,
- "volume": 0,
- "transport_type": "lorry",
- "transport_body_type": "awning"
}, - "freezing": [
- {
- "kind": "ResourceFreezingValue",
- "code_name": "string",
- "name": "string",
- "end_time": "2024-12-19T10:13:29Z"
}
], - "number_sts": "string",
- "owner_sts": "string",
- "owning_type": "own",
- "trailer_number": "string",
- "trailer_additional_info": {
- "vin": "string",
- "chassis_number": "string"
}, - "lifting_capacity_id": "string",
- "max_lifting_capacity": 5.2,
- "dimensions_cargo_hold": {
- "length": 0,
- "width": 0,
- "height": 0
}, - "created_at": "2024-12-19T10:13:29Z",
- "updated_at": "2024-12-19T10:13:29Z",
- "additional": {
- "disinfected_from": "2024-12-19T10:13:29Z",
- "disinfected_until": "2024-12-19T10:13:29Z",
- "is_disinfected": true,
- "has_temperature_check": true
}, - "loading_option": {
- "full": true,
- "lateral": true,
- "rear": true,
- "upper": true,
- "removable_side_racks": true,
- "removable_upper_beam": true,
- "rigid_board": true,
- "number_of_belts": 0
}
}
]
}, - "expedited_payment": true,
- "document_flow": "scancopy",
- "shippings_count": 1,
- "scancopy_attachment_deadline": "2024-12-19T10:13:29Z",
- "requirements_changes_deadline": "2024-12-19T10:13:29Z",
- "reserved_at": "2024-12-19T10:13:29Z",
- "important_changes_at": "2024-12-19T10:13:29Z",
- "requirements_accepted_at": "2024-12-19T10:13:29Z",
- "closing_ttd_documents_accepted_at": "string",
- "closing_ttd_documents_rejected_at": "string",
- "closing_ttd_documents_rejection_comment": "string",
- "closing_ttd_forwarder_documents_accepted_at": "string",
- "closing_ttd_forwarder_documents_rejected_at": "string",
- "closing_ttd_forwarder_documents_rejection_comment": "string",
- "closing_bd_documents_accepted_at": "string",
- "closing_bd_documents_rejected_at": "string",
- "closing_bd_documents_rejection_comment": "string",
- "closing_status": "documents_accepted",
- "planned_payment_date": "2024-12-19",
- "actual_payment_date": "2024-12-19",
- "contact": {
- "id": "string",
- "full_name": "string",
- "email": "string",
- "phone": "string"
}, - "created_at": "2024-12-19T10:13:29Z",
- "updated_at": "2024-12-19T10:13:29Z"
}, - "current_auction_stage_number": 1,
- "winning_bid_id": "string",
- "winning_bid_min_work_hours": 0,
- "winning_bid_price_with_vat": null,
- "winning_bid_price_without_vat": null,
- "winning_bid": null,
- "watching_count": [
- {
- "human_friendly_id": "string",
- "company_id": "string",
- "opf": {
- "id": 1,
- "code": "12300",
- "name": "ООО"
}, - "opf_id": 1,
- "company_title": "Новрегионтранс",
- "count": 0,
- "auto_accept_changes": true
}
]
}
Удалить заказ
CargoOwningCompanyAdmin
) Заказ удалён
Заказ не является черновиком
Заказ не найден
{- "error": "string",
- "error_code": "string",
- "error_description": "string"
}
Создать черновик заказа
CargoOwningCompanyAdmin
) Content-Type required | any Value: "application/json" |
author_id | string <uuid> Nullable ID пользователя, создавшего заказ. |
type | string Enum: "shipping_request" "contract" "delivery" "city_delivery" Тип заказа:
|
external_info_id | string Nullable Идентификатор заказа во внешних системах. Используется только для информации |
parent_id | string <uuid> Nullable ID заказа, на основании которого был создан текущий заказ. Используется только для информации |
contact | object Nullable Ответственное лицо всего заказа |
comment | string Nullable Комментарий к заказу |
resource_assignment_time | integer [ 60 .. 144000 ] Nullable Время на назначение ресурсов после бронирования заявки в минутах |
resource_assignment_till | string <date-time> Nullable Конкретное время назначение ресурсов после бронирования заявки |
change_requests_allowed | boolean Default: false Можно ли создавать запросы на изменение заказа |
change_request_status | string <text> Nullable Статус заявки на изменение требований заказа. |
change_resources_request_status | string <text> Nullable Статус заявки на измнение русурсов заказа. |
contract_begins_at | string <date-time> Nullable Дата начала исполнения. Указывается в часовом поясе первой точки маршрута |
contract_ends_at | string <date-time> Nullable Дата окончания исполнения. Указывается в часовом поясе последней точки маршрута |
contract_type | string Nullable Enum: "by_shippings_count" "by_schedule" Вид графикового заказа:
|
shippings_count | integer [ 1 .. 100000 ] Nullable Объём графикового заказа - количество перевозок |
max_shippings_per_day | integer [ 1 .. 100000 ] Nullable Максимальное количество перевозок в день по данному графиковому заказу для перевозчика. null означает, что ограничений нет |
max_shippings_per_week | integer [ 1 .. 100000 ] Nullable Максимальное количество перевозок в неделю по данному графиковому заказу для перевозчика. null означает, что ограничений нет |
shipping_available_in | integer [ 0 .. 43200 ] Nullable Перевозка по графиковому заказу будет доступна за указанное количество минут до её начала |
transport_body_types | Array of strings non-empty Default: [] Items Enum: "awning" "full_metal" "isothermal" "refrigerator" "dropside" "tanker" "container" Типы кузова транспорта |
transport_tonnage | number <double> [ 0 .. 200 ] Nullable Тоннаж транспорта в тоннах |
transport_volume | number <double> [ 0 .. 200 ] Nullable Объём транспорта в кубических метрах |
resource_requirements | object Требования к ресурсам |
cargo_name | string <= 150 characters Nullable Наименование груза |
cargo_tonnage | number <double> [ 0 .. 24 ] Nullable Тоннаж груза в тоннах |
cargo_volume | number <double> [ 0 .. 150 ] Nullable Объём груза в кубических метрах |
cargo_cost | integer [ 0 .. 999999999 ] Nullable Стоимость груза |
cargo_adr | string Nullable Enum: "1" "2" "3" "4" "5" "6" "7" "8" "9" Класс опасности груза |
cargo_length | number <double> [ 0.5 .. 17 ] Nullable Длина груза в метрах |
cargo_width | number <double> [ 0.5 .. 2.75 ] Nullable Ширина груза в метрах |
cargo_height | number <double> [ 0.5 .. 3 ] Nullable Высота груза в метрах |
cargo_places | integer [ 0 .. 100 ] Nullable Количество грузомест |
cargo_packing | string Nullable Enum: "reels" "big_bags" "barrels" "eurocubes" "cans" "coils" "boxes" "sheets" "bags" "in_bulk" "not_specified" "pallets" "fin_pallets" "packs" "pyramid" "loose" "rolls" "cases" Упаковка груза:
|
route_points | Array of objects <= 100 items Точки маршрута |
auction_stages | Array of objects [ 0 .. 1000 ] items Этапы торга |
executors | Array of objects [ 0 .. 1 ] items Исполнители заказа, указанные в момент создания |
contract_id | string <uuid> Nullable ID графикового заказа, для которого создаётся данный заказ |
manual_spot_winner_pick_allowed | boolean Можно ли выбирать выигрышную ставку в процессе торга спот заказа |
auction_auto_extend_period | integer [ 1 .. 24 ] Nullable Период автопродления торга |
document_flows | Array of strings Default: [] Items Enum: "scancopy" "online_confirmation" "qualified_signature" Возможные механизмы работы с документами |
closing_documents_period | integer [ 1 .. 366 ] Nullable Период предоставления закрывающих документов в днях |
closing_documents_period_type | string Nullable Enum: "calendar" "working" Тип дней в периоде предоставления закрывающих документов:
|
closing_documents | Array of objects Default: [] Закрывающие документы |
agreement_type | string Nullable Enum: "shipping_agreement" "freight_forwarding_agreement" Вид договора
|
terms_by_partnership_contract | boolean Default: false Условия взаиморасчетов согласно договору |
idle_time_cost_without_vat | integer [ 100 .. 1500 ] Nullable Стоимость одного часа простоя сверх времени работы в точке без НДС, кратно 100 |
documents_for_payment | Array of strings Default: [] Items Enum: "bill_of_lading" "waybill" "bill_of_lading_or_waybill" "packing_list" "bill" "acceptance_certificate" "delivery_certificate" "invoice" "power_of_attorney" "universal_transfer_document" "accompanying_document" "cmr" "forwarding_order" "shipping_order" "forwarding_receipt" "attachment_to_bill_of_lading" Документы для оплаты |
payment_procedure | string Nullable Enum: "prepayment" "payment_by_scancopy" "payment_by_original_documents" "payment_by_unloading" "payment_by_loading" Порядок оплаты:
|
payment_period | integer [ 1 .. 366 ] Nullable Период оплаты в днях |
payment_period_type | string Nullable Enum: "calendar" "working" Тип дней в периоде оплаты:
|
cancellation_without_penalty_before | string <date-time> Nullable Допустимое время для отказа от перевозки до наступления санкций |
cancellation_penalty_percent | integer [ 0 .. 100 ] Nullable Штраф за отказ от перевозки после наступления санкций в процентах от стоимости без НДС |
minimum_cancellation_penalty_without_vat | integer [ 0 .. 999999999 ] Nullable Минимальный штраф за отказ от перевозки после наступления санкций без НДС |
shipping_payment_type | string Nullable Enum: "per_hour" "fixed" Тип цены:
|
shipping_min_work_hours | integer Nullable Минимально оплачиваемое количество часов в заказе. |
winning_bid_id | string <uuid> Nullable ID выигравшей стваки. |
winning_bid_min_work_hours | integer Nullable Минимально оплачиваемое количество часов выигравшей ставки. |
winning_bid_price_with_vat | decimal Nullable Цена победившей стваки (с НДС). |
winning_bid_price_without_vat | decimal Nullable Цена победившей стваки (без НДС). |
winning_bid | float Nullable Выигравшая ставка. |
watching_count | Array of objects Nullable Счетчик количества просмотров заявки. |
Черновик заказа
Неверные параметры запроса
Невалидный токен, неверный логин или пароль
Нет прав на выполнение действия
{- "author_id": "string",
- "type": "shipping_request",
- "external_info_id": "string",
- "parent_id": "string",
- "contact": {
- "full_name": "string",
- "phone": "stringstrin",
- "extension_number": "string",
- "email": "string"
}, - "comment": "string",
- "resource_assignment_time": 60,
- "resource_assignment_till": "2020-03-13T15:46:31+00:00",
- "change_requests_allowed": false,
- "change_request_status": "string",
- "change_resources_request_status": "string",
- "contract_begins_at": "2024-12-19T10:13:30Z",
- "contract_ends_at": "2024-12-19T10:13:30Z",
- "contract_type": "by_shippings_count",
- "shippings_count": 1,
- "max_shippings_per_day": 1,
- "max_shippings_per_week": 1,
- "shipping_available_in": 0,
- "transport_body_types": [ ],
- "transport_tonnage": 0,
- "transport_volume": 0,
- "resource_requirements": {
- "own_transport_only": true,
- "rigid_board": true,
- "removable_upper_beam": true,
- "removable_side_racks": true,
- "two_sided": true,
- "number_of_belts": 1,
- "is_disinfected": true,
- "temperature_condition": {
- "min": -100,
- "max": -100
}, - "temperature_check": true,
- "russian_citizenship": true,
- "medical_book": true,
- "original_shipping_power_of_attorney": true,
- "coveralls": true,
- "timber_bunks": true,
- "tir_document": true,
- "cmr_document": true
}, - "cargo_name": "string",
- "cargo_tonnage": 0,
- "cargo_volume": 0,
- "cargo_cost": 0,
- "cargo_adr": "1",
- "cargo_length": 0.5,
- "cargo_width": 0.5,
- "cargo_height": 0.5,
- "cargo_places": 0,
- "cargo_packing": "reels",
- "route_points": [
- {
- "number": 1,
- "location": {
- "house": "дом 1А/2 строение 3 корпус 4 литера Б",
- "office": "офис 1 помещение 2",
- "fias_id": "315a5cc2-7676-460f-ab44-a85c38eea89a",
- "lat": 59.9017959,
- "lng": 30.3194694
}, - "radius": 1,
- "car_supply_ranges": [
- {
- "from": "2024-12-19T10:13:30Z",
- "till": "2024-12-19T10:13:30Z"
}
], - "operations": [ ],
- "operations_loadings": [ ],
- "operations_duration": 10,
- "additional_services": [ ],
- "contact_company_title": "string",
- "contact_inn": "string",
- "contact_kpp": "string",
- "contact_opf_code": "string",
- "contact_opf_name": "string",
- "contacts": [ ]
}
], - "auction_stages": [
- {
- "begins_at": "2024-12-19T10:13:30Z",
- "ends_at": "2024-12-19T10:13:30Z",
- "auction_type": "instant_reservation",
- "many_executors_allowed": false,
- "price_type": "with_vat",
- "price_with_vat": 1,
- "price_without_vat": 1,
- "bid_step": 1,
- "min_bid_with_vat": 0,
- "min_bid_without_vat": 0,
- "max_bid_with_vat": 0,
- "max_bid_without_vat": 0,
- "visibility": "all",
- "companies_ids": [ ],
- "groups_ids": [ ],
- "auto_extended": true
}
], - "executors": [
- {
- "company_id": "string",
- "price": 1
}
], - "contract_id": "string",
- "manual_spot_winner_pick_allowed": true,
- "auction_auto_extend_period": 1,
- "document_flows": [ ],
- "closing_documents_period": 1,
- "closing_documents_period_type": "calendar",
- "closing_documents": [ ],
- "agreement_type": "shipping_agreement",
- "terms_by_partnership_contract": false,
- "idle_time_cost_without_vat": 100,
- "documents_for_payment": [ ],
- "payment_procedure": "prepayment",
- "payment_period": 1,
- "payment_period_type": "calendar",
- "cancellation_without_penalty_before": "2024-12-19T10:13:30Z",
- "cancellation_penalty_percent": 0,
- "minimum_cancellation_penalty_without_vat": 0,
- "shipping_payment_type": "per_hour",
- "shipping_min_work_hours": 0,
- "shipping": {
- "shipping_request_info": {
- "type": "shipping_request",
- "contract_id": "string",
- "client_category": "category_1",
- "comment": "string",
- "resource_assignment_time": 30,
- "contract_begins_at": "2024-12-19T10:13:30Z",
- "contract_ends_at": "2024-12-19T10:13:30Z",
- "contract_type": "by_shippings_count",
- "shippings_count": 1,
- "max_shippings_per_day": 1,
- "max_shippings_per_week": 1,
- "shipping_available_in": 0,
- "resource_requirements": {
- "transport_body_type": [
- "awning"
], - "transport_type": [
- "lorry"
], - "lifting_capacity": [
- "string"
], - "has_russian_citizen": true,
- "has_driver_coveralls": true,
- "has_no_criminal_records": true,
- "has_rigid_board": true,
- "has_medical_book": true,
- "has_removable_upper_beam": true,
- "has_removable_side_racks": true,
- "is_express": true,
- "number_of_belts": 0,
- "has_shipping_power_of_attorney_original": true,
- "is_disinfected": true,
- "has_temperature_check": true,
- "temperature_condition": {
- "min": 0,
- "max": 0
}, - "own_transport_only": true,
- "timber_bunks": true,
- "tir_document": true,
- "cmr_document": true
}, - "cargo_description": "string",
- "cargo_tonnage": 0,
- "cargo_volume": 0,
- "cargo_cost": 0,
- "cargo_adr": "1",
- "cargo_length": 0.5,
- "cargo_width": 0.5,
- "cargo_height": 0.5,
- "cargo_places": 0,
- "cargo_packing": "reels",
- "route_segments": [
- {
- "id": 0,
- "from_route_point_id": 0,
- "to_route_point_id": 0,
- "distance": 0,
- "unloading": {
- "type": [
- "full"
], - "duration": 300
}, - "loading": {
- "type": [
- "full"
], - "duration": 300
}
}
], - "route_points": [
- {
- "id": 0,
- "car_supply_range": [
- {
- "from": "2024-12-19T10:13:30Z",
- "until": "2024-12-19T10:13:30Z"
}
], - "car_supply_at": "2024-12-19T10:13:30Z",
- "need_document_work": true,
- "additional_services": [
- {
- "id": "string",
- "name": "string",
- "count": 1,
- "price": 0
}
], - "counter_agent": {
- "private_person": true,
- "legal_entity_title": "string",
- "legal_entity_inn": "string",
- "legal_entity_kpp": "string",
- "legal_entity_opf_name": "string",
- "private_person_full_name": "string",
- "private_person_passport_type": "passport",
- "private_person_passport_number": "string",
- "private_person_passport_issuer": "string",
- "private_person_passport_issued_at": "2024-12-19"
}, - "cargo_receiver_sender_info": {
- "address": "string",
- "phone": "string",
- "company_name": "string",
- "contact_name": "string",
- "contact_inn": "string",
- "contact_kpp": "string",
- "contact_opf_code": "string",
- "contact_opf_name": "string",
- "passport_number": "string",
- "passport_issued_at": null,
- "passport_who_issued": "string"
}, - "location": {
- "country": "Россия",
- "country_iso_code": "RU",
- "federal_district": "Северо-Западный",
- "region": "Санкт-Петербург",
- "region_type": "г",
- "region_with_type": "г Санкт-Петербург",
- "region_fias_id": "c2deb16a-0330-4f05-821f-1d09c93331e6",
- "region_kladr_id": "7800000000000",
- "region_iso_code": "RU-SPE",
- "area": "Краснокамский",
- "area_type": "р-н",
- "area_with_type": "Краснокамский р-н",
- "area_fias_id": "c278cbbc-e209-4b0f-b20e-9c19ed6f6802",
- "area_kladr_id": "0203100000000",
- "city": "Санкт-Петербург",
- "city_type": "г",
- "city_with_type": "г Санкт-Петербург",
- "city_fias_id": "c2deb16a-0330-4f05-821f-1d09c93331e6",
- "city_kladr_id": "7800000000000",
- "settlement": "Жилгородок",
- "settlement_type": "п",
- "settlement_with_type": "п Жилгородок",
- "settlement_fias_id": "8eab754d-38df-4fac-bebd-b27a46f45ea2",
- "settlement_kladr_id": "4701200005100",
- "street": "Московский",
- "street_type": "пр-кт",
- "street_with_type": "Московский пр-кт",
- "street_fias_id": "01b3acfc-5a4d-4d0f-a2de-67aef6effe31",
- "street_kladr_id": "78000000000085200",
- "house": "дом 1А/2 строение 3 корпус 4 литера Б",
- "house_fias_id": "315a5cc2-7676-460f-ab44-a85c38eea89a",
- "house_kladr_id": "7800000000013430010",
- "office": "офис 1 помещение 2",
- "fias_id": "315a5cc2-7676-460f-ab44-a85c38eea89a",
- "kladr_id": "7800000000013430010",
- "lat": 59.9017959,
- "lng": 30.3194694,
- "zip_code": "196084",
- "timezone_name": "Europe/Moscow",
- "level": "country",
- "country_id": 643,
- "locality": "Жилгородок п",
- "fraction": 0,
- "housing": 0,
- "structure": 0,
- "literature": "string",
- "apartment": "string",
- "latitude": 0,
- "longitude": 0,
- "local_time_zone": 0,
- "comment": "string",
- "id": "string",
- "code": "string",
- "full_string_address": "string",
- "value": "string",
- "is_canonical": true
}, - "radius": 1
}
], - "route_direction": {
- "country": "Россия",
- "country_iso_code": "RU",
- "federal_district": "Северо-Западный",
- "region": "Санкт-Петербург",
- "region_type": "г",
- "region_with_type": "г Санкт-Петербург",
- "region_fias_id": "c2deb16a-0330-4f05-821f-1d09c93331e6",
- "region_kladr_id": "7800000000000",
- "region_iso_code": "RU-SPE",
- "area": "Краснокамский",
- "area_type": "р-н",
- "area_with_type": "Краснокамский р-н",
- "area_fias_id": "c278cbbc-e209-4b0f-b20e-9c19ed6f6802",
- "area_kladr_id": "0203100000000",
- "city": "Санкт-Петербург",
- "city_type": "г",
- "city_with_type": "г Санкт-Петербург",
- "city_fias_id": "c2deb16a-0330-4f05-821f-1d09c93331e6",
- "city_kladr_id": "7800000000000",
- "settlement": "Жилгородок",
- "settlement_type": "п",
- "settlement_with_type": "п Жилгородок",
- "settlement_fias_id": "8eab754d-38df-4fac-bebd-b27a46f45ea2",
- "settlement_kladr_id": "4701200005100",
- "street": "Московский",
- "street_type": "пр-кт",
- "street_with_type": "Московский пр-кт",
- "street_fias_id": "01b3acfc-5a4d-4d0f-a2de-67aef6effe31",
- "street_kladr_id": "78000000000085200",
- "house": "дом 1А/2 строение 3 корпус 4 литера Б",
- "house_fias_id": "315a5cc2-7676-460f-ab44-a85c38eea89a",
- "house_kladr_id": "7800000000013430010",
- "office": "офис 1 помещение 2",
- "fias_id": "315a5cc2-7676-460f-ab44-a85c38eea89a",
- "kladr_id": "7800000000013430010",
- "lat": 59.9017959,
- "lng": 30.3194694,
- "zip_code": "196084",
- "timezone_name": "Europe/Moscow",
- "level": "country",
- "country_id": 643,
- "locality": "Жилгородок п",
- "fraction": 0,
- "housing": 0,
- "structure": 0,
- "literature": "string",
- "apartment": "string",
- "latitude": 0,
- "longitude": 0,
- "local_time_zone": 0,
- "comment": "string",
- "id": "string",
- "code": "string",
- "full_string_address": "string",
- "value": "string",
- "is_canonical": true
}, - "is_interval": true,
- "auction_type": "instant_reservation",
- "many_executors_allowed": false,
- "expedited_payment_available": true,
- "contract_shipping_price": 0,
- "dynamic_pricing": true,
- "document_flow": [
- "scancopy"
], - "closing_documents_period": 1,
- "closing_documents_period_type": "calendar",
- "closing_documents": [
- {
- "name": "string",
- "count": 0
}
], - "agreement_type": "shipping_agreement",
- "change_requests_allowed": true,
- "terms_by_partnership_contract": true,
- "idle_time_cost_without_vat": 50,
- "documents_for_payment": [
- "bill_of_lading"
], - "payment_procedure": "prepayment",
- "payment_period": 1,
- "payment_period_type": "calendar",
- "payment_type": "per_hour",
- "min_work_hours": 0,
- "cancellation_without_penalty_before": "2024-12-19T10:13:30Z",
- "cancellation_penalty_percent": 0,
- "minimum_cancellation_penalty_without_vat": 0,
- "price": 0,
- "price_tax_type": "string",
- "tc_requirements_changes": [
- {
- "id": "string",
- "status": "string",
- "price": 0,
- "car_supply_at": null
}
], - "tc_requirements_change": {
- "id": "string",
- "status": "string",
- "price": 0,
- "car_supply_at": null
}, - "contact": {
- "full_name": "string",
- "phone": "stringstrin",
- "extension_number": "string",
- "email": "string"
}
}, - "assigned_resources": [
- {
- "driver_contact_info": "string",
- "route_segment_id": 0,
- "drivers_ids": [
- "string"
], - "car_id": "string",
- "trailer_id": "string"
}
], - "selected_car_supply": [
- {
- "route_point_id": 0,
- "car_supply_at": "2024-12-19T10:13:30Z"
}
], - "completed_at": "2024-12-19T10:13:30Z",
- "resource_assignment_deadline": "2024-12-19T10:13:30Z",
- "kind": "ShippingOutput",
- "id": "string",
- "human_friendly_id": "Человеко понятный id",
- "status_updated_at": "2024-12-19T10:13:30Z",
- "status_history": [
- [
- {
- "status_comment": "string",
- "created_at": "2024-12-19T10:13:30Z"
}
]
], - "scancopy_status_comment": "string",
- "contract_id": "string",
- "contract_hfid": "string",
- "company_id": "string",
- "company": {
- "id": "string",
- "human_friendly_id": "string",
- "title": "string",
- "country_id": 0,
- "country": {
- "id": 0,
- "name": "string",
- "alpha_2": "string",
- "code_name": "string",
- "num": 0
}, - "inn": "string",
- "kpp": "string",
- "tax_type": "with_vat",
- "opf_id": 0,
- "opf": {
- "id": 1,
- "code": "12300",
- "name": "ООО"
}, - "rating": 0,
- "logo_url": "string"
}, - "assigned_resource_objects": {
- "drivers": [
- {
- "prohibited_categories": [
- "category_1"
], - "delivery_allowed": true,
- "driver_secret_info": {
- "common": {
- "country_id": 0,
- "first_name": "string",
- "last_name": "string",
- "middle_name": "string",
- "birth_date": "2024-12-19T10:13:30Z"
}, - "doc": {
- "type": "passport",
- "number": "string",
- "issued_at": "2024-12-19T10:13:30Z",
- "subdivision_code": "370-011",
- "who_issued": "string",
- "expired_at": "2024-12-19T10:13:30Z"
}, - "address": {
- "country_id": 0,
- "city": "string",
- "street": "string",
- "house_number": "string",
- "zip_code": "string",
- "room": "string"
}, - "inn": "string",
- "driver_license": {
- "number": "string",
- "who_issued": "string",
- "issued_at": "2024-12-19T10:13:30Z",
- "expired_at": "2024-12-19T10:13:30Z"
}, - "have_medical_book": true,
- "phones": [
- "string"
]
}
}
], - "cars": [
- {
- "id": "string",
- "human_friendly_id": "человекочитаемый id",
- "kind": "ResourceCar",
- "brand": "string",
- "company_id": "string",
- "status": {
- "code_name": "not_approved",
- "comment": "string"
}, - "status_updated_at": "2024-12-19T10:13:30Z",
- "freezing": [
- {
- "kind": "ResourceFreezingValue",
- "code_name": "string",
- "name": "string",
- "end_time": "2024-12-19T10:13:30Z"
}
], - "number_sts": "string",
- "owner_sts": "string",
- "owning_type": "own",
- "max_lifting_capacity": 5.2,
- "car_number": "string",
- "car_additional_info": {
- "vin": "string",
- "engine_number": "string",
- "chassis_number": "string",
- "body_number": "string"
}, - "car_phone": "string",
- "created_at": "2024-12-19T10:13:30Z",
- "updated_at": "2024-12-19T10:13:30Z",
- "additional": {
- "disinfected_from": "2024-12-19T10:13:30Z",
- "disinfected_until": "2024-12-19T10:13:30Z",
- "is_disinfected": true,
- "has_temperature_check": true
}, - "loading_option": {
- "full": true,
- "lateral": true,
- "rear": true,
- "upper": true,
- "removable_side_racks": true,
- "removable_upper_beam": true,
- "rigid_board": true,
- "number_of_belts": 0
}
}
], - "trailers": [
- {
- "id": "string",
- "human_friendly_id": "человекочитаемый id",
- "kind": "ResourceTrailer",
- "brand": "string",
- "company_id": "string",
- "status": {
- "code_name": "not_approved",
- "comment": "string"
}, - "status_updated_at": "2024-12-19T10:13:30Z",
- "freezing": [
- {
- "kind": "ResourceFreezingValue",
- "code_name": "string",
- "name": "string",
- "end_time": "2024-12-19T10:13:30Z"
}
], - "number_sts": "string",
- "owner_sts": "string",
- "owning_type": "own",
- "trailer_number": "string",
- "trailer_additional_info": {
- "vin": "string",
- "chassis_number": "string"
}, - "lifting_capacity_id": "string",
- "max_lifting_capacity": 5.2,
- "dimensions_cargo_hold": {
- "length": 0,
- "width": 0,
- "height": 0
}, - "created_at": "2024-12-19T10:13:30Z",
- "updated_at": "2024-12-19T10:13:30Z",
- "additional": {
- "disinfected_from": "2024-12-19T10:13:30Z",
- "disinfected_until": "2024-12-19T10:13:30Z",
- "is_disinfected": true,
- "has_temperature_check": true
}, - "loading_option": {
- "full": true,
- "lateral": true,
- "rear": true,
- "upper": true,
- "removable_side_racks": true,
- "removable_upper_beam": true,
- "rigid_board": true,
- "number_of_belts": 0
}
}
]
}, - "document_flow": "scancopy",
- "scancopy_attachment_deadline": "2024-12-19T10:13:30Z",
- "requirements_changes_deadline": "2024-12-19T10:13:30Z",
- "reserved_at": "2024-12-19T10:13:30Z",
- "important_changes_at": "2024-12-19T10:13:30Z",
- "requirements_accepted_at": "2024-12-19T10:13:30Z",
- "closing_ttd_documents_accepted_at": "string",
- "closing_ttd_documents_rejected_at": "string",
- "closing_ttd_documents_rejection_comment": "string",
- "closing_ttd_forwarder_documents_accepted_at": "string",
- "closing_ttd_forwarder_documents_rejected_at": "string",
- "closing_ttd_forwarder_documents_rejection_comment": "string",
- "closing_bd_documents_accepted_at": "string",
- "closing_bd_documents_rejected_at": "string",
- "closing_bd_documents_rejection_comment": "string",
- "closing_status": "documents_accepted",
- "planned_payment_date": "2024-12-19",
- "actual_payment_date": "2024-12-19",
- "contact": {
- "id": "string",
- "full_name": "string",
- "email": "string",
- "phone": "string"
}, - "created_at": "2024-12-19T10:13:30Z",
- "updated_at": "2024-12-19T10:13:30Z"
}, - "winning_bid_id": "string",
- "winning_bid_min_work_hours": 0,
- "winning_bid_price_with_vat": null,
- "winning_bid_price_without_vat": null,
- "winning_bid": null,
- "watching_count": [
- {
- "human_friendly_id": "string",
- "company_id": "string",
- "opf": {
- "id": 1,
- "code": "12300",
- "name": "ООО"
}, - "opf_id": 1,
- "company_title": "Новрегионтранс",
- "count": 0,
- "auto_accept_changes": true
}
]
}
{- "id": "string",
- "human_friendly_id": "string",
- "created_at": "2024-12-19T10:13:30Z",
- "updated_at": "2024-12-19T10:13:30Z",
- "deleted_at": "2024-12-19T10:13:30Z",
- "status": "draft",
- "status_comment": "string",
- "status_updated_at": "2024-12-19T10:13:30Z",
- "status_history": [
- {
- "status": "blacklisted",
- "status_comment": "string",
- "created_at": "2024-12-19T10:13:30Z"
}
], - "cargo_owning_company_id": "string",
- "author_id": "string",
- "type": "shipping_request",
- "external_info_id": "string",
- "parent_id": "string",
- "contact": {
- "full_name": "string",
- "phone": "stringstrin",
- "extension_number": "string",
- "email": "string"
}, - "comment": "string",
- "archived": true,
- "resource_assignment_time": 60,
- "resource_assignment_till": "2020-03-13T15:46:31+00:00",
- "change_requests_allowed": false,
- "change_request_status": "string",
- "change_resources_request_status": "string",
- "contract_begins_at": "2024-12-19T10:13:30Z",
- "contract_ends_at": "2024-12-19T10:13:30Z",
- "contract_type": "by_shippings_count",
- "shippings_count": 1,
- "max_shippings_per_day": 1,
- "max_shippings_per_week": 1,
- "shipping_available_in": 0,
- "transport_body_types": [ ],
- "transport_tonnage": 0,
- "transport_volume": 0,
- "resource_requirements": {
- "own_transport_only": true,
- "rigid_board": true,
- "removable_upper_beam": true,
- "removable_side_racks": true,
- "two_sided": true,
- "number_of_belts": 1,
- "is_disinfected": true,
- "temperature_condition": {
- "min": -100,
- "max": -100
}, - "temperature_check": true,
- "russian_citizenship": true,
- "medical_book": true,
- "original_shipping_power_of_attorney": true,
- "coveralls": true,
- "timber_bunks": true,
- "tir_document": true,
- "cmr_document": true
}, - "cargo_name": "string",
- "cargo_tonnage": 0,
- "cargo_volume": 0,
- "cargo_cost": 0,
- "cargo_adr": "1",
- "cargo_length": 0.5,
- "cargo_width": 0.5,
- "cargo_height": 0.5,
- "cargo_places": 0,
- "cargo_packing": "reels",
- "route_points": [
- {
- "number": 1,
- "location": {
- "country": "Россия",
- "country_iso_code": "RU",
- "federal_district": "Северо-Западный",
- "region": "Санкт-Петербург",
- "region_type": "г",
- "region_with_type": "г Санкт-Петербург",
- "region_fias_id": "c2deb16a-0330-4f05-821f-1d09c93331e6",
- "region_kladr_id": "7800000000000",
- "region_iso_code": "RU-SPE",
- "area": "Краснокамский",
- "area_type": "р-н",
- "area_with_type": "Краснокамский р-н",
- "area_fias_id": "c278cbbc-e209-4b0f-b20e-9c19ed6f6802",
- "area_kladr_id": "0203100000000",
- "city": "Санкт-Петербург",
- "city_type": "г",
- "city_with_type": "г Санкт-Петербург",
- "city_fias_id": "c2deb16a-0330-4f05-821f-1d09c93331e6",
- "city_kladr_id": "7800000000000",
- "settlement": "Жилгородок",
- "settlement_type": "п",
- "settlement_with_type": "п Жилгородок",
- "settlement_fias_id": "8eab754d-38df-4fac-bebd-b27a46f45ea2",
- "settlement_kladr_id": "4701200005100",
- "street": "Московский",
- "street_type": "пр-кт",
- "street_with_type": "Московский пр-кт",
- "street_fias_id": "01b3acfc-5a4d-4d0f-a2de-67aef6effe31",
- "street_kladr_id": "78000000000085200",
- "house": "дом 1А/2 строение 3 корпус 4 литера Б",
- "house_fias_id": "315a5cc2-7676-460f-ab44-a85c38eea89a",
- "house_kladr_id": "7800000000013430010",
- "office": "офис 1 помещение 2",
- "fias_id": "315a5cc2-7676-460f-ab44-a85c38eea89a",
- "kladr_id": "7800000000013430010",
- "lat": 59.9017959,
- "lng": 30.3194694,
- "zip_code": "196084",
- "timezone_name": "Europe/Moscow",
- "level": "country",
- "timezone": 0
}, - "radius": 1,
- "distance_to_next": 0,
- "car_supply_ranges": [
- {
- "from": "2024-12-19T10:13:30Z",
- "till": "2024-12-19T10:13:30Z"
}
], - "operations": [ ],
- "operations_loadings": [ ],
- "operations_duration": 10,
- "additional_services": [ ],
- "contact_company_title": "string",
- "contact_inn": "string",
- "contact_kpp": "string",
- "contact_opf_code": "string",
- "contact_opf_name": "string",
- "contacts": [ ]
}
], - "route_direction": {
- "country": "Россия",
- "country_iso_code": "RU",
- "federal_district": "Северо-Западный",
- "region": "Санкт-Петербург",
- "region_type": "г",
- "region_with_type": "г Санкт-Петербург",
- "region_fias_id": "c2deb16a-0330-4f05-821f-1d09c93331e6",
- "region_kladr_id": "7800000000000",
- "region_iso_code": "RU-SPE",
- "area": "Краснокамский",
- "area_type": "р-н",
- "area_with_type": "Краснокамский р-н",
- "area_fias_id": "c278cbbc-e209-4b0f-b20e-9c19ed6f6802",
- "area_kladr_id": "0203100000000",
- "city": "Санкт-Петербург",
- "city_type": "г",
- "city_with_type": "г Санкт-Петербург",
- "city_fias_id": "c2deb16a-0330-4f05-821f-1d09c93331e6",
- "city_kladr_id": "7800000000000",
- "settlement": "Жилгородок",
- "settlement_type": "п",
- "settlement_with_type": "п Жилгородок",
- "settlement_fias_id": "8eab754d-38df-4fac-bebd-b27a46f45ea2",
- "settlement_kladr_id": "4701200005100",
- "street": "Московский",
- "street_type": "пр-кт",
- "street_with_type": "Московский пр-кт",
- "street_fias_id": "01b3acfc-5a4d-4d0f-a2de-67aef6effe31",
- "street_kladr_id": "78000000000085200",
- "house": "дом 1А/2 строение 3 корпус 4 литера Б",
- "house_fias_id": "315a5cc2-7676-460f-ab44-a85c38eea89a",
- "house_kladr_id": "7800000000013430010",
- "office": "офис 1 помещение 2",
- "fias_id": "315a5cc2-7676-460f-ab44-a85c38eea89a",
- "kladr_id": "7800000000013430010",
- "lat": 59.9017959,
- "lng": 30.3194694,
- "zip_code": "196084",
- "timezone_name": "Europe/Moscow",
- "level": "country",
- "timezone": 0
}, - "is_route_circular": true,
- "auction_stages": [
- {
- "number": 1,
- "begins_at": "2024-12-19T10:13:30Z",
- "ends_at": "2024-12-19T10:13:30Z",
- "auction_type": "instant_reservation",
- "many_executors_allowed": false,
- "price_type": "with_vat",
- "price_with_vat": 1,
- "price_without_vat": 1,
- "bid_step": 1,
- "min_bid_with_vat": 0,
- "min_bid_without_vat": 0,
- "max_bid_with_vat": 0,
- "max_bid_without_vat": 0,
- "visibility": "all",
- "companies_ids": [ ],
- "groups_ids": [ ],
- "auto_extended": true
}
], - "executors": [
- {
- "company_id": "string",
- "price": 1,
- "shippings_count": 1
}
], - "contract_id": "string",
- "contract_hfid": "string",
- "contract_shipping_id": "string",
- "manual_spot_winner_pick_allowed": true,
- "auction_auto_extend_period": 1,
- "document_flows": [ ],
- "closing_documents_period": 1,
- "closing_documents_period_type": "calendar",
- "closing_documents": [ ],
- "agreement_type": "shipping_agreement",
- "terms_by_partnership_contract": false,
- "idle_time_cost_without_vat": 100,
- "documents_for_payment": [ ],
- "payment_procedure": "prepayment",
- "payment_period": 1,
- "payment_period_type": "calendar",
- "cancellation_without_penalty_before": "2024-12-19T10:13:30Z",
- "cancellation_penalty_percent": 0,
- "minimum_cancellation_penalty_without_vat": 0,
- "shipping_price": 0,
- "shipping_price_tax_type": "string",
- "shipping_id": "string",
- "shipping_payment_type": "per_hour",
- "shipping_min_work_hours": 0,
- "shipping": {
- "shipping_request_info": {
- "id": "string",
- "human_friendly_id": "string",
- "created_at": "2024-12-19T10:13:30Z",
- "updated_at": "2024-12-19T10:13:30Z",
- "kind": "ShippingRequest",
- "status": {
- "code_name": "new",
- "comment": "string"
}, - "status_updated_at": "2024-12-19T10:13:30Z",
- "status_history": [
- {
- "status": {
- "code_name": "new",
- "comment": "string"
}, - "created_at": "2024-12-19T10:13:30Z"
}
], - "type": "shipping_request",
- "cargo_owning_company_id": "string",
- "author_id": "string",
- "shipping_order_id": "string",
- "contract_id": "string",
- "contract_hfid": "string",
- "client_category": "category_1",
- "comment": "string",
- "resource_assignment_time": 30,
- "completed_at": "2024-12-19T10:13:30Z",
- "contract_begins_at": "2024-12-19T10:13:30Z",
- "contract_ends_at": "2024-12-19T10:13:30Z",
- "contract_type": "by_shippings_count",
- "shippings_count": 1,
- "max_shippings_per_day": 1,
- "max_shippings_per_week": 1,
- "shipping_available_in": 0,
- "resource_requirements": {
- "transport_body_type": [
- "awning"
], - "transport_type": [
- "lorry"
], - "lifting_capacity": [
- "string"
], - "lifting_capacities": [
- {
- "id": "string",
- "kind": "string",
- "tonnage": 0,
- "volume": 0,
- "transport_body_type": "awning",
- "transport_type": "lorry"
}
], - "has_russian_citizen": true,
- "has_driver_coveralls": true,
- "has_no_criminal_records": true,
- "has_rigid_board": true,
- "has_medical_book": true,
- "has_removable_upper_beam": true,
- "has_removable_side_racks": true,
- "is_express": true,
- "number_of_belts": 0,
- "has_shipping_power_of_attorney_original": true,
- "is_disinfected": true,
- "has_temperature_check": true,
- "temperature_condition": {
- "min": 0,
- "max": 0
}, - "own_transport_only": true,
- "timber_bunks": true,
- "tir_document": true,
- "cmr_document": true
}, - "cargo_description": "string",
- "cargo_tonnage": 0,
- "cargo_volume": 0,
- "cargo_cost": 0,
- "cargo_adr": "1",
- "cargo_length": 0.5,
- "cargo_width": 0.5,
- "cargo_height": 0.5,
- "cargo_places": 0,
- "cargo_packing": "reels",
- "route_segments": [
- {
- "id": 0,
- "from_route_point_id": 0,
- "to_route_point_id": 0,
- "distance": 0,
- "unloading": {
- "type": [
- "full"
], - "duration": 300
}, - "loading": {
- "type": [
- "full"
], - "duration": 300
}
}
], - "route_points": [
- {
- "id": 0,
- "car_supply_range": [
- {
- "from": "2024-12-19T10:13:30Z",
- "until": "2024-12-19T10:13:30Z"
}
], - "car_supply_grouped_range": [
- [
- {
- "date": "2018-04-16T00:00:00+00:00",
- "times": [
- {
- "from": "2018-04-16T10:00:00+00:00",
- "until": "2018-04-16T12:00:00+00:00"
}, - {
- "from": "2018-04-16T13:00:00+00:00",
- "until": "2018-04-16T18:00:00+00:00"
}
]
}, - {
- "date": "2018-04-16T00:00:00+00:00",
- "times": [
- {
- "from": "2018-04-17T10:00:00+00:00",
- "until": "2018-04-17T12:00:00+00:00"
}, - {
- "from": "2018-04-17T13:00:00+00:00",
- "until": "2018-04-17T18:00:00+00:00"
}
]
}
]
], - "car_supply_at": "2024-12-19T10:13:30Z",
- "need_document_work": true,
- "additional_services": [
- {
- "id": "string",
- "name": "string",
- "count": 1,
- "price": 0
}
], - "counter_agent": {
- "private_person": true,
- "legal_entity_title": "string",
- "legal_entity_inn": "string",
- "legal_entity_kpp": "string",
- "legal_entity_opf_name": "string",
- "private_person_full_name": "string",
- "private_person_passport_type": "passport",
- "private_person_passport_number": "string",
- "private_person_passport_issuer": "string",
- "private_person_passport_issued_at": "2024-12-19",
- "private_person_passport_info": "2024-12-19"
}, - "cargo_receiver_sender_info": {
- "address": "string",
- "phone": "string",
- "company_name": "string",
- "contact_name": "string",
- "contact_inn": "string",
- "contact_kpp": "string",
- "contact_opf_code": "string",
- "contact_opf_name": "string",
- "passport_number": "string",
- "passport_issued_at": null,
- "passport_who_issued": "string"
}, - "location": {
- "country": "Россия",
- "country_iso_code": "RU",
- "federal_district": "Северо-Западный",
- "region": "Санкт-Петербург",
- "region_type": "г",
- "region_with_type": "г Санкт-Петербург",
- "region_fias_id": "c2deb16a-0330-4f05-821f-1d09c93331e6",
- "region_kladr_id": "7800000000000",
- "region_iso_code": "RU-SPE",
- "area": "Краснокамский",
- "area_type": "р-н",
- "area_with_type": "Краснокамский р-н",
- "area_fias_id": "c278cbbc-e209-4b0f-b20e-9c19ed6f6802",
- "area_kladr_id": "0203100000000",
- "city": "Санкт-Петербург",
- "city_type": "г",
- "city_with_type": "г Санкт-Петербург",
- "city_fias_id": "c2deb16a-0330-4f05-821f-1d09c93331e6",
- "city_kladr_id": "7800000000000",
- "settlement": "Жилгородок",
- "settlement_type": "п",
- "settlement_with_type": "п Жилгородок",
- "settlement_fias_id": "8eab754d-38df-4fac-bebd-b27a46f45ea2",
- "settlement_kladr_id": "4701200005100",
- "street": "Московский",
- "street_type": "пр-кт",
- "street_with_type": "Московский пр-кт",
- "street_fias_id": "01b3acfc-5a4d-4d0f-a2de-67aef6effe31",
- "street_kladr_id": "78000000000085200",
- "house": "дом 1А/2 строение 3 корпус 4 литера Б",
- "house_fias_id": "315a5cc2-7676-460f-ab44-a85c38eea89a",
- "house_kladr_id": "7800000000013430010",
- "office": "офис 1 помещение 2",
- "fias_id": "315a5cc2-7676-460f-ab44-a85c38eea89a",
- "kladr_id": "7800000000013430010",
- "lat": 59.9017959,
- "lng": 30.3194694,
- "zip_code": "196084",
- "timezone_name": "Europe/Moscow",
- "level": "country",
- "country_id": 643,
- "locality": "Жилгородок п",
- "fraction": 0,
- "housing": 0,
- "structure": 0,
- "literature": "string",
- "apartment": "string",
- "latitude": 0,
- "longitude": 0,
- "local_time_zone": 0,
- "comment": "string",
- "id": "string",
- "code": "string",
- "full_string_address": "string",
- "value": "string",
- "is_canonical": true
}, - "radius": 1
}
], - "route_direction_id": "string",
- "route_direction": {
- "country": "Россия",
- "country_iso_code": "RU",
- "federal_district": "Северо-Западный",
- "region": "Санкт-Петербург",
- "region_type": "г",
- "region_with_type": "г Санкт-Петербург",
- "region_fias_id": "c2deb16a-0330-4f05-821f-1d09c93331e6",
- "region_kladr_id": "7800000000000",
- "region_iso_code": "RU-SPE",
- "area": "Краснокамский",
- "area_type": "р-н",
- "area_with_type": "Краснокамский р-н",
- "area_fias_id": "c278cbbc-e209-4b0f-b20e-9c19ed6f6802",
- "area_kladr_id": "0203100000000",
- "city": "Санкт-Петербург",
- "city_type": "г",
- "city_with_type": "г Санкт-Петербург",
- "city_fias_id": "c2deb16a-0330-4f05-821f-1d09c93331e6",
- "city_kladr_id": "7800000000000",
- "settlement": "Жилгородок",
- "settlement_type": "п",
- "settlement_with_type": "п Жилгородок",
- "settlement_fias_id": "8eab754d-38df-4fac-bebd-b27a46f45ea2",
- "settlement_kladr_id": "4701200005100",
- "street": "Московский",
- "street_type": "пр-кт",
- "street_with_type": "Московский пр-кт",
- "street_fias_id": "01b3acfc-5a4d-4d0f-a2de-67aef6effe31",
- "street_kladr_id": "78000000000085200",
- "house": "дом 1А/2 строение 3 корпус 4 литера Б",
- "house_fias_id": "315a5cc2-7676-460f-ab44-a85c38eea89a",
- "house_kladr_id": "7800000000013430010",
- "office": "офис 1 помещение 2",
- "fias_id": "315a5cc2-7676-460f-ab44-a85c38eea89a",
- "kladr_id": "7800000000013430010",
- "lat": 59.9017959,
- "lng": 30.3194694,
- "zip_code": "196084",
- "timezone_name": "Europe/Moscow",
- "level": "country",
- "country_id": 643,
- "locality": "Жилгородок п",
- "fraction": 0,
- "housing": 0,
- "structure": 0,
- "literature": "string",
- "apartment": "string",
- "latitude": 0,
- "longitude": 0,
- "local_time_zone": 0,
- "comment": "string",
- "id": "string",
- "code": "string",
- "full_string_address": "string",
- "value": "string",
- "is_canonical": true
}, - "circular_route": true,
- "is_interval": true,
- "offer_deadline": "2024-12-19T10:13:30Z",
- "intermediate_results_at": "2024-12-19T10:13:30Z",
- "auction_type": "instant_reservation",
- "many_executors_allowed": false,
- "bid_step": 0,
- "bids": [
- {
- "id": "string",
- "ntk_id": "string",
- "author": {
- "id": "string",
- "human_friendly_id": "string",
- "title": "string",
- "country_id": 0,
- "country": {
- "id": 0,
- "name": "string",
- "alpha_2": "string",
- "code_name": "string",
- "num": 0
}, - "inn": "string",
- "kpp": "string",
- "tax_type": "with_vat",
- "opf_id": 0,
- "opf": {
- "id": 1,
- "code": "12300",
- "name": "ООО"
}, - "rating": 0,
- "logo_url": "string"
}, - "shipping_request_id": "string",
- "shipping_order_id": "string",
- "value": 1,
- "status": "current",
- "tax_type": "with_vat",
- "expedited_payment": false,
- "shippings_count": 1,
- "auction_stage_number": 1,
- "created_at": "2024-12-19T10:13:30Z",
- "updated_at": "2024-12-19T10:13:30Z"
}
], - "expedited_payment_available": true,
- "shipping_order_contract_id": "string",
- "shipping_order_contract_hfid": "string",
- "contract_shipping_id": "string",
- "contract_shipping_price": 0,
- "dynamic_pricing": true,
- "document_flow": [
- "scancopy"
], - "closing_documents_period": 1,
- "closing_documents_period_type": "calendar",
- "closing_documents": [
- {
- "name": "string",
- "count": 0
}
], - "agreement_type": "shipping_agreement",
- "change_requests_allowed": true,
- "terms_by_partnership_contract": true,
- "idle_time_cost_without_vat": 50,
- "documents_for_payment": [
- "bill_of_lading"
], - "payment_procedure": "prepayment",
- "payment_period": 1,
- "payment_period_type": "calendar",
- "payment_type": "per_hour",
- "min_work_hours": 0,
- "cancellation_without_penalty_before": "2024-12-19T10:13:30Z",
- "cancellation_penalty_percent": 0,
- "minimum_cancellation_penalty_without_vat": 0,
- "price": 0,
- "price_tax_type": "string",
- "expedited_payment_fee": 0,
- "min_bid": 0,
- "max_bid": 0,
- "winning_bid": 0,
- "expedited_payment_winning_bid": 0,
- "is_bid_winning": true,
- "tc_requirements_changes": [
- {
- "id": "string",
- "status": "string",
- "price": 0,
- "car_supply_at": null
}
], - "tc_requirements_change": {
- "id": "string",
- "status": "string",
- "price": 0,
- "car_supply_at": null
}, - "contact": {
- "full_name": "string",
- "phone": "stringstrin",
- "extension_number": "string",
- "email": "string"
}
}, - "assigned_resources": [
- {
- "driver_contact_info": "string",
- "route_segment_id": 0,
- "drivers_ids": [
- "string"
], - "car_id": "string",
- "trailer_id": "string"
}
], - "selected_car_supply": [
- {
- "route_point_id": 0,
- "car_supply_at": "2024-12-19T10:13:30Z"
}
], - "completed_at": "2024-12-19T10:13:30Z",
- "resource_assignment_deadline": "2024-12-19T10:13:30Z",
- "kind": "ShippingOutput",
- "id": "string",
- "human_friendly_id": "Человеко понятный id",
- "status": {
- "code_name": "resources_waiting",
- "comment": "string"
}, - "status_updated_at": "2024-12-19T10:13:30Z",
- "status_history": [
- [
- {
- "status": "blacklisted",
- "status_comment": "string",
- "created_at": "2024-12-19T10:13:30Z"
}
]
], - "scancopy_status": "cargo_owner_signing",
- "scancopy_status_comment": "string",
- "contract_id": "string",
- "contract_hfid": "string",
- "shipping_order_contract_id": "string",
- "shipping_order_contract_hfid": "string",
- "contract_shipping_id": "string",
- "company_id": "string",
- "company": {
- "id": "string",
- "human_friendly_id": "string",
- "title": "string",
- "country_id": 0,
- "country": {
- "id": 0,
- "name": "string",
- "alpha_2": "string",
- "code_name": "string",
- "num": 0
}, - "inn": "string",
- "kpp": "string",
- "tax_type": "with_vat",
- "opf_id": 0,
- "opf": {
- "id": 1,
- "code": "12300",
- "name": "ООО"
}, - "rating": 0,
- "logo_url": "string"
}, - "shipping_request_id": "string",
- "shipping_order_id": "string",
- "assigned_resource_objects": {
- "drivers": [
- {
- "id": "string",
- "kind": "ResourceDriver",
- "human_friendly_id": "человекочитаемый id",
- "full_name": "string",
- "company_id": "string",
- "freezing": [
- {
- "kind": "ResourceFreezingValue",
- "code_name": "string",
- "name": "string",
- "end_time": "2024-12-19T10:13:30Z"
}
], - "prohibited_categories": [
- "category_1"
], - "delivery_allowed": true,
- "status": {
- "code_name": "not_approved",
- "comment": "string"
}, - "status_updated_at": "2024-12-19T10:13:30Z",
- "driver_secret_info": {
- "common": {
- "country": {
- "id": 0,
- "name": "string",
- "alpha_2": "string",
- "code_name": "string",
- "num": 0
}, - "country_id": 0,
- "first_name": "string",
- "last_name": "string",
- "middle_name": "string",
- "birth_date": "2024-12-19T10:13:30Z"
}, - "doc": {
- "type": "passport",
- "number": "string",
- "issued_at": "2024-12-19T10:13:30Z",
- "subdivision_code": "370-011",
- "who_issued": "string",
- "expired_at": "2024-12-19T10:13:30Z"
}, - "address": {
- "country": {
- "id": 0,
- "name": "string",
- "alpha_2": "string",
- "code_name": "string",
- "num": 0
}, - "country_id": 0,
- "city": "string",
- "street": "string",
- "house_number": "string",
- "zip_code": "string",
- "room": "string"
}, - "inn": "string",
- "driver_license": {
- "number": "string",
- "who_issued": "string",
- "issued_at": "2024-12-19T10:13:30Z",
- "expired_at": "2024-12-19T10:13:30Z"
}, - "have_medical_book": true,
- "phones": [
- "string"
]
}, - "power_of_attorney": {
- "start": "2024-12-19T10:13:30Z",
- "end": "2024-12-19T10:13:30Z"
}, - "attorneys": {
- "cartegory_1": {
- "from": "2024-12-19T10:13:30Z",
- "until": "2024-12-19T10:13:30Z",
- "status": "new"
}, - "cartegory_2": {
- "from": "2024-12-19T10:13:30Z",
- "until": "2024-12-19T10:13:30Z",
- "status": "new"
}
}, - "created_at": "2024-12-19T10:13:30Z",
- "updated_at": "2024-12-19T10:13:30Z"
}
], - "cars": [
- {
- "id": "string",
- "human_friendly_id": "человекочитаемый id",
- "kind": "ResourceCar",
- "brand": "string",
- "company_id": "string",
- "status": {
- "code_name": "not_approved",
- "comment": "string"
}, - "status_updated_at": "2024-12-19T10:13:30Z",
- "lifting_capacity": {
- "id": "string",
- "tonnage": 0,
- "volume": 0,
- "transport_type": "lorry",
- "transport_body_type": "awning"
}, - "freezing": [
- {
- "kind": "ResourceFreezingValue",
- "code_name": "string",
- "name": "string",
- "end_time": "2024-12-19T10:13:30Z"
}
], - "number_sts": "string",
- "owner_sts": "string",
- "owning_type": "own",
- "max_lifting_capacity": 5.2,
- "car_number": "string",
- "car_additional_info": {
- "vin": "string",
- "engine_number": "string",
- "chassis_number": "string",
- "body_number": "string"
}, - "car_phone": "string",
- "created_at": "2024-12-19T10:13:30Z",
- "updated_at": "2024-12-19T10:13:30Z",
- "additional": {
- "disinfected_from": "2024-12-19T10:13:30Z",
- "disinfected_until": "2024-12-19T10:13:30Z",
- "is_disinfected": true,
- "has_temperature_check": true
}, - "loading_option": {
- "full": true,
- "lateral": true,
- "rear": true,
- "upper": true,
- "removable_side_racks": true,
- "removable_upper_beam": true,
- "rigid_board": true,
- "number_of_belts": 0
}
}
], - "trailers": [
- {
- "id": "string",
- "human_friendly_id": "человекочитаемый id",
- "kind": "ResourceTrailer",
- "brand": "string",
- "company_id": "string",
- "status": {
- "code_name": "not_approved",
- "comment": "string"
}, - "status_updated_at": "2024-12-19T10:13:30Z",
- "lifting_capacity": {
- "id": "string",
- "tonnage": 0,
- "volume": 0,
- "transport_type": "lorry",
- "transport_body_type": "awning"
}, - "freezing": [
- {
- "kind": "ResourceFreezingValue",
- "code_name": "string",
- "name": "string",
- "end_time": "2024-12-19T10:13:30Z"
}
], - "number_sts": "string",
- "owner_sts": "string",
- "owning_type": "own",
- "trailer_number": "string",
- "trailer_additional_info": {
- "vin": "string",
- "chassis_number": "string"
}, - "lifting_capacity_id": "string",
- "max_lifting_capacity": 5.2,
- "dimensions_cargo_hold": {
- "length": 0,
- "width": 0,
- "height": 0
}, - "created_at": "2024-12-19T10:13:30Z",
- "updated_at": "2024-12-19T10:13:30Z",
- "additional": {
- "disinfected_from": "2024-12-19T10:13:30Z",
- "disinfected_until": "2024-12-19T10:13:30Z",
- "is_disinfected": true,
- "has_temperature_check": true
}, - "loading_option": {
- "full": true,
- "lateral": true,
- "rear": true,
- "upper": true,
- "removable_side_racks": true,
- "removable_upper_beam": true,
- "rigid_board": true,
- "number_of_belts": 0
}
}
]
}, - "expedited_payment": true,
- "document_flow": "scancopy",
- "shippings_count": 1,
- "scancopy_attachment_deadline": "2024-12-19T10:13:30Z",
- "requirements_changes_deadline": "2024-12-19T10:13:30Z",
- "reserved_at": "2024-12-19T10:13:30Z",
- "important_changes_at": "2024-12-19T10:13:30Z",
- "requirements_accepted_at": "2024-12-19T10:13:30Z",
- "closing_ttd_documents_accepted_at": "string",
- "closing_ttd_documents_rejected_at": "string",
- "closing_ttd_documents_rejection_comment": "string",
- "closing_ttd_forwarder_documents_accepted_at": "string",
- "closing_ttd_forwarder_documents_rejected_at": "string",
- "closing_ttd_forwarder_documents_rejection_comment": "string",
- "closing_bd_documents_accepted_at": "string",
- "closing_bd_documents_rejected_at": "string",
- "closing_bd_documents_rejection_comment": "string",
- "closing_status": "documents_accepted",
- "planned_payment_date": "2024-12-19",
- "actual_payment_date": "2024-12-19",
- "contact": {
- "id": "string",
- "full_name": "string",
- "email": "string",
- "phone": "string"
}, - "created_at": "2024-12-19T10:13:30Z",
- "updated_at": "2024-12-19T10:13:30Z"
}, - "current_auction_stage_number": 1,
- "winning_bid_id": "string",
- "winning_bid_min_work_hours": 0,
- "winning_bid_price_with_vat": null,
- "winning_bid_price_without_vat": null,
- "winning_bid": null,
- "watching_count": [
- {
- "human_friendly_id": "string",
- "company_id": "string",
- "opf": {
- "id": 1,
- "code": "12300",
- "name": "ООО"
}, - "opf_id": 1,
- "company_title": "Новрегионтранс",
- "count": 0,
- "auto_accept_changes": true
}
]
}
Опубликовать черновик заказа
CargoOwningCompanyAdmin
) Content-Type required | any Value: "application/json" |
Заказ
Неверные параметры запроса
Невалидный токен, неверный логин или пароль
Нет прав на выполнение действия
Объект не найден
{- "id": "string",
- "human_friendly_id": "string",
- "created_at": "2024-12-19T10:13:30Z",
- "updated_at": "2024-12-19T10:13:30Z",
- "deleted_at": "2024-12-19T10:13:30Z",
- "status": "draft",
- "status_comment": "string",
- "status_updated_at": "2024-12-19T10:13:30Z",
- "status_history": [
- {
- "status": "blacklisted",
- "status_comment": "string",
- "created_at": "2024-12-19T10:13:30Z"
}
], - "cargo_owning_company_id": "string",
- "author_id": "string",
- "type": "shipping_request",
- "external_id": "string",
- "external_human_friendly_id": "№ 111-222 от 01.01.1999",
- "parent_id": "string",
- "contact": {
- "full_name": "string",
- "phone": "stringstrin",
- "extension_number": "string",
- "email": "string"
}, - "comment": "string",
- "archived": true,
- "hide_contacts": true,
- "resource_assignment_time": 60,
- "resource_assignment_till": "2020-03-13T15:46:31+00:00",
- "change_requests_allowed": true,
- "change_request_status": "string",
- "change_resources_request_status": "string",
- "contract_begins_at": "2024-12-19T10:13:30Z",
- "contract_ends_at": "2024-12-19T10:13:30Z",
- "contract_type": "by_shippings_count",
- "shippings_count": 1,
- "max_shippings_per_day": 1,
- "max_shippings_per_week": 1,
- "shipping_available_in": 0,
- "transport_body_types": [
- "awning"
], - "transport_tonnage": 0,
- "transport_volume": 0,
- "resource_requirements": {
- "own_transport_only": true,
- "rigid_board": true,
- "removable_upper_beam": true,
- "removable_side_racks": true,
- "two_sided": true,
- "number_of_belts": 1,
- "is_disinfected": true,
- "temperature_condition": {
- "min": -100,
- "max": -100
}, - "temperature_check": true,
- "russian_citizenship": true,
- "medical_book": true,
- "original_shipping_power_of_attorney": true,
- "coveralls": true,
- "timber_bunks": true,
- "tir_document": true,
- "cmr_document": true
}, - "cargo_name": "string",
- "cargo_tonnage": 0,
- "cargo_volume": 0,
- "cargo_cost": 0,
- "cargo_adr": "1",
- "cargo_length": 0.5,
- "cargo_width": 0.5,
- "cargo_height": 0.5,
- "cargo_places": 0,
- "cargo_packing": "reels",
- "route_points": [
- {
- "number": 1,
- "location": {
- "country": "Россия",
- "country_iso_code": "RU",
- "federal_district": "Северо-Западный",
- "region": "Санкт-Петербург",
- "region_type": "г",
- "region_with_type": "г Санкт-Петербург",
- "region_fias_id": "c2deb16a-0330-4f05-821f-1d09c93331e6",
- "region_kladr_id": "7800000000000",
- "region_iso_code": "RU-SPE",
- "area": "Краснокамский",
- "area_type": "р-н",
- "area_with_type": "Краснокамский р-н",
- "area_fias_id": "c278cbbc-e209-4b0f-b20e-9c19ed6f6802",
- "area_kladr_id": "0203100000000",
- "city": "Санкт-Петербург",
- "city_type": "г",
- "city_with_type": "г Санкт-Петербург",
- "city_fias_id": "c2deb16a-0330-4f05-821f-1d09c93331e6",
- "city_kladr_id": "7800000000000",
- "settlement": "Жилгородок",
- "settlement_type": "п",
- "settlement_with_type": "п Жилгородок",
- "settlement_fias_id": "8eab754d-38df-4fac-bebd-b27a46f45ea2",
- "settlement_kladr_id": "4701200005100",
- "street": "Московский",
- "street_type": "пр-кт",
- "street_with_type": "Московский пр-кт",
- "street_fias_id": "01b3acfc-5a4d-4d0f-a2de-67aef6effe31",
- "street_kladr_id": "78000000000085200",
- "house": "дом 1А/2 строение 3 корпус 4 литера Б",
- "house_fias_id": "315a5cc2-7676-460f-ab44-a85c38eea89a",
- "house_kladr_id": "7800000000013430010",
- "office": "офис 1 помещение 2",
- "fias_id": "315a5cc2-7676-460f-ab44-a85c38eea89a",
- "kladr_id": "7800000000013430010",
- "lat": 59.9017959,
- "lng": 30.3194694,
- "zip_code": "196084",
- "timezone_name": "Europe/Moscow",
- "level": "country",
- "timezone": 0
}, - "radius": 1,
- "distance_to_next": 0,
- "car_supply_ranges": [
- {
- "from": "2024-12-19T10:13:30Z",
- "till": "2024-12-19T10:13:30Z"
}
], - "operations": [
- "loading"
], - "operations_loadings": [
- "full"
], - "operations_duration": 10,
- "additional_services": [
- {
- "id": "string",
- "name": "string",
- "count": 1,
- "price": 0
}
], - "contact_company_title": "string",
- "contact_inn": "string",
- "contact_kpp": "string",
- "contact_opf_code": "string",
- "contact_opf_name": "string",
- "contacts": [
- {
- "full_name": "string",
- "phone": "stringstrin",
- "extension_number": "string",
- "passport_number": "string",
- "passport_issued_at": "2024-12-19T10:13:30Z",
- "passport_who_issued": "string"
}
], - "counter_agent": {
- "private_person": true,
- "legal_entity_title": "string",
- "legal_entity_inn": "string",
- "legal_entity_kpp": "string",
- "legal_entity_opf_name": "string",
- "private_person_full_name": "string",
- "private_person_passport_type": "passport",
- "private_person_passport_number": "string",
- "private_person_passport_issuer": "string",
- "private_person_passport_issued_at": "2024-12-19",
- "private_person_passport_info": "2024-12-19"
}
}, - {
- "number": 1,
- "location": {
- "country": "Россия",
- "country_iso_code": "RU",
- "federal_district": "Северо-Западный",
- "region": "Санкт-Петербург",
- "region_type": "г",
- "region_with_type": "г Санкт-Петербург",
- "region_fias_id": "c2deb16a-0330-4f05-821f-1d09c93331e6",
- "region_kladr_id": "7800000000000",
- "region_iso_code": "RU-SPE",
- "area": "Краснокамский",
- "area_type": "р-н",
- "area_with_type": "Краснокамский р-н",
- "area_fias_id": "c278cbbc-e209-4b0f-b20e-9c19ed6f6802",
- "area_kladr_id": "0203100000000",
- "city": "Санкт-Петербург",
- "city_type": "г",
- "city_with_type": "г Санкт-Петербург",
- "city_fias_id": "c2deb16a-0330-4f05-821f-1d09c93331e6",
- "city_kladr_id": "7800000000000",
- "settlement": "Жилгородок",
- "settlement_type": "п",
- "settlement_with_type": "п Жилгородок",
- "settlement_fias_id": "8eab754d-38df-4fac-bebd-b27a46f45ea2",
- "settlement_kladr_id": "4701200005100",
- "street": "Московский",
- "street_type": "пр-кт",
- "street_with_type": "Московский пр-кт",
- "street_fias_id": "01b3acfc-5a4d-4d0f-a2de-67aef6effe31",
- "street_kladr_id": "78000000000085200",
- "house": "дом 1А/2 строение 3 корпус 4 литера Б",
- "house_fias_id": "315a5cc2-7676-460f-ab44-a85c38eea89a",
- "house_kladr_id": "7800000000013430010",
- "office": "офис 1 помещение 2",
- "fias_id": "315a5cc2-7676-460f-ab44-a85c38eea89a",
- "kladr_id": "7800000000013430010",
- "lat": 59.9017959,
- "lng": 30.3194694,
- "zip_code": "196084",
- "timezone_name": "Europe/Moscow",
- "level": "country",
- "timezone": 0
}, - "radius": 1,
- "distance_to_next": 0,
- "car_supply_ranges": [
- {
- "from": "2024-12-19T10:13:30Z",
- "till": "2024-12-19T10:13:30Z"
}
], - "operations": [
- "loading"
], - "operations_loadings": [
- "full"
], - "operations_duration": 10,
- "additional_services": [
- {
- "id": "string",
- "name": "string",
- "count": 1,
- "price": 0
}
], - "contact_company_title": "string",
- "contact_inn": "string",
- "contact_kpp": "string",
- "contact_opf_code": "string",
- "contact_opf_name": "string",
- "contacts": [
- {
- "full_name": "string",
- "phone": "stringstrin",
- "extension_number": "string",
- "passport_number": "string",
- "passport_issued_at": "2024-12-19T10:13:30Z",
- "passport_who_issued": "string"
}
], - "counter_agent": {
- "private_person": true,
- "legal_entity_title": "string",
- "legal_entity_inn": "string",
- "legal_entity_kpp": "string",
- "legal_entity_opf_name": "string",
- "private_person_full_name": "string",
- "private_person_passport_type": "passport",
- "private_person_passport_number": "string",
- "private_person_passport_issuer": "string",
- "private_person_passport_issued_at": "2024-12-19",
- "private_person_passport_info": "2024-12-19"
}
}
], - "route_direction": {
- "country": "Россия",
- "country_iso_code": "RU",
- "federal_district": "Северо-Западный",
- "region": "Санкт-Петербург",
- "region_type": "г",
- "region_with_type": "г Санкт-Петербург",
- "region_fias_id": "c2deb16a-0330-4f05-821f-1d09c93331e6",
- "region_kladr_id": "7800000000000",
- "region_iso_code": "RU-SPE",
- "area": "Краснокамский",
- "area_type": "р-н",
- "area_with_type": "Краснокамский р-н",
- "area_fias_id": "c278cbbc-e209-4b0f-b20e-9c19ed6f6802",
- "area_kladr_id": "0203100000000",
- "city": "Санкт-Петербург",
- "city_type": "г",
- "city_with_type": "г Санкт-Петербург",
- "city_fias_id": "c2deb16a-0330-4f05-821f-1d09c93331e6",
- "city_kladr_id": "7800000000000",
- "settlement": "Жилгородок",
- "settlement_type": "п",
- "settlement_with_type": "п Жилгородок",
- "settlement_fias_id": "8eab754d-38df-4fac-bebd-b27a46f45ea2",
- "settlement_kladr_id": "4701200005100",
- "street": "Московский",
- "street_type": "пр-кт",
- "street_with_type": "Московский пр-кт",
- "street_fias_id": "01b3acfc-5a4d-4d0f-a2de-67aef6effe31",
- "street_kladr_id": "78000000000085200",
- "house": "дом 1А/2 строение 3 корпус 4 литера Б",
- "house_fias_id": "315a5cc2-7676-460f-ab44-a85c38eea89a",
- "house_kladr_id": "7800000000013430010",
- "office": "офис 1 помещение 2",
- "fias_id": "315a5cc2-7676-460f-ab44-a85c38eea89a",
- "kladr_id": "7800000000013430010",
- "lat": 59.9017959,
- "lng": 30.3194694,
- "zip_code": "196084",
- "timezone_name": "Europe/Moscow",
- "level": "country",
- "timezone": 0
}, - "is_route_circular": true,
- "auction_stages": [
- {
- "number": 1,
- "begins_at": "2024-12-19T10:13:30Z",
- "ends_at": "2024-12-19T10:13:30Z",
- "auction_type": "instant_reservation",
- "many_executors_allowed": false,
- "price_type": "with_vat",
- "price_with_vat": 1,
- "price_without_vat": 1,
- "payment_type": "per_hour",
- "min_work_hours": 0,
- "bid_step": 1,
- "min_bid_with_vat": 0,
- "min_bid_without_vat": 0,
- "max_bid_with_vat": 0,
- "max_bid_without_vat": 0,
- "visibility": "all",
- "companies_ids": [
- "string"
], - "groups_ids": [
- "string"
], - "intermediate_results_period": 0,
- "auto_extended": true
}
], - "executors": [
- {
- "company_id": "string",
- "price": 1,
- "shippings_count": 1
}
], - "contract_id": "string",
- "contract_hfid": "string",
- "contract_shipping_id": "string",
- "contract_shipping_price": 0,
- "dynamic_pricing": true,
- "auction_auto_extend_period": 1,
- "rebidding": true,
- "manual_spot_winner_pick_allowed": true,
- "partnership_contract_type": "all",
- "document_flows": [
- "scancopy"
], - "closing_documents_period": 1,
- "closing_documents_period_type": "calendar",
- "agreement_type": "shipping_agreement",
- "closing_documents": [
- {
- "name": "string",
- "count": 1
}
], - "terms_by_partnership_contract": true,
- "idle_time_cost_without_vat": 100,
- "documents_for_payment": [
- "bill_of_lading"
], - "payment_procedure": "prepayment",
- "payment_period": 1,
- "payment_period_type": "calendar",
- "cancellation_without_penalty_before": "2024-12-19T10:13:30Z",
- "cancellation_penalty_percent": 0,
- "minimum_cancellation_penalty_without_vat": 0,
- "payer_opf_id": 1,
- "payer_title": "string",
- "payment_form": "string",
- "forward_request_number": "string",
- "shipping_price": 0,
- "shipping_price_tax_type": "string",
- "shipping_payment_type": "string",
- "shipping_id": "string",
- "shipping_min_work_hours": 0,
- "shipping": {
- "shipping_request_info": {
- "id": "string",
- "human_friendly_id": "string",
- "created_at": "2024-12-19T10:13:30Z",
- "updated_at": "2024-12-19T10:13:30Z",
- "kind": "ShippingRequest",
- "status": {
- "code_name": "new",
- "comment": "string"
}, - "status_updated_at": "2024-12-19T10:13:30Z",
- "status_history": [
- {
- "status": {
- "code_name": "new",
- "comment": "string"
}, - "created_at": "2024-12-19T10:13:30Z"
}
], - "type": "shipping_request",
- "cargo_owning_company_id": "string",
- "author_id": "string",
- "shipping_order_id": "string",
- "contract_id": "string",
- "contract_hfid": "string",
- "client_category": "category_1",
- "comment": "string",
- "resource_assignment_time": 30,
- "completed_at": "2024-12-19T10:13:30Z",
- "contract_begins_at": "2024-12-19T10:13:30Z",
- "contract_ends_at": "2024-12-19T10:13:30Z",
- "contract_type": "by_shippings_count",
- "shippings_count": 1,
- "max_shippings_per_day": 1,
- "max_shippings_per_week": 1,
- "shipping_available_in": 0,
- "resource_requirements": {
- "transport_body_type": [
- "awning"
], - "transport_type": [
- "lorry"
], - "lifting_capacity": [
- "string"
], - "lifting_capacities": [
- {
- "id": "string",
- "kind": "string",
- "tonnage": 0,
- "volume": 0,
- "transport_body_type": "awning",
- "transport_type": "lorry"
}
], - "has_russian_citizen": true,
- "has_driver_coveralls": true,
- "has_no_criminal_records": true,
- "has_rigid_board": true,
- "has_medical_book": true,
- "has_removable_upper_beam": true,
- "has_removable_side_racks": true,
- "is_express": true,
- "number_of_belts": 0,
- "has_shipping_power_of_attorney_original": true,
- "is_disinfected": true,
- "has_temperature_check": true,
- "temperature_condition": {
- "min": 0,
- "max": 0
}, - "own_transport_only": true,
- "timber_bunks": true,
- "tir_document": true,
- "cmr_document": true
}, - "cargo_description": "string",
- "cargo_tonnage": 0,
- "cargo_volume": 0,
- "cargo_cost": 0,
- "cargo_adr": "1",
- "cargo_length": 0.5,
- "cargo_width": 0.5,
- "cargo_height": 0.5,
- "cargo_places": 0,
- "cargo_packing": "reels",
- "route_segments": [
- {
- "id": 0,
- "from_route_point_id": 0,
- "to_route_point_id": 0,
- "distance": 0,
- "unloading": {
- "type": [
- "full"
], - "duration": 300
}, - "loading": {
- "type": [
- "full"
], - "duration": 300
}
}
], - "route_points": [
- {
- "id": 0,
- "car_supply_range": [
- {
- "from": "2024-12-19T10:13:30Z",
- "until": "2024-12-19T10:13:30Z"
}
], - "car_supply_grouped_range": [
- [
- {
- "date": "2018-04-16T00:00:00+00:00",
- "times": [
- {
- "from": "2018-04-16T10:00:00+00:00",
- "until": "2018-04-16T12:00:00+00:00"
}, - {
- "from": "2018-04-16T13:00:00+00:00",
- "until": "2018-04-16T18:00:00+00:00"
}
]
}, - {
- "date": "2018-04-16T00:00:00+00:00",
- "times": [
- {
- "from": "2018-04-17T10:00:00+00:00",
- "until": "2018-04-17T12:00:00+00:00"
}, - {
- "from": "2018-04-17T13:00:00+00:00",
- "until": "2018-04-17T18:00:00+00:00"
}
]
}
]
], - "car_supply_at": "2024-12-19T10:13:30Z",
- "need_document_work": true,
- "additional_services": [
- {
- "id": "string",
- "name": "string",
- "count": 1,
- "price": 0
}
], - "counter_agent": {
- "private_person": true,
- "legal_entity_title": "string",
- "legal_entity_inn": "string",
- "legal_entity_kpp": "string",
- "legal_entity_opf_name": "string",
- "private_person_full_name": "string",
- "private_person_passport_type": "passport",
- "private_person_passport_number": "string",
- "private_person_passport_issuer": "string",
- "private_person_passport_issued_at": "2024-12-19",
- "private_person_passport_info": "2024-12-19"
}, - "cargo_receiver_sender_info": {
- "address": "string",
- "phone": "string",
- "company_name": "string",
- "contact_name": "string",
- "contact_inn": "string",
- "contact_kpp": "string",
- "contact_opf_code": "string",
- "contact_opf_name": "string",
- "passport_number": "string",
- "passport_issued_at": null,
- "passport_who_issued": "string"
}, - "location": {
- "country": "Россия",
- "country_iso_code": "RU",
- "federal_district": "Северо-Западный",
- "region": "Санкт-Петербург",
- "region_type": "г",
- "region_with_type": "г Санкт-Петербург",
- "region_fias_id": "c2deb16a-0330-4f05-821f-1d09c93331e6",
- "region_kladr_id": "7800000000000",
- "region_iso_code": "RU-SPE",
- "area": "Краснокамский",
- "area_type": "р-н",
- "area_with_type": "Краснокамский р-н",
- "area_fias_id": "c278cbbc-e209-4b0f-b20e-9c19ed6f6802",
- "area_kladr_id": "0203100000000",
- "city": "Санкт-Петербург",
- "city_type": "г",
- "city_with_type": "г Санкт-Петербург",
- "city_fias_id": "c2deb16a-0330-4f05-821f-1d09c93331e6",
- "city_kladr_id": "7800000000000",
- "settlement": "Жилгородок",
- "settlement_type": "п",
- "settlement_with_type": "п Жилгородок",
- "settlement_fias_id": "8eab754d-38df-4fac-bebd-b27a46f45ea2",
- "settlement_kladr_id": "4701200005100",
- "street": "Московский",
- "street_type": "пр-кт",
- "street_with_type": "Московский пр-кт",
- "street_fias_id": "01b3acfc-5a4d-4d0f-a2de-67aef6effe31",
- "street_kladr_id": "78000000000085200",
- "house": "дом 1А/2 строение 3 корпус 4 литера Б",
- "house_fias_id": "315a5cc2-7676-460f-ab44-a85c38eea89a",
- "house_kladr_id": "7800000000013430010",
- "office": "офис 1 помещение 2",
- "fias_id": "315a5cc2-7676-460f-ab44-a85c38eea89a",
- "kladr_id": "7800000000013430010",
- "lat": 59.9017959,
- "lng": 30.3194694,
- "zip_code": "196084",
- "timezone_name": "Europe/Moscow",
- "level": "country",
- "country_id": 643,
- "locality": "Жилгородок п",
- "fraction": 0,
- "housing": 0,
- "structure": 0,
- "literature": "string",
- "apartment": "string",
- "latitude": 0,
- "longitude": 0,
- "local_time_zone": 0,
- "comment": "string",
- "id": "string",
- "code": "string",
- "full_string_address": "string",
- "value": "string",
- "is_canonical": true
}, - "radius": 1
}
], - "route_direction_id": "string",
- "route_direction": {
- "country": "Россия",
- "country_iso_code": "RU",
- "federal_district": "Северо-Западный",
- "region": "Санкт-Петербург",
- "region_type": "г",
- "region_with_type": "г Санкт-Петербург",
- "region_fias_id": "c2deb16a-0330-4f05-821f-1d09c93331e6",
- "region_kladr_id": "7800000000000",
- "region_iso_code": "RU-SPE",
- "area": "Краснокамский",
- "area_type": "р-н",
- "area_with_type": "Краснокамский р-н",
- "area_fias_id": "c278cbbc-e209-4b0f-b20e-9c19ed6f6802",
- "area_kladr_id": "0203100000000",
- "city": "Санкт-Петербург",
- "city_type": "г",
- "city_with_type": "г Санкт-Петербург",
- "city_fias_id": "c2deb16a-0330-4f05-821f-1d09c93331e6",
- "city_kladr_id": "7800000000000",
- "settlement": "Жилгородок",
- "settlement_type": "п",
- "settlement_with_type": "п Жилгородок",
- "settlement_fias_id": "8eab754d-38df-4fac-bebd-b27a46f45ea2",
- "settlement_kladr_id": "4701200005100",
- "street": "Московский",
- "street_type": "пр-кт",
- "street_with_type": "Московский пр-кт",
- "street_fias_id": "01b3acfc-5a4d-4d0f-a2de-67aef6effe31",
- "street_kladr_id": "78000000000085200",
- "house": "дом 1А/2 строение 3 корпус 4 литера Б",
- "house_fias_id": "315a5cc2-7676-460f-ab44-a85c38eea89a",
- "house_kladr_id": "7800000000013430010",
- "office": "офис 1 помещение 2",
- "fias_id": "315a5cc2-7676-460f-ab44-a85c38eea89a",
- "kladr_id": "7800000000013430010",
- "lat": 59.9017959,
- "lng": 30.3194694,
- "zip_code": "196084",
- "timezone_name": "Europe/Moscow",
- "level": "country",
- "country_id": 643,
- "locality": "Жилгородок п",
- "fraction": 0,
- "housing": 0,
- "structure": 0,
- "literature": "string",
- "apartment": "string",
- "latitude": 0,
- "longitude": 0,
- "local_time_zone": 0,
- "comment": "string",
- "id": "string",
- "code": "string",
- "full_string_address": "string",
- "value": "string",
- "is_canonical": true
}, - "circular_route": true,
- "is_interval": true,
- "offer_deadline": "2024-12-19T10:13:30Z",
- "intermediate_results_at": "2024-12-19T10:13:30Z",
- "auction_type": "instant_reservation",
- "many_executors_allowed": false,
- "bid_step": 0,
- "bids": [
- {
- "id": "string",
- "ntk_id": "string",
- "author": {
- "id": "string",
- "human_friendly_id": "string",
- "title": "string",
- "country_id": 0,
- "country": {
- "id": 0,
- "name": "string",
- "alpha_2": "string",
- "code_name": "string",
- "num": 0
}, - "inn": "string",
- "kpp": "string",
- "tax_type": "with_vat",
- "opf_id": 0,
- "opf": {
- "id": 1,
- "code": "12300",
- "name": "ООО"
}, - "rating": 0,
- "logo_url": "string"
}, - "shipping_request_id": "string",
- "shipping_order_id": "string",
- "value": 1,
- "status": "current",
- "tax_type": "with_vat",
- "expedited_payment": false,
- "shippings_count": 1,
- "auction_stage_number": 1,
- "created_at": "2024-12-19T10:13:30Z",
- "updated_at": "2024-12-19T10:13:30Z"
}
], - "expedited_payment_available": true,
- "shipping_order_contract_id": "string",
- "shipping_order_contract_hfid": "string",
- "contract_shipping_id": "string",
- "contract_shipping_price": 0,
- "dynamic_pricing": true,
- "document_flow": [
- "scancopy"
], - "closing_documents_period": 1,
- "closing_documents_period_type": "calendar",
- "closing_documents": [
- {
- "name": "string",
- "count": 0
}
], - "agreement_type": "shipping_agreement",
- "change_requests_allowed": true,
- "terms_by_partnership_contract": true,
- "idle_time_cost_without_vat": 50,
- "documents_for_payment": [
- "bill_of_lading"
], - "payment_procedure": "prepayment",
- "payment_period": 1,
- "payment_period_type": "calendar",
- "payment_type": "per_hour",
- "min_work_hours": 0,
- "cancellation_without_penalty_before": "2024-12-19T10:13:30Z",
- "cancellation_penalty_percent": 0,
- "minimum_cancellation_penalty_without_vat": 0,
- "price": 0,
- "price_tax_type": "string",
- "expedited_payment_fee": 0,
- "min_bid": 0,
- "max_bid": 0,
- "winning_bid": 0,
- "expedited_payment_winning_bid": 0,
- "is_bid_winning": true,
- "tc_requirements_changes": [
- {
- "id": "string",
- "status": "string",
- "price": 0,
- "car_supply_at": null
}
], - "tc_requirements_change": {
- "id": "string",
- "status": "string",
- "price": 0,
- "car_supply_at": null
}, - "contact": {
- "full_name": "string",
- "phone": "stringstrin",
- "extension_number": "string",
- "email": "string"
}
}, - "assigned_resources": [
- {
- "driver_contact_info": "string",
- "route_segment_id": 0,
- "drivers_ids": [
- "string"
], - "car_id": "string",
- "trailer_id": "string"
}
], - "selected_car_supply": [
- {
- "route_point_id": 0,
- "car_supply_at": "2024-12-19T10:13:30Z"
}
], - "completed_at": "2024-12-19T10:13:30Z",
- "resource_assignment_deadline": "2024-12-19T10:13:30Z",
- "kind": "ShippingOutput",
- "id": "string",
- "human_friendly_id": "Человеко понятный id",
- "status": {
- "code_name": "resources_waiting",
- "comment": "string"
}, - "status_updated_at": "2024-12-19T10:13:30Z",
- "status_history": [
- [
- {
- "status": "blacklisted",
- "status_comment": "string",
- "created_at": "2024-12-19T10:13:30Z"
}
]
], - "scancopy_status": "cargo_owner_signing",
- "scancopy_status_comment": "string",
- "contract_id": "string",
- "contract_hfid": "string",
- "shipping_order_contract_id": "string",
- "shipping_order_contract_hfid": "string",
- "contract_shipping_id": "string",
- "company_id": "string",
- "company": {
- "id": "string",
- "human_friendly_id": "string",
- "title": "string",
- "country_id": 0,
- "country": {
- "id": 0,
- "name": "string",
- "alpha_2": "string",
- "code_name": "string",
- "num": 0
}, - "inn": "string",
- "kpp": "string",
- "tax_type": "with_vat",
- "opf_id": 0,
- "opf": {
- "id": 1,
- "code": "12300",
- "name": "ООО"
}, - "rating": 0,
- "logo_url": "string"
}, - "shipping_request_id": "string",
- "shipping_order_id": "string",
- "assigned_resource_objects": {
- "drivers": [
- {
- "id": "string",
- "kind": "ResourceDriver",
- "human_friendly_id": "человекочитаемый id",
- "full_name": "string",
- "company_id": "string",
- "freezing": [
- {
- "kind": "ResourceFreezingValue",
- "code_name": "string",
- "name": "string",
- "end_time": "2024-12-19T10:13:30Z"
}
], - "prohibited_categories": [
- "category_1"
], - "delivery_allowed": true,
- "status": {
- "code_name": "not_approved",
- "comment": "string"
}, - "status_updated_at": "2024-12-19T10:13:30Z",
- "driver_secret_info": {
- "common": {
- "country": {
- "id": 0,
- "name": "string",
- "alpha_2": "string",
- "code_name": "string",
- "num": 0
}, - "country_id": 0,
- "first_name": "string",
- "last_name": "string",
- "middle_name": "string",
- "birth_date": "2024-12-19T10:13:30Z"
}, - "doc": {
- "type": "passport",
- "number": "string",
- "issued_at": "2024-12-19T10:13:30Z",
- "subdivision_code": "370-011",
- "who_issued": "string",
- "expired_at": "2024-12-19T10:13:30Z"
}, - "address": {
- "country": {
- "id": 0,
- "name": "string",
- "alpha_2": "string",
- "code_name": "string",
- "num": 0
}, - "country_id": 0,
- "city": "string",
- "street": "string",
- "house_number": "string",
- "zip_code": "string",
- "room": "string"
}, - "inn": "string",
- "driver_license": {
- "number": "string",
- "who_issued": "string",
- "issued_at": "2024-12-19T10:13:30Z",
- "expired_at": "2024-12-19T10:13:30Z"
}, - "have_medical_book": true,
- "phones": [
- "string"
]
}, - "power_of_attorney": {
- "start": "2024-12-19T10:13:30Z",
- "end": "2024-12-19T10:13:30Z"
}, - "attorneys": {
- "cartegory_1": {
- "from": "2024-12-19T10:13:30Z",
- "until": "2024-12-19T10:13:30Z",
- "status": "new"
}, - "cartegory_2": {
- "from": "2024-12-19T10:13:30Z",
- "until": "2024-12-19T10:13:30Z",
- "status": "new"
}
}, - "created_at": "2024-12-19T10:13:30Z",
- "updated_at": "2024-12-19T10:13:30Z"
}
], - "cars": [
- {
- "id": "string",
- "human_friendly_id": "человекочитаемый id",
- "kind": "ResourceCar",
- "brand": "string",
- "company_id": "string",
- "status": {
- "code_name": "not_approved",
- "comment": "string"
}, - "status_updated_at": "2024-12-19T10:13:30Z",
- "lifting_capacity": {
- "id": "string",
- "tonnage": 0,
- "volume": 0,
- "transport_type": "lorry",
- "transport_body_type": "awning"
}, - "freezing": [
- {
- "kind": "ResourceFreezingValue",
- "code_name": "string",
- "name": "string",
- "end_time": "2024-12-19T10:13:30Z"
}
], - "number_sts": "string",
- "owner_sts": "string",
- "owning_type": "own",
- "max_lifting_capacity": 5.2,
- "car_number": "string",
- "car_additional_info": {
- "vin": "string",
- "engine_number": "string",
- "chassis_number": "string",
- "body_number": "string"
}, - "car_phone": "string",
- "created_at": "2024-12-19T10:13:30Z",
- "updated_at": "2024-12-19T10:13:30Z",
- "additional": {
- "disinfected_from": "2024-12-19T10:13:30Z",
- "disinfected_until": "2024-12-19T10:13:30Z",
- "is_disinfected": true,
- "has_temperature_check": true
}, - "loading_option": {
- "full": true,
- "lateral": true,
- "rear": true,
- "upper": true,
- "removable_side_racks": true,
- "removable_upper_beam": true,
- "rigid_board": true,
- "number_of_belts": 0
}
}
], - "trailers": [
- {
- "id": "string",
- "human_friendly_id": "человекочитаемый id",
- "kind": "ResourceTrailer",
- "brand": "string",
- "company_id": "string",
- "status": {
- "code_name": "not_approved",
- "comment": "string"
}, - "status_updated_at": "2024-12-19T10:13:30Z",
- "lifting_capacity": {
- "id": "string",
- "tonnage": 0,
- "volume": 0,
- "transport_type": "lorry",
- "transport_body_type": "awning"
}, - "freezing": [
- {
- "kind": "ResourceFreezingValue",
- "code_name": "string",
- "name": "string",
- "end_time": "2024-12-19T10:13:30Z"
}
], - "number_sts": "string",
- "owner_sts": "string",
- "owning_type": "own",
- "trailer_number": "string",
- "trailer_additional_info": {
- "vin": "string",
- "chassis_number": "string"
}, - "lifting_capacity_id": "string",
- "max_lifting_capacity": 5.2,
- "dimensions_cargo_hold": {
- "length": 0,
- "width": 0,
- "height": 0
}, - "created_at": "2024-12-19T10:13:30Z",
- "updated_at": "2024-12-19T10:13:30Z",
- "additional": {
- "disinfected_from": "2024-12-19T10:13:30Z",
- "disinfected_until": "2024-12-19T10:13:30Z",
- "is_disinfected": true,
- "has_temperature_check": true
}, - "loading_option": {
- "full": true,
- "lateral": true,
- "rear": true,
- "upper": true,
- "removable_side_racks": true,
- "removable_upper_beam": true,
- "rigid_board": true,
- "number_of_belts": 0
}
}
]
}, - "expedited_payment": true,
- "document_flow": "scancopy",
- "shippings_count": 1,
- "scancopy_attachment_deadline": "2024-12-19T10:13:30Z",
- "requirements_changes_deadline": "2024-12-19T10:13:30Z",
- "reserved_at": "2024-12-19T10:13:30Z",
- "important_changes_at": "2024-12-19T10:13:30Z",
- "requirements_accepted_at": "2024-12-19T10:13:30Z",
- "closing_ttd_documents_accepted_at": "string",
- "closing_ttd_documents_rejected_at": "string",
- "closing_ttd_documents_rejection_comment": "string",
- "closing_ttd_forwarder_documents_accepted_at": "string",
- "closing_ttd_forwarder_documents_rejected_at": "string",
- "closing_ttd_forwarder_documents_rejection_comment": "string",
- "closing_bd_documents_accepted_at": "string",
- "closing_bd_documents_rejected_at": "string",
- "closing_bd_documents_rejection_comment": "string",
- "closing_status": "documents_accepted",
- "planned_payment_date": "2024-12-19",
- "actual_payment_date": "2024-12-19",
- "contact": {
- "id": "string",
- "full_name": "string",
- "email": "string",
- "phone": "string"
}, - "created_at": "2024-12-19T10:13:30Z",
- "updated_at": "2024-12-19T10:13:30Z"
}, - "current_auction_stage_number": 1,
- "winning_bid_id": "string",
- "winning_bid_min_work_hours": 0,
- "winning_bid_price_with_vat": 1,
- "winning_bid_price_without_vat": 1,
- "auto_accept_changes": true
}
Получение информации о перевозке
CargoOwningCompanyAdmin
) shipping_id required | string <uuid> ID перевозки |
Нет прав на выполнение действия
Объект не найден
{- "shipping_request_info": {
- "id": "string",
- "human_friendly_id": "string",
- "created_at": "2024-12-19T10:13:30Z",
- "updated_at": "2024-12-19T10:13:30Z",
- "kind": "ShippingRequest",
- "status": {
- "code_name": "new",
- "comment": "string"
}, - "status_updated_at": "2024-12-19T10:13:30Z",
- "status_history": [
- {
- "status": {
- "code_name": "new",
- "comment": "string"
}, - "created_at": "2024-12-19T10:13:30Z"
}
], - "type": "shipping_request",
- "cargo_owning_company_id": "string",
- "author_id": "string",
- "shipping_order_id": "string",
- "contract_id": "string",
- "contract_hfid": "string",
- "client_category": "category_1",
- "comment": "string",
- "resource_assignment_time": 30,
- "completed_at": "2024-12-19T10:13:30Z",
- "contract_begins_at": "2024-12-19T10:13:30Z",
- "contract_ends_at": "2024-12-19T10:13:30Z",
- "contract_type": "by_shippings_count",
- "shippings_count": 1,
- "max_shippings_per_day": 1,
- "max_shippings_per_week": 1,
- "shipping_available_in": 0,
- "resource_requirements": {
- "transport_body_type": [
- "awning"
], - "transport_type": [
- "lorry"
], - "lifting_capacity": [
- "string"
], - "lifting_capacities": [
- {
- "id": "string",
- "kind": "string",
- "tonnage": 0,
- "volume": 0,
- "transport_body_type": "awning",
- "transport_type": "lorry"
}
], - "has_russian_citizen": true,
- "has_driver_coveralls": true,
- "has_no_criminal_records": true,
- "has_rigid_board": true,
- "has_medical_book": true,
- "has_removable_upper_beam": true,
- "has_removable_side_racks": true,
- "is_express": true,
- "number_of_belts": 0,
- "has_shipping_power_of_attorney_original": true,
- "is_disinfected": true,
- "has_temperature_check": true,
- "temperature_condition": {
- "min": 0,
- "max": 0
}, - "own_transport_only": true,
- "timber_bunks": true,
- "tir_document": true,
- "cmr_document": true
}, - "cargo_description": "string",
- "cargo_tonnage": 0,
- "cargo_volume": 0,
- "cargo_cost": 0,
- "cargo_adr": "1",
- "cargo_length": 0.5,
- "cargo_width": 0.5,
- "cargo_height": 0.5,
- "cargo_places": 0,
- "cargo_packing": "reels",
- "route_segments": [
- {
- "id": 0,
- "from_route_point_id": 0,
- "to_route_point_id": 0,
- "distance": 0,
- "unloading": {
- "type": [
- "full"
], - "duration": 300
}, - "loading": {
- "type": [
- "full"
], - "duration": 300
}
}
], - "route_points": [
- {
- "id": 0,
- "car_supply_range": [
- {
- "from": "2024-12-19T10:13:30Z",
- "until": "2024-12-19T10:13:30Z"
}
], - "car_supply_grouped_range": [
- [
- {
- "date": "2018-04-16T00:00:00+00:00",
- "times": [
- {
- "from": "2018-04-16T10:00:00+00:00",
- "until": "2018-04-16T12:00:00+00:00"
}, - {
- "from": "2018-04-16T13:00:00+00:00",
- "until": "2018-04-16T18:00:00+00:00"
}
]
}, - {
- "date": "2018-04-16T00:00:00+00:00",
- "times": [
- {
- "from": "2018-04-17T10:00:00+00:00",
- "until": "2018-04-17T12:00:00+00:00"
}, - {
- "from": "2018-04-17T13:00:00+00:00",
- "until": "2018-04-17T18:00:00+00:00"
}
]
}
]
], - "car_supply_at": "2024-12-19T10:13:30Z",
- "need_document_work": true,
- "additional_services": [
- {
- "id": "string",
- "name": "string",
- "count": 1,
- "price": 0
}
], - "counter_agent": {
- "private_person": true,
- "legal_entity_title": "string",
- "legal_entity_inn": "string",
- "legal_entity_kpp": "string",
- "legal_entity_opf_name": "string",
- "private_person_full_name": "string",
- "private_person_passport_type": "passport",
- "private_person_passport_number": "string",
- "private_person_passport_issuer": "string",
- "private_person_passport_issued_at": "2024-12-19",
- "private_person_passport_info": "2024-12-19"
}, - "cargo_receiver_sender_info": {
- "address": "string",
- "phone": "string",
- "company_name": "string",
- "contact_name": "string",
- "contact_inn": "string",
- "contact_kpp": "string",
- "contact_opf_code": "string",
- "contact_opf_name": "string",
- "passport_number": "string",
- "passport_issued_at": null,
- "passport_who_issued": "string"
}, - "location": {
- "country": "Россия",
- "country_iso_code": "RU",
- "federal_district": "Северо-Западный",
- "region": "Санкт-Петербург",
- "region_type": "г",
- "region_with_type": "г Санкт-Петербург",
- "region_fias_id": "c2deb16a-0330-4f05-821f-1d09c93331e6",
- "region_kladr_id": "7800000000000",
- "region_iso_code": "RU-SPE",
- "area": "Краснокамский",
- "area_type": "р-н",
- "area_with_type": "Краснокамский р-н",
- "area_fias_id": "c278cbbc-e209-4b0f-b20e-9c19ed6f6802",
- "area_kladr_id": "0203100000000",
- "city": "Санкт-Петербург",
- "city_type": "г",
- "city_with_type": "г Санкт-Петербург",
- "city_fias_id": "c2deb16a-0330-4f05-821f-1d09c93331e6",
- "city_kladr_id": "7800000000000",
- "settlement": "Жилгородок",
- "settlement_type": "п",
- "settlement_with_type": "п Жилгородок",
- "settlement_fias_id": "8eab754d-38df-4fac-bebd-b27a46f45ea2",
- "settlement_kladr_id": "4701200005100",
- "street": "Московский",
- "street_type": "пр-кт",
- "street_with_type": "Московский пр-кт",
- "street_fias_id": "01b3acfc-5a4d-4d0f-a2de-67aef6effe31",
- "street_kladr_id": "78000000000085200",
- "house": "дом 1А/2 строение 3 корпус 4 литера Б",
- "house_fias_id": "315a5cc2-7676-460f-ab44-a85c38eea89a",
- "house_kladr_id": "7800000000013430010",
- "office": "офис 1 помещение 2",
- "fias_id": "315a5cc2-7676-460f-ab44-a85c38eea89a",
- "kladr_id": "7800000000013430010",
- "lat": 59.9017959,
- "lng": 30.3194694,
- "zip_code": "196084",
- "timezone_name": "Europe/Moscow",
- "level": "country",
- "country_id": 643,
- "locality": "Жилгородок п",
- "fraction": 0,
- "housing": 0,
- "structure": 0,
- "literature": "string",
- "apartment": "string",
- "latitude": 0,
- "longitude": 0,
- "local_time_zone": 0,
- "comment": "string",
- "id": "string",
- "code": "string",
- "full_string_address": "string",
- "value": "string",
- "is_canonical": true
}, - "radius": 1
}
], - "route_direction_id": "string",
- "route_direction": {
- "country": "Россия",
- "country_iso_code": "RU",
- "federal_district": "Северо-Западный",
- "region": "Санкт-Петербург",
- "region_type": "г",
- "region_with_type": "г Санкт-Петербург",
- "region_fias_id": "c2deb16a-0330-4f05-821f-1d09c93331e6",
- "region_kladr_id": "7800000000000",
- "region_iso_code": "RU-SPE",
- "area": "Краснокамский",
- "area_type": "р-н",
- "area_with_type": "Краснокамский р-н",
- "area_fias_id": "c278cbbc-e209-4b0f-b20e-9c19ed6f6802",
- "area_kladr_id": "0203100000000",
- "city": "Санкт-Петербург",
- "city_type": "г",
- "city_with_type": "г Санкт-Петербург",
- "city_fias_id": "c2deb16a-0330-4f05-821f-1d09c93331e6",
- "city_kladr_id": "7800000000000",
- "settlement": "Жилгородок",
- "settlement_type": "п",
- "settlement_with_type": "п Жилгородок",
- "settlement_fias_id": "8eab754d-38df-4fac-bebd-b27a46f45ea2",
- "settlement_kladr_id": "4701200005100",
- "street": "Московский",
- "street_type": "пр-кт",
- "street_with_type": "Московский пр-кт",
- "street_fias_id": "01b3acfc-5a4d-4d0f-a2de-67aef6effe31",
- "street_kladr_id": "78000000000085200",
- "house": "дом 1А/2 строение 3 корпус 4 литера Б",
- "house_fias_id": "315a5cc2-7676-460f-ab44-a85c38eea89a",
- "house_kladr_id": "7800000000013430010",
- "office": "офис 1 помещение 2",
- "fias_id": "315a5cc2-7676-460f-ab44-a85c38eea89a",
- "kladr_id": "7800000000013430010",
- "lat": 59.9017959,
- "lng": 30.3194694,
- "zip_code": "196084",
- "timezone_name": "Europe/Moscow",
- "level": "country",
- "country_id": 643,
- "locality": "Жилгородок п",
- "fraction": 0,
- "housing": 0,
- "structure": 0,
- "literature": "string",
- "apartment": "string",
- "latitude": 0,
- "longitude": 0,
- "local_time_zone": 0,
- "comment": "string",
- "id": "string",
- "code": "string",
- "full_string_address": "string",
- "value": "string",
- "is_canonical": true
}, - "circular_route": true,
- "is_interval": true,
- "offer_deadline": "2024-12-19T10:13:30Z",
- "intermediate_results_at": "2024-12-19T10:13:30Z",
- "auction_type": "instant_reservation",
- "many_executors_allowed": false,
- "bid_step": 0,
- "bids": [
- {
- "id": "string",
- "ntk_id": "string",
- "author": {
- "id": "string",
- "human_friendly_id": "string",
- "title": "string",
- "country_id": 0,
- "country": {
- "id": 0,
- "name": "string",
- "alpha_2": "string",
- "code_name": "string",
- "num": 0
}, - "inn": "string",
- "kpp": "string",
- "tax_type": "with_vat",
- "opf_id": 0,
- "opf": {
- "id": 1,
- "code": "12300",
- "name": "ООО"
}, - "rating": 0,
- "logo_url": "string"
}, - "shipping_request_id": "string",
- "shipping_order_id": "string",
- "value": 1,
- "status": "current",
- "tax_type": "with_vat",
- "expedited_payment": false,
- "shippings_count": 1,
- "auction_stage_number": 1,
- "created_at": "2024-12-19T10:13:30Z",
- "updated_at": "2024-12-19T10:13:30Z"
}
], - "expedited_payment_available": true,
- "shipping_order_contract_id": "string",
- "shipping_order_contract_hfid": "string",
- "contract_shipping_id": "string",
- "contract_shipping_price": 0,
- "dynamic_pricing": true,
- "document_flow": [
- "scancopy"
], - "closing_documents_period": 1,
- "closing_documents_period_type": "calendar",
- "closing_documents": [
- {
- "name": "string",
- "count": 0
}
], - "agreement_type": "shipping_agreement",
- "change_requests_allowed": true,
- "terms_by_partnership_contract": true,
- "idle_time_cost_without_vat": 50,
- "documents_for_payment": [
- "bill_of_lading"
], - "payment_procedure": "prepayment",
- "payment_period": 1,
- "payment_period_type": "calendar",
- "payment_type": "per_hour",
- "min_work_hours": 0,
- "cancellation_without_penalty_before": "2024-12-19T10:13:30Z",
- "cancellation_penalty_percent": 0,
- "minimum_cancellation_penalty_without_vat": 0,
- "price": 0,
- "price_tax_type": "string",
- "expedited_payment_fee": 0,
- "min_bid": 0,
- "max_bid": 0,
- "winning_bid": 0,
- "expedited_payment_winning_bid": 0,
- "is_bid_winning": true,
- "tc_requirements_changes": [
- {
- "id": "string",
- "status": "string",
- "price": 0,
- "car_supply_at": null
}
], - "tc_requirements_change": {
- "id": "string",
- "status": "string",
- "price": 0,
- "car_supply_at": null
}, - "contact": {
- "full_name": "string",
- "phone": "stringstrin",
- "extension_number": "string",
- "email": "string"
}
}, - "assigned_resources": [
- {
- "driver_contact_info": "string",
- "route_segment_id": 0,
- "drivers_ids": [
- "string"
], - "car_id": "string",
- "trailer_id": "string"
}
], - "selected_car_supply": [
- {
- "route_point_id": 0,
- "car_supply_at": "2024-12-19T10:13:30Z"
}
], - "completed_at": "2024-12-19T10:13:30Z",
- "resource_assignment_deadline": "2024-12-19T10:13:30Z",
- "kind": "ShippingOutput",
- "id": "string",
- "human_friendly_id": "Человеко понятный id",
- "status": {
- "code_name": "resources_waiting",
- "comment": "string"
}, - "status_updated_at": "2024-12-19T10:13:30Z",
- "status_history": [
- [
- {
- "status": "blacklisted",
- "status_comment": "string",
- "created_at": "2024-12-19T10:13:30Z"
}
]
], - "scancopy_status": "cargo_owner_signing",
- "scancopy_status_comment": "string",
- "contract_id": "string",
- "contract_hfid": "string",
- "shipping_order_contract_id": "string",
- "shipping_order_contract_hfid": "string",
- "contract_shipping_id": "string",
- "company_id": "string",
- "company": {
- "id": "string",
- "human_friendly_id": "string",
- "title": "string",
- "country_id": 0,
- "country": {
- "id": 0,
- "name": "string",
- "alpha_2": "string",
- "code_name": "string",
- "num": 0
}, - "inn": "string",
- "kpp": "string",
- "tax_type": "with_vat",
- "opf_id": 0,
- "opf": {
- "id": 1,
- "code": "12300",
- "name": "ООО"
}, - "rating": 0,
- "logo_url": "string"
}, - "shipping_request_id": "string",
- "shipping_order_id": "string",
- "assigned_resource_objects": {
- "drivers": [
- {
- "id": "string",
- "kind": "ResourceDriver",
- "human_friendly_id": "человекочитаемый id",
- "full_name": "string",
- "company_id": "string",
- "freezing": [
- {
- "kind": "ResourceFreezingValue",
- "code_name": "string",
- "name": "string",
- "end_time": "2024-12-19T10:13:30Z"
}
], - "prohibited_categories": [
- "category_1"
], - "delivery_allowed": true,
- "status": {
- "code_name": "not_approved",
- "comment": "string"
}, - "status_updated_at": "2024-12-19T10:13:30Z",
- "driver_secret_info": {
- "common": {
- "country": {
- "id": 0,
- "name": "string",
- "alpha_2": "string",
- "code_name": "string",
- "num": 0
}, - "country_id": 0,
- "first_name": "string",
- "last_name": "string",
- "middle_name": "string",
- "birth_date": "2024-12-19T10:13:30Z"
}, - "doc": {
- "type": "passport",
- "number": "string",
- "issued_at": "2024-12-19T10:13:30Z",
- "subdivision_code": "370-011",
- "who_issued": "string",
- "expired_at": "2024-12-19T10:13:30Z"
}, - "address": {
- "country": {
- "id": 0,
- "name": "string",
- "alpha_2": "string",
- "code_name": "string",
- "num": 0
}, - "country_id": 0,
- "city": "string",
- "street": "string",
- "house_number": "string",
- "zip_code": "string",
- "room": "string"
}, - "inn": "string",
- "driver_license": {
- "number": "string",
- "who_issued": "string",
- "issued_at": "2024-12-19T10:13:30Z",
- "expired_at": "2024-12-19T10:13:30Z"
}, - "have_medical_book": true,
- "phones": [
- "string"
]
}, - "power_of_attorney": {
- "start": "2024-12-19T10:13:30Z",
- "end": "2024-12-19T10:13:30Z"
}, - "attorneys": {
- "cartegory_1": {
- "from": "2024-12-19T10:13:30Z",
- "until": "2024-12-19T10:13:30Z",
- "status": "new"
}, - "cartegory_2": {
- "from": "2024-12-19T10:13:30Z",
- "until": "2024-12-19T10:13:30Z",
- "status": "new"
}
}, - "created_at": "2024-12-19T10:13:30Z",
- "updated_at": "2024-12-19T10:13:30Z"
}
], - "cars": [
- {
- "id": "string",
- "human_friendly_id": "человекочитаемый id",
- "kind": "ResourceCar",
- "brand": "string",
- "company_id": "string",
- "status": {
- "code_name": "not_approved",
- "comment": "string"
}, - "status_updated_at": "2024-12-19T10:13:30Z",
- "lifting_capacity": {
- "id": "string",
- "tonnage": 0,
- "volume": 0,
- "transport_type": "lorry",
- "transport_body_type": "awning"
}, - "freezing": [
- {
- "kind": "ResourceFreezingValue",
- "code_name": "string",
- "name": "string",
- "end_time": "2024-12-19T10:13:30Z"
}
], - "number_sts": "string",
- "owner_sts": "string",
- "owning_type": "own",
- "max_lifting_capacity": 5.2,
- "car_number": "string",
- "car_additional_info": {
- "vin": "string",
- "engine_number": "string",
- "chassis_number": "string",
- "body_number": "string"
}, - "car_phone": "string",
- "created_at": "2024-12-19T10:13:30Z",
- "updated_at": "2024-12-19T10:13:30Z",
- "additional": {
- "disinfected_from": "2024-12-19T10:13:30Z",
- "disinfected_until": "2024-12-19T10:13:30Z",
- "is_disinfected": true,
- "has_temperature_check": true
}, - "loading_option": {
- "full": true,
- "lateral": true,
- "rear": true,
- "upper": true,
- "removable_side_racks": true,
- "removable_upper_beam": true,
- "rigid_board": true,
- "number_of_belts": 0
}
}
], - "trailers": [
- {
- "id": "string",
- "human_friendly_id": "человекочитаемый id",
- "kind": "ResourceTrailer",
- "brand": "string",
- "company_id": "string",
- "status": {
- "code_name": "not_approved",
- "comment": "string"
}, - "status_updated_at": "2024-12-19T10:13:30Z",
- "lifting_capacity": {
- "id": "string",
- "tonnage": 0,
- "volume": 0,
- "transport_type": "lorry",
- "transport_body_type": "awning"
}, - "freezing": [
- {
- "kind": "ResourceFreezingValue",
- "code_name": "string",
- "name": "string",
- "end_time": "2024-12-19T10:13:30Z"
}
], - "number_sts": "string",
- "owner_sts": "string",
- "owning_type": "own",
- "trailer_number": "string",
- "trailer_additional_info": {
- "vin": "string",
- "chassis_number": "string"
}, - "lifting_capacity_id": "string",
- "max_lifting_capacity": 5.2,
- "dimensions_cargo_hold": {
- "length": 0,
- "width": 0,
- "height": 0
}, - "created_at": "2024-12-19T10:13:30Z",
- "updated_at": "2024-12-19T10:13:30Z",
- "additional": {
- "disinfected_from": "2024-12-19T10:13:30Z",
- "disinfected_until": "2024-12-19T10:13:30Z",
- "is_disinfected": true,
- "has_temperature_check": true
}, - "loading_option": {
- "full": true,
- "lateral": true,
- "rear": true,
- "upper": true,
- "removable_side_racks": true,
- "removable_upper_beam": true,
- "rigid_board": true,
- "number_of_belts": 0
}
}
]
}, - "expedited_payment": true,
- "document_flow": "scancopy",
- "shippings_count": 1,
- "scancopy_attachment_deadline": "2024-12-19T10:13:30Z",
- "requirements_changes_deadline": "2024-12-19T10:13:30Z",
- "reserved_at": "2024-12-19T10:13:30Z",
- "important_changes_at": "2024-12-19T10:13:30Z",
- "requirements_accepted_at": "2024-12-19T10:13:30Z",
- "closing_ttd_documents_accepted_at": "string",
- "closing_ttd_documents_rejected_at": "string",
- "closing_ttd_documents_rejection_comment": "string",
- "closing_ttd_forwarder_documents_accepted_at": "string",
- "closing_ttd_forwarder_documents_rejected_at": "string",
- "closing_ttd_forwarder_documents_rejection_comment": "string",
- "closing_bd_documents_accepted_at": "string",
- "closing_bd_documents_rejected_at": "string",
- "closing_bd_documents_rejection_comment": "string",
- "closing_status": "documents_accepted",
- "planned_payment_date": "2024-12-19",
- "actual_payment_date": "2024-12-19",
- "contact": {
- "id": "string",
- "full_name": "string",
- "email": "string",
- "phone": "string"
}, - "created_at": "2024-12-19T10:13:30Z",
- "updated_at": "2024-12-19T10:13:30Z"
}
Подписать ПФЗ
CargoOwningCompanyAdmin
) shipping_id required | string <uuid> ID перевозки |
scancopy_id required | string <uuid> ID документа |
OK
Неверные параметры запроса
Нет прав на выполнение действия
Объект не найден
{- "id": "string",
- "status": "cargo_owner_signing",
- "comment": "string",
- "status_history": [
- [
- {
- "status": "blacklisted",
- "status_comment": "string",
- "created_at": "2024-12-19T10:13:30Z"
}
]
], - "status_updated_at": "2024-12-19T10:13:30Z",
- "files": [
- {
- "id": "string",
- "url": "string",
- "signed_url": "string",
- "file_name": "string",
- "created_at": "2024-12-19T10:13:30Z",
- "updated_at": "2024-12-19T10:13:30Z"
}
], - "created_at": "2024-12-19T10:13:30Z",
- "deleted_at": "2024-12-19T10:13:30Z"
}
Получить список ПФЗ
CargoOwningCompanyAdmin
) shipping_id required | string <uuid> ID перевозки |
OK
Неверные параметры запроса
Нет прав на выполнение действия
Объект не найден
{- "items": [
- {
- "id": "string",
- "status": "cargo_owner_signing",
- "comment": "string",
- "status_history": [
- [
- {
- "status": "blacklisted",
- "status_comment": "string",
- "created_at": "2024-12-19T10:13:30Z"
}
]
], - "status_updated_at": "2024-12-19T10:13:30Z",
- "files": [
- {
- "id": "string",
- "url": "string",
- "signed_url": "string",
- "file_name": "string",
- "created_at": "2024-12-19T10:13:30Z",
- "updated_at": "2024-12-19T10:13:30Z"
}
], - "created_at": "2024-12-19T10:13:30Z",
- "deleted_at": "2024-12-19T10:13:30Z"
}
]
}
Получить ПФЗ по ID
CargoOwningCompanyAdmin
) shipping_id required | string <uuid> ID перевозки |
scancopy_id required | string <uuid> ID документа |
OK
Неверные параметры запроса
Нет прав на выполнение действия
Объект не найден
{- "shipping_request_info": {
- "id": "string",
- "human_friendly_id": "string",
- "created_at": "2024-12-19T10:13:30Z",
- "updated_at": "2024-12-19T10:13:30Z",
- "kind": "ShippingRequest",
- "status": {
- "code_name": "new",
- "comment": "string"
}, - "status_updated_at": "2024-12-19T10:13:30Z",
- "status_history": [
- {
- "status": {
- "code_name": "new",
- "comment": "string"
}, - "created_at": "2024-12-19T10:13:30Z"
}
], - "type": "shipping_request",
- "cargo_owning_company_id": "string",
- "author_id": "string",
- "shipping_order_id": "string",
- "contract_id": "string",
- "contract_hfid": "string",
- "client_category": "category_1",
- "comment": "string",
- "resource_assignment_time": 30,
- "completed_at": "2024-12-19T10:13:30Z",
- "contract_begins_at": "2024-12-19T10:13:30Z",
- "contract_ends_at": "2024-12-19T10:13:30Z",
- "contract_type": "by_shippings_count",
- "shippings_count": 1,
- "max_shippings_per_day": 1,
- "max_shippings_per_week": 1,
- "shipping_available_in": 0,
- "resource_requirements": {
- "transport_body_type": [
- "awning"
], - "transport_type": [
- "lorry"
], - "lifting_capacity": [
- "string"
], - "lifting_capacities": [
- {
- "id": "string",
- "kind": "string",
- "tonnage": 0,
- "volume": 0,
- "transport_body_type": "awning",
- "transport_type": "lorry"
}
], - "has_russian_citizen": true,
- "has_driver_coveralls": true,
- "has_no_criminal_records": true,
- "has_rigid_board": true,
- "has_medical_book": true,
- "has_removable_upper_beam": true,
- "has_removable_side_racks": true,
- "is_express": true,
- "number_of_belts": 0,
- "has_shipping_power_of_attorney_original": true,
- "is_disinfected": true,
- "has_temperature_check": true,
- "temperature_condition": {
- "min": 0,
- "max": 0
}, - "own_transport_only": true,
- "timber_bunks": true,
- "tir_document": true,
- "cmr_document": true
}, - "cargo_description": "string",
- "cargo_tonnage": 0,
- "cargo_volume": 0,
- "cargo_cost": 0,
- "cargo_adr": "1",
- "cargo_length": 0.5,
- "cargo_width": 0.5,
- "cargo_height": 0.5,
- "cargo_places": 0,
- "cargo_packing": "reels",
- "route_segments": [
- {
- "id": 0,
- "from_route_point_id": 0,
- "to_route_point_id": 0,
- "distance": 0,
- "unloading": {
- "type": [
- "full"
], - "duration": 300
}, - "loading": {
- "type": [
- "full"
], - "duration": 300
}
}
], - "route_points": [
- {
- "id": 0,
- "car_supply_range": [
- {
- "from": "2024-12-19T10:13:30Z",
- "until": "2024-12-19T10:13:30Z"
}
], - "car_supply_grouped_range": [
- [
- {
- "date": "2018-04-16T00:00:00+00:00",
- "times": [
- {
- "from": "2018-04-16T10:00:00+00:00",
- "until": "2018-04-16T12:00:00+00:00"
}, - {
- "from": "2018-04-16T13:00:00+00:00",
- "until": "2018-04-16T18:00:00+00:00"
}
]
}, - {
- "date": "2018-04-16T00:00:00+00:00",
- "times": [
- {
- "from": "2018-04-17T10:00:00+00:00",
- "until": "2018-04-17T12:00:00+00:00"
}, - {
- "from": "2018-04-17T13:00:00+00:00",
- "until": "2018-04-17T18:00:00+00:00"
}
]
}
]
], - "car_supply_at": "2024-12-19T10:13:30Z",
- "need_document_work": true,
- "additional_services": [
- {
- "id": "string",
- "name": "string",
- "count": 1,
- "price": 0
}
], - "counter_agent": {
- "private_person": true,
- "legal_entity_title": "string",
- "legal_entity_inn": "string",
- "legal_entity_kpp": "string",
- "legal_entity_opf_name": "string",
- "private_person_full_name": "string",
- "private_person_passport_type": "passport",
- "private_person_passport_number": "string",
- "private_person_passport_issuer": "string",
- "private_person_passport_issued_at": "2024-12-19",
- "private_person_passport_info": "2024-12-19"
}, - "cargo_receiver_sender_info": {
- "address": "string",
- "phone": "string",
- "company_name": "string",
- "contact_name": "string",
- "contact_inn": "string",
- "contact_kpp": "string",
- "contact_opf_code": "string",
- "contact_opf_name": "string",
- "passport_number": "string",
- "passport_issued_at": null,
- "passport_who_issued": "string"
}, - "location": {
- "country": "Россия",
- "country_iso_code": "RU",
- "federal_district": "Северо-Западный",
- "region": "Санкт-Петербург",
- "region_type": "г",
- "region_with_type": "г Санкт-Петербург",
- "region_fias_id": "c2deb16a-0330-4f05-821f-1d09c93331e6",
- "region_kladr_id": "7800000000000",
- "region_iso_code": "RU-SPE",
- "area": "Краснокамский",
- "area_type": "р-н",
- "area_with_type": "Краснокамский р-н",
- "area_fias_id": "c278cbbc-e209-4b0f-b20e-9c19ed6f6802",
- "area_kladr_id": "0203100000000",
- "city": "Санкт-Петербург",
- "city_type": "г",
- "city_with_type": "г Санкт-Петербург",
- "city_fias_id": "c2deb16a-0330-4f05-821f-1d09c93331e6",
- "city_kladr_id": "7800000000000",
- "settlement": "Жилгородок",
- "settlement_type": "п",
- "settlement_with_type": "п Жилгородок",
- "settlement_fias_id": "8eab754d-38df-4fac-bebd-b27a46f45ea2",
- "settlement_kladr_id": "4701200005100",
- "street": "Московский",
- "street_type": "пр-кт",
- "street_with_type": "Московский пр-кт",
- "street_fias_id": "01b3acfc-5a4d-4d0f-a2de-67aef6effe31",
- "street_kladr_id": "78000000000085200",
- "house": "дом 1А/2 строение 3 корпус 4 литера Б",
- "house_fias_id": "315a5cc2-7676-460f-ab44-a85c38eea89a",
- "house_kladr_id": "7800000000013430010",
- "office": "офис 1 помещение 2",
- "fias_id": "315a5cc2-7676-460f-ab44-a85c38eea89a",
- "kladr_id": "7800000000013430010",
- "lat": 59.9017959,
- "lng": 30.3194694,
- "zip_code": "196084",
- "timezone_name": "Europe/Moscow",
- "level": "country",
- "country_id": 643,
- "locality": "Жилгородок п",
- "fraction": 0,
- "housing": 0,
- "structure": 0,
- "literature": "string",
- "apartment": "string",
- "latitude": 0,
- "longitude": 0,
- "local_time_zone": 0,
- "comment": "string",
- "id": "string",
- "code": "string",
- "full_string_address": "string",
- "value": "string",
- "is_canonical": true
}, - "radius": 1
}
], - "route_direction_id": "string",
- "route_direction": {
- "country": "Россия",
- "country_iso_code": "RU",
- "federal_district": "Северо-Западный",
- "region": "Санкт-Петербург",
- "region_type": "г",
- "region_with_type": "г Санкт-Петербург",
- "region_fias_id": "c2deb16a-0330-4f05-821f-1d09c93331e6",
- "region_kladr_id": "7800000000000",
- "region_iso_code": "RU-SPE",
- "area": "Краснокамский",
- "area_type": "р-н",
- "area_with_type": "Краснокамский р-н",
- "area_fias_id": "c278cbbc-e209-4b0f-b20e-9c19ed6f6802",
- "area_kladr_id": "0203100000000",
- "city": "Санкт-Петербург",
- "city_type": "г",
- "city_with_type": "г Санкт-Петербург",
- "city_fias_id": "c2deb16a-0330-4f05-821f-1d09c93331e6",
- "city_kladr_id": "7800000000000",
- "settlement": "Жилгородок",
- "settlement_type": "п",
- "settlement_with_type": "п Жилгородок",
- "settlement_fias_id": "8eab754d-38df-4fac-bebd-b27a46f45ea2",
- "settlement_kladr_id": "4701200005100",
- "street": "Московский",
- "street_type": "пр-кт",
- "street_with_type": "Московский пр-кт",
- "street_fias_id": "01b3acfc-5a4d-4d0f-a2de-67aef6effe31",
- "street_kladr_id": "78000000000085200",
- "house": "дом 1А/2 строение 3 корпус 4 литера Б",
- "house_fias_id": "315a5cc2-7676-460f-ab44-a85c38eea89a",
- "house_kladr_id": "7800000000013430010",
- "office": "офис 1 помещение 2",
- "fias_id": "315a5cc2-7676-460f-ab44-a85c38eea89a",
- "kladr_id": "7800000000013430010",
- "lat": 59.9017959,
- "lng": 30.3194694,
- "zip_code": "196084",
- "timezone_name": "Europe/Moscow",
- "level": "country",
- "country_id": 643,
- "locality": "Жилгородок п",
- "fraction": 0,
- "housing": 0,
- "structure": 0,
- "literature": "string",
- "apartment": "string",
- "latitude": 0,
- "longitude": 0,
- "local_time_zone": 0,
- "comment": "string",
- "id": "string",
- "code": "string",
- "full_string_address": "string",
- "value": "string",
- "is_canonical": true
}, - "circular_route": true,
- "is_interval": true,
- "offer_deadline": "2024-12-19T10:13:30Z",
- "intermediate_results_at": "2024-12-19T10:13:30Z",
- "auction_type": "instant_reservation",
- "many_executors_allowed": false,
- "bid_step": 0,
- "bids": [
- {
- "id": "string",
- "ntk_id": "string",
- "author": {
- "id": "string",
- "human_friendly_id": "string",
- "title": "string",
- "country_id": 0,
- "country": {
- "id": 0,
- "name": "string",
- "alpha_2": "string",
- "code_name": "string",
- "num": 0
}, - "inn": "string",
- "kpp": "string",
- "tax_type": "with_vat",
- "opf_id": 0,
- "opf": {
- "id": 1,
- "code": "12300",
- "name": "ООО"
}, - "rating": 0,
- "logo_url": "string"
}, - "shipping_request_id": "string",
- "shipping_order_id": "string",
- "value": 1,
- "status": "current",
- "tax_type": "with_vat",
- "expedited_payment": false,
- "shippings_count": 1,
- "auction_stage_number": 1,
- "created_at": "2024-12-19T10:13:30Z",
- "updated_at": "2024-12-19T10:13:30Z"
}
], - "expedited_payment_available": true,
- "shipping_order_contract_id": "string",
- "shipping_order_contract_hfid": "string",
- "contract_shipping_id": "string",
- "contract_shipping_price": 0,
- "dynamic_pricing": true,
- "document_flow": [
- "scancopy"
], - "closing_documents_period": 1,
- "closing_documents_period_type": "calendar",
- "closing_documents": [
- {
- "name": "string",
- "count": 0
}
], - "agreement_type": "shipping_agreement",
- "change_requests_allowed": true,
- "terms_by_partnership_contract": true,
- "idle_time_cost_without_vat": 50,
- "documents_for_payment": [
- "bill_of_lading"
], - "payment_procedure": "prepayment",
- "payment_period": 1,
- "payment_period_type": "calendar",
- "payment_type": "per_hour",
- "min_work_hours": 0,
- "cancellation_without_penalty_before": "2024-12-19T10:13:30Z",
- "cancellation_penalty_percent": 0,
- "minimum_cancellation_penalty_without_vat": 0,
- "price": 0,
- "price_tax_type": "string",
- "expedited_payment_fee": 0,
- "min_bid": 0,
- "max_bid": 0,
- "winning_bid": 0,
- "expedited_payment_winning_bid": 0,
- "is_bid_winning": true,
- "tc_requirements_changes": [
- {
- "id": "string",
- "status": "string",
- "price": 0,
- "car_supply_at": null
}
], - "tc_requirements_change": {
- "id": "string",
- "status": "string",
- "price": 0,
- "car_supply_at": null
}, - "contact": {
- "full_name": "string",
- "phone": "stringstrin",
- "extension_number": "string",
- "email": "string"
}
}, - "assigned_resources": [
- {
- "driver_contact_info": "string",
- "route_segment_id": 0,
- "drivers_ids": [
- "string"
], - "car_id": "string",
- "trailer_id": "string"
}
], - "selected_car_supply": [
- {
- "route_point_id": 0,
- "car_supply_at": "2024-12-19T10:13:30Z"
}
], - "completed_at": "2024-12-19T10:13:30Z",
- "resource_assignment_deadline": "2024-12-19T10:13:30Z",
- "kind": "ShippingOutput",
- "id": "string",
- "human_friendly_id": "Человеко понятный id",
- "status": {
- "code_name": "resources_waiting",
- "comment": "string"
}, - "status_updated_at": "2024-12-19T10:13:30Z",
- "status_history": [
- [
- {
- "status": "blacklisted",
- "status_comment": "string",
- "created_at": "2024-12-19T10:13:30Z"
}
]
], - "scancopy_status": "cargo_owner_signing",
- "scancopy_status_comment": "string",
- "contract_id": "string",
- "contract_hfid": "string",
- "shipping_order_contract_id": "string",
- "shipping_order_contract_hfid": "string",
- "contract_shipping_id": "string",
- "company_id": "string",
- "company": {
- "id": "string",
- "human_friendly_id": "string",
- "title": "string",
- "country_id": 0,
- "country": {
- "id": 0,
- "name": "string",
- "alpha_2": "string",
- "code_name": "string",
- "num": 0
}, - "inn": "string",
- "kpp": "string",
- "tax_type": "with_vat",
- "opf_id": 0,
- "opf": {
- "id": 1,
- "code": "12300",
- "name": "ООО"
}, - "rating": 0,
- "logo_url": "string"
}, - "shipping_request_id": "string",
- "shipping_order_id": "string",
- "assigned_resource_objects": {
- "drivers": [
- {
- "id": "string",
- "kind": "ResourceDriver",
- "human_friendly_id": "человекочитаемый id",
- "full_name": "string",
- "company_id": "string",
- "freezing": [
- {
- "kind": "ResourceFreezingValue",
- "code_name": "string",
- "name": "string",
- "end_time": "2024-12-19T10:13:30Z"
}
], - "prohibited_categories": [
- "category_1"
], - "delivery_allowed": true,
- "status": {
- "code_name": "not_approved",
- "comment": "string"
}, - "status_updated_at": "2024-12-19T10:13:30Z",
- "driver_secret_info": {
- "common": {
- "country": {
- "id": 0,
- "name": "string",
- "alpha_2": "string",
- "code_name": "string",
- "num": 0
}, - "country_id": 0,
- "first_name": "string",
- "last_name": "string",
- "middle_name": "string",
- "birth_date": "2024-12-19T10:13:30Z"
}, - "doc": {
- "type": "passport",
- "number": "string",
- "issued_at": "2024-12-19T10:13:30Z",
- "subdivision_code": "370-011",
- "who_issued": "string",
- "expired_at": "2024-12-19T10:13:30Z"
}, - "address": {
- "country": {
- "id": 0,
- "name": "string",
- "alpha_2": "string",
- "code_name": "string",
- "num": 0
}, - "country_id": 0,
- "city": "string",
- "street": "string",
- "house_number": "string",
- "zip_code": "string",
- "room": "string"
}, - "inn": "string",
- "driver_license": {
- "number": "string",
- "who_issued": "string",
- "issued_at": "2024-12-19T10:13:30Z",
- "expired_at": "2024-12-19T10:13:30Z"
}, - "have_medical_book": true,
- "phones": [
- "string"
]
}, - "power_of_attorney": {
- "start": "2024-12-19T10:13:30Z",
- "end": "2024-12-19T10:13:30Z"
}, - "attorneys": {
- "cartegory_1": {
- "from": "2024-12-19T10:13:30Z",
- "until": "2024-12-19T10:13:30Z",
- "status": "new"
}, - "cartegory_2": {
- "from": "2024-12-19T10:13:30Z",
- "until": "2024-12-19T10:13:30Z",
- "status": "new"
}
}, - "created_at": "2024-12-19T10:13:30Z",
- "updated_at": "2024-12-19T10:13:30Z"
}
], - "cars": [
- {
- "id": "string",
- "human_friendly_id": "человекочитаемый id",
- "kind": "ResourceCar",
- "brand": "string",
- "company_id": "string",
- "status": {
- "code_name": "not_approved",
- "comment": "string"
}, - "status_updated_at": "2024-12-19T10:13:30Z",
- "lifting_capacity": {
- "id": "string",
- "tonnage": 0,
- "volume": 0,
- "transport_type": "lorry",
- "transport_body_type": "awning"
}, - "freezing": [
- {
- "kind": "ResourceFreezingValue",
- "code_name": "string",
- "name": "string",
- "end_time": "2024-12-19T10:13:30Z"
}
], - "number_sts": "string",
- "owner_sts": "string",
- "owning_type": "own",
- "max_lifting_capacity": 5.2,
- "car_number": "string",
- "car_additional_info": {
- "vin": "string",
- "engine_number": "string",
- "chassis_number": "string",
- "body_number": "string"
}, - "car_phone": "string",
- "created_at": "2024-12-19T10:13:30Z",
- "updated_at": "2024-12-19T10:13:30Z",
- "additional": {
- "disinfected_from": "2024-12-19T10:13:30Z",
- "disinfected_until": "2024-12-19T10:13:30Z",
- "is_disinfected": true,
- "has_temperature_check": true
}, - "loading_option": {
- "full": true,
- "lateral": true,
- "rear": true,
- "upper": true,
- "removable_side_racks": true,
- "removable_upper_beam": true,
- "rigid_board": true,
- "number_of_belts": 0
}
}
], - "trailers": [
- {
- "id": "string",
- "human_friendly_id": "человекочитаемый id",
- "kind": "ResourceTrailer",
- "brand": "string",
- "company_id": "string",
- "status": {
- "code_name": "not_approved",
- "comment": "string"
}, - "status_updated_at": "2024-12-19T10:13:30Z",
- "lifting_capacity": {
- "id": "string",
- "tonnage": 0,
- "volume": 0,
- "transport_type": "lorry",
- "transport_body_type": "awning"
}, - "freezing": [
- {
- "kind": "ResourceFreezingValue",
- "code_name": "string",
- "name": "string",
- "end_time": "2024-12-19T10:13:30Z"
}
], - "number_sts": "string",
- "owner_sts": "string",
- "owning_type": "own",
- "trailer_number": "string",
- "trailer_additional_info": {
- "vin": "string",
- "chassis_number": "string"
}, - "lifting_capacity_id": "string",
- "max_lifting_capacity": 5.2,
- "dimensions_cargo_hold": {
- "length": 0,
- "width": 0,
- "height": 0
}, - "created_at": "2024-12-19T10:13:30Z",
- "updated_at": "2024-12-19T10:13:30Z",
- "additional": {
- "disinfected_from": "2024-12-19T10:13:30Z",
- "disinfected_until": "2024-12-19T10:13:30Z",
- "is_disinfected": true,
- "has_temperature_check": true
}, - "loading_option": {
- "full": true,
- "lateral": true,
- "rear": true,
- "upper": true,
- "removable_side_racks": true,
- "removable_upper_beam": true,
- "rigid_board": true,
- "number_of_belts": 0
}
}
]
}, - "expedited_payment": true,
- "document_flow": "scancopy",
- "shippings_count": 1,
- "scancopy_attachment_deadline": "2024-12-19T10:13:30Z",
- "requirements_changes_deadline": "2024-12-19T10:13:30Z",
- "reserved_at": "2024-12-19T10:13:30Z",
- "important_changes_at": "2024-12-19T10:13:30Z",
- "requirements_accepted_at": "2024-12-19T10:13:30Z",
- "closing_ttd_documents_accepted_at": "string",
- "closing_ttd_documents_rejected_at": "string",
- "closing_ttd_documents_rejection_comment": "string",
- "closing_ttd_forwarder_documents_accepted_at": "string",
- "closing_ttd_forwarder_documents_rejected_at": "string",
- "closing_ttd_forwarder_documents_rejection_comment": "string",
- "closing_bd_documents_accepted_at": "string",
- "closing_bd_documents_rejected_at": "string",
- "closing_bd_documents_rejection_comment": "string",
- "closing_status": "documents_accepted",
- "planned_payment_date": "2024-12-19",
- "actual_payment_date": "2024-12-19",
- "contact": {
- "id": "string",
- "full_name": "string",
- "email": "string",
- "phone": "string"
}, - "created_at": "2024-12-19T10:13:30Z",
- "updated_at": "2024-12-19T10:13:30Z"
}
Скачивание файла ПФЗ
CargoOwningCompanyAdmin
) shipping_id required | string <uuid> ID перевозки |
scancopy_id required | string <uuid> ID документа |
file_id required | string <uuid> ID файла |
OK
Неверные параметры запроса
Нет прав на выполнение действия
Объект не найден
{- "code": 400,
- "error": "BadRequest",
- "error_description": "BadRequest"
}
Подтвердить завершение перевозки
CargoOwningCompanyAdmin
) Content-Type required | any Value: "application/json" |
completed_at required | string <date-time> Дата фактического завершения перевозки. |
OK
Неверные параметры запроса
Нет прав на выполнение действия
Объект не найден
{- "completed_at": "2024-12-19T10:13:30Z"
}
{- "shipping_request_info": {
- "id": "string",
- "human_friendly_id": "string",
- "created_at": "2024-12-19T10:13:30Z",
- "updated_at": "2024-12-19T10:13:30Z",
- "kind": "ShippingRequest",
- "status": {
- "code_name": "new",
- "comment": "string"
}, - "status_updated_at": "2024-12-19T10:13:30Z",
- "status_history": [
- {
- "status": {
- "code_name": "new",
- "comment": "string"
}, - "created_at": "2024-12-19T10:13:30Z"
}
], - "type": "shipping_request",
- "cargo_owning_company_id": "string",
- "author_id": "string",
- "shipping_order_id": "string",
- "contract_id": "string",
- "contract_hfid": "string",
- "client_category": "category_1",
- "comment": "string",
- "resource_assignment_time": 30,
- "completed_at": "2024-12-19T10:13:30Z",
- "contract_begins_at": "2024-12-19T10:13:30Z",
- "contract_ends_at": "2024-12-19T10:13:30Z",
- "contract_type": "by_shippings_count",
- "shippings_count": 1,
- "max_shippings_per_day": 1,
- "max_shippings_per_week": 1,
- "shipping_available_in": 0,
- "resource_requirements": {
- "transport_body_type": [
- "awning"
], - "transport_type": [
- "lorry"
], - "lifting_capacity": [
- "string"
], - "lifting_capacities": [
- {
- "id": "string",
- "kind": "string",
- "tonnage": 0,
- "volume": 0,
- "transport_body_type": "awning",
- "transport_type": "lorry"
}
], - "has_russian_citizen": true,
- "has_driver_coveralls": true,
- "has_no_criminal_records": true,
- "has_rigid_board": true,
- "has_medical_book": true,
- "has_removable_upper_beam": true,
- "has_removable_side_racks": true,
- "is_express": true,
- "number_of_belts": 0,
- "has_shipping_power_of_attorney_original": true,
- "is_disinfected": true,
- "has_temperature_check": true,
- "temperature_condition": {
- "min": 0,
- "max": 0
}, - "own_transport_only": true,
- "timber_bunks": true,
- "tir_document": true,
- "cmr_document": true
}, - "cargo_description": "string",
- "cargo_tonnage": 0,
- "cargo_volume": 0,
- "cargo_cost": 0,
- "cargo_adr": "1",
- "cargo_length": 0.5,
- "cargo_width": 0.5,
- "cargo_height": 0.5,
- "cargo_places": 0,
- "cargo_packing": "reels",
- "route_segments": [
- {
- "id": 0,
- "from_route_point_id": 0,
- "to_route_point_id": 0,
- "distance": 0,
- "unloading": {
- "type": [
- "full"
], - "duration": 300
}, - "loading": {
- "type": [
- "full"
], - "duration": 300
}
}
], - "route_points": [
- {
- "id": 0,
- "car_supply_range": [
- {
- "from": "2024-12-19T10:13:30Z",
- "until": "2024-12-19T10:13:30Z"
}
], - "car_supply_grouped_range": [
- [
- {
- "date": "2018-04-16T00:00:00+00:00",
- "times": [
- {
- "from": "2018-04-16T10:00:00+00:00",
- "until": "2018-04-16T12:00:00+00:00"
}, - {
- "from": "2018-04-16T13:00:00+00:00",
- "until": "2018-04-16T18:00:00+00:00"
}
]
}, - {
- "date": "2018-04-16T00:00:00+00:00",
- "times": [
- {
- "from": "2018-04-17T10:00:00+00:00",
- "until": "2018-04-17T12:00:00+00:00"
}, - {
- "from": "2018-04-17T13:00:00+00:00",
- "until": "2018-04-17T18:00:00+00:00"
}
]
}
]
], - "car_supply_at": "2024-12-19T10:13:30Z",
- "need_document_work": true,
- "additional_services": [
- {
- "id": "string",
- "name": "string",
- "count": 1,
- "price": 0
}
], - "counter_agent": {
- "private_person": true,
- "legal_entity_title": "string",
- "legal_entity_inn": "string",
- "legal_entity_kpp": "string",
- "legal_entity_opf_name": "string",
- "private_person_full_name": "string",
- "private_person_passport_type": "passport",
- "private_person_passport_number": "string",
- "private_person_passport_issuer": "string",
- "private_person_passport_issued_at": "2024-12-19",
- "private_person_passport_info": "2024-12-19"
}, - "cargo_receiver_sender_info": {
- "address": "string",
- "phone": "string",
- "company_name": "string",
- "contact_name": "string",
- "contact_inn": "string",
- "contact_kpp": "string",
- "contact_opf_code": "string",
- "contact_opf_name": "string",
- "passport_number": "string",
- "passport_issued_at": null,
- "passport_who_issued": "string"
}, - "location": {
- "country": "Россия",
- "country_iso_code": "RU",
- "federal_district": "Северо-Западный",
- "region": "Санкт-Петербург",
- "region_type": "г",
- "region_with_type": "г Санкт-Петербург",
- "region_fias_id": "c2deb16a-0330-4f05-821f-1d09c93331e6",
- "region_kladr_id": "7800000000000",
- "region_iso_code": "RU-SPE",
- "area": "Краснокамский",
- "area_type": "р-н",
- "area_with_type": "Краснокамский р-н",
- "area_fias_id": "c278cbbc-e209-4b0f-b20e-9c19ed6f6802",
- "area_kladr_id": "0203100000000",
- "city": "Санкт-Петербург",
- "city_type": "г",
- "city_with_type": "г Санкт-Петербург",
- "city_fias_id": "c2deb16a-0330-4f05-821f-1d09c93331e6",
- "city_kladr_id": "7800000000000",
- "settlement": "Жилгородок",
- "settlement_type": "п",
- "settlement_with_type": "п Жилгородок",
- "settlement_fias_id": "8eab754d-38df-4fac-bebd-b27a46f45ea2",
- "settlement_kladr_id": "4701200005100",
- "street": "Московский",
- "street_type": "пр-кт",
- "street_with_type": "Московский пр-кт",
- "street_fias_id": "01b3acfc-5a4d-4d0f-a2de-67aef6effe31",
- "street_kladr_id": "78000000000085200",
- "house": "дом 1А/2 строение 3 корпус 4 литера Б",
- "house_fias_id": "315a5cc2-7676-460f-ab44-a85c38eea89a",
- "house_kladr_id": "7800000000013430010",
- "office": "офис 1 помещение 2",
- "fias_id": "315a5cc2-7676-460f-ab44-a85c38eea89a",
- "kladr_id": "7800000000013430010",
- "lat": 59.9017959,
- "lng": 30.3194694,
- "zip_code": "196084",
- "timezone_name": "Europe/Moscow",
- "level": "country",
- "country_id": 643,
- "locality": "Жилгородок п",
- "fraction": 0,
- "housing": 0,
- "structure": 0,
- "literature": "string",
- "apartment": "string",
- "latitude": 0,
- "longitude": 0,
- "local_time_zone": 0,
- "comment": "string",
- "id": "string",
- "code": "string",
- "full_string_address": "string",
- "value": "string",
- "is_canonical": true
}, - "radius": 1
}
], - "route_direction_id": "string",
- "route_direction": {
- "country": "Россия",
- "country_iso_code": "RU",
- "federal_district": "Северо-Западный",
- "region": "Санкт-Петербург",
- "region_type": "г",
- "region_with_type": "г Санкт-Петербург",
- "region_fias_id": "c2deb16a-0330-4f05-821f-1d09c93331e6",
- "region_kladr_id": "7800000000000",
- "region_iso_code": "RU-SPE",
- "area": "Краснокамский",
- "area_type": "р-н",
- "area_with_type": "Краснокамский р-н",
- "area_fias_id": "c278cbbc-e209-4b0f-b20e-9c19ed6f6802",
- "area_kladr_id": "0203100000000",
- "city": "Санкт-Петербург",
- "city_type": "г",
- "city_with_type": "г Санкт-Петербург",
- "city_fias_id": "c2deb16a-0330-4f05-821f-1d09c93331e6",
- "city_kladr_id": "7800000000000",
- "settlement": "Жилгородок",
- "settlement_type": "п",
- "settlement_with_type": "п Жилгородок",
- "settlement_fias_id": "8eab754d-38df-4fac-bebd-b27a46f45ea2",
- "settlement_kladr_id": "4701200005100",
- "street": "Московский",
- "street_type": "пр-кт",
- "street_with_type": "Московский пр-кт",
- "street_fias_id": "01b3acfc-5a4d-4d0f-a2de-67aef6effe31",
- "street_kladr_id": "78000000000085200",
- "house": "дом 1А/2 строение 3 корпус 4 литера Б",
- "house_fias_id": "315a5cc2-7676-460f-ab44-a85c38eea89a",
- "house_kladr_id": "7800000000013430010",
- "office": "офис 1 помещение 2",
- "fias_id": "315a5cc2-7676-460f-ab44-a85c38eea89a",
- "kladr_id": "7800000000013430010",
- "lat": 59.9017959,
- "lng": 30.3194694,
- "zip_code": "196084",
- "timezone_name": "Europe/Moscow",
- "level": "country",
- "country_id": 643,
- "locality": "Жилгородок п",
- "fraction": 0,
- "housing": 0,
- "structure": 0,
- "literature": "string",
- "apartment": "string",
- "latitude": 0,
- "longitude": 0,
- "local_time_zone": 0,
- "comment": "string",
- "id": "string",
- "code": "string",
- "full_string_address": "string",
- "value": "string",
- "is_canonical": true
}, - "circular_route": true,
- "is_interval": true,
- "offer_deadline": "2024-12-19T10:13:30Z",
- "intermediate_results_at": "2024-12-19T10:13:30Z",
- "auction_type": "instant_reservation",
- "many_executors_allowed": false,
- "bid_step": 0,
- "bids": [
- {
- "id": "string",
- "ntk_id": "string",
- "author": {
- "id": "string",
- "human_friendly_id": "string",
- "title": "string",
- "country_id": 0,
- "country": {
- "id": 0,
- "name": "string",
- "alpha_2": "string",
- "code_name": "string",
- "num": 0
}, - "inn": "string",
- "kpp": "string",
- "tax_type": "with_vat",
- "opf_id": 0,
- "opf": {
- "id": 1,
- "code": "12300",
- "name": "ООО"
}, - "rating": 0,
- "logo_url": "string"
}, - "shipping_request_id": "string",
- "shipping_order_id": "string",
- "value": 1,
- "status": "current",
- "tax_type": "with_vat",
- "expedited_payment": false,
- "shippings_count": 1,
- "auction_stage_number": 1,
- "created_at": "2024-12-19T10:13:30Z",
- "updated_at": "2024-12-19T10:13:30Z"
}
], - "expedited_payment_available": true,
- "shipping_order_contract_id": "string",
- "shipping_order_contract_hfid": "string",
- "contract_shipping_id": "string",
- "contract_shipping_price": 0,
- "dynamic_pricing": true,
- "document_flow": [
- "scancopy"
], - "closing_documents_period": 1,
- "closing_documents_period_type": "calendar",
- "closing_documents": [
- {
- "name": "string",
- "count": 0
}
], - "agreement_type": "shipping_agreement",
- "change_requests_allowed": true,
- "terms_by_partnership_contract": true,
- "idle_time_cost_without_vat": 50,
- "documents_for_payment": [
- "bill_of_lading"
], - "payment_procedure": "prepayment",
- "payment_period": 1,
- "payment_period_type": "calendar",
- "payment_type": "per_hour",
- "min_work_hours": 0,
- "cancellation_without_penalty_before": "2024-12-19T10:13:30Z",
- "cancellation_penalty_percent": 0,
- "minimum_cancellation_penalty_without_vat": 0,
- "price": 0,
- "price_tax_type": "string",
- "expedited_payment_fee": 0,
- "min_bid": 0,
- "max_bid": 0,
- "winning_bid": 0,
- "expedited_payment_winning_bid": 0,
- "is_bid_winning": true,
- "tc_requirements_changes": [
- {
- "id": "string",
- "status": "string",
- "price": 0,
- "car_supply_at": null
}
], - "tc_requirements_change": {
- "id": "string",
- "status": "string",
- "price": 0,
- "car_supply_at": null
}, - "contact": {
- "full_name": "string",
- "phone": "stringstrin",
- "extension_number": "string",
- "email": "string"
}
}, - "assigned_resources": [
- {
- "driver_contact_info": "string",
- "route_segment_id": 0,
- "drivers_ids": [
- "string"
], - "car_id": "string",
- "trailer_id": "string"
}
], - "selected_car_supply": [
- {
- "route_point_id": 0,
- "car_supply_at": "2024-12-19T10:13:30Z"
}
], - "completed_at": "2024-12-19T10:13:30Z",
- "resource_assignment_deadline": "2024-12-19T10:13:30Z",
- "kind": "ShippingOutput",
- "id": "string",
- "human_friendly_id": "Человеко понятный id",
- "status": {
- "code_name": "resources_waiting",
- "comment": "string"
}, - "status_updated_at": "2024-12-19T10:13:30Z",
- "status_history": [
- [
- {
- "status": "blacklisted",
- "status_comment": "string",
- "created_at": "2024-12-19T10:13:30Z"
}
]
], - "scancopy_status": "cargo_owner_signing",
- "scancopy_status_comment": "string",
- "contract_id": "string",
- "contract_hfid": "string",
- "shipping_order_contract_id": "string",
- "shipping_order_contract_hfid": "string",
- "contract_shipping_id": "string",
- "company_id": "string",
- "company": {
- "id": "string",
- "human_friendly_id": "string",
- "title": "string",
- "country_id": 0,
- "country": {
- "id": 0,
- "name": "string",
- "alpha_2": "string",
- "code_name": "string",
- "num": 0
}, - "inn": "string",
- "kpp": "string",
- "tax_type": "with_vat",
- "opf_id": 0,
- "opf": {
- "id": 1,
- "code": "12300",
- "name": "ООО"
}, - "rating": 0,
- "logo_url": "string"
}, - "shipping_request_id": "string",
- "shipping_order_id": "string",
- "assigned_resource_objects": {
- "drivers": [
- {
- "id": "string",
- "kind": "ResourceDriver",
- "human_friendly_id": "человекочитаемый id",
- "full_name": "string",
- "company_id": "string",
- "freezing": [
- {
- "kind": "ResourceFreezingValue",
- "code_name": "string",
- "name": "string",
- "end_time": "2024-12-19T10:13:30Z"
}
], - "prohibited_categories": [
- "category_1"
], - "delivery_allowed": true,
- "status": {
- "code_name": "not_approved",
- "comment": "string"
}, - "status_updated_at": "2024-12-19T10:13:30Z",
- "driver_secret_info": {
- "common": {
- "country": {
- "id": 0,
- "name": "string",
- "alpha_2": "string",
- "code_name": "string",
- "num": 0
}, - "country_id": 0,
- "first_name": "string",
- "last_name": "string",
- "middle_name": "string",
- "birth_date": "2024-12-19T10:13:30Z"
}, - "doc": {
- "type": "passport",
- "number": "string",
- "issued_at": "2024-12-19T10:13:30Z",
- "subdivision_code": "370-011",
- "who_issued": "string",
- "expired_at": "2024-12-19T10:13:30Z"
}, - "address": {
- "country": {
- "id": 0,
- "name": "string",
- "alpha_2": "string",
- "code_name": "string",
- "num": 0
}, - "country_id": 0,
- "city": "string",
- "street": "string",
- "house_number": "string",
- "zip_code": "string",
- "room": "string"
}, - "inn": "string",
- "driver_license": {
- "number": "string",
- "who_issued": "string",
- "issued_at": "2024-12-19T10:13:30Z",
- "expired_at": "2024-12-19T10:13:30Z"
}, - "have_medical_book": true,
- "phones": [
- "string"
]
}, - "power_of_attorney": {
- "start": "2024-12-19T10:13:30Z",
- "end": "2024-12-19T10:13:30Z"
}, - "attorneys": {
- "cartegory_1": {
- "from": "2024-12-19T10:13:30Z",
- "until": "2024-12-19T10:13:30Z",
- "status": "new"
}, - "cartegory_2": {
- "from": "2024-12-19T10:13:30Z",
- "until": "2024-12-19T10:13:30Z",
- "status": "new"
}
}, - "created_at": "2024-12-19T10:13:30Z",
- "updated_at": "2024-12-19T10:13:30Z"
}
], - "cars": [
- {
- "id": "string",
- "human_friendly_id": "человекочитаемый id",
- "kind": "ResourceCar",
- "brand": "string",
- "company_id": "string",
- "status": {
- "code_name": "not_approved",
- "comment": "string"
}, - "status_updated_at": "2024-12-19T10:13:30Z",
- "lifting_capacity": {
- "id": "string",
- "tonnage": 0,
- "volume": 0,
- "transport_type": "lorry",
- "transport_body_type": "awning"
}, - "freezing": [
- {
- "kind": "ResourceFreezingValue",
- "code_name": "string",
- "name": "string",
- "end_time": "2024-12-19T10:13:30Z"
}
], - "number_sts": "string",
- "owner_sts": "string",
- "owning_type": "own",
- "max_lifting_capacity": 5.2,
- "car_number": "string",
- "car_additional_info": {
- "vin": "string",
- "engine_number": "string",
- "chassis_number": "string",
- "body_number": "string"
}, - "car_phone": "string",
- "created_at": "2024-12-19T10:13:30Z",
- "updated_at": "2024-12-19T10:13:30Z",
- "additional": {
- "disinfected_from": "2024-12-19T10:13:30Z",
- "disinfected_until": "2024-12-19T10:13:30Z",
- "is_disinfected": true,
- "has_temperature_check": true
}, - "loading_option": {
- "full": true,
- "lateral": true,
- "rear": true,
- "upper": true,
- "removable_side_racks": true,
- "removable_upper_beam": true,
- "rigid_board": true,
- "number_of_belts": 0
}
}
], - "trailers": [
- {
- "id": "string",
- "human_friendly_id": "человекочитаемый id",
- "kind": "ResourceTrailer",
- "brand": "string",
- "company_id": "string",
- "status": {
- "code_name": "not_approved",
- "comment": "string"
}, - "status_updated_at": "2024-12-19T10:13:30Z",
- "lifting_capacity": {
- "id": "string",
- "tonnage": 0,
- "volume": 0,
- "transport_type": "lorry",
- "transport_body_type": "awning"
}, - "freezing": [
- {
- "kind": "ResourceFreezingValue",
- "code_name": "string",
- "name": "string",
- "end_time": "2024-12-19T10:13:30Z"
}
], - "number_sts": "string",
- "owner_sts": "string",
- "owning_type": "own",
- "trailer_number": "string",
- "trailer_additional_info": {
- "vin": "string",
- "chassis_number": "string"
}, - "lifting_capacity_id": "string",
- "max_lifting_capacity": 5.2,
- "dimensions_cargo_hold": {
- "length": 0,
- "width": 0,
- "height": 0
}, - "created_at": "2024-12-19T10:13:30Z",
- "updated_at": "2024-12-19T10:13:30Z",
- "additional": {
- "disinfected_from": "2024-12-19T10:13:30Z",
- "disinfected_until": "2024-12-19T10:13:30Z",
- "is_disinfected": true,
- "has_temperature_check": true
}, - "loading_option": {
- "full": true,
- "lateral": true,
- "rear": true,
- "upper": true,
- "removable_side_racks": true,
- "removable_upper_beam": true,
- "rigid_board": true,
- "number_of_belts": 0
}
}
]
}, - "expedited_payment": true,
- "document_flow": "scancopy",
- "shippings_count": 1,
- "scancopy_attachment_deadline": "2024-12-19T10:13:30Z",
- "requirements_changes_deadline": "2024-12-19T10:13:30Z",
- "reserved_at": "2024-12-19T10:13:30Z",
- "important_changes_at": "2024-12-19T10:13:30Z",
- "requirements_accepted_at": "2024-12-19T10:13:30Z",
- "closing_ttd_documents_accepted_at": "string",
- "closing_ttd_documents_rejected_at": "string",
- "closing_ttd_documents_rejection_comment": "string",
- "closing_ttd_forwarder_documents_accepted_at": "string",
- "closing_ttd_forwarder_documents_rejected_at": "string",
- "closing_ttd_forwarder_documents_rejection_comment": "string",
- "closing_bd_documents_accepted_at": "string",
- "closing_bd_documents_rejected_at": "string",
- "closing_bd_documents_rejection_comment": "string",
- "closing_status": "documents_accepted",
- "planned_payment_date": "2024-12-19",
- "actual_payment_date": "2024-12-19",
- "contact": {
- "id": "string",
- "full_name": "string",
- "email": "string",
- "phone": "string"
}, - "created_at": "2024-12-19T10:13:30Z",
- "updated_at": "2024-12-19T10:13:30Z"
}
Получение списка доступных типов ОПФ
CargoOwningCompanyAdmin
) ОПФ компаний
{- "items": [
- {
- "id": 1,
- "code": "12300",
- "name": "ООО"
}
]
}
Подсказки адреса
CargoOwningCompanyAdmin
) q required | string Строка для поиска |
from_bound | string Enum: "region" "area" "city" "settlement" "street" "house" Ограничение поиска сверху указанным типом адреса |
to_bound | string Enum: "region" "area" "city" "settlement" "street" "house" Ограничение поиска снизу указанным типом адреса |
parent_kladr_id | string Example: parent_kladr_id=0200000000000 Код КЛАДР адресного объекта, среди всех дочерних элементов которого следует осуществлять поиск |
Адреса
{- "items": [
- {
- "country": "Россия",
- "country_iso_code": "RU",
- "federal_district": "Северо-Западный",
- "region": "Санкт-Петербург",
- "region_type": "г",
- "region_with_type": "г Санкт-Петербург",
- "region_fias_id": "c2deb16a-0330-4f05-821f-1d09c93331e6",
- "region_kladr_id": "7800000000000",
- "region_iso_code": "RU-SPE",
- "area": "Краснокамский",
- "area_type": "р-н",
- "area_with_type": "Краснокамский р-н",
- "area_fias_id": "c278cbbc-e209-4b0f-b20e-9c19ed6f6802",
- "area_kladr_id": "0203100000000",
- "city": "Санкт-Петербург",
- "city_type": "г",
- "city_with_type": "г Санкт-Петербург",
- "city_fias_id": "c2deb16a-0330-4f05-821f-1d09c93331e6",
- "city_kladr_id": "7800000000000",
- "settlement": "Жилгородок",
- "settlement_type": "п",
- "settlement_with_type": "п Жилгородок",
- "settlement_fias_id": "8eab754d-38df-4fac-bebd-b27a46f45ea2",
- "settlement_kladr_id": "4701200005100",
- "street": "Московский",
- "street_type": "пр-кт",
- "street_with_type": "Московский пр-кт",
- "street_fias_id": "01b3acfc-5a4d-4d0f-a2de-67aef6effe31",
- "street_kladr_id": "78000000000085200",
- "house": "дом 1А/2 строение 3 корпус 4 литера Б",
- "house_fias_id": "315a5cc2-7676-460f-ab44-a85c38eea89a",
- "house_kladr_id": "7800000000013430010",
- "office": "офис 1 помещение 2",
- "fias_id": "315a5cc2-7676-460f-ab44-a85c38eea89a",
- "kladr_id": "7800000000013430010",
- "lat": 59.9017959,
- "lng": 30.3194694,
- "zip_code": "196084",
- "timezone_name": "Europe/Moscow",
- "level": "country",
- "house_number": "94",
- "house_type": "д",
- "block": "string",
- "block_type": "string",
- "time_zone": 5,
- "value": "string"
}
]
}
Поиск адреса по геокоординатам
CargoOwningCompanyAdmin
) lat required | number <double> Широта |
lon required | number <double> Долгота |
radius_meters | integer [ 0 .. 1000 ] Default: 100 Радиус поиска в метрах |
Адреса
{- "items": [
- {
- "country": "Россия",
- "country_iso_code": "RU",
- "federal_district": "Северо-Западный",
- "region": "Санкт-Петербург",
- "region_type": "г",
- "region_with_type": "г Санкт-Петербург",
- "region_fias_id": "c2deb16a-0330-4f05-821f-1d09c93331e6",
- "region_kladr_id": "7800000000000",
- "region_iso_code": "RU-SPE",
- "area": "Краснокамский",
- "area_type": "р-н",
- "area_with_type": "Краснокамский р-н",
- "area_fias_id": "c278cbbc-e209-4b0f-b20e-9c19ed6f6802",
- "area_kladr_id": "0203100000000",
- "city": "Санкт-Петербург",
- "city_type": "г",
- "city_with_type": "г Санкт-Петербург",
- "city_fias_id": "c2deb16a-0330-4f05-821f-1d09c93331e6",
- "city_kladr_id": "7800000000000",
- "settlement": "Жилгородок",
- "settlement_type": "п",
- "settlement_with_type": "п Жилгородок",
- "settlement_fias_id": "8eab754d-38df-4fac-bebd-b27a46f45ea2",
- "settlement_kladr_id": "4701200005100",
- "street": "Московский",
- "street_type": "пр-кт",
- "street_with_type": "Московский пр-кт",
- "street_fias_id": "01b3acfc-5a4d-4d0f-a2de-67aef6effe31",
- "street_kladr_id": "78000000000085200",
- "house": "дом 1А/2 строение 3 корпус 4 литера Б",
- "house_fias_id": "315a5cc2-7676-460f-ab44-a85c38eea89a",
- "house_kladr_id": "7800000000013430010",
- "office": "офис 1 помещение 2",
- "fias_id": "315a5cc2-7676-460f-ab44-a85c38eea89a",
- "kladr_id": "7800000000013430010",
- "lat": 59.9017959,
- "lng": 30.3194694,
- "zip_code": "196084",
- "timezone_name": "Europe/Moscow",
- "level": "country",
- "house_number": "94",
- "house_type": "д",
- "block": "string",
- "block_type": "string",
- "time_zone": 5,
- "value": "string"
}
]
}
CargoOwningCompanyAdmin
) fias required | string ФИАС |
{- "country": "Россия",
- "country_iso_code": "RU",
- "federal_district": "Северо-Западный",
- "region": "Санкт-Петербург",
- "region_type": "г",
- "region_with_type": "г Санкт-Петербург",
- "region_fias_id": "c2deb16a-0330-4f05-821f-1d09c93331e6",
- "region_kladr_id": "7800000000000",
- "region_iso_code": "RU-SPE",
- "area": "Краснокамский",
- "area_type": "р-н",
- "area_with_type": "Краснокамский р-н",
- "area_fias_id": "c278cbbc-e209-4b0f-b20e-9c19ed6f6802",
- "area_kladr_id": "0203100000000",
- "city": "Санкт-Петербург",
- "city_type": "г",
- "city_with_type": "г Санкт-Петербург",
- "city_fias_id": "c2deb16a-0330-4f05-821f-1d09c93331e6",
- "city_kladr_id": "7800000000000",
- "settlement": "Жилгородок",
- "settlement_type": "п",
- "settlement_with_type": "п Жилгородок",
- "settlement_fias_id": "8eab754d-38df-4fac-bebd-b27a46f45ea2",
- "settlement_kladr_id": "4701200005100",
- "street": "Московский",
- "street_type": "пр-кт",
- "street_with_type": "Московский пр-кт",
- "street_fias_id": "01b3acfc-5a4d-4d0f-a2de-67aef6effe31",
- "street_kladr_id": "78000000000085200",
- "house": "дом 1А/2 строение 3 корпус 4 литера Б",
- "house_fias_id": "315a5cc2-7676-460f-ab44-a85c38eea89a",
- "house_kladr_id": "7800000000013430010",
- "office": "офис 1 помещение 2",
- "fias_id": "315a5cc2-7676-460f-ab44-a85c38eea89a",
- "kladr_id": "7800000000013430010",
- "lat": 59.9017959,
- "lng": 30.3194694,
- "zip_code": "196084",
- "timezone_name": "Europe/Moscow",
- "level": "country",
- "house_number": "94",
- "house_type": "д",
- "block": "string",
- "block_type": "string",
- "time_zone": 5,
- "value": "string"
}
Рассчитать стоимость
CargoOwningCompanyAdmin
) transport_body_type | string Enum: "awning" "isothermal" "refrigerator" Тип кузова транспорта
|
tonnage | number <double> Тоннаж транспорта в тоннах |
volume | integer Объём транспорта в кубических метрах |
from | string <date-time> Период данных - ОТ |
till | string <date-time> Период данных - ДО |
routes | Array of objects Маршруты |
Расчитанные рыночные цены
Неверные параметры запроса
{- "transport_body_type": "awning",
- "tonnage": 0,
- "volume": 0,
- "from": "2024-12-19T10:13:30Z",
- "till": "2024-12-19T10:13:30Z",
- "routes": [
- {
- "from_location": {
- "fias_id": "string",
- "federal_district_id": "string",
- "radius": 0,
- "location": { },
- "location_type": "string"
}, - "to_location": {
- "fias_id": "string",
- "federal_district_id": "string",
- "radius": 0,
- "location": { },
- "location_type": "string"
}
}
]
}
{- "id": "string",
- "transport_body_type": "awning",
- "tonnage": 0,
- "volume": 0,
- "from": "2024-12-19T10:13:30Z",
- "till": "2024-12-19T10:13:30Z",
- "routes": [
- {
- "from_location": {
- "fias_id": "string",
- "federal_district_id": "string",
- "radius": 0,
- "location": { },
- "location_type": "string"
}, - "to_location": {
- "fias_id": "string",
- "federal_district_id": "string",
- "radius": 0,
- "location": { },
- "location_type": "string"
}, - "min_price": 0,
- "avg_price": 0,
- "max_price": 0,
- "error": { },
- "error_description": "string",
- "http_status": 0,
- "count": 0,
- "query_time": 0
}
]
}