POST api/AdvEvv

Visit CheckIn and CheckOut

Request Information

URI Parameters

None.

Body Parameters

VisitParam
NameDescriptionTypeAdditional information
ActionType

integer

Required

ScheduleId

integer

Required

ScheduleDate

string

Required

Latitude

decimal number

Required

Longitude

decimal number

Required

Notes

string

None.

Request Formats

application/json, text/json

Sample:
{
  "ActionType": 1,
  "ScheduleId": 2,
  "ScheduleDate": "sample string 3",
  "Latitude": 4.1,
  "Longitude": 5.1,
  "Notes": "sample string 6"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.