POST services/api/rest/v1/Get_Recipe

Request Information

URI Parameters

None.

Body Parameters

RestBasicFilter
NameDescriptionTypeAdditional information
Start

integer

None.

FiterText

string

None.

Limit

integer

None.

LocationId

integer

None.

Type

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "Start": 1,
  "FiterText": "sample string 2",
  "Limit": 3,
  "LocationId": 4,
  "Type": 5
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of RestRecipe_Master
NameDescriptionTypeAdditional information
RecipeId

integer

None.

ItemId

integer

None.

Name

string

None.

ModifierId

integer

None.

ItemCode

string

None.

Qty

decimal number

None.

Total

decimal number

None.

LocId

integer

None.

ItemType

string

None.

RecipeDetails

Collection of RestRecipeDetails

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "RecipeId": 1,
    "ItemId": 2,
    "Name": "sample string 3",
    "ModifierId": 4,
    "ItemCode": "sample string 5",
    "Qty": 6.1,
    "Total": 7.0,
    "LocId": 8,
    "ItemType": "sample string 9",
    "RecipeDetails": [
      {
        "Id": 1,
        "barCode": "sample string 2",
        "qty": 3.1,
        "itemTypeId": 4,
        "cost": 5.0
      },
      {
        "Id": 1,
        "barCode": "sample string 2",
        "qty": 3.1,
        "itemTypeId": 4,
        "cost": 5.0
      }
    ]
  },
  {
    "RecipeId": 1,
    "ItemId": 2,
    "Name": "sample string 3",
    "ModifierId": 4,
    "ItemCode": "sample string 5",
    "Qty": 6.1,
    "Total": 7.0,
    "LocId": 8,
    "ItemType": "sample string 9",
    "RecipeDetails": [
      {
        "Id": 1,
        "barCode": "sample string 2",
        "qty": 3.1,
        "itemTypeId": 4,
        "cost": 5.0
      },
      {
        "Id": 1,
        "barCode": "sample string 2",
        "qty": 3.1,
        "itemTypeId": 4,
        "cost": 5.0
      }
    ]
  }
]