POST api/v1/juvenile/{ijosID}/notifications
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
ijosID | integer |
Required |
Body Parameters
FACSPlacementName | Description | Type | Additional information |
---|---|---|---|
notificationType | string |
None. |
|
IDHWClientId | string |
Matching regular expression pattern: ^[0-9]{1,7}$ |
|
assignedWorker | Staff |
None. |
|
supervisor | Staff |
None. |
|
eventDetails | FACSEventDetails |
None. |
|
AdditionalProperties | Dictionary of string [key] and Object [value] |
None. |
Request Formats
application/json, text/json
Sample:
{ "notificationType": "sample string 1", "IDHWClientId": "sample string 2", "assignedWorker": { "Name": "sample string 1", "Email": "sample string 2", "sample string 1": {}, "sample string 3": {} }, "supervisor": { "Name": "sample string 1", "Email": "sample string 2", "sample string 1": {}, "sample string 3": {} }, "eventDetails": { "placementEpisodeID": "sample string 1", "placementEpisodeStartDate": "2025-05-07T14:40:45.6504998-06:00", "removalReason": "sample string 3", "placementID": "sample string 4", "previousPlacementType": "sample string 5", "newPlacementType": "sample string 6", "placementEpisodeEndReason": "sample string 7", "sample string 1": {}, "sample string 3": {} }, "sample string 1": {}, "sample string 3": {} }
application/xml, text/xml
Sample:
<FACSNotificationEvent.FACSPlacement xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IDHW_API.Classes"> <AdditionalProperties xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:KeyValueOfstringanyType> <d2p1:Key>sample string 1</d2p1:Key> <d2p1:Value /> </d2p1:KeyValueOfstringanyType> <d2p1:KeyValueOfstringanyType> <d2p1:Key>sample string 3</d2p1:Key> <d2p1:Value /> </d2p1:KeyValueOfstringanyType> </AdditionalProperties> <AssignedWorker> <AdditionalProperties xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d3p1:KeyValueOfstringanyType> <d3p1:Key>sample string 1</d3p1:Key> <d3p1:Value /> </d3p1:KeyValueOfstringanyType> <d3p1:KeyValueOfstringanyType> <d3p1:Key>sample string 3</d3p1:Key> <d3p1:Value /> </d3p1:KeyValueOfstringanyType> </AdditionalProperties> <Email>sample string 2</Email> <Name>sample string 1</Name> </AssignedWorker> <EventDetails> <AdditionalProperties xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d3p1:KeyValueOfstringanyType> <d3p1:Key>sample string 1</d3p1:Key> <d3p1:Value /> </d3p1:KeyValueOfstringanyType> <d3p1:KeyValueOfstringanyType> <d3p1:Key>sample string 3</d3p1:Key> <d3p1:Value /> </d3p1:KeyValueOfstringanyType> </AdditionalProperties> <NewPlacementType>sample string 6</NewPlacementType> <PlacementEpisodeEndReason>sample string 7</PlacementEpisodeEndReason> <PlacementEpisodeID>sample string 1</PlacementEpisodeID> <PlacementEpisodeStartDate>2025-05-07T14:40:45.6504998-06:00</PlacementEpisodeStartDate> <PlacementID>sample string 4</PlacementID> <PreviousPlacementType>sample string 5</PreviousPlacementType> <RemovalReason>sample string 3</RemovalReason> </EventDetails> <IDHWClientId>sample string 2</IDHWClientId> <NotificationType>sample string 1</NotificationType> <Supervisor> <AdditionalProperties xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d3p1:KeyValueOfstringanyType> <d3p1:Key>sample string 1</d3p1:Key> <d3p1:Value /> </d3p1:KeyValueOfstringanyType> <d3p1:KeyValueOfstringanyType> <d3p1:Key>sample string 3</d3p1:Key> <d3p1:Value /> </d3p1:KeyValueOfstringanyType> </AdditionalProperties> <Email>sample string 2</Email> <Name>sample string 1</Name> </Supervisor> </FACSNotificationEvent.FACSPlacement>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessageName | Description | Type | Additional information |
---|---|---|---|
Version | Version |
None. |
|
Content | HttpContent |
None. |
|
StatusCode | HttpStatusCode |
None. |
|
ReasonPhrase | string |
None. |
|
Headers | Collection of Object |
None. |
|
RequestMessage | HttpRequestMessage |
None. |
|
IsSuccessStatusCode | boolean |
None. |