Skip to main content
Version: v0.2b

Custom Stop Property Schema

Model

CustomStopPropertyDefinition

Ƭ CustomStopPropertyDefinition: Object

Definition of a custom stop property that can be used in Stops and Unassigned Stops.

Example

{
"id": "d24653f8-8327-4bc7-a02d-e74485ff1de3"
"name": "Invoice number",
"visibleToDrivers": true,
"visibleToRecipients": false
}

Type declaration

NameTypeDescription
idstringUnique id for this custom stop property, needed to reference it in the customProperties field of a Stop or Unassigned Stop.
namestringHuman-readable name for this custom stop property.
visibleToDriversbooleanWhether this property is visible to drivers in the mobile app.
visibleToRecipientsbooleanWhether this property is visible to recipients in the delivery tracker.