GET request/dcda/servicetype

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of ServiceTypeLookup
NameDescriptionTypeAdditional information
ServiceTypeId

integer

None.

ServiceTypeName

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "serviceTypeId": 1,
    "serviceTypeName": "sample string 2"
  },
  {
    "serviceTypeId": 1,
    "serviceTypeName": "sample string 2"
  }
]

text/html

Sample:
[{"serviceTypeId":1,"serviceTypeName":"sample string 2"},{"serviceTypeId":1,"serviceTypeName":"sample string 2"}]

application/xml, text/xml

Sample:
<ArrayOfServiceTypeLookup xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MyUtilityGeniusForBusiness.Api.Models.DCDAMOP">
  <ServiceTypeLookup>
    <ServiceTypeId>1</ServiceTypeId>
    <ServiceTypeName>sample string 2</ServiceTypeName>
  </ServiceTypeLookup>
  <ServiceTypeLookup>
    <ServiceTypeId>1</ServiceTypeId>
    <ServiceTypeName>sample string 2</ServiceTypeName>
  </ServiceTypeLookup>
</ArrayOfServiceTypeLookup>