POST api/WorkHour/PostStartOfDay
Request Information
URI Parameters
None.
Body Parameters
StartOfDayPostModelName | Description | Type | Additional information |
---|---|---|---|
Latitude | decimal number |
None. |
|
Longitude | decimal number |
None. |
|
StartOfDayTime | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "Latitude": 1.0, "Longitude": 2.0, "StartOfDayTime": 3 }
text/html
Sample:
{"Latitude":1.0,"Longitude":2.0,"StartOfDayTime":3}
application/xml, text/xml
Sample:
<StartOfDayPostModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DAO.Models.StartOfDay"> <Latitude>1</Latitude> <Longitude>2</Longitude> <StartOfDayTime>3</StartOfDayTime> </StartOfDayPostModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
stringResponse Formats
application/json, text/json, text/html
Sample:
"sample string 1"
application/xml, text/xml
Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>