POST api/Medical/AddMRReproductiveDates
Request Information
URI Parameters
None.
Body Parameters
Ref_ValueDates| Name | Description | Type | Additional 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:22:24.8682773+00:00",
"EndDate": "2025-12-11T03:22:24.8682773+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:22:24.8682773+00:00</EndDate> <Id>1</Id> <IsDeleted>true</IsDeleted> <ParentLabelId>2</ParentLabelId> <StartDate>2025-12-11T03:22:24.8682773+00:00</StartDate> <UserId>3</UserId> </Ref_ValueDates>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.