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-06-02T14:55:19.4446693+08:00",
    "EndTime": "2026-06-02T14:55:19.4446693+08:00",
    "GroupIDS": [
      "f4d26f67-4b1a-494f-8895-3de44d1dc10e",
      "aa67e095-112a-4115-af6e-2493b1a15b95"
    ],
    "DeptIDS": [
      "ce495cb7-c769-4c1f-990e-2dc69b02f4f6",
      "67908be2-c126-4cde-aed5-67cea14c8081"
    ],
    "CompanyCode": "sample string 1",
    "CompanyName": "sample string 2",
    "GroupID": "e005a10a-df69-4915-a099-a44d896f6c1e",
    "GroupName": "sample string 4"
  },
  "originalCompany": "sample string 1",
  "targetGroups": [
    "30f0a2ae-ba51-4b6f-a834-4c77b870dda4",
    "dfad664f-18a2-41c0-8f70-f671100d1e5a"
  ],
  "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>30f0a2ae-ba51-4b6f-a834-4c77b870dda4</d2p1:guid>
    <d2p1:guid>dfad664f-18a2-41c0-8f70-f671100d1e5a</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>ce495cb7-c769-4c1f-990e-2dc69b02f4f6</d3p1:guid>
      <d3p1:guid>67908be2-c126-4cde-aed5-67cea14c8081</d3p1:guid>
    </d2p1:DeptIDS>
    <d2p1:GroupID>e005a10a-df69-4915-a099-a44d896f6c1e</d2p1:GroupID>
    <d2p1:GroupIDS xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
      <d3p1:guid>f4d26f67-4b1a-494f-8895-3de44d1dc10e</d3p1:guid>
      <d3p1:guid>aa67e095-112a-4115-af6e-2493b1a15b95</d3p1:guid>
    </d2p1:GroupIDS>
    <d2p1:GroupName>sample string 4</d2p1:GroupName>
    <d2p1:EndTime>2026-06-02T14:55:19.4446693+08:00</d2p1:EndTime>
    <d2p1:StartTime>2026-06-02T14:55:19.4446693+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.