POST api/order/{id}/products

Save multiple products to order detail

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

Order identifier

globally unique identifier

Required

Body Parameters

List of product identifiers

Collection of globally unique identifier

Request Formats

application/json, text/json

Sample:
[
  "5a129b0e-46bf-4058-8f37-dada3191428f",
  "f8b147fc-fd5b-4c13-bd8d-d8e8e9e7e787"
]

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>5a129b0e-46bf-4058-8f37-dada3191428f</guid>
  <guid>f8b147fc-fd5b-4c13-bd8d-d8e8e9e7e787</guid>
</ArrayOfguid>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.