Skip to content

Latest commit

 

History

History
36 lines (33 loc) · 3.66 KB

TruckOld.md

File metadata and controls

36 lines (33 loc) · 3.66 KB

# TruckOld

Properties

Name Type Description Notes
id int идентификатор ТС [optional]
truck_manufacturer string @deprecated Использовать tractor, trailer, van. Марка ТС [optional]
truck_number string @deprecated Использовать tractor, trailer, van. Гос.номер ТС [optional]
truck_manufacturer_trailer string @deprecated Использовать tractor, trailer, van. Марка прицепа ТС [optional]
truck_number_trailer string @deprecated Использовать tractor, trailer, van. Гос.номер прицепа ТС [optional]
truck_model string модель ТС [optional]
carrying_capacity_value float @deprecated Использовать trailer, van. Грузоподъемность ТС [optional]
cubic_capacity_value float @deprecated Использовать trailer, van. Кубатура ТС [optional]
truck_type_id int @deprecated Использовать trailer, van. Тип кузова [optional]
ownership_type \MagDv\Cargomart\Dto\TruckOwnershipType @deprecated Использовать ownershipType в tractor и trailer. Тип владения (owned - Собственность, leasing - Лизинг, rent - Аренда, joint_property_spouses - Совместная собственность супругов, free_use - Безвозмездное пользование) [optional]
tractor \MagDv\Cargomart\Dto\TractorVehicle Данные тягача [optional]
trailer \MagDv\Cargomart\Dto\Vehicle Данные прицепа [optional]
van \MagDv\Cargomart\Dto\Vehicle Данные фургона [optional]
validation_status \MagDv\Cargomart\Dto\TruckValidationStatus [optional]
affiliation_type \MagDv\Cargomart\Dto\TruckAffiliationType [optional]
company_owner_inn string @deprecated будет удалено. юзать actualCarrier [optional]
company_owner_name string @deprecated будет удалено. юзать actualCarrier [optional]
company_owner_address string @deprecated будет удалено. юзать actualCarrier [optional]
actual_carrier \MagDv\Cargomart\Dto\ActualCarrier Фактический перевозчик [optional]
truck_mode_id int тип ТС [optional]
photo object фотография [optional]
phones string[] Список телефонов ТС. [optional]
pts object ПТС [optional]
status \MagDv\Cargomart\Dto\TruckStatusEnum [optional]
rejection_reason string Причина отклонения - возвращется в случае значения поля status = 3 [optional]
company_owner_country_code string @deprecated будет удалено. Код страны компании фактического перевозчика [optional]
owner_country_code string Код страны компании фактического перевозчика [optional]
access \MagDv\Cargomart\Dto\TruckAccess Контекстные права доступа к ТС [optional]

[Back to Model list] [Back to API list] [Back to README]