GET api/FYFuturePlan/Count/{companyId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
companyId

integer

Required

Body Parameters

None.

Response Information

Resource Description

ServiceResultTypedOfEmployeeCount
NameDescriptionTypeAdditional information
Code

integer

None.

Errors

Collection of string

None.

Data

EmployeeCount

None.

Response Formats

application/json, text/json

Sample:
{
  "Code": 1,
  "Errors": [
    "sample string 1",
    "sample string 2"
  ],
  "Data": {
    "FyDate": "2026-04-01T07:29:04.654711+07:00",
    "TotalEmployeeActive": 2,
    "TotalEmployeeFuturePlan": 3,
    "TotalFamilyActive": 4,
    "TotalFamilyFuturePlan": 5
  }
}

text/html

Sample:
{"Code":1,"Errors":["sample string 1","sample string 2"],"Data":{"FyDate":"2026-04-01T07:29:04.654711+07:00","TotalEmployeeActive":2,"TotalEmployeeFuturePlan":3,"TotalFamilyActive":4,"TotalFamilyFuturePlan":5}}

application/xml, text/xml

Sample:
<ServiceResultTypedOfEmployeeCountYj8O1tFc xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LSW.Common.Models">
  <Code>1</Code>
  <Data xmlns:d2p1="http://schemas.datacontract.org/2004/07/TTMWM_MECLAIM_API.ViewModels">
    <d2p1:FyDate>2026-04-01T07:29:04.654711+07:00</d2p1:FyDate>
    <d2p1:TotalEmployeeActive>2</d2p1:TotalEmployeeActive>
    <d2p1:TotalEmployeeFuturePlan>3</d2p1:TotalEmployeeFuturePlan>
    <d2p1:TotalFamilyActive>4</d2p1:TotalFamilyActive>
    <d2p1:TotalFamilyFuturePlan>5</d2p1:TotalFamilyFuturePlan>
  </Data>
  <Errors xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:string>sample string 1</d2p1:string>
    <d2p1:string>sample string 2</d2p1:string>
  </Errors>
</ServiceResultTypedOfEmployeeCountYj8O1tFc>