GET api/Service/getListOfExtraServices

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of clsListOfExtraService
NameDescriptionTypeAdditional information
ServiceId

string

None.

ServiceName

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "ServiceId": "sample string 1",
    "ServiceName": "sample string 2"
  },
  {
    "ServiceId": "sample string 1",
    "ServiceName": "sample string 2"
  }
]

application/xml, text/xml

Sample:
<ArrayOfclsListOfExtraService xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/KPWebApi.Models">
  <clsListOfExtraService>
    <ServiceId>sample string 1</ServiceId>
    <ServiceName>sample string 2</ServiceName>
  </clsListOfExtraService>
  <clsListOfExtraService>
    <ServiceId>sample string 1</ServiceId>
    <ServiceName>sample string 2</ServiceName>
  </clsListOfExtraService>
</ArrayOfclsListOfExtraService>