POST api/ClientHistorySubDetail/PostClientHistorySubDetail?HistoryID={HistoryID}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
HistoryID

integer

Required

Body Parameters

Collection of ClientCommonHistorySubModel
NameDescriptionTypeAdditional 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:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'List`1'.

Response Information

Resource Description

boolean

Response Formats

application/json, text/json

Sample:
true

text/xml

Sample:
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>