POST api/Alexa/AlexaGetTimeSheet
Request Information
URI Parameters
None.
Body Parameters
MonthListName | Description | Type | Additional information |
---|---|---|---|
Month | integer |
None. |
|
Deviceid | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "Month": 1, "Deviceid": "sample string 2" }
application/xml, text/xml
Sample:
<MonthList xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Alexa.Models"> <Deviceid>sample string 2</Deviceid> <Month>1</Month> </MonthList>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
HttpResponseMessageName | Description | Type | Additional information |
---|---|---|---|
Version | Version |
None. |
|
Content | HttpContent |
None. |
|
StatusCode | HttpStatusCode |
None. |
|
ReasonPhrase | string |
None. |
|
Headers | Collection of Object |
None. |
|
RequestMessage | HttpRequestMessage |
None. |
|
IsSuccessStatusCode | boolean |
None. |