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:
[
  "dc00f2b5-0066-4051-8310-8bebf9df2889",
  "f7049ef8-fb43-4643-bf9a-03debc376ad1"
]

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>dc00f2b5-0066-4051-8310-8bebf9df2889</guid>
  <guid>f7049ef8-fb43-4643-bf9a-03debc376ad1</guid>
</ArrayOfguid>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'IEnumerable`1'.

Response Information

Resource Description

None.