POST services/api/rest/v1/Update_CategoryFromRelease

Request Information

URI Parameters

None.

Body Parameters

RestCategoryRelease_Master
NameDescriptionTypeAdditional information
CategoryId

integer

None.

LocId

integer

None.

LocationList

Collection of Locations_ForMenuUpdate

None.

Request Formats

application/json, text/json

Sample:
{
  "CategoryId": 1,
  "LocId": 2,
  "LocationList": [
    {
      "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

RestCategoryRelease_Master
NameDescriptionTypeAdditional information
CategoryId

integer

None.

LocId

integer

None.

LocationList

Collection of Locations_ForMenuUpdate

None.

Response Formats

application/json, text/json

Sample:
{
  "CategoryId": 1,
  "LocId": 2,
  "LocationList": [
    {
      "Selected": true,
      "LocationName": "sample string 2",
      "LocationId": 3
    },
    {
      "Selected": true,
      "LocationName": "sample string 2",
      "LocationId": 3
    }
  ]
}