@odata.context
: This specifies the OData metadata context, indicating the data model and version. In this case, it points to the metadata for bookable resources in Dynamics 365 Field Service.value
: This is an array containing the details of individual resources. Each element within this array represents a separate resource (e.g., a vehicle or field service personnel).@odata.etag
: A unique identifier for the resource’s current state. It helps in managing concurrency and ensuring data consistency.statecode
: Represents the state of the resource. A value of 0 typically indicates an active state.statuscode
: Indicates the status of the resource. A value of 1 commonly signifies an active status.msdyn_displayonscheduleboard
: Boolean indicating whether the resource should be displayed on the schedule board.createdon
: The timestamp indicating when the resource was created._msdyn_organizationalunit_value
, _calendarid_value
, _owningbusinessunit_value
, _ownerid_value
: These are unique identifiers referencing other entities within Dynamics 365 Field Service, such as organizational units, calendars, business units, and owners.name
: The name or identifier of the resource (e.g., “Mickey Mouse”).versionnumber
: A numerical value representing the version of the resource.timezone
: An integer representing the timezone associated with the resource.msdyn_enableoutlookschedules
, msdyn_enabledripscheduling
, msdyn_enabledforfieldservicemobile
: Boolean values indicating specific functionalities enabled for the resource.modifiedon
: The timestamp indicating when the resource was last modified.msdyn_endlocation
, msdyn_startlocation
: Numeric identifiers representing the end and start locations of the resource.
Other fields represent additional details about the resource, such as hourly rates, geographic coordinates, and organizational information.
This response provides a comprehensive set of data about each vehicle, allowing for detailed insights into their characteristics and configurations within the Dynamics 365 Field Service application.
The work order records will be mapped to the jobs or shipments parameter in Solvice’s Route Optimization API. The work order records are pulled from the Dynamic 365 Field Service application using the GET request.