Deliverect · Schema

DispatchUpdatejob

Deliverect Copy of Cancel Delivery Job

RestaurantDeliveryOnline OrderingPoint-of-SaleOrder ManagementIntegration

Properties

Name Type Description
_id string
externalJobId string
deliveryLocations array
View JSON Schema on GitHub

JSON Schema

dispatch-api-dispatch-updatejob-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/deliverect/refs/heads/main/json-schema/dispatch-api-dispatch-updatejob-schema.json",
  "title": "DispatchUpdatejob",
  "description": "Deliverect Copy of Cancel Delivery Job",
  "type": "object",
  "properties": {
    "_id": {
      "type": "string",
      "example": "5c8fbfd3c6489f00010e50d1"
    },
    "externalJobId": {
      "type": "string",
      "example": "ABC123"
    },
    "deliveryLocations": {
      "type": "array",
      "items": {
        "type": "object",
        "properties": {
          "deliveryId": {
            "type": "string",
            "example": "ABC567"
          },
          "orderId": {
            "type": "string",
            "example": "5f47a223280a29046404e2af"
          },
          "channelOrderDisplayId": {
            "type": "string",
            "example": "MT4YVTPL"
          },
          "deliveryTime": {
            "type": "string",
            "format": "date-time",
            "example": "2019-02-20T16:45:00.000000Z"
          },
          "packageSize": {
            "type": "string",
            "example": "small"
          },
          "orderDescription": {
            "type": "string",
            "example": "hot food"
          },
          "company": {
            "type": "string",
            "example": "BrainQuantums"
          },
          "name": {
            "type": "string",
            "example": "V. Bertels"
          },
          "street": {
            "type": "string",
            "example": "Refugehof"
          },
          "streetNumber": {
            "type": "string",
            "example": "49"
          },
          "postalCode": {
            "type": "string",
            "example": "9001 AB"
          },
          "city": {
            "type": "string",
            "example": "Leusden"
          },
          "phone": {
            "type": "string",
            "example": "+32123456789"
          },
          "latitude": {
            "type": "string",
            "example": "52.370216"
          },
          "longitude": {
            "type": "string",
            "example": "4.895168"
          },
          "deliveryRemarks": {
            "type": "string",
            "example": "please knock 3x, baby is sleeping"
          },
          "payment": {
            "type": "object",
            "properties": {
              "orderIsAlreadyPaid": {
                "type": "boolean",
                "example": false
              },
              "amount": {
                "type": "integer",
                "example": 1500
              },
              "paymentType": {
                "type": "integer",
                "example": 2
              },
              "paysWith": {
                "type": "integer",
                "example": 2000
              }
            }
          }
        }
      }
    }
  }
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/dispatch-api-dispatch-updatejob"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.