GET Service/ServiceType?ServiceType={ServiceType}
Retrieve service type definitions
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
ServiceType |
Filter by service type code (optional) |
string |
None. |
Body Parameters
None.
Response Information
Resource Description
Collection of ServiceTypeName | Description | Type | Additional information |
---|---|---|---|
Code |
Service type code |
string |
None. |
Description |
Service type description |
string |
None. |
Response Formats
application/json, text/json
Sample:
[ { "Code": "sample string 1", "Description": "sample string 2" }, { "Code": "sample string 1", "Description": "sample string 2" } ]
application/xml, text/xml
Sample:
<ArrayOfServiceType xmlns:i="http://www.w3.org/2001/XMLSchema-instance"> <ServiceType> <Code>sample string 1</Code> <Description>sample string 2</Description> </ServiceType> <ServiceType> <Code>sample string 1</Code> <Description>sample string 2</Description> </ServiceType> </ArrayOfServiceType>