Appearance
Vehicles & Fleet
These services manage vehicle records. AMZSMobileCustomerVehicle handles customer-owned vehicles encountered during field service, while AMZSMobileServiceVehicles manages the AMZS fleet of service vehicles.
AMZSMobileCustomerVehicle
Namespace: urn:microsoft-dynamics-schemas/page/amzsmobilecustomervehicleEndpoint: Page/AMZSMobileCustomerVehicleType: Full CRUD Read key: Code (String)
Entity Fields
| Field | Type | Description |
|---|---|---|
| Key | String | NAV internal key |
| Code | String | Vehicle code (primary key) |
| Customer_No | String | Owning customer number |
| Customer_Name | String | Owning customer name |
| Chassis_No | String | Vehicle chassis / VIN number |
| Make_Code | String | Manufacturer code |
| Make_Description | String | Manufacturer name |
| Model_Code | String | Model code |
| Model_Description | String | Model name |
| Registration_No | String | Vehicle registration plate number |
| First_Registration_Date | Date | Date of first registration |
| Engine_Volume_ccm | BigDecimal | Engine displacement in cubic centimeters |
| Engine_Power_kW | BigDecimal | Engine power in kilowatts |
| Engine_Type | String | Engine type (petrol, diesel, etc.) |
| No_Series | String | Number series identifier |
| Creation_Date | Date | Record creation date |
| Last_Date_Modified | Date | Last modification date |
| Old_Is_No | String | Legacy vehicle number |
| Old_Customer_No | String | Legacy customer number |
| User_ID | String | Creating user identifier |
| AKC_ARC_Manufacturer | String | AKC/ARC manufacturer reference |
| AKC_Model_Desctiption | String | AKC model description |
| AKC_Model_Code | String | AKC model code |
Typo in Field Name
The field AKC_Model_Desctiption contains a typo in the original NAV service definition (missing "ri" in "Description"). This is preserved as-is to match the SOAP schema.
AMZSMobileServiceVehicles
Namespace: urn:microsoft-dynamics-schemas/page/amzsmobileservicevehiclesEndpoint: Page/AMZSMobileServiceVehiclesType: Full CRUD Read key: No (String)
This service manages the AMZS fleet of service vehicles (tow trucks, patrol cars, etc.) used by field technicians.
Entity Fields
| Field | Type | Description |
|---|---|---|
| Key | String | NAV internal key |
| No | String | Service vehicle number (primary key) |
| Description | String | Vehicle description |
| Registration_No | String | Vehicle registration plate number |
| Responsibility_Center | String | Assigned responsibility center |
| On_Booking | Boolean | Whether the vehicle is currently booked |
| CRM_Deactivate | Boolean | Whether the vehicle is deactivated in CRM |