POST api/appointments/selectproducts/{key}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
key

string

Required

Body Parameters

Collection of globally unique identifier

Request Formats

application/json, text/json

Sample:
[
  "da0f5f6c-1e81-462f-9cc1-dd2961c86ee7",
  "613daca0-829a-4393-b43f-7c30125b18d9"
]

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>da0f5f6c-1e81-462f-9cc1-dd2961c86ee7</guid>
  <guid>613daca0-829a-4393-b43f-7c30125b18d9</guid>
</ArrayOfguid>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.