POST api/Settings/Save
Request Information
URI Parameters
None.
Body Parameters
Settings| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| GroupId | integer |
None. |
|
| MinInOutAttendanceDiff | decimal number |
None. |
|
| LocationProvider | string |
None. |
|
| UserId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"GroupId": 2,
"MinInOutAttendanceDiff": 1.0,
"LocationProvider": "sample string 3",
"UserId": 4
}
text/html, application/octet-stream
Sample:
{"Id":1,"GroupId":2,"MinInOutAttendanceDiff":1.0,"LocationProvider":"sample string 3","UserId":4}
application/xml, text/xml
Sample:
<Settings xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Attendance.Models.BE"> <GroupId>2</GroupId> <Id>1</Id> <LocationProvider>sample string 3</LocationProvider> <MinInOutAttendanceDiff>1</MinInOutAttendanceDiff> <UserId>4</UserId> </Settings>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, text/html, application/octet-stream, application/xml, text/xml
Sample:
Sample not available.