PUT api/WeekDay/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Body Parameters

WeekDay
NameDescriptionTypeAdditional information
DayId

integer

None.

DayDt

date

None.

WeekId

integer

None.

DayNo

integer

None.

Yoga

boolean

None.

Exception

boolean

None.

Weight

decimal number

None.

BPd

integer

None.

BPs

integer

None.

Pulse

integer

None.

LocationId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "DayId": 1,
  "DayDt": "2025-01-07T17:52:30.1186906-06:00",
  "WeekId": 1,
  "DayNo": 1,
  "Yoga": true,
  "Exception": true,
  "Weight": 1.0,
  "BPd": 1,
  "BPs": 1,
  "Pulse": 1,
  "LocationId": 1
}

text/html

Sample:
{"DayId":1,"DayDt":"2025-01-07T17:52:30.1186906-06:00","WeekId":1,"DayNo":1,"Yoga":true,"Exception":true,"Weight":1.0,"BPd":1,"BPs":1,"Pulse":1,"LocationId":1}

application/xml, text/xml

Sample:
<WeekDay xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DayAPI.Models">
  <BPd>1</BPd>
  <BPs>1</BPs>
  <DayDt>2025-01-07T17:52:30.1186906-06:00</DayDt>
  <DayId>1</DayId>
  <DayNo>1</DayNo>
  <Exception>true</Exception>
  <LocationId>1</LocationId>
  <Pulse>1</Pulse>
  <WeekId>1</WeekId>
  <Weight>1</Weight>
  <Yoga>true</Yoga>
</WeekDay>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.