Deliverect · JSON Structure

Dispatch Api Dispatch Cancel Job Structure

Deliverect Cancel Delivery Job

Type: object Properties: 5
RestaurantDeliveryOnline OrderingPoint of SaleOrder ManagementIntegration

DispatchCancelJob is a JSON Structure definition published by Deliverect, describing 5 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

jobId account pickupLocation deliveryLocations courier

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/deliverect/refs/heads/main/json-structure/dispatch-api-dispatch-cancel-job-structure.json",
  "name": "DispatchCancelJob",
  "description": "Deliverect Cancel Delivery Job",
  "type": "object",
  "properties": {
    "jobId": {
      "type": "string",
      "example": "5c8******************0d1"
    },
    "account": {
      "type": "string",
      "example": "5be******************e57"
    },
    "pickupLocation": {
      "type": "object",
      "properties": {
        "location": {
          "type": "string",
          "example": "5ea******************4a9"
        }
      }
    },
    "deliveryLocations": {
      "type": "array",
      "items": {
        "type": "object",
        "properties": {
          "orderId": {
            "type": "string",
            "example": "5f4******************2af"
          },
          "channelOrderDisplayId": {
            "type": "string",
            "example": "MT4YVTPL"
          },
          "deliveryId": {
            "type": "string",
            "example": "ABC567"
          }
        }
      }
    },
    "courier": {
      "type": "object",
      "properties": {
        "courierId": {
          "type": "string",
          "example": "D1234"
        }
      }
    }
  }
}