Open |
public void POST /Jobs/{id}/Action( string ids, Action action )
Headers
Header | Required | Description |
Authorization: Basic <credentials> | No | The basic authorization header. Not required when using API key. |
Content-Type: application/json | Yes | Indicates that the request and response bodies are in JSON format. |
URL Parameters
Parameter | Required | Usage | Description |
id | Yes | /jobs/123/action | The CDN job ID to update |
region | Yes | us|uk|trainingus|traininguk | The target CDN API. |
apikey | No | apikey=[Your API Key] | The API key for this call. Not required when using Authorization header. |
Body
https://vincarrier.cardeliverynetwork.com/<region>/vind2/openapi/jobs/123/action?apikey=299bde73-d4d0-4684-9e51
{ "Name" : "cancel", "Note" : "Vehicle not available" }