POST api/Patient/PatientDashboardAdd

Request Information

URI Parameters

None.

Body Parameters

PatientDashboardAddRequest
NameDescriptionTypeAdditional information
PatientDashboardAdd

PatientDashboardAdd

None.

PatientID

globally unique identifier

None.

WebApiVersion

integer

None.

Language

string

None.

Request Formats

application/json, text/json

Sample:
{
  "PatientDashboardAdd": {
    "VitalID": "c8c15694-2817-41e8-be43-abe74d8f9132",
    "SortOrder": 1
  },
  "PatientID": "0d696b76-1d44-468f-aa9a-f82e020d1604",
  "WebApiVersion": 2,
  "Language": "sample string 3"
}

application/xml, text/xml

Sample:
<PatientDashboardAddRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SehatukaAPI.DTO">
  <Language>sample string 3</Language>
  <PatientID>0d696b76-1d44-468f-aa9a-f82e020d1604</PatientID>
  <WebApiVersion>2</WebApiVersion>
  <PatientDashboardAdd>
    <SortOrder>1</SortOrder>
    <VitalID>c8c15694-2817-41e8-be43-abe74d8f9132</VitalID>
  </PatientDashboardAdd>
</PatientDashboardAddRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

PatientDashboardResponse
NameDescriptionTypeAdditional information
PatientDashboard

PatientDashboard

None.

WebApiVersion

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "PatientDashboard": {
    "PatientDashboardID": "03d0c6ce-41af-4148-be5f-398b07340eae",
    "VitalID": "7818e889-7bc6-443a-b072-552e117c7a16",
    "SortOrder": 1
  },
  "WebApiVersion": 1
}

application/xml, text/xml

Sample:
<PatientDashboardResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SehatukaAPI.DTO">
  <WebApiVersion>1</WebApiVersion>
  <PatientDashboard>
    <PatientDashboardID>03d0c6ce-41af-4148-be5f-398b07340eae</PatientDashboardID>
    <SortOrder>1</SortOrder>
    <VitalID>7818e889-7bc6-443a-b072-552e117c7a16</VitalID>
  </PatientDashboard>
</PatientDashboardResponse>