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-09-01T09:25:32.6755588+08:00",
"EndTime": "2026-09-01T09:25:32.6755588+08:00",
"CompanyCode": "sample string 2",
"CompanyName": "sample string 3",
"Depts": [
"210c8803-c4f6-498d-bde0-300d288f5f25",
"33cc72ab-7982-4d76-ade8-61550fbf8cf1"
],
"GroupName": "sample string 4",
"GroupID": "b20e995d-fd9f-47c1-8fe5-373317f152ad"
},
"originalCompany": "sample string 1",
"targetGroups": [
"ca720d9f-b52d-41da-974e-505e644124d8",
"c4f9a839-dc02-4726-b0d8-f4f8f349ad75"
],
"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>ca720d9f-b52d-41da-974e-505e644124d8</d2p1:guid>
<d2p1:guid>c4f9a839-dc02-4726-b0d8-f4f8f349ad75</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>210c8803-c4f6-498d-bde0-300d288f5f25</d3p1:guid>
<d3p1:guid>33cc72ab-7982-4d76-ade8-61550fbf8cf1</d3p1:guid>
</d2p1:Depts>
<d2p1:GroupID>b20e995d-fd9f-47c1-8fe5-373317f152ad</d2p1:GroupID>
<d2p1:GroupName>sample string 4</d2p1:GroupName>
<d2p1:EndTime>2026-09-01T09:25:32.6755588+08:00</d2p1:EndTime>
<d2p1:ProjectType>1</d2p1:ProjectType>
<d2p1:StartTime>2026-09-01T09:25:32.6755588+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.