POST API/V1/Mobile/AddPatientToMyPatientsList
Request Information
URI Parameters
None.
Body Parameters
Collection of integerRequest Formats
application/json, text/json
Sample:
[ 1, 2 ]
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
iMDsoft.API.Metavision.Data.Mobile.Orders.MyPatientListName | 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 ] }