Skip to content

Latest commit

 

History

History
32 lines (29 loc) · 3.32 KB

OrderTruck.md

File metadata and controls

32 lines (29 loc) · 3.32 KB

# OrderTruck

Properties

Name Type Description Notes
manufacturer string @deprecated Использовать tractor, trailer, van. Марка ТС [optional]
number string @deprecated Использовать tractor, trailer, van. Гос.номер ТС [optional]
manufacturer_trailer string @deprecated Использовать tractor, trailer, van. Марка прицепа ТС [optional]
number_trailer string @deprecated Использовать tractor, trailer, van. Гос.номер прицепа ТС [optional]
carrying_capacity float @deprecated Использовать trailer, van. Грузоподъемность ТС [optional]
cubic_capacity float @deprecated Использовать trailer, van. Кубатура ТС [optional]
type_id int @deprecated Использовать trailer, van. Тип кузова [optional]
mode_id int Тип ТС [optional]
ownership_type \MagDv\Cargomart\Dto\TruckOwnershipType @deprecated Будет приходить внутри 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]
company_owner_country_code string @deprecated будет удалено. Код страны компании фактического перевозчика [optional]
owner_country_code string Код страны компании фактического перевозчика [optional]
phones string[] Список телефонов ТС. [optional]
ownership_type_trailer \MagDv\Cargomart\Dto\TruckOwnershipType [optional]
registration_country_code_trailer string Страна регистрации прицепа [optional]
registration_country_code string Страна регистрации ТС [optional]

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