GET api/IdentificationCardType/GetById?id={id}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
ServiceResponseOfIdentificatonCardTypeName | Description | Type | Additional information |
---|---|---|---|
Code | integer |
None. |
|
Message | string |
None. |
|
Response | IdentificatonCardType |
None. |
|
IsShowMessage | boolean |
None. |
|
IsShowRateAndReview | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{ "Code": 1, "Message": "sample string 2", "Response": { "Id": "f742b3e5-cbd1-4499-a41f-ab0413b35020", "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 }