GET Statistic/GetCollaborativeCustomer
Request Information
URI Parameters
None.
Body Parameters
OtherStatisticRequestBaseOfCollaborativeCustomerCriteria| Name | Description | Type | Additional information |
|---|---|---|---|
| Condition | CollaborativeCustomerCriteria |
None. |
|
| originalCompany | string |
None. |
|
| targetGroups | Collection of globally unique identifier |
None. |
|
| userCode | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Condition": {
"GroupIDS": [
"3c3ea23b-ddd1-4e0f-9b44-0be82189cee0",
"51c4498f-2dc5-49c6-8a9c-fc22b42fc10e"
],
"CustomeTypes": [
1,
2
],
"StartTime": "2026-06-02T14:55:19.1956714+08:00",
"EndTime": "2026-06-02T14:55:19.1956714+08:00",
"CompanyCode": "sample string 1",
"CompanyName": "sample string 2",
"Depts": [
"1e55802b-7ae9-4d93-8ac3-87093c182b2e",
"080ff5a7-ba1c-4a5b-bc2f-4047eaaeb49f"
],
"GroupName": "sample string 3",
"GroupID": "0796880b-8853-434d-98f4-f6e7087e7849"
},
"originalCompany": "sample string 1",
"targetGroups": [
"04dfffea-4d04-45f8-a0c0-01fa4400af6b",
"c07e494e-1941-4ac2-bf31-fe71867bf259"
],
"userCode": "sample string 2"
}
application/xml, text/xml
Sample:
<OtherStatisticRequestBaseOfCollaborativeCustomerCriterialbfhj5NS 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>04dfffea-4d04-45f8-a0c0-01fa4400af6b</d2p1:guid>
<d2p1:guid>c07e494e-1941-4ac2-bf31-fe71867bf259</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 1</d2p1:CompanyCode>
<d2p1:CompanyName>sample string 2</d2p1:CompanyName>
<d2p1:Depts xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:guid>1e55802b-7ae9-4d93-8ac3-87093c182b2e</d3p1:guid>
<d3p1:guid>080ff5a7-ba1c-4a5b-bc2f-4047eaaeb49f</d3p1:guid>
</d2p1:Depts>
<d2p1:GroupID>0796880b-8853-434d-98f4-f6e7087e7849</d2p1:GroupID>
<d2p1:GroupName>sample string 3</d2p1:GroupName>
<d2p1:CustomeTypes xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:int>1</d3p1:int>
<d3p1:int>2</d3p1:int>
</d2p1:CustomeTypes>
<d2p1:EndTime>2026-06-02T14:55:19.1956714+08:00</d2p1:EndTime>
<d2p1:GroupIDS xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:guid>3c3ea23b-ddd1-4e0f-9b44-0be82189cee0</d3p1:guid>
<d3p1:guid>51c4498f-2dc5-49c6-8a9c-fc22b42fc10e</d3p1:guid>
</d2p1:GroupIDS>
<d2p1:StartTime>2026-06-02T14:55:19.1956714+08:00</d2p1:StartTime>
</Condition>
</OtherStatisticRequestBaseOfCollaborativeCustomerCriterialbfhj5NS>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
RemoteResponseOfOtherStatisticResponseBaseOfCollaborativeCustomerModel| Name | Description | Type | Additional information |
|---|---|---|---|
| success | boolean |
None. |
|
| errors | string |
None. |
|
| unauthed | boolean |
None. |
|
| result | OtherStatisticResponseBaseOfCollaborativeCustomerModel |
None. |
Response Formats
application/json, text/json
Sample:
{
"success": true,
"errors": "sample string 2",
"unauthed": true,
"result": {
"results": [
{
"groupCode": "sample string 1",
"groupName": "sample string 2",
"result": {
"GroupID": "56a4fa5b-a38d-4cf0-ae74-d72672035ef1",
"GroupName": "sample string 2",
"Count": 3
}
},
{
"groupCode": "sample string 1",
"groupName": "sample string 2",
"result": {
"GroupID": "56a4fa5b-a38d-4cf0-ae74-d72672035ef1",
"GroupName": "sample string 2",
"Count": 3
}
}
]
}
}
application/xml, text/xml
Sample:
<RemoteResponseOfOtherStatisticResponseBaseOfCollaborativeCustomerModeldmGyRm56cebQ3WWF xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GJ.Biz.Model">
<Errors>sample string 2</Errors>
<Result xmlns:d2p1="http://schemas.datacontract.org/2004/07/GJ.WEM.Biz.Model.Statistic">
<d2p1:Results>
<d2p1:OtherStatisticResultOfCollaborativeCustomerModeldmGyRm56>
<d2p1:GroupCode>sample string 1</d2p1:GroupCode>
<d2p1:GroupName>sample string 2</d2p1:GroupName>
<d2p1:Result xmlns:d5p1="http://schemas.datacontract.org/2004/07/GJ.WEM.Biz.Model">
<d5p1:Count>3</d5p1:Count>
<d5p1:GroupID>56a4fa5b-a38d-4cf0-ae74-d72672035ef1</d5p1:GroupID>
<d5p1:GroupName>sample string 2</d5p1:GroupName>
</d2p1:Result>
</d2p1:OtherStatisticResultOfCollaborativeCustomerModeldmGyRm56>
<d2p1:OtherStatisticResultOfCollaborativeCustomerModeldmGyRm56>
<d2p1:GroupCode>sample string 1</d2p1:GroupCode>
<d2p1:GroupName>sample string 2</d2p1:GroupName>
<d2p1:Result xmlns:d5p1="http://schemas.datacontract.org/2004/07/GJ.WEM.Biz.Model">
<d5p1:Count>3</d5p1:Count>
<d5p1:GroupID>56a4fa5b-a38d-4cf0-ae74-d72672035ef1</d5p1:GroupID>
<d5p1:GroupName>sample string 2</d5p1:GroupName>
</d2p1:Result>
</d2p1:OtherStatisticResultOfCollaborativeCustomerModeldmGyRm56>
</d2p1:Results>
</Result>
<Success>true</Success>
<UnAuthorizedRequest>true</UnAuthorizedRequest>
</RemoteResponseOfOtherStatisticResponseBaseOfCollaborativeCustomerModeldmGyRm56cebQ3WWF>