GET api1/ScheduleMethod

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of ScheduleMethodDTO
NameDescriptionTypeAdditional information
ScheduleMethodID

integer

None.

Name

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "ScheduleMethodID": 1,
    "Name": "sample string 2"
  },
  {
    "ScheduleMethodID": 1,
    "Name": "sample string 2"
  }
]

application/xml, text/xml

Sample:
<ArrayOfScheduleMethodDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GENEX.Royalty.DTO">
  <ScheduleMethodDTO>
    <Name>sample string 2</Name>
    <ScheduleMethodID>1</ScheduleMethodID>
  </ScheduleMethodDTO>
  <ScheduleMethodDTO>
    <Name>sample string 2</Name>
    <ScheduleMethodID>1</ScheduleMethodID>
  </ScheduleMethodDTO>
</ArrayOfScheduleMethodDTO>