POST api/Process/SaveHealthSymptomDetail
Request Information
URI Parameters
None.
Body Parameters
DTOHealthSymptomDetail| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| Symptom | string |
None. |
|
| SymptomDetail | string |
None. |
|
| Severity | integer |
None. |
|
| DurationIntervalType | decimal number |
None. |
|
| DurationInterval | integer |
None. |
|
| UserId | globally unique identifier |
None. |
|
| BranchId | globally unique identifier |
None. |
|
| DateTime | date |
None. |
|
| Search | string |
None. |
|
| FromDate | date |
None. |
|
| ToDate | date |
None. |
|
| Start | integer |
None. |
|
| Length | integer |
None. |
|
| OrderColumn | integer |
None. |
|
| OrderDir | string |
None. |
|
| LocationLongitude | decimal number |
None. |
|
| LocationLattitude | decimal number |
None. |
|
| LocationAddress | string |
None. |
|
| MessageBody | string |
None. |
|
| MessageSentTo | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": "4dfa754b-fd36-4c86-926a-32e7de857885",
"Symptom": "sample string 1",
"SymptomDetail": "sample string 2",
"Severity": 1,
"DurationIntervalType": 1.1,
"DurationInterval": 1,
"UserId": "5dff6031-6cb4-40d8-8afa-a623cf20a01f",
"BranchId": "ae85bbc3-79e0-4506-982c-c7994c3fc1ef",
"DateTime": "2026-03-18T15:13:22.5383423+05:00",
"Search": "sample string 5",
"FromDate": "2026-03-18T15:13:22.5383423+05:00",
"ToDate": "2026-03-18T15:13:22.5383423+05:00",
"Start": 8,
"Length": 9,
"OrderColumn": 10,
"OrderDir": "sample string 11",
"LocationLongitude": 1.1,
"LocationLattitude": 1.1,
"LocationAddress": "sample string 12",
"MessageBody": "sample string 13",
"MessageSentTo": "sample string 14"
}
application/xml, text/xml
Sample:
<DTOHealthSymptomDetail xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HajjAppPortal.BAL.DTOModels"> <BranchId>ae85bbc3-79e0-4506-982c-c7994c3fc1ef</BranchId> <DateTime>2026-03-18T15:13:22.5383423+05:00</DateTime> <DurationInterval>1</DurationInterval> <DurationIntervalType>1.1</DurationIntervalType> <FromDate>2026-03-18T15:13:22.5383423+05:00</FromDate> <Id>4dfa754b-fd36-4c86-926a-32e7de857885</Id> <Length>9</Length> <LocationAddress>sample string 12</LocationAddress> <LocationLattitude>1.1</LocationLattitude> <LocationLongitude>1.1</LocationLongitude> <MessageBody>sample string 13</MessageBody> <MessageSentTo>sample string 14</MessageSentTo> <OrderColumn>10</OrderColumn> <OrderDir>sample string 11</OrderDir> <Search>sample string 5</Search> <Severity>1</Severity> <Start>8</Start> <Symptom>sample string 1</Symptom> <SymptomDetail>sample string 2</SymptomDetail> <ToDate>2026-03-18T15:13:22.5383423+05:00</ToDate> <UserId>5dff6031-6cb4-40d8-8afa-a623cf20a01f</UserId> </DTOHealthSymptomDetail>
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.