POST ValidateHighRiskCustomer
Request Information
URI Parameters
None.
Body Parameters
ShowAccountCODStatusCheckDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| BoothId | integer |
None. |
|
| ShowId | integer |
None. |
|
| TssShowAccountId | integer |
None. |
|
| ContactFirstName | string |
None. |
|
| ContactMiddleName | string |
None. |
|
| ContactLastName | string |
None. |
|
| ContactEmail | string |
None. |
|
| CreditStatus | CreditStatusType |
None. |
|
| CodReason | string |
None. |
|
| SapCode | string |
None. |
|
| LineItemIdList | Collection of integer |
None. |
|
| OperationType | string |
None. |
|
| OperationTypeValue | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"BoothId": 1,
"ShowId": 2,
"TssShowAccountId": 1,
"ContactFirstName": "sample string 3",
"ContactMiddleName": "sample string 4",
"ContactLastName": "sample string 5",
"ContactEmail": "sample string 6",
"CreditStatus": 1,
"CodReason": "sample string 7",
"SapCode": "sample string 8",
"LineItemIdList": [
1,
2
],
"OperationType": "sample string 9",
"OperationTypeValue": "ShowAccount"
}
Response Information
Resource Description
booleanResponse Information
Response body formats
application/json, text/json
Sample:
true