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:
[ "04a0e740-4621-45d2-bbbe-9a8b3c76dc30", "f82a4dba-b12a-4038-ad57-418cba2f67f0" ]
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>04a0e740-4621-45d2-bbbe-9a8b3c76dc30</guid> <guid>f82a4dba-b12a-4038-ad57-418cba2f67f0</guid> </ArrayOfguid>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.