POST api/v1/juvenile
Request Information
URI Parameters
None.
Body Parameters
IDHWClient| Name | Description | Type | Additional information |
|---|---|---|---|
| IDHWClientId | string |
Matching regular expression pattern: ^[0-9]{1,7}$ |
|
| firstName | string |
None. |
|
| middleName | string |
None. |
|
| lastName | string |
None. |
|
| dateOfBirth | string |
Matching regular expression pattern: ^\d{4}\-(0[1-9]|1[012])\-(0[1-9]|[12][0-9]|3[01])$ |
|
| gender | string |
None. |
|
| ssn | string |
Matching regular expression pattern: ^\d{9}$ |
Request Formats
application/json, text/json
Sample:
{
"IDHWClientId": "sample string 1",
"firstName": "sample string 2",
"middleName": "sample string 3",
"lastName": "sample string 4",
"dateOfBirth": "sample string 5",
"gender": "sample string 6",
"ssn": "sample string 7"
}
application/xml, text/xml
Sample:
<FACSClientSearch.IDHWClient xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IDHW_API.Classes"> <DateOfBirth>sample string 5</DateOfBirth> <FirstName>sample string 2</FirstName> <Gender>sample string 6</Gender> <IDHWClientId>sample string 1</IDHWClientId> <LastName>sample string 4</LastName> <MiddleName>sample string 3</MiddleName> <Ssn>sample string 7</Ssn> </FACSClientSearch.IDHWClient>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | 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. |