GET api/v{version}/PlanCodes/GetById/{id}?key={key}

Returns the plancode with the specified id

Request Information

URI Parameters

NameDescriptionTypeAdditional information
key

The API key

string

Required

id

The id of the plancode

integer

Required

version

string

None.

Body Parameters

None.

Response Information

Resource Description

PlanCodeOutDTO
NameDescriptionTypeAdditional information
Code

string

None.

Color

string

None.

Description

string

None.

ExternalID

string

None.

NumberOfHours

decimal number

None.

OABCategoryId

integer

None.

PlanCodeID

integer

None.

Sequence

integer

None.

SpecializationID

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "Code": "sample string 1",
  "Color": "sample string 2",
  "Description": "sample string 3",
  "ExternalID": "sample string 4",
  "NumberOfHours": 1.0,
  "OABCategoryId": 1,
  "PlanCodeID": 1,
  "Sequence": 1,
  "SpecializationID": 1
}