POST API/V1/Mobile/MyPatientList
Request Information
URI Parameters
None.
Body Parameters
iMDsoft.API.Metavision.Data.Mobile.Orders.MyPatientList| Name | Description | Type | Additional information |
|---|---|---|---|
| PatientsIds |
The Patients ids list contains the id's of all patient in the users list. |
Collection of integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"patientsIds": [
1,
2
]
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
iMDsoft.API.Metavision.Data.Mobile.Orders.MyPatientList| Name | Description | Type | Additional information |
|---|---|---|---|
| PatientsIds |
The Patients ids list contains the id's of all patient in the users list. |
Collection of integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"patientsIds": [
1,
2
]
}