POST API/V1/Mobile/MedicationGroups

Request Information

URI Parameters

None.

Body Parameters

iMDsoft.API.Metavision.Data.Mobile.Orders.MedicationGroupsSearchOptions
NameDescriptionTypeAdditional information
SetIds

Ids of set

Collection of integer

None.

SetNames

Names of set

Collection of string

None.

GroupIds

Ids of group

Collection of integer

None.

GroupNames

Names of group

Collection of string

None.

Request Formats

application/json, text/json

Sample:
{
  "setIds": [
    1,
    2
  ],
  "setNames": [
    "sample string 1",
    "sample string 2"
  ],
  "groupIds": [
    1,
    2
  ],
  "groupNames": [
    "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 'MedicationGroupsSearchOptions'.

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.