POST api/customer/healthandyouth

Request Information

URI Parameters

None.

Body Parameters

Collection of globally unique identifier

Request Formats

application/json, text/json

Sample:
[
  "71bfeb5e-fe9f-4c77-96a5-3f76b5f7ffae",
  "63632afe-abed-408a-93b3-92ae0b3bf51e"
]

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>71bfeb5e-fe9f-4c77-96a5-3f76b5f7ffae</guid>
  <guid>63632afe-abed-408a-93b3-92ae0b3bf51e</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.