POST api/customer/healthandyouth

Request Information

URI Parameters

None.

Body Parameters

Collection of globally unique identifier

Request Formats

application/json, text/json

Sample:
[
  "9f783015-6cf2-4e1a-81d3-bf5bf10e1e1f",
  "f9b7a1aa-9cbf-4365-a167-f35df05c4967"
]

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>9f783015-6cf2-4e1a-81d3-bf5bf10e1e1f</guid>
  <guid>f9b7a1aa-9cbf-4365-a167-f35df05c4967</guid>
</ArrayOfguid>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

JsonResultOfObject
NameDescriptionTypeAdditional information
Content

Object

None.

SerializerSettings

JsonSerializerSettings

None.

Encoding

Encoding

None.

Request

HttpRequestMessage

None.

Response Formats

application/json, text/json

Sample:

Sample not available.