POST api/{apiVersion}/IdentificationCardType/GetIdentificationTypeBC
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": "ec5008d8-53a9-48c3-b9c1-e241563b5bf1", "NationalityId": "d9809696-a4aa-408e-b937-8b91be738afc" }
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": "59487934-f97d-4995-aaa7-f52c62b36d12", "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": "59487934-f97d-4995-aaa7-f52c62b36d12", "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 }