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:
[ "2f16047d-758e-4fe0-a8b6-67e3148dde7a", "498767cd-f742-4093-ab4b-d61661dd43e2" ]
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>2f16047d-758e-4fe0-a8b6-67e3148dde7a</guid> <guid>498767cd-f742-4093-ab4b-d61661dd43e2</guid> </ArrayOfguid>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.