GET api/cabreadertypeapi/cabreadertype/{type}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
type

globally unique identifier

Required

Body Parameters

None.

Response Information

Resource Description

CabReaderTypeViewModel
NameDescriptionTypeAdditional information
active

boolean

Required

description

string

Required

id

globally unique identifier

None.

type

string

Required

String length: inclusive between 0 and 100

Response Formats

application/json, text/json

Sample:
{
  "active": true,
  "description": "sample string 2",
  "id": "35cee58c-0ce6-424c-a5a9-892ee3806ade",
  "type": "sample string 4"
}

application/xml, text/xml

Sample:
<cab_reader_type xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EntityModel">
  <active>true</active>
  <description>sample string 2</description>
  <id>35cee58c-0ce6-424c-a5a9-892ee3806ade</id>
  <type>sample string 4</type>
</cab_reader_type>