POST services/api/rest/v1/RestMenuMigration_CopyItems

Request Information

URI Parameters

None.

Body Parameters

RestMenuMigration_Master
NameDescriptionTypeAdditional information
FromLocation

integer

None.

ToLocationList

Collection of Locations_ForMenuUpdate

None.

Request Formats

application/json, text/json

Sample:
{
  "FromLocation": 1,
  "ToLocationList": [
    {
      "Selected": true,
      "LocationName": "sample string 2",
      "LocationId": 3
    },
    {
      "Selected": true,
      "LocationName": "sample string 2",
      "LocationId": 3
    }
  ]
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

RestMenuMigration_Master
NameDescriptionTypeAdditional information
FromLocation

integer

None.

ToLocationList

Collection of Locations_ForMenuUpdate

None.

Response Formats

application/json, text/json

Sample:
{
  "FromLocation": 1,
  "ToLocationList": [
    {
      "Selected": true,
      "LocationName": "sample string 2",
      "LocationId": 3
    },
    {
      "Selected": true,
      "LocationName": "sample string 2",
      "LocationId": 3
    }
  ]
}