POST api/ClientHistorySubDetail/PostClientHistorySubDetail?HistoryID={HistoryID}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| HistoryID | integer |
Required |
Body Parameters
Collection of ClientCommonHistorySubModel| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| TableName | string |
None. |
|
| Title | string |
None. |
|
| Description | string |
None. |
|
| IsDeleted | boolean |
None. |
|
| CreatedDate | date |
None. |
|
| UpdatedDate | date |
None. |
|
| CreatedID | integer |
None. |
|
| UpdatedID | integer |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"ID": 1,
"TableName": "sample string 2",
"Title": "sample string 3",
"Description": "sample string 4",
"IsDeleted": true,
"CreatedDate": "2026-06-30T14:17:00.0380203+01:00",
"UpdatedDate": "2026-06-30T14:17:00.0380203+01:00",
"CreatedID": 1,
"UpdatedID": 1
},
{
"ID": 1,
"TableName": "sample string 2",
"Title": "sample string 3",
"Description": "sample string 4",
"IsDeleted": true,
"CreatedDate": "2026-06-30T14:17:00.0380203+01:00",
"UpdatedDate": "2026-06-30T14:17:00.0380203+01:00",
"CreatedID": 1,
"UpdatedID": 1
}
]
text/xml
Sample:
<ArrayOfClientCommonHistorySubModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BusinessEntities.Models">
<ClientCommonHistorySubModel>
<CreatedDate>2026-06-30T14:17:00.0380203+01:00</CreatedDate>
<CreatedID>1</CreatedID>
<Description>sample string 4</Description>
<ID>1</ID>
<IsDeleted>true</IsDeleted>
<TableName>sample string 2</TableName>
<Title>sample string 3</Title>
<UpdatedDate>2026-06-30T14:17:00.0380203+01:00</UpdatedDate>
<UpdatedID>1</UpdatedID>
</ClientCommonHistorySubModel>
<ClientCommonHistorySubModel>
<CreatedDate>2026-06-30T14:17:00.0380203+01:00</CreatedDate>
<CreatedID>1</CreatedID>
<Description>sample string 4</Description>
<ID>1</ID>
<IsDeleted>true</IsDeleted>
<TableName>sample string 2</TableName>
<Title>sample string 3</Title>
<UpdatedDate>2026-06-30T14:17:00.0380203+01:00</UpdatedDate>
<UpdatedID>1</UpdatedID>
</ClientCommonHistorySubModel>
</ArrayOfClientCommonHistorySubModel>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true
text/xml
Sample:
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>