POST api/patientmappings
Request Information
URI Parameters
None.
Body Parameters
PatientMapping| Name | Description | Type | Additional information |
|---|---|---|---|
| Dml_Indicator | string |
None. |
|
| Id | integer |
None. |
|
| PermanentPatientid | integer |
None. |
|
| Orgid | integer |
None. |
|
| Branchid | integer |
None. |
|
| temp_id | integer |
None. |
|
| Status | integer |
None. |
|
| Created_by | integer |
None. |
|
| Created_on | string |
None. |
|
| Updated_by | integer |
None. |
|
| Updated_on | string |
None. |
|
| BranchPatientid | string |
None. |
|
| BranchOptionid | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Dml_Indicator": "sample string 1",
"Id": 2,
"PermanentPatientid": 3,
"Orgid": 4,
"Branchid": 5,
"temp_id": 6,
"Status": 7,
"Created_by": 8,
"Created_on": "sample string 9",
"Updated_by": 10,
"Updated_on": "sample string 11",
"BranchPatientid": "sample string 12",
"BranchOptionid": "sample string 13"
}
application/xml, text/xml
Sample:
<PatientMapping xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EntityLayer"> <BranchOptionid>sample string 13</BranchOptionid> <BranchPatientid>sample string 12</BranchPatientid> <Branchid>5</Branchid> <Created_by>8</Created_by> <Created_on>sample string 9</Created_on> <Dml_Indicator>sample string 1</Dml_Indicator> <Id>2</Id> <Orgid>4</Orgid> <PermanentPatientid>3</PermanentPatientid> <Status>7</Status> <Updated_by>10</Updated_by> <Updated_on>sample string 11</Updated_on> <temp_id>6</temp_id> </PatientMapping>
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. |