Deliverect · JSON Structure

Pos Api Post Updatepreparationtime Structure

Deliverect Post_updatepreparationtime

Type: object Properties: 2 Required: 2
RestaurantDeliveryOnline OrderingPoint of SaleOrder ManagementIntegration

PostUpdatepreparationtime is a JSON Structure definition published by Deliverect, describing 2 properties, of which 2 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

order minutes

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/pos-api-post-updatepreparationtime-structure.json",
  "name": "PostUpdatepreparationtime",
  "description": "Deliverect Post_updatepreparationtime",
  "type": "object",
  "properties": {
    "order": {
      "type": "string",
      "example": "string"
    },
    "minutes": {
      "type": "int32",
      "example": 1
    }
  },
  "required": [
    "minutes",
    "order"
  ]
}