GET Miscellaneous/GetDaysOfTheWeek
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of DayOfTheWeekName | Description | Type | Additional information |
---|---|---|---|
DayID | integer |
None. |
|
DayName | string |
None. |
Response Formats
application/json, text/json
Sample:
[ { "DayID": 1, "DayName": "sample string 2" }, { "DayID": 1, "DayName": "sample string 2" } ]
text/html
Sample:
[{"DayID":1,"DayName":"sample string 2"},{"DayID":1,"DayName":"sample string 2"}]
application/xml, text/xml
Sample:
<ArrayOfDayOfTheWeek xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Models"> <DayOfTheWeek> <DayID>1</DayID> <DayName>sample string 2</DayName> </DayOfTheWeek> <DayOfTheWeek> <DayID>1</DayID> <DayName>sample string 2</DayName> </DayOfTheWeek> </ArrayOfDayOfTheWeek>