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": "ab418b86-ca01-48ca-a06f-4a918d716551",
"Symptom": "sample string 1",
"SymptomDetail": "sample string 2",
"Severity": 1,
"DurationIntervalType": 1.1,
"DurationInterval": 1,
"UserId": "074268db-5261-4ee6-954c-29d0a7b0a972",
"BranchId": "c2f3afc1-b404-4533-b147-5b963bb5ce00",
"DateTime": "2026-01-23T16:14:44.9219337+05:00",
"Search": "sample string 5",
"FromDate": "2026-01-23T16:14:44.9228404+05:00",
"ToDate": "2026-01-23T16:14:44.9228404+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>c2f3afc1-b404-4533-b147-5b963bb5ce00</BranchId> <DateTime>2026-01-23T16:14:44.9219337+05:00</DateTime> <DurationInterval>1</DurationInterval> <DurationIntervalType>1.1</DurationIntervalType> <FromDate>2026-01-23T16:14:44.9228404+05:00</FromDate> <Id>ab418b86-ca01-48ca-a06f-4a918d716551</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-01-23T16:14:44.9228404+05:00</ToDate> <UserId>074268db-5261-4ee6-954c-29d0a7b0a972</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.