POST API/V1/Mobile/AddPatientToMyPatientsList
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| patientId | integer |
Required |
Body Parameters
None.
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
]
}