POST Statistic/GetIncomeDeptStruct
Request Information
URI Parameters
None.
Body Parameters
OtherStatisticRequestBaseOfIncomeDeptStructCriteria| Name | Description | Type | Additional 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-02-11T18:22:07.0251213+08:00",
"EndTime": "2026-02-11T18:22:07.0251213+08:00",
"CompanyCode": "sample string 2",
"CompanyName": "sample string 3",
"Depts": [
"469669a9-11b0-4ba2-bce8-d85268175dcf",
"9d0595ee-9139-455f-ac50-f2b3a134941d"
],
"GroupName": "sample string 4",
"GroupID": "29e03cb0-9998-46a4-b0db-8a41779e516d"
},
"originalCompany": "sample string 1",
"targetGroups": [
"2a27edec-43ee-4be4-ae93-e2e7f687c238",
"9a927b48-6a71-4143-bdfb-116e12716a63"
],
"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>2a27edec-43ee-4be4-ae93-e2e7f687c238</d2p1:guid>
<d2p1:guid>9a927b48-6a71-4143-bdfb-116e12716a63</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>469669a9-11b0-4ba2-bce8-d85268175dcf</d3p1:guid>
<d3p1:guid>9d0595ee-9139-455f-ac50-f2b3a134941d</d3p1:guid>
</d2p1:Depts>
<d2p1:GroupID>29e03cb0-9998-46a4-b0db-8a41779e516d</d2p1:GroupID>
<d2p1:GroupName>sample string 4</d2p1:GroupName>
<d2p1:EndTime>2026-02-11T18:22:07.0251213+08:00</d2p1:EndTime>
<d2p1:ProjectType>1</d2p1:ProjectType>
<d2p1:StartTime>2026-02-11T18:22:07.0251213+08:00</d2p1:StartTime>
</Condition>
</OtherStatisticRequestBaseOfIncomeDeptStructCriterialbfhj5NS>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
RemoteResponseOfOtherStatisticResponseBaseOfIncomeDeptStructModel| Name | Description | Type | Additional 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.