PUT api/Client_Family_History/PutClient_Family_History/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
Client_Family_HistoryModel| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| Family_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,
"Family_History": "sample string 2",
"ClientID": 1,
"IsActive": true,
"IsDeleted": true,
"CreatedDate": "2026-06-30T14:19:48.0153481+01:00",
"UpdatedDate": "2026-06-30T14:19:48.0153481+01:00",
"CreatedBy": 1,
"UpdatedBy": 1
}
text/xml
Sample:
<Client_Family_HistoryModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BusinessEntities.Models"> <ClientID>1</ClientID> <CreatedBy>1</CreatedBy> <CreatedDate>2026-06-30T14:19:48.0153481+01:00</CreatedDate> <Family_History>sample string 2</Family_History> <ID>1</ID> <IsActive>true</IsActive> <IsDeleted>true</IsDeleted> <UpdatedBy>1</UpdatedBy> <UpdatedDate>2026-06-30T14:19:48.0153481+01:00</UpdatedDate> </Client_Family_HistoryModel>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
None.