POST api/{apiVersion}/IdentificationCardType/GetGlobalIdentificationType

Request Information

URI Parameters

NameDescriptionTypeAdditional information
apiVersion

string

None.

Body Parameters

IdentificationTypeRequest
NameDescriptionTypeAdditional information
CountryId

globally unique identifier

None.

NationalityId

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "CountryId": "acb03ad4-f47c-4c7e-a964-32fd6c286a7a",
  "NationalityId": "70e100b5-1f1a-4291-8201-a4a28dfaa99a"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

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": "c9de7be2-bb6f-48a2-b90f-513e75b63afa",
      "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": "c9de7be2-bb6f-48a2-b90f-513e75b63afa",
      "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
}