POST api/customer/healthandyouth

Request Information

URI Parameters

None.

Body Parameters

Collection of globally unique identifier

Request Formats

application/json, text/json

Sample:
[
  "4c7ae34f-faa6-4238-92b8-fe69fbb0b98e",
  "881a08a1-3a6e-4fa6-a84c-2ef5f2156a13"
]

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>4c7ae34f-faa6-4238-92b8-fe69fbb0b98e</guid>
  <guid>881a08a1-3a6e-4fa6-a84c-2ef5f2156a13</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.