GET getdatetimenew
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of DayTimeModelnew| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
None. |
|
| days | string |
None. |
|
| mdate | string |
None. |
|
| month | string |
None. |
|
| time | Collection of times |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"id": 1,
"days": "sample string 2",
"mdate": "sample string 3",
"month": "sample string 4",
"time": [
{
"id": 1,
"timename": "sample string 2",
"start": "sample string 3",
"ends": "sample string 4"
},
{
"id": 1,
"timename": "sample string 2",
"start": "sample string 3",
"ends": "sample string 4"
}
]
},
{
"id": 1,
"days": "sample string 2",
"mdate": "sample string 3",
"month": "sample string 4",
"time": [
{
"id": 1,
"timename": "sample string 2",
"start": "sample string 3",
"ends": "sample string 4"
},
{
"id": 1,
"timename": "sample string 2",
"start": "sample string 3",
"ends": "sample string 4"
}
]
}
]
application/xml, text/xml
Sample:
<ArrayOfDayTimeModelnew xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/recyclerserver.Models">
<DayTimeModelnew>
<days>sample string 2</days>
<id>1</id>
<mdate>sample string 3</mdate>
<month>sample string 4</month>
<time>
<times>
<ends>sample string 4</ends>
<id>1</id>
<start>sample string 3</start>
<timename>sample string 2</timename>
</times>
<times>
<ends>sample string 4</ends>
<id>1</id>
<start>sample string 3</start>
<timename>sample string 2</timename>
</times>
</time>
</DayTimeModelnew>
<DayTimeModelnew>
<days>sample string 2</days>
<id>1</id>
<mdate>sample string 3</mdate>
<month>sample string 4</month>
<time>
<times>
<ends>sample string 4</ends>
<id>1</id>
<start>sample string 3</start>
<timename>sample string 2</timename>
</times>
<times>
<ends>sample string 4</ends>
<id>1</id>
<start>sample string 3</start>
<timename>sample string 2</timename>
</times>
</time>
</DayTimeModelnew>
</ArrayOfDayTimeModelnew>