POST api/Medical/AddMRReviewRedFlagDates

Request Information

URI Parameters

None.

Body Parameters

Ref_ValueDates
NameDescriptionTypeAdditional information
Id

integer

None.

StartDate

date

None.

EndDate

date

None.

ParentLabelId

integer

None.

UserId

integer

None.

DateFormat

string

None.

IsDeleted

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "StartDate": "2025-12-11T03:20:54.6639885+00:00",
  "EndDate": "2025-12-11T03:20:54.6639885+00:00",
  "ParentLabelId": 2,
  "UserId": 3,
  "DateFormat": "sample string 4",
  "IsDeleted": true
}

application/xml, text/xml

Sample:
<Ref_ValueDates xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LynchAppApi.Models">
  <DateFormat>sample string 4</DateFormat>
  <EndDate>2025-12-11T03:20:54.6639885+00:00</EndDate>
  <Id>1</Id>
  <IsDeleted>true</IsDeleted>
  <ParentLabelId>2</ParentLabelId>
  <StartDate>2025-12-11T03:20:54.6639885+00:00</StartDate>
  <UserId>3</UserId>
</Ref_ValueDates>

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.