Response returned after a Creator SE order has been successfully submitted. Contains the assigned order id and a link to the created order resource.
| Name | Type | Description | |
|---|---|---|---|
id
|
number
|
Unique numeric identifier for the Order. | |
uniqueId
|
string
|
Custom orderId |
{
"productionOrderSubmited" : {
"id" : 12345,
"uniqueId" : "..."
}
}
Response returned after a Creator SE order has been successfully submitted. Contains the assigned order id and a link to the created order resource.
| Name | Type | Description | |
|---|---|---|---|
id
|
int
|
Unique numeric identifier for the Order. | |
uniqueId
|
string
|
Custom orderId |
<productionOrderSubmited>
<id>...</id>
<uniqueId>...</uniqueId>
</productionOrderSubmited>