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": "a8691e7b-160a-43ef-a20a-4ecf2e50b079", "NationalityId": "35b03a68-2411-49e2-8ced-8186fad2ecba" }
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": "dd06b557-300c-46eb-a16b-d53beaddc59e", "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": "dd06b557-300c-46eb-a16b-d53beaddc59e", "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 }