POST API/V1/Mobile/MedicationGroupsSets
Request Information
URI Parameters
None.
Body Parameters
iMDsoft.API.Metavision.Data.Mobile.Orders.MedicationGroupsSetsSearchOptions| Name | Description | Type | Additional information |
|---|---|---|---|
| SetIds |
Ids of sets |
Collection of integer |
None. |
| SetNames |
Names of sets |
Collection of string |
None. |
Request Formats
application/json, text/json
Sample:
{
"setIds": [
1,
2
],
"setNames": [
"sample string 1",
"sample string 2"
]
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
Collection of iMDsoft.API.Metavision.Data.Mobile.BaseDataModels.BundleData.Bundle| Name | Description | Type | Additional information |
|---|---|---|---|
| ResourceType |
Resource type |
iMDsoft.API.Metavision.Data.Mobile.Administration.ResourceType |
None. |
| Entry |
Entry component |
Collection of iMDsoft.API.Metavision.Data.Mobile.BaseDataModels.BundleData.EntryComponent |
None. |
| ValidationErrors |
Validation error |
Collection of iMDsoft.API.Metavision.Data.Mobile.ValidationError |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.