GET api/{apiVersion}/IdentificationCardType/Get
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
apiVersion | string |
None. |
Body Parameters
None.
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": "efb17491-16e5-4482-8920-0ef65fd98e2e", "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": "efb17491-16e5-4482-8920-0ef65fd98e2e", "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 }