POST services/api/rest/v1/Delete_MealType

Request Information

URI Parameters

None.

Body Parameters

RestMealsType
NameDescriptionTypeAdditional information
Id

integer

None.

Name

string

None.

FromTime

time interval

None.

ToTime

time interval

None.

LocId

integer

None.

Daysofweek

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "Name": "sample string 2",
  "FromTime": "00:00:00.1234567",
  "ToTime": "00:00:00.1234567",
  "LocId": 5,
  "Daysofweek": "sample string 6"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

integer

Response Formats

application/json, text/json

Sample:
1