POST api/Visit/updateactivitylocation

Request Information

URI Parameters

None.

Body Parameters

ActivityModel
NameDescriptionTypeAdditional information
Id

integer

None.

ActivityId

integer

None.

VisitId

integer

None.

ClientId

string

None.

LocationId

integer

None.

CurrentLocationId

integer

None.

Timestamp

date

None.

ActivityNarrativeId

integer

None.

ActivityType

string

None.

LocationName

string

None.

ActivityState

string

None.

ManualEntry

boolean

None.

AuthenticationId

integer

None.

TransactionType

integer

None.

InjuriesAndIllness

string

None.

MedicationId

integer

None.

VerificationCode

string

None.

FormCompeleted

boolean

None.

ClientIds

string

None.

isStartActivity

boolean

None.

IsSaved

string

None.

Screen

string

None.

TimestampStart

date

None.

ChangedBy

string

None.

IsOvertime

boolean

None.

StartDate

date

None.

EndDate

date

None.

IsPast

string

None.

IsNoApprovedHrs

boolean

None.

ChangedByName

string

None.

HoursPerWeek

decimal number

None.

IsMedication

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "ActivityId": 2,
  "VisitId": 3,
  "ClientId": "sample string 4",
  "LocationId": 1,
  "CurrentLocationId": 1,
  "Timestamp": "2025-12-05T22:15:58.4542619-06:00",
  "ActivityNarrativeId": 1,
  "ActivityType": "sample string 5",
  "LocationName": "sample string 6",
  "ActivityState": "sample string 7",
  "ManualEntry": true,
  "AuthenticationId": 1,
  "TransactionType": 1,
  "InjuriesAndIllness": "sample string 9",
  "MedicationId": 1,
  "VerificationCode": "sample string 10",
  "FormCompeleted": true,
  "ClientIds": "sample string 12",
  "isStartActivity": true,
  "IsSaved": "sample string 14",
  "Screen": "sample string 15",
  "TimestampStart": "2025-12-05T22:15:58.4542619-06:00",
  "ChangedBy": "sample string 16",
  "IsOvertime": true,
  "StartDate": "2025-12-05T22:15:58.4542619-06:00",
  "EndDate": "2025-12-05T22:15:58.4542619-06:00",
  "IsPast": "sample string 20",
  "IsNoApprovedHrs": true,
  "ChangedByName": "sample string 22",
  "HoursPerWeek": 23.1,
  "IsMedication": true
}

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.