POST api/Client_Forensic_History/PostClient_Forensic_History
Request Information
URI Parameters
None.
Body Parameters
Client_Forensic_HistoryModel| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| Contact_With_Police_Forensic_History | string |
None. |
|
| ClientID | integer |
None. |
|
| IsActive | boolean |
None. |
|
| IsDeleted | boolean |
None. |
|
| CreatedDate | date |
None. |
|
| UpdatedDate | date |
None. |
|
| CreatedBy | integer |
None. |
|
| UpdatedBy | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"ID": 1,
"Contact_With_Police_Forensic_History": "sample string 2",
"ClientID": 1,
"IsActive": true,
"IsDeleted": true,
"CreatedDate": "2026-06-30T14:16:47.2172444+01:00",
"UpdatedDate": "2026-06-30T14:16:47.2172444+01:00",
"CreatedBy": 1,
"UpdatedBy": 1
}
text/xml
Sample:
<Client_Forensic_HistoryModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BusinessEntities.Models"> <ClientID>1</ClientID> <Contact_With_Police_Forensic_History>sample string 2</Contact_With_Police_Forensic_History> <CreatedBy>1</CreatedBy> <CreatedDate>2026-06-30T14:16:47.2172444+01:00</CreatedDate> <ID>1</ID> <IsActive>true</IsActive> <IsDeleted>true</IsDeleted> <UpdatedBy>1</UpdatedBy> <UpdatedDate>2026-06-30T14:16:47.2172444+01:00</UpdatedDate> </Client_Forensic_HistoryModel>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
integerResponse Formats
application/json, text/json
Sample:
1
text/xml
Sample:
<int xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1</int>