Apideck · Schema

Sales Order ID

The unique identifier for the sales order.

IntegrationsUnified API
View JSON Schema on GitHub

JSON Schema

apideck-accountingsalesorderid-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/AccountingSalesOrderId",
  "title": "Sales Order ID",
  "type": "string",
  "description": "The unique identifier for the sales order.",
  "example": "123456",
  "nullable": true
}