POST api/{apiVersion}/IdentificationCardType/GetIdentificationType
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
apiVersion | string |
None. |
Body Parameters
IdentificationTypeRequestName | Description | Type | Additional information |
---|---|---|---|
CountryId | globally unique identifier |
None. |
|
NationalityId | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{ "CountryId": "abd28058-a7b7-477f-a948-fe3f29f58885", "NationalityId": "7982554f-9e8f-463e-97ba-d67ab06db14d" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ServiceResponseOfListOfIdentificatonCardTypeName | Description | Type | Additional information |
---|---|---|---|
Code | integer |
None. |
|
Message | string |
None. |
|
Response | Collection of IdentificatonCardType |
None. |
|
IsShowMessage | boolean |
None. |
|
IsShowRateAndReview | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{ "Code": 1, "Message": "sample string 2", "Response": [ { "Id": "5403a511-b1db-4039-8b46-2407d331d992", "Name": "sample string 2", "ExternalCode": "sample string 3", "IsTwoSided": true, "FrontContent": "sample string 5", "BackContent": "sample string 6", "BackgroundContent": "sample string 7", "Content": "sample string 8", "ContentBack": "sample string 9" }, { "Id": "5403a511-b1db-4039-8b46-2407d331d992", "Name": "sample string 2", "ExternalCode": "sample string 3", "IsTwoSided": true, "FrontContent": "sample string 5", "BackContent": "sample string 6", "BackgroundContent": "sample string 7", "Content": "sample string 8", "ContentBack": "sample string 9" } ], "IsShowMessage": true, "IsShowRateAndReview": true }