GET Statistic/GetCollaborativeCustType

Request Information

URI Parameters

None.

Body Parameters

OtherStatisticRequestBaseOfCollaborativeCustTypeCriteria
NameDescriptionTypeAdditional information
Condition

CollaborativeCustTypeCriteria

None.

originalCompany

string

None.

targetGroups

Collection of globally unique identifier

None.

userCode

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Condition": {
    "StartTime": "2026-06-02T14:55:19.2513047+08:00",
    "EndTime": "2026-06-02T14:55:19.2513047+08:00",
    "ProjectTypes": [
      1,
      2
    ],
    "CustomeTypes": [
      1,
      2
    ],
    "CustomeLevels": [
      1,
      2
    ],
    "CustomeID": "fddb56cf-dca5-4608-942e-ee2de9bc35f9",
    "CustomeLeader": "29a63996-e42d-49e4-b23a-a72d72aec9f8",
    "CompanyCode": "sample string 3",
    "CompanyName": "sample string 4",
    "Depts": [
      "cfb40fa6-9fbb-4590-8778-cad87d16714f",
      "1e2c9570-daf3-4221-8e27-fd00635452e9"
    ],
    "GroupName": "sample string 5",
    "GroupID": "dd6a0bb2-150d-4e0f-b8e4-8c74dda95e58"
  },
  "originalCompany": "sample string 1",
  "targetGroups": [
    "501b99bf-d421-4bbf-932d-9b5ea4defb81",
    "ef7457e8-2e85-49db-9ab6-2df44c62f45c"
  ],
  "userCode": "sample string 2"
}

application/xml, text/xml

Sample:
<OtherStatisticRequestBaseOfCollaborativeCustTypeCriterialbfhj5NS 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>501b99bf-d421-4bbf-932d-9b5ea4defb81</d2p1:guid>
    <d2p1:guid>ef7457e8-2e85-49db-9ab6-2df44c62f45c</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 3</d2p1:CompanyCode>
    <d2p1:CompanyName>sample string 4</d2p1:CompanyName>
    <d2p1:Depts xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
      <d3p1:guid>cfb40fa6-9fbb-4590-8778-cad87d16714f</d3p1:guid>
      <d3p1:guid>1e2c9570-daf3-4221-8e27-fd00635452e9</d3p1:guid>
    </d2p1:Depts>
    <d2p1:GroupID>dd6a0bb2-150d-4e0f-b8e4-8c74dda95e58</d2p1:GroupID>
    <d2p1:GroupName>sample string 5</d2p1:GroupName>
    <d2p1:CustomeID>fddb56cf-dca5-4608-942e-ee2de9bc35f9</d2p1:CustomeID>
    <d2p1:CustomeLeader>29a63996-e42d-49e4-b23a-a72d72aec9f8</d2p1:CustomeLeader>
    <d2p1:CustomeLevels xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
      <d3p1:int>1</d3p1:int>
      <d3p1:int>2</d3p1:int>
    </d2p1:CustomeLevels>
    <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.2513047+08:00</d2p1:EndTime>
    <d2p1:ProjectTypes xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
      <d3p1:int>1</d3p1:int>
      <d3p1:int>2</d3p1:int>
    </d2p1:ProjectTypes>
    <d2p1:StartTime>2026-06-02T14:55:19.2513047+08:00</d2p1:StartTime>
  </Condition>
</OtherStatisticRequestBaseOfCollaborativeCustTypeCriterialbfhj5NS>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

RemoteResponseOfOtherStatisticResponseBaseOfCollaborativeCustTypeModel
NameDescriptionTypeAdditional information
success

boolean

None.

errors

string

None.

unauthed

boolean

None.

result

OtherStatisticResponseBaseOfCollaborativeCustTypeModel

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": "05accfe4-2fd3-4241-85ce-136e0143c974",
          "GroupName": "sample string 2",
          "Count": 3,
          "CompanyCustomers": [
            {
              "CompanyCode": "sample string 1",
              "CompanyName": "sample string 2",
              "CustomerStypes": [
                {
                  "CustomerStypeName": "sample string 1",
                  "Count": 2,
                  "Ratio": 3.0
                },
                {
                  "CustomerStypeName": "sample string 1",
                  "Count": 2,
                  "Ratio": 3.0
                }
              ]
            },
            {
              "CompanyCode": "sample string 1",
              "CompanyName": "sample string 2",
              "CustomerStypes": [
                {
                  "CustomerStypeName": "sample string 1",
                  "Count": 2,
                  "Ratio": 3.0
                },
                {
                  "CustomerStypeName": "sample string 1",
                  "Count": 2,
                  "Ratio": 3.0
                }
              ]
            }
          ]
        }
      },
      {
        "groupCode": "sample string 1",
        "groupName": "sample string 2",
        "result": {
          "GroupID": "05accfe4-2fd3-4241-85ce-136e0143c974",
          "GroupName": "sample string 2",
          "Count": 3,
          "CompanyCustomers": [
            {
              "CompanyCode": "sample string 1",
              "CompanyName": "sample string 2",
              "CustomerStypes": [
                {
                  "CustomerStypeName": "sample string 1",
                  "Count": 2,
                  "Ratio": 3.0
                },
                {
                  "CustomerStypeName": "sample string 1",
                  "Count": 2,
                  "Ratio": 3.0
                }
              ]
            },
            {
              "CompanyCode": "sample string 1",
              "CompanyName": "sample string 2",
              "CustomerStypes": [
                {
                  "CustomerStypeName": "sample string 1",
                  "Count": 2,
                  "Ratio": 3.0
                },
                {
                  "CustomerStypeName": "sample string 1",
                  "Count": 2,
                  "Ratio": 3.0
                }
              ]
            }
          ]
        }
      }
    ]
  }
}

application/xml, text/xml

Sample:
<RemoteResponseOfOtherStatisticResponseBaseOfCollaborativeCustTypeModeldmGyRm56cebQ3WWF 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:OtherStatisticResultOfCollaborativeCustTypeModeldmGyRm56>
        <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:CompanyCustomers>
            <d5p1:CustomerCompanyModel>
              <d5p1:CompanyCode>sample string 1</d5p1:CompanyCode>
              <d5p1:CompanyName>sample string 2</d5p1:CompanyName>
              <d5p1:CustomerStypes>
                <d5p1:CustomerStypeModel>
                  <d5p1:Count>2</d5p1:Count>
                  <d5p1:CustomerStypeName>sample string 1</d5p1:CustomerStypeName>
                  <d5p1:Ratio>3</d5p1:Ratio>
                </d5p1:CustomerStypeModel>
                <d5p1:CustomerStypeModel>
                  <d5p1:Count>2</d5p1:Count>
                  <d5p1:CustomerStypeName>sample string 1</d5p1:CustomerStypeName>
                  <d5p1:Ratio>3</d5p1:Ratio>
                </d5p1:CustomerStypeModel>
              </d5p1:CustomerStypes>
            </d5p1:CustomerCompanyModel>
            <d5p1:CustomerCompanyModel>
              <d5p1:CompanyCode>sample string 1</d5p1:CompanyCode>
              <d5p1:CompanyName>sample string 2</d5p1:CompanyName>
              <d5p1:CustomerStypes>
                <d5p1:CustomerStypeModel>
                  <d5p1:Count>2</d5p1:Count>
                  <d5p1:CustomerStypeName>sample string 1</d5p1:CustomerStypeName>
                  <d5p1:Ratio>3</d5p1:Ratio>
                </d5p1:CustomerStypeModel>
                <d5p1:CustomerStypeModel>
                  <d5p1:Count>2</d5p1:Count>
                  <d5p1:CustomerStypeName>sample string 1</d5p1:CustomerStypeName>
                  <d5p1:Ratio>3</d5p1:Ratio>
                </d5p1:CustomerStypeModel>
              </d5p1:CustomerStypes>
            </d5p1:CustomerCompanyModel>
          </d5p1:CompanyCustomers>
          <d5p1:Count>3</d5p1:Count>
          <d5p1:GroupID>05accfe4-2fd3-4241-85ce-136e0143c974</d5p1:GroupID>
          <d5p1:GroupName>sample string 2</d5p1:GroupName>
        </d2p1:Result>
      </d2p1:OtherStatisticResultOfCollaborativeCustTypeModeldmGyRm56>
      <d2p1:OtherStatisticResultOfCollaborativeCustTypeModeldmGyRm56>
        <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:CompanyCustomers>
            <d5p1:CustomerCompanyModel>
              <d5p1:CompanyCode>sample string 1</d5p1:CompanyCode>
              <d5p1:CompanyName>sample string 2</d5p1:CompanyName>
              <d5p1:CustomerStypes>
                <d5p1:CustomerStypeModel>
                  <d5p1:Count>2</d5p1:Count>
                  <d5p1:CustomerStypeName>sample string 1</d5p1:CustomerStypeName>
                  <d5p1:Ratio>3</d5p1:Ratio>
                </d5p1:CustomerStypeModel>
                <d5p1:CustomerStypeModel>
                  <d5p1:Count>2</d5p1:Count>
                  <d5p1:CustomerStypeName>sample string 1</d5p1:CustomerStypeName>
                  <d5p1:Ratio>3</d5p1:Ratio>
                </d5p1:CustomerStypeModel>
              </d5p1:CustomerStypes>
            </d5p1:CustomerCompanyModel>
            <d5p1:CustomerCompanyModel>
              <d5p1:CompanyCode>sample string 1</d5p1:CompanyCode>
              <d5p1:CompanyName>sample string 2</d5p1:CompanyName>
              <d5p1:CustomerStypes>
                <d5p1:CustomerStypeModel>
                  <d5p1:Count>2</d5p1:Count>
                  <d5p1:CustomerStypeName>sample string 1</d5p1:CustomerStypeName>
                  <d5p1:Ratio>3</d5p1:Ratio>
                </d5p1:CustomerStypeModel>
                <d5p1:CustomerStypeModel>
                  <d5p1:Count>2</d5p1:Count>
                  <d5p1:CustomerStypeName>sample string 1</d5p1:CustomerStypeName>
                  <d5p1:Ratio>3</d5p1:Ratio>
                </d5p1:CustomerStypeModel>
              </d5p1:CustomerStypes>
            </d5p1:CustomerCompanyModel>
          </d5p1:CompanyCustomers>
          <d5p1:Count>3</d5p1:Count>
          <d5p1:GroupID>05accfe4-2fd3-4241-85ce-136e0143c974</d5p1:GroupID>
          <d5p1:GroupName>sample string 2</d5p1:GroupName>
        </d2p1:Result>
      </d2p1:OtherStatisticResultOfCollaborativeCustTypeModeldmGyRm56>
    </d2p1:Results>
  </Result>
  <Success>true</Success>
  <UnAuthorizedRequest>true</UnAuthorizedRequest>
</RemoteResponseOfOtherStatisticResponseBaseOfCollaborativeCustTypeModeldmGyRm56cebQ3WWF>