POST api/order/{id}/products
Save multiple products to order detail
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
Order identifier |
globally unique identifier |
Required |
Body Parameters
List of product identifiers
Collection of globally unique identifierRequest Formats
application/json, text/json
Sample:
[ "7940a6b9-6745-4999-a161-9ac400d0f41b", "be16cdb8-1e35-4d77-b956-29df6681fdbe" ]
application/xml, text/xml
Sample:
<ArrayOfguid xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <guid>7940a6b9-6745-4999-a161-9ac400d0f41b</guid> <guid>be16cdb8-1e35-4d77-b956-29df6681fdbe</guid> </ArrayOfguid>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.