POST Statistic/GetIncomeDeptStruct

Request Information

URI Parameters

None.

Body Parameters

OtherStatisticRequestBaseOfIncomeDeptStructCriteria
NameDescriptionTypeAdditional information
Condition

IncomeDeptStructCriteria

None.

originalCompany

string

None.

targetGroups

Collection of globally unique identifier

None.

userCode

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Condition": {
    "ProjectType": 1,
    "StartTime": "2026-06-02T14:55:18.9886139+08:00",
    "EndTime": "2026-06-02T14:55:18.9886139+08:00",
    "CompanyCode": "sample string 2",
    "CompanyName": "sample string 3",
    "Depts": [
      "4591ce45-2492-4624-b0bc-6d6c5706e9c9",
      "cf5cf775-2a4b-4d9d-8105-3441afc176d9"
    ],
    "GroupName": "sample string 4",
    "GroupID": "a400f195-3ab6-4137-8727-fe9fe54fffba"
  },
  "originalCompany": "sample string 1",
  "targetGroups": [
    "269385d3-5225-4502-a020-886bb1c7a876",
    "8587abe3-6220-4a3c-89e4-a2752a9f6c39"
  ],
  "userCode": "sample string 2"
}

application/xml, text/xml

Sample:
<OtherStatisticRequestBaseOfIncomeDeptStructCriterialbfhj5NS 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>269385d3-5225-4502-a020-886bb1c7a876</d2p1:guid>
    <d2p1:guid>8587abe3-6220-4a3c-89e4-a2752a9f6c39</d2p1:guid>
  </TargetGroups>
  <UserCode>sample string 2</UserCode>
  <Condition xmlns:d2p1="http://schemas.datacontract.org/2004/07/GJ.WEM.Biz.Model.Criteria">
    <d2p1:CompanyCode>sample string 2</d2p1:CompanyCode>
    <d2p1:CompanyName>sample string 3</d2p1:CompanyName>
    <d2p1:Depts xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
      <d3p1:guid>4591ce45-2492-4624-b0bc-6d6c5706e9c9</d3p1:guid>
      <d3p1:guid>cf5cf775-2a4b-4d9d-8105-3441afc176d9</d3p1:guid>
    </d2p1:Depts>
    <d2p1:GroupID>a400f195-3ab6-4137-8727-fe9fe54fffba</d2p1:GroupID>
    <d2p1:GroupName>sample string 4</d2p1:GroupName>
    <d2p1:EndTime>2026-06-02T14:55:18.9886139+08:00</d2p1:EndTime>
    <d2p1:ProjectType>1</d2p1:ProjectType>
    <d2p1:StartTime>2026-06-02T14:55:18.9886139+08:00</d2p1:StartTime>
  </Condition>
</OtherStatisticRequestBaseOfIncomeDeptStructCriterialbfhj5NS>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

RemoteResponseOfOtherStatisticResponseBaseOfIncomeDeptStructModel
NameDescriptionTypeAdditional information
success

boolean

None.

errors

string

None.

unauthed

boolean

None.

result

OtherStatisticResponseBaseOfIncomeDeptStructModel

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.