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-06-02T14:55:18.9407769+08:00",
    "EndTime": "2026-06-02T14:55:18.9407769+08:00",
    "ProjectTypes": [
      1,
      1
    ],
    "GroupIDS": [
      "37f1e0a5-1b2e-4130-bd43-3bcea5b4aa9d",
      "0167b6ca-24ca-4418-8ed2-0622a388d459"
    ],
    "DeptIDS": [
      "0aeccc55-5977-4347-a76e-3fd864276980",
      "c442187d-c33a-438e-b328-17fe26bf5380"
    ],
    "CompanyCode": "sample string 1",
    "CompanyName": "sample string 2",
    "GroupID": "e3a0214d-7ea7-4dca-9b5b-27b65be4a53a",
    "GroupName": "sample string 4"
  },
  "originalCompany": "sample string 1",
  "targetGroups": [
    "e7c5b5d0-37ac-4541-84a0-c10e940e543c",
    "fe19b0f8-283a-4ca1-b8ea-35bb8e9afd87"
  ],
  "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>e7c5b5d0-37ac-4541-84a0-c10e940e543c</d2p1:guid>
    <d2p1:guid>fe19b0f8-283a-4ca1-b8ea-35bb8e9afd87</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>0aeccc55-5977-4347-a76e-3fd864276980</d3p1:guid>
      <d3p1:guid>c442187d-c33a-438e-b328-17fe26bf5380</d3p1:guid>
    </d2p1:DeptIDS>
    <d2p1:GroupID>e3a0214d-7ea7-4dca-9b5b-27b65be4a53a</d2p1:GroupID>
    <d2p1:GroupIDS xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
      <d3p1:guid>37f1e0a5-1b2e-4130-bd43-3bcea5b4aa9d</d3p1:guid>
      <d3p1:guid>0167b6ca-24ca-4418-8ed2-0622a388d459</d3p1:guid>
    </d2p1:GroupIDS>
    <d2p1:GroupName>sample string 4</d2p1:GroupName>
    <d2p1:EndTime>2026-06-02T14:55:18.9407769+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-06-02T14:55:18.9407769+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.