POST API/V1/Mobile/MedicationGroupsSets

Request Information

URI Parameters

None.

Body Parameters

iMDsoft.API.Metavision.Data.Mobile.Orders.MedicationGroupsSetsSearchOptions
NameDescriptionTypeAdditional 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:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'MedicationGroupsSetsSearchOptions'.

Response Information

Resource Description

Collection of iMDsoft.API.Metavision.Data.Mobile.BaseDataModels.BundleData.Bundle
NameDescriptionTypeAdditional 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.