POST report/insurance

Request Information

URI Parameters

None.

Body Parameters

InsuranceReportVm
NameDescriptionTypeAdditional information
Company

string

None.

EmployeeID

string

None.

EmployeeName

string

None.

DateJoin

date

None.

DateJoinDisplay

string

None.

DateLeft

date

None.

DateLeftDisplay

string

None.

InsuranceYear

string

None.

InsuranceType

string

None.

EnrolmentCategory

string

None.

NoOfChildren

string

None.

Currency

string

None.

Amount

string

None.

DependentYear

string

None.

DependentName

string

None.

GroupDental

string

None.

GroupHsmm

string

None.

DependentRelationship

string

None.

DependentMaritalStatus

string

None.

DependentIcNumber

string

None.

DependentNationality

string

None.

DependentGender

string

None.

DependentBirthday

date

None.

DependentBirthdayDisplay

string

None.

DependentAge

string

None.

ChildOnFullTimeStudy

string

None.

EffectiveDate

date

None.

Remarks

string

None.

Token

string

None.

Id

string

None.

IsActive

boolean

None.

Search

string

None.

CurrentPage

integer

None.

TotalPage

integer

None.

SizePerPage

integer

None.

SortBy

string

None.

searchFilter

Collection of ColFilter

None.

Request Formats

application/json, text/json

Sample:
{
  "Company": "sample string 1",
  "EmployeeID": "sample string 2",
  "EmployeeName": "sample string 3",
  "DateJoin": "2025-12-22T19:03:11.6426893+08:00",
  "DateJoinDisplay": "22/12/2025",
  "DateLeft": "2025-12-22T19:03:11.6426893+08:00",
  "DateLeftDisplay": "22/12/2025",
  "InsuranceYear": "sample string 4",
  "InsuranceType": "sample string 5",
  "EnrolmentCategory": "sample string 6",
  "NoOfChildren": "sample string 7",
  "Currency": "sample string 8",
  "Amount": "sample string 9",
  "DependentYear": "sample string 10",
  "DependentName": "sample string 11",
  "GroupDental": "sample string 12",
  "GroupHsmm": "sample string 13",
  "DependentRelationship": "sample string 14",
  "DependentMaritalStatus": "sample string 15",
  "DependentIcNumber": "sample string 16",
  "DependentNationality": "sample string 17",
  "DependentGender": "sample string 18",
  "DependentBirthday": "2025-12-22T19:03:11.6436872+08:00",
  "DependentBirthdayDisplay": "22-12-2025",
  "DependentAge": "sample string 19",
  "ChildOnFullTimeStudy": "sample string 20",
  "EffectiveDate": "2025-12-22T19:03:11.6436872+08:00",
  "Remarks": "sample string 22",
  "Token": "sample string 23",
  "Id": "sample string 24",
  "IsActive": true,
  "Search": "sample string 26",
  "CurrentPage": 27,
  "TotalPage": 28,
  "SizePerPage": 29,
  "SortBy": "sample string 30",
  "searchFilter": [
    {
      "name": "sample string 1",
      "val": [
        "sample string 1",
        "sample string 2"
      ]
    },
    {
      "name": "sample string 1",
      "val": [
        "sample string 1",
        "sample string 2"
      ]
    }
  ]
}

application/xml, text/xml

Sample:
<InsuranceReportVm xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BoardRoom.ViewModels">
  <Company i:nil="true" />
  <CurrentPage>27</CurrentPage>
  <Id>sample string 24</Id>
  <IsActive>true</IsActive>
  <Search>sample string 26</Search>
  <SizePerPage>29</SizePerPage>
  <SortBy>sample string 30</SortBy>
  <Token>sample string 23</Token>
  <TotalPage>28</TotalPage>
  <searchFilter>
    <ColFilter>
      <name>sample string 1</name>
      <val xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
        <d4p1:string>sample string 1</d4p1:string>
        <d4p1:string>sample string 2</d4p1:string>
      </val>
    </ColFilter>
    <ColFilter>
      <name>sample string 1</name>
      <val xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
        <d4p1:string>sample string 1</d4p1:string>
        <d4p1:string>sample string 2</d4p1:string>
      </val>
    </ColFilter>
  </searchFilter>
  <Amount>sample string 9</Amount>
  <ChildOnFullTimeStudy>sample string 20</ChildOnFullTimeStudy>
  <Company>sample string 1</Company>
  <Currency>sample string 8</Currency>
  <DateJoin>2025-12-22T19:03:11.6426893+08:00</DateJoin>
  <DateLeft>2025-12-22T19:03:11.6426893+08:00</DateLeft>
  <DependentAge>sample string 19</DependentAge>
  <DependentBirthday>2025-12-22T19:03:11.6436872+08:00</DependentBirthday>
  <DependentGender>sample string 18</DependentGender>
  <DependentIcNumber>sample string 16</DependentIcNumber>
  <DependentMaritalStatus>sample string 15</DependentMaritalStatus>
  <DependentName>sample string 11</DependentName>
  <DependentNationality>sample string 17</DependentNationality>
  <DependentRelationship>sample string 14</DependentRelationship>
  <DependentYear>sample string 10</DependentYear>
  <EffectiveDate>2025-12-22T19:03:11.6436872+08:00</EffectiveDate>
  <EmployeeID>sample string 2</EmployeeID>
  <EmployeeName>sample string 3</EmployeeName>
  <EnrolmentCategory>sample string 6</EnrolmentCategory>
  <GroupDental>sample string 12</GroupDental>
  <GroupHsmm>sample string 13</GroupHsmm>
  <InsuranceType>sample string 5</InsuranceType>
  <InsuranceYear>sample string 4</InsuranceYear>
  <NoOfChildren>sample string 7</NoOfChildren>
  <Remarks>sample string 22</Remarks>
</InsuranceReportVm>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.