The Car Delivery Network Open API
Inheritance Hierarchy
WebApi
CarDeliveryNetwork.ApiOpenApi
Namespace: CarDeliveryNetwork.Api
Assembly: CarDeliveryNetwork.Api (in CarDeliveryNetwork.Api.dll) Version: 3.2.3062.0 (3.2.3062)
Syntax
C#
public class OpenApi : WebApi
The OpenApi type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() ![]() | POST /Jobs |
Creates jobs on Car Delivery Network.
|
![]() ![]() | POST /Jobs/{id}/Action |
Performs the specified action on the specified Job resource.
|
![]() ![]() | PUT /Jobs/{id} |
Updates a job either by its CDN Job Id, or its LoadId.
The following updates are supported:
|
See Also