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": "2025-12-11T22:58:45.9373604+08:00",
    "EndTime": "2025-12-11T22:58:45.9383341+08:00",
    "ProjectTypes": [
      1,
      1
    ],
    "GroupIDS": [
      "a17a4545-6696-4b11-87f4-e7216f14753a",
      "55219761-07ba-444e-bd35-63a635ad285b"
    ],
    "DeptIDS": [
      "4c81700a-db65-4c16-b787-d3d0c98ab008",
      "9b534c40-f7b5-4e46-b189-6eef3615d9c2"
    ],
    "CompanyCode": "sample string 1",
    "CompanyName": "sample string 2",
    "GroupID": "fd66d9a4-854e-4027-a992-422f1e74e85f",
    "GroupName": "sample string 4"
  },
  "originalCompany": "sample string 1",
  "targetGroups": [
    "eaa620e6-cc26-4bf9-8999-efc5778a35c0",
    "cdb075ed-7ee7-48c3-a50e-f9104da0a8ae"
  ],
  "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>eaa620e6-cc26-4bf9-8999-efc5778a35c0</d2p1:guid>
    <d2p1:guid>cdb075ed-7ee7-48c3-a50e-f9104da0a8ae</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>4c81700a-db65-4c16-b787-d3d0c98ab008</d3p1:guid>
      <d3p1:guid>9b534c40-f7b5-4e46-b189-6eef3615d9c2</d3p1:guid>
    </d2p1:DeptIDS>
    <d2p1:GroupID>fd66d9a4-854e-4027-a992-422f1e74e85f</d2p1:GroupID>
    <d2p1:GroupIDS xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
      <d3p1:guid>a17a4545-6696-4b11-87f4-e7216f14753a</d3p1:guid>
      <d3p1:guid>55219761-07ba-444e-bd35-63a635ad285b</d3p1:guid>
    </d2p1:GroupIDS>
    <d2p1:GroupName>sample string 4</d2p1:GroupName>
    <d2p1:EndTime>2025-12-11T22:58:45.9383341+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>2025-12-11T22:58:45.9373604+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.