action gsmtasks_orders_create { label: "orders_create" provider: gsmtasks method: POST path: "/orders/" encoding: form input: { type: "object" required: ["account", "created_at", "created_by", "documents", "updated_at", "url"] properties: { account: { type: "string" format: "uri" } auto_assign: { type: "boolean" } client: { type: "string" format: "uri" } created_at: { type: "string" format: "date-time" } created_by: { type: "string" format: "uri" } description: { type: "string" } documents: { type: "array" items: { type: "string" format: "uri" } } external_id: { type: "string" } id: { type: "string" format: "uuid" } orderer: { type: "object" properties: { company: { type: "string" } emails: { type: "array" items: { type: "string" } } name: { type: "string" } notes: { type: "string" } phones: { type: "array" items: { type: "string" } } } } reference: { type: "string" } tasks: { type: "array" items: { type: "string" format: "uri" } } tasks_data: { type: "array" items: { type: "object" required: ["account", "actions", "assignee_proximity", "cancelled_at", "completed_at", "counts", "created_at", "forms", "issues", "orderer_name", "state", "trackers", "updated_at", "url"] properties: { account: { type: "string" format: "uri" } actions: { type: "object" } address: { type: "object" required: ["geocode_failed_at", "geocoded_at"] properties: { apartment_number: { type: "string" } city: { type: "string" } country: { type: "string" } country_code: { type: "string" } formatted_address: { type: "string" } geocode_failed_at: { type: "string" format: "date-time" } geocoded_at: { type: "string" format: "date-time" } google_place_id: { type: "string" } house_number: { type: "string" } location: { type: "object" } point_of_interest: { type: "string" } postal_code: { type: "string" } raw_address: { type: "string" } state: { type: "string" } street: { type: "string" } } } assignee: { type: "string" format: "uri" } assignee_proximity: { type: "object" } auto_assign: { type: "boolean" } barcodes: { type: "array" items: { type: "string" } } cancelled_at: { type: "string" format: "date-time" } category: { type: "string" enum: ["assignment", "pick_up", "drop_off", "warehouse"] } complete_after: { type: "string" format: "date-time" } complete_before: { type: "string" format: "date-time" } completed_at: { type: "string" format: "date-time" } contact: { type: "object" additionalProperties: true } contact_address: { type: "string" format: "uri" } contact_address_external_id: { type: "string" } counts: { type: "object" } created_at: { type: "string" format: "date-time" } description: { type: "string" } documents: { type: "array" items: { type: "string" format: "uri" } } duration: { type: "object" } external_id: { type: "string" } forms: { type: "object" } id: { type: "string" format: "uuid" } issues: { type: "array" items: { type: "string" } } metafields: { type: "object" } order: { type: "string" format: "uri" } orderer: { type: "string" format: "uri" } orderer_name: { type: "string" } position: { type: "number" format: "double" } priority: { type: "integer" } reference: { type: "string" } route: { type: "string" format: "uri" } scheduled_time: { type: "string" format: "date-time" } signatures: { type: "array" items: { type: "string" format: "uri" } } size: { type: "array" items: { type: "integer" } } state: { type: "object" } trackers: { type: "array" items: { type: "string" format: "uri" } } updated_at: { type: "string" format: "date-time" } url: { type: "string" format: "uri" } } } } updated_at: { type: "string" format: "date-time" } url: { type: "string" format: "uri" } } } output: { type: "object" additionalProperties: true } }