POST api/physical-activities/create-Automatic

Request Information

URI Parameters

None.

Body Parameters

PhysicalActivityLoggerCreateModel
NameDescriptionTypeAdditional information
CaregiverName

string

None.

StartDate

date

None.

TimeSpendMinutes

integer

None.

PhysicalActivityTypeId

integer

None.

PhysicalActivityTypeOtherName

string

None.

IsAutomaticEntry

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "CaregiverName": "sample string 1",
  "StartDate": "2026-03-09T16:00:38.0802981-04:00",
  "TimeSpendMinutes": 3,
  "PhysicalActivityTypeId": 4,
  "PhysicalActivityTypeOtherName": "sample string 5",
  "IsAutomaticEntry": true
}

application/xml, text/xml

Sample:
<PhysicalActivityLoggerCreateModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ReactiveMemory.Models.PhysicalActivityLoggers">
  <CaregiverName>sample string 1</CaregiverName>
  <IsAutomaticEntry>true</IsAutomaticEntry>
  <PhysicalActivityTypeId>4</PhysicalActivityTypeId>
  <PhysicalActivityTypeOtherName>sample string 5</PhysicalActivityTypeOtherName>
  <StartDate>2026-03-09T16:00:38.0802981-04:00</StartDate>
  <TimeSpendMinutes>3</TimeSpendMinutes>
</PhysicalActivityLoggerCreateModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.