POST api/BECorporate/GetCorporateScore
Request Information
URI Parameters
None.
Body Parameters
GetCustomer| Name | Description | Type | Additional information |
|---|---|---|---|
| CC_Id | string |
None. |
|
| TaxIDNumber | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"CC_Id": "sample string 1",
"TaxIDNumber": "sample string 2"
}
application/xml, text/xml
Sample:
<CustomerModel.GetCustomer xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IRMS.Models"> <CC_Id>sample string 1</CC_Id> <TaxIDNumber>sample string 2</TaxIDNumber> </CustomerModel.GetCustomer>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
BaseResultOfListOfGetScoreList| Name | Description | Type | Additional information |
|---|---|---|---|
| body | Collection of GetScoreList |
None. |
|
| isSuccess | boolean |
None. |
|
| message | string |
None. |
|
| code | string |
None. |
|
| response | Enum |
None. |
|
| exception | string |
None. |
Response Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
application/xml, text/xml
Sample:
<BaseModels.BaseResultOfArrayOfCustomerModel.GetScoreListuKWfnEcv xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IRMS.Models">
<body>
<CustomerModel.GetScoreList>
<Code>sample string 1</Code>
<CrDateTime>2026-04-21T17:39:37.411137+08:00</CrDateTime>
<Score>2</Score>
</CustomerModel.GetScoreList>
<CustomerModel.GetScoreList>
<Code>sample string 1</Code>
<CrDateTime>2026-04-21T17:39:37.411137+08:00</CrDateTime>
<Score>2</Score>
</CustomerModel.GetScoreList>
</body>
<exception>sample string 2</exception>
<isSuccess>true</isSuccess>
<response i:nil="true" />
</BaseModels.BaseResultOfArrayOfCustomerModel.GetScoreListuKWfnEcv>