POST Settings/AddSettings

Request Information

URI Parameters

None.

Body Parameters

dataSettings
NameDescriptionTypeAdditional information
settingId

string

None.

dayFrom

string

None.

startDateOfMonth

string

None.

endDateOfMonth

string

None.

placeLatitude

string

None.

placeLongitude

string

None.

placeEndLatitude

string

None.

placeEndLongitude

string

None.

placeDistance

string

None.

Request Formats

application/json, text/json

Sample:
{
  "settingId": "sample string 1",
  "dayFrom": "sample string 2",
  "startDateOfMonth": "sample string 3",
  "endDateOfMonth": "sample string 4",
  "placeLatitude": "sample string 5",
  "placeLongitude": "sample string 6",
  "placeEndLatitude": "sample string 7",
  "placeEndLongitude": "sample string 8",
  "placeDistance": "sample string 9"
}

application/xml, text/xml

Sample:
<dataSettings xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Api_Company_Attendance.Models">
  <dayFrom>sample string 2</dayFrom>
  <endDateOfMonth>sample string 4</endDateOfMonth>
  <placeDistance>sample string 9</placeDistance>
  <placeEndLatitude>sample string 7</placeEndLatitude>
  <placeEndLongitude>sample string 8</placeEndLongitude>
  <placeLatitude>sample string 5</placeLatitude>
  <placeLongitude>sample string 6</placeLongitude>
  <settingId>sample string 1</settingId>
  <startDateOfMonth>sample string 3</startDateOfMonth>
</dataSettings>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.