Retrieve a single kit type country label group record.
GET {{baseUrl}}/KitTypeCountryLabelGroupElement('{{ID}}')?$select=isActive,country_countryId
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
$select | string | Select properties to be returned, see Select |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"ID":"\u003cstring\u003e","kitType_ID":"\u003cuuid\u003e","kitTypeID":"\u003cstring\u003e","kitTypeDescription":"\u003cstring\u003e","country_countryId":"\u003cstring\u003e","labelGroupAssignment_ID":"\u003cstring\u003e","labelGroup_ID":"\u003cstring\u003e","labelGroupID":"\u003cstring\u003e","labelGroupDescription":"\u003cstring\u003e","validFrom":"\u003cdate\u003e","isActive":"\u003cboolean\u003e","isPast":"\u003cboolean\u003e"}