POST Statistic/GetGrossIncome

Request Information

URI Parameters

None.

Body Parameters

OtherStatisticRequestBaseOfGrossIncomeCriteria
NameDescriptionTypeAdditional information
Condition

GrossIncomeCriteria

None.

originalCompany

string

None.

targetGroups

Collection of globally unique identifier

None.

userCode

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Condition": {
    "StartTime": "2026-02-11T18:26:13.9246133+08:00",
    "EndTime": "2026-02-11T18:26:13.9246133+08:00",
    "ProjectTypes": [
      1,
      1
    ],
    "GroupIDS": [
      "2d27810b-abcc-4ccb-8c5a-656c7fc589b7",
      "d4fc5a1d-ded6-4cda-a47b-447e9356c1c3"
    ],
    "DeptIDS": [
      "c045e18a-ce0c-4404-a8ef-abfde6aff6d3",
      "fd6d840a-a03e-4b37-8f5c-f9f638cb833f"
    ],
    "CompanyCode": "sample string 1",
    "CompanyName": "sample string 2",
    "GroupID": "149b9da6-fbf0-4c6e-a3f5-29687c6e73b8",
    "GroupName": "sample string 4"
  },
  "originalCompany": "sample string 1",
  "targetGroups": [
    "0d94a728-4ff5-4a4c-9072-8ea7f07fdee0",
    "93cd6374-9702-4ce7-ad4d-7f7813341ee7"
  ],
  "userCode": "sample string 2"
}

application/xml, text/xml

Sample:
<OtherStatisticRequestBaseOfGrossIncomeCriteriadmGyRm56 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GJ.WEM.Biz.Model.Statistic">
  <OriginalCompany>sample string 1</OriginalCompany>
  <TargetGroups xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:guid>0d94a728-4ff5-4a4c-9072-8ea7f07fdee0</d2p1:guid>
    <d2p1:guid>93cd6374-9702-4ce7-ad4d-7f7813341ee7</d2p1:guid>
  </TargetGroups>
  <UserCode>sample string 2</UserCode>
  <Condition xmlns:d2p1="http://schemas.datacontract.org/2004/07/GJ.WEM.Biz.Model">
    <d2p1:CompanyCode>sample string 1</d2p1:CompanyCode>
    <d2p1:CompanyName>sample string 2</d2p1:CompanyName>
    <d2p1:DeptIDS xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
      <d3p1:guid>c045e18a-ce0c-4404-a8ef-abfde6aff6d3</d3p1:guid>
      <d3p1:guid>fd6d840a-a03e-4b37-8f5c-f9f638cb833f</d3p1:guid>
    </d2p1:DeptIDS>
    <d2p1:GroupID>149b9da6-fbf0-4c6e-a3f5-29687c6e73b8</d2p1:GroupID>
    <d2p1:GroupIDS xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
      <d3p1:guid>2d27810b-abcc-4ccb-8c5a-656c7fc589b7</d3p1:guid>
      <d3p1:guid>d4fc5a1d-ded6-4cda-a47b-447e9356c1c3</d3p1:guid>
    </d2p1:GroupIDS>
    <d2p1:GroupName>sample string 4</d2p1:GroupName>
    <d2p1:EndTime>2026-02-11T18:26:13.9246133+08:00</d2p1:EndTime>
    <d2p1:ProjectTypes xmlns:d3p1="http://schemas.datacontract.org/2004/07/System">
      <d3p1:int>1</d3p1:int>
      <d3p1:int>1</d3p1:int>
    </d2p1:ProjectTypes>
    <d2p1:StartTime>2026-02-11T18:26:13.9246133+08:00</d2p1:StartTime>
  </Condition>
</OtherStatisticRequestBaseOfGrossIncomeCriteriadmGyRm56>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

RemoteResponseOfOtherStatisticResponseBaseOfGrossIncomeModel
NameDescriptionTypeAdditional information
success

boolean

None.

errors

string

None.

unauthed

boolean

None.

result

OtherStatisticResponseBaseOfGrossIncomeModel

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.