Click or drag to resize

OpenApi Class

Car Delivery Network
The Car Delivery Network Open API
Inheritance Hierarchy
SystemObject
  WebApi
    CarDeliveryNetwork.ApiOpenApi

Namespace: CarDeliveryNetwork.Api
Assembly: CarDeliveryNetwork.Api (in CarDeliveryNetwork.Api.dll) Version: 3.2.3101.0 (3.2.3101)
Syntax
C#
public class OpenApi : WebApi

The OpenApi type exposes the following members.

Methods
 NameDescription
Public methodCode examplePOST /Jobs Creates jobs on Car Delivery Network.
Public methodCode examplePOST /Jobs/{id}/Action Performs the specified action on the specified Job resource.
Public methodCode examplePUT /Jobs/{id} Updates a job either by its CDN Job Id, or its LoadId.

The following updates are supported:

  • Reassign Driver (available up to and including job status AtPickup)
  • Unassign Driver (available up to and including job status AtPickup)
  • Add Vehicle(s) (available up to and including job status AtPickup)
  • Remove Vehicle(s): (available up to and including job status Assigned)
Top
See Also