GET Statistic/GetCollaborativeCustomer

Request Information

URI Parameters

None.

Body Parameters

OtherStatisticRequestBaseOfCollaborativeCustomerCriteria
NameDescriptionTypeAdditional 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": [
      "6dfc53b7-7474-45b6-8793-b100e157cf7f",
      "f9cd9a71-3963-4328-a637-86de9981efeb"
    ],
    "CustomeTypes": [
      1,
      2
    ],
    "StartTime": "2026-02-11T18:19:53.195071+08:00",
    "EndTime": "2026-02-11T18:19:53.195071+08:00",
    "CompanyCode": "sample string 1",
    "CompanyName": "sample string 2",
    "Depts": [
      "622b83d0-c2f9-42a8-9761-f8805db352ee",
      "714d2343-3944-4b42-87eb-aceb6e60c76a"
    ],
    "GroupName": "sample string 3",
    "GroupID": "62a1fe7a-d5fc-458e-8d41-ac61ba091fda"
  },
  "originalCompany": "sample string 1",
  "targetGroups": [
    "f767dd1b-2076-4e17-9f50-a3908f36ad3b",
    "4168bb27-5b4a-428a-8795-f02d27a8a789"
  ],
  "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>f767dd1b-2076-4e17-9f50-a3908f36ad3b</d2p1:guid>
    <d2p1:guid>4168bb27-5b4a-428a-8795-f02d27a8a789</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>622b83d0-c2f9-42a8-9761-f8805db352ee</d3p1:guid>
      <d3p1:guid>714d2343-3944-4b42-87eb-aceb6e60c76a</d3p1:guid>
    </d2p1:Depts>
    <d2p1:GroupID>62a1fe7a-d5fc-458e-8d41-ac61ba091fda</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-02-11T18:19:53.195071+08:00</d2p1:EndTime>
    <d2p1:GroupIDS xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
      <d3p1:guid>6dfc53b7-7474-45b6-8793-b100e157cf7f</d3p1:guid>
      <d3p1:guid>f9cd9a71-3963-4328-a637-86de9981efeb</d3p1:guid>
    </d2p1:GroupIDS>
    <d2p1:StartTime>2026-02-11T18:19:53.195071+08:00</d2p1:StartTime>
  </Condition>
</OtherStatisticRequestBaseOfCollaborativeCustomerCriterialbfhj5NS>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

RemoteResponseOfOtherStatisticResponseBaseOfCollaborativeCustomerModel
NameDescriptionTypeAdditional 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": "82b005a3-ae17-4636-97c6-bc0b2fc2da11",
          "GroupName": "sample string 2",
          "Count": 3
        }
      },
      {
        "groupCode": "sample string 1",
        "groupName": "sample string 2",
        "result": {
          "GroupID": "82b005a3-ae17-4636-97c6-bc0b2fc2da11",
          "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>82b005a3-ae17-4636-97c6-bc0b2fc2da11</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>82b005a3-ae17-4636-97c6-bc0b2fc2da11</d5p1:GroupID>
          <d5p1:GroupName>sample string 2</d5p1:GroupName>
        </d2p1:Result>
      </d2p1:OtherStatisticResultOfCollaborativeCustomerModeldmGyRm56>
    </d2p1:Results>
  </Result>
  <Success>true</Success>
  <UnAuthorizedRequest>true</UnAuthorizedRequest>
</RemoteResponseOfOtherStatisticResponseBaseOfCollaborativeCustomerModeldmGyRm56cebQ3WWF>