[OPTIONAL] Location Dwell Time
Adding Dwell Time to a Location
Fixed Locations have the ability to accept a location specific dwell time in order to manage this attribute on the location level, to add this optional value, use the parameters below:
Parameter | Type | Description |
---|---|---|
dwellTimeMinutes | Integer | Dwell time in minutes for a fixed location up to 24 hours in minutes. |
Completed FixedLocation with a Dwell Time Minutes Set
Sample Fixed Location object with dwell time:
{
"FixedLocationName": "Location with Dwell Time Minutes",
"FixedLocationCode" : "DONTDWELLONIT",
"fixedLocationPoint": {
"latitude": 40.0207039,
"longitude": -105.2391367
},
"FixedLocationType":"1",
"dwellTimeMinutes": 500
}
Success Response:
{
"fixedLocationType": "Generic",
"fixedLocationName": "Location with Dwell Time Minutes",
"streetAddressLine1": null,
"streetAddressLine2": null,
"cityName": null,
"stateCode": null,
"postalCode": null,
"countryCode": null,
"fixedLocationPoint": {
"latitude": 40.0207039,
"longitude": -105.2391367
},
"fixedLocationCode": "DONTDWELLONIT",
"organizationReferenceCode": "112222",
"overrideDeliveryStatusFlag": false,
"geofenceRadiusInFeet": null,
"earlyShipmentStatusMinutes": null,
"onTimeShipmentStatusMinutes": null,
"inJeopardyShipmentStatusMinutes": null,
"lateShipmentStatusMinutes": null,
"hasEarlyStatusDefined": false,
"hasInJeopardyStatusDefined": false,
"dwellTimeMinutes": 500,
"isActiveFlag": false,
"lastUpdatedDate": "2018-08-12T18:28:40.6827236+00:00",
"geofencePolygon": null,
"allowGeofenceRewind": false
}
Updated about 2 months ago
What’s Next