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:
[
  "de0daa20-79cb-4675-8b42-41cbd4598005",
  "5b114287-6466-41b5-9937-b454f6896904"
]

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>de0daa20-79cb-4675-8b42-41cbd4598005</guid>
  <guid>5b114287-6466-41b5-9937-b454f6896904</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.