DeliveryRoute - accountsIQ/API-Wiki GitHub Wiki

Deliveries can be made following predefined routes that those code represent. Delivery routes can then be assigned to orders for delivery.

DeliveryRoute

DeliveryRoute members

Name Type Description Constraints
AuthorUserID String Get the user identifier of the creator of the delivery route. This is only stored at creation time and never updated. The identifier used is the one used by the user for login.
  • Cannot be null or empty.
  • Cannot be longer than 8 characters long.
DeliveryRouteID String Get the identifier of a delivery route.
  • Cannot be null or empty.
  • Cannot be longer than 50 characters long.
  • Must be upper case.
Description String Get/Set the description of a delivery route.
  • Cannot be null.
  • Cannot be longer than 50 characters long.
IsDefault Boolean Get/Set a flag indicating whether the delivery route is the delivery route by default or not.
    ⚠️ **GitHub.com Fallback** ⚠️