POST api/{apiVersion}/ValidationRule/GetCreditCardLengthControl
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
apiVersion | string |
None. |
Body Parameters
CreditCardLengthDefinitionRequestName | Description | Type | Additional information |
---|---|---|---|
FieldLength | integer |
None. |
|
CountryId | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{ "FieldLength": 1, "CountryId": "87408699-7605-446c-aacb-9844f93be847" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ServiceResponseOfBooleanName | Description | Type | Additional information |
---|---|---|---|
Code | integer |
None. |
|
Message | string |
None. |
|
Response | boolean |
None. |
|
IsShowMessage | boolean |
None. |
|
IsShowRateAndReview | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{ "Code": 1, "Message": "sample string 2", "Response": true, "IsShowMessage": true, "IsShowRateAndReview": true }