POST StatReports/GetGrossIncome

Request Information

URI Parameters

None.

Body Parameters

GrossIncomeCriteria
NameDescriptionTypeAdditional information
StartTime

date

None.

EndTime

date

None.

ProjectTypes

Collection of integer

None.

GroupIDS

Collection of globally unique identifier

None.

DeptIDS

Collection of globally unique identifier

None.

CompanyCode

string

None.

CompanyName

string

None.

GroupID

globally unique identifier

None.

GroupName

string

None.

Request Formats

application/json, text/json

Sample:
{
  "StartTime": "2026-06-02T20:34:16.2422334+08:00",
  "EndTime": "2026-06-02T20:34:16.2422334+08:00",
  "ProjectTypes": [
    1,
    1
  ],
  "GroupIDS": [
    "8461d198-8785-405f-8f54-af4ca863c8a2",
    "04497716-832c-475e-996e-6ceb52f0abb4"
  ],
  "DeptIDS": [
    "1c8fbfde-9d67-4faa-9559-6e60c2830786",
    "232bc9bc-79ee-4d6a-9d1b-b41372708a1c"
  ],
  "CompanyCode": "sample string 1",
  "CompanyName": "sample string 2",
  "GroupID": "6063e963-958d-42a6-90d0-599597ebd78b",
  "GroupName": "sample string 4"
}

application/xml, text/xml

Sample:
<GrossIncomeCriteria xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GJ.WEM.Biz.Model">
  <CompanyCode>sample string 1</CompanyCode>
  <CompanyName>sample string 2</CompanyName>
  <DeptIDS xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:guid>1c8fbfde-9d67-4faa-9559-6e60c2830786</d2p1:guid>
    <d2p1:guid>232bc9bc-79ee-4d6a-9d1b-b41372708a1c</d2p1:guid>
  </DeptIDS>
  <GroupID>6063e963-958d-42a6-90d0-599597ebd78b</GroupID>
  <GroupIDS xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:guid>8461d198-8785-405f-8f54-af4ca863c8a2</d2p1:guid>
    <d2p1:guid>04497716-832c-475e-996e-6ceb52f0abb4</d2p1:guid>
  </GroupIDS>
  <GroupName>sample string 4</GroupName>
  <EndTime>2026-06-02T20:34:16.2422334+08:00</EndTime>
  <ProjectTypes xmlns:d2p1="http://schemas.datacontract.org/2004/07/System">
    <d2p1:int>1</d2p1:int>
    <d2p1:int>1</d2p1:int>
  </ProjectTypes>
  <StartTime>2026-06-02T20:34:16.2422334+08:00</StartTime>
</GrossIncomeCriteria>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

RemoteResponseOfGrossIncomeModel
NameDescriptionTypeAdditional information
success

boolean

None.

errors

string

None.

unauthed

boolean

None.

result

GrossIncomeModel

None.

Response Formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.

application/xml

Sample:

Sample not available.

text/xml

Sample:

Sample not available.