POST v1/store/login/user/orders/unsubmitted/items/{orderItemID}/proofset
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| orderItemID | globally unique identifier |
Required |
Body Parameters
ProofSetCreateModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Customizations |
The customization values of the order item |
Collection of OrderItemPropertyModel |
None. |
Request Formats
application/json, text/json
Sample:
{
"Customizations": [
{
"ID": "sample string 1",
"Value": {}
},
{
"ID": "sample string 1",
"Value": {}
}
]
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ProofSetModel| Name | Description | Type | Additional information |
|---|---|---|---|
| ProofSetID |
Proofset id |
globally unique identifier |
None. |
| Status |
The current status of the proofset job |
ActivityStatus |
None. |
| Data |
The proofset result |
Object |
None. |
Response Formats
application/json, text/json
Sample:
{
"ProofSetID": "03158917-3d03-4b5f-ada4-2217ad1b0b20",
"Status": 1,
"Data": {}
}