POST v1/store/login/user/orders/unsubmitted/items/{orderItemID}/properties/{propertyID}/files
Appends files to the order item property.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| orderItemID |
The unique ID of the order item. |
globally unique identifier |
Required |
| propertyID |
The unique ID of the property. |
globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
OrderItemFileAttachmentPropertyModel| Name | Description | Type | Additional information |
|---|---|---|---|
| FileInfoList |
Additional information on the file. |
Collection of FileInfoModel |
None. |
| ID |
The unique ID of the property. |
string |
None. |
| Value |
The value of the property. |
Object |
None. |
Response Formats
application/json, text/json
Sample:
{
"FileInfoList": [
{
"FileName": "sample string 1",
"Size": 2
},
{
"FileName": "sample string 1",
"Size": 2
}
],
"ID": "sample string 1",
"Value": {}
}