POST Admin/User/TableHeaderSet

Request Information

URI Parameters

None.

Body Parameters

UserTableHeaderSet
NameDescriptionTypeAdditional information
Id

integer

None.

UserId

integer

None.

TableId

integer

None.

HideColumnList

string

None.

UpdatedDate

date

None.

CreatedDate

date

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "UserId": 2,
  "TableId": 3,
  "HideColumnList": "sample string 4",
  "UpdatedDate": "2025-07-17T18:49:06.5484852+08:00",
  "CreatedDate": "2025-07-17T18:49:06.5484852+08:00"
}

application/xml, text/xml

Sample:
<UserTableHeaderSet xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ISM.Core">
  <CreatedDate>2025-07-17T18:49:06.5484852+08:00</CreatedDate>
  <HideColumnList>sample string 4</HideColumnList>
  <Id>1</Id>
  <TableId>3</TableId>
  <UpdatedDate>2025-07-17T18:49:06.5484852+08:00</UpdatedDate>
  <UserId>2</UserId>
</UserTableHeaderSet>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of Object

None.

Response Formats

application/json, text/json

Sample:

Sample not available.