POST api/Process/GetHealthSymptomDetail
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": "33bb2d18-dc26-4cf8-8996-e3a195d1f395",
"Symptom": "sample string 1",
"SymptomDetail": "sample string 2",
"Severity": 1,
"DurationIntervalType": 1.1,
"DurationInterval": 1,
"UserId": "e2824f38-392a-495c-a9f8-dc8a52e824e1",
"BranchId": "3037d382-a89c-4fc6-90fd-6523ee6d5ada",
"DateTime": "2026-07-07T14:53:47.9526005+05:00",
"Search": "sample string 5",
"FromDate": "2026-07-07T14:53:47.9526005+05:00",
"ToDate": "2026-07-07T14:53:47.9526005+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>3037d382-a89c-4fc6-90fd-6523ee6d5ada</BranchId> <DateTime>2026-07-07T14:53:47.9526005+05:00</DateTime> <DurationInterval>1</DurationInterval> <DurationIntervalType>1.1</DurationIntervalType> <FromDate>2026-07-07T14:53:47.9526005+05:00</FromDate> <Id>33bb2d18-dc26-4cf8-8996-e3a195d1f395</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-07-07T14:53:47.9526005+05:00</ToDate> <UserId>e2824f38-392a-495c-a9f8-dc8a52e824e1</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.