# Create Delivery from Inputs This allows for the creation of an 'outbound' delivery based on a variety of potential inputs and differing outputs. Endpoint: POST /organisations/{orgId}/workflows/deliveries Version: v2_28 Security: ApiKeyAuth ## Path parameters: - `orgId` (string, required) The organisation identity ## Header parameters: - `contentType` (string, required) ## Response 201 fields (application/json): - `delivery` (object, required) This is the delivery that has been created by the workflow. - `delivery.deliveryId` (string, required) User-assigned unique identifier for the delivery. - `delivery.from` (string, required) The URI of the location from which the delivery is being delivered from. - `delivery.to` (string, required) The URI of the location to which the delivery is being delivered to. - `delivery.status` (string, required) The current status of the delivery. Enum: "DELIVERED", "PENDING", "IN_PROGRESS" - `delivery.sent` (string) The date and time of when the delivery has been sent. - `delivery.delivered` (string) The date and time of when the delivery has been delivered. - `delivery.items` (array) List of items included in the delivery. - `delivery.items.item` (string, required) The URI of the item included in the delivery. - `delivery.items.quantity` (number, required) The quantity of the item included in the delivery. - `delivery.agents` (array) List of agent organisation URIs that are associated with the delivery. - `delivery.purchaseOrderNumbers` (array) Associated Purchase Orders - `delivery.id` (string) System assigned or user defined id field. - `delivery.createdBy` (string) User who created the record. - `delivery.createdTime` (string) Date & Time that the record was created. - `delivery.updatedBy` (string) Last updated by user. - `delivery.updatedTime` (string) Date & Time that the record was last updated. ## Response 400 fields ## Response 401 fields ## Response 403 fields ## Response 429 fields ## Response 500 fields