GET api/v1/IdentificationCardType/GetByExternalCode?externalCode={externalCode}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
externalCode

string

Required

Body Parameters

None.

Response Information

Resource Description

ServiceResponseOfListOfIdentificatonCardType
NameDescriptionTypeAdditional 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": "82f950f1-154a-41fa-a279-33bf75850ae5",
      "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": "82f950f1-154a-41fa-a279-33bf75850ae5",
      "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
}