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": "7295f959-85b0-40d7-9982-19ce845c080c", "NationalityId": "9e3489fa-753e-43c5-ace7-0e481d2f22f7" }
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": "018b7b8a-4bf2-4d32-8c6c-166f778edce7", "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": "018b7b8a-4bf2-4d32-8c6c-166f778edce7", "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 }