GET api/ServiceTypes/{code}

Show details for specified Service Type Code

Request Information

URI Parameters

NameDescriptionTypeAdditional information
code

Unique (Exact) code for service type

string

Required

Body Parameters

None.

Response Information

Resource Description

ServiceTypeReportDetails()

AppointmentServiceTypeReportDetails
NameDescriptionTypeAdditional information
servicetypeID

integer

None.

servicetypeName

string

None.

servicetypeNDISGroup

integer

None.

servicetypeCode

string

None.

servicetypePackage

integer

None.

servicetypePayrollCode

string

None.

servicetypeDescode

string

None.

servicetypePayType

string

None.

Response Formats

application/json, text/json

Sample:
{
  "servicetypeID": 707,
  "servicetypeName": "sample string 2",
  "servicetypeNDISGroup": 534,
  "servicetypeCode": "sample string 3",
  "servicetypePackage": 581,
  "servicetypePayrollCode": "sample string 4",
  "servicetypeDescode": "sample string 5",
  "servicetypePayType": "sample string 6"
}

application/xml, text/xml

Sample:
<AppointmentServiceTypeReportDetails xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Turnpoint.Controllers">
  <servicetypeCode>sample string 3</servicetypeCode>
  <servicetypeDescode>sample string 5</servicetypeDescode>
  <servicetypeID>707</servicetypeID>
  <servicetypeNDISGroup>534</servicetypeNDISGroup>
  <servicetypeName>sample string 2</servicetypeName>
  <servicetypePackage>581</servicetypePackage>
  <servicetypePayType>sample string 6</servicetypePayType>
  <servicetypePayrollCode>sample string 4</servicetypePayrollCode>
</AppointmentServiceTypeReportDetails>