POST API/V1/Mobile/LogicalUnits

Request Information

URI Parameters

None.

Body Parameters

iMDsoft.API.Metavision.Data.Mobile.Administration.LogicalUnitSearchOptions
NameDescriptionTypeAdditional information
DepartmentsIds

Collection of integer

None.

Request Formats

application/json, text/json

Sample:
{
  "departmentsIds": [
    1,
    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 'LogicalUnitSearchOptions'.

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.