POST api/{apiVersion}/CustomerAccount/CheckCustAccountsWarningInformation
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
apiVersion | string |
None. |
Body Parameters
CustAccountsWarningInformationRequestName | Description | Type | Additional information |
---|---|---|---|
CustomerId | globally unique identifier |
None. |
|
CustomerAccountId | globally unique identifier |
None. |
|
IsShow | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{ "CustomerId": "5633ddfb-003e-42e4-a339-f9b65860e7d3", "CustomerAccountId": "06e58156-2dd0-4a64-8f97-60d0fb2f5eb8", "IsShow": true }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ServiceResponseOfListOfCustAccountsWarningInformationResponseName | Description | Type | Additional information |
---|---|---|---|
Code | integer |
None. |
|
Message | string |
None. |
|
Response | Collection of CustAccountsWarningInformationResponse |
None. |
|
IsShowMessage | boolean |
None. |
|
IsShowRateAndReview | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{ "Code": 1, "Message": "sample string 2", "Response": [ { "IsShow": true, "InformationText": "sample string 2" }, { "IsShow": true, "InformationText": "sample string 2" } ], "IsShowMessage": true, "IsShowRateAndReview": true }