POST api/visitdetails
Request Information
URI Parameters
None.
Body Parameters
VisitDetails| Name | Description | Type | Additional information |
|---|---|---|---|
| Dml_Indicator | string |
None. |
|
| Id | integer |
None. |
|
| Orgid | integer |
None. |
|
| Branchid | integer |
None. |
|
| Patientid | integer |
None. |
|
| Visitid | integer |
None. |
|
| Status | integer |
None. |
|
| Created_by | integer |
None. |
|
| Created_on | string |
None. |
|
| Updated_by | integer |
None. |
|
| Updated_on | string |
None. |
|
| temp_id | integer |
None. |
|
| DeviceId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"Dml_Indicator": "sample string 1",
"Id": 2,
"Orgid": 3,
"Branchid": 4,
"Patientid": 5,
"Visitid": 6,
"Status": 7,
"Created_by": 8,
"Created_on": "sample string 9",
"Updated_by": 10,
"Updated_on": "sample string 11",
"temp_id": 12,
"DeviceId": 13
}
application/xml, text/xml
Sample:
<VisitDetails xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EntityLayer"> <Branchid>4</Branchid> <Created_by>8</Created_by> <Created_on>sample string 9</Created_on> <DeviceId>13</DeviceId> <Dml_Indicator>sample string 1</Dml_Indicator> <Id>2</Id> <Orgid>3</Orgid> <Patientid>5</Patientid> <Status>7</Status> <Updated_by>10</Updated_by> <Updated_on>sample string 11</Updated_on> <Visitid>6</Visitid> <temp_id>12</temp_id> </VisitDetails>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |