POST Statistic/GetNewBusinessAnalysis

Request Information

URI Parameters

None.

Body Parameters

OtherStatisticRequestBaseOfNewBusinessAnalysisCriteria
NameDescriptionTypeAdditional information
Condition

NewBusinessAnalysisCriteria

None.

originalCompany

string

None.

targetGroups

Collection of globally unique identifier

None.

userCode

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Condition": {
    "StartTime": "2026-09-01T09:25:32.7546213+08:00",
    "EndTime": "2026-09-01T09:25:32.7546213+08:00",
    "GroupIDS": [
      "51f69a1b-7b0a-4520-8f20-6aea6516cf15",
      "d3143a51-7a12-4179-b32c-075c1e3aceec"
    ],
    "DeptIDS": [
      "b5631e5d-e08f-4722-9a9e-bd2d61db9c5e",
      "ef3c73bb-e60f-4b92-bd63-66b95edbe4c2"
    ],
    "CompanyCode": "sample string 1",
    "CompanyName": "sample string 2",
    "GroupID": "03250040-1229-4102-9607-a6d2e28574be",
    "GroupName": "sample string 4"
  },
  "originalCompany": "sample string 1",
  "targetGroups": [
    "9ad6a698-12d7-426d-95c6-2cfb7cf1ec43",
    "db4da225-dd11-449d-801f-e66b71430af2"
  ],
  "userCode": "sample string 2"
}

application/xml, text/xml

Sample:
<OtherStatisticRequestBaseOfNewBusinessAnalysisCriteriadmGyRm56 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>9ad6a698-12d7-426d-95c6-2cfb7cf1ec43</d2p1:guid>
    <d2p1:guid>db4da225-dd11-449d-801f-e66b71430af2</d2p1:guid>
  </TargetGroups>
  <UserCode>sample string 2</UserCode>
  <Condition xmlns:d2p1="http://schemas.datacontract.org/2004/07/GJ.WEM.Biz.Model">
    <d2p1:CompanyCode>sample string 1</d2p1:CompanyCode>
    <d2p1:CompanyName>sample string 2</d2p1:CompanyName>
    <d2p1:DeptIDS xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
      <d3p1:guid>b5631e5d-e08f-4722-9a9e-bd2d61db9c5e</d3p1:guid>
      <d3p1:guid>ef3c73bb-e60f-4b92-bd63-66b95edbe4c2</d3p1:guid>
    </d2p1:DeptIDS>
    <d2p1:GroupID>03250040-1229-4102-9607-a6d2e28574be</d2p1:GroupID>
    <d2p1:GroupIDS xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
      <d3p1:guid>51f69a1b-7b0a-4520-8f20-6aea6516cf15</d3p1:guid>
      <d3p1:guid>d3143a51-7a12-4179-b32c-075c1e3aceec</d3p1:guid>
    </d2p1:GroupIDS>
    <d2p1:GroupName>sample string 4</d2p1:GroupName>
    <d2p1:EndTime>2026-09-01T09:25:32.7546213+08:00</d2p1:EndTime>
    <d2p1:StartTime>2026-09-01T09:25:32.7546213+08:00</d2p1:StartTime>
  </Condition>
</OtherStatisticRequestBaseOfNewBusinessAnalysisCriteriadmGyRm56>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

RemoteResponseOfOtherStatisticResponseBaseOfNewBusinessAnalysisModel
NameDescriptionTypeAdditional information
success

boolean

None.

errors

string

None.

unauthed

boolean

None.

result

OtherStatisticResponseBaseOfNewBusinessAnalysisModel

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.