POST api/{apiVersion}/IdentificationCardType/GetGlobalIdentificationType
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": "a50b258d-bba0-4e62-af78-6c4d785bea52", "NationalityId": "cc6ad77e-a86f-4c64-864d-143346dff5c3" }
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": "ec4a6144-036b-46cf-a115-27f3bd8bf511", "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": "ec4a6144-036b-46cf-a115-27f3bd8bf511", "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 }