Order Request Header
Element | Type | Cardinality | Description |
description | String | Optional | Description for the order. |
customerID | String | Required | Unique identifier for the customer for this order. |
subscriberID | String | Required | Unique identifier for the subscriber for this order. |
requiredByDate | DateTime | Optional, Choice | Date and time when this order is required to start. |
requiredOnDate | DateTime | Optional, Choice | Date and time by which this order is required to complete. |
invoiceAddress | Type | Required | Invoice address type. |
invoiceAddress/line1 | String | Required | Invoice address line 1. |
invoiceAddress/line2 | String | Optional | Invoice address line 2. |
invoiceAddress/line3 | String | Optional | Invoice address line 3. |
invoiceAddress/locality | String | Required | Invoice address locality. |
invoiceAddress/region | String | Optional | Invoice address region. |
invoiceAddress/country | String | Required | Invoice address country. |
invoiceAddress/postcode | String | Required | Invoice address post code. |
invoiceAddress/ supplementaryLocation | String | Optional | Invoice address supplementary location. |
deliveryAddress | Type | Required | Delivery address type. |
deliveryAddress/line1 | String | Required | Delivery address line 1. |
deliveryAddress/line2 | String | Optional | Delivery address line 2. |
deliveryAddress/line3 | String | Optional | Delivery address line 3. |
deliveryAddress/locality | String | Required | Delivery address locality. |
deliveryAddress/region | String | Optional | Delivery address region. |
deliveryAddress/country | String | Required | Delivery address country. |
deliveryAddress/postcode | String | Required | Delivery address post code. |
delivery address/ supplementaryLocation | String | Optional | Delivery address supplementary location. |
notes | String | Optional | Order notes. |
slaID | String | 0-M | Unique identifier for an SLA that is applied to this order. |
udf | Type | 0-M | User defined field type. |
udf/name | String | Required | User defined field name. |
udf/value | String | Required | User defined field value. |
udf/extension | Type | Optional | Extension attributes for user-defined fields. |
udf/extension/#any | Any | Required | Any data |
extension | Type | Optional | Extension attributes for user-defined fields. |
extension/#any | Any | Required | Any data |
Copyright © Cloud Software Group, Inc. All rights reserved.