---
title: "getRecipeLocationsByPage"
method: GET
path: "/recipelocation/v1/getRecipeLocationsByPage"
tags: ["Recipe Location Service"]
---

# getRecipeLocationsByPage

`GET /recipelocation/v1/getRecipeLocationsByPage`

getRecipeLocationsByPage Implementation Notes

## Query parameters

- `activeFlag` boolean
- `atCostItem` boolean
- `locationCode` string
- `minutesSinceUpdate` integer
- `pageNumber` integer
- `pageSize` integer
- `pluNumber` integer
- `posDecrement` string
- `prepReportFlag` boolean
- `productionType` string
- `productNumber` string
- `recipeName` string
- `recipePrice` number
- `includeNull` boolean

## Headers

- `authenticationtoken` string, required
- `password` string, required
- `sitename` string, required
- `userid` string, required
- `X-B3-TraceId` string

## Response `200`

Success

- RecipeLocationBatchResponseDto — RecipeLocationBatchResponseDto description
  - `hasNext` boolean — has Next
  - `recipeLocationDetails` RecipeLocationDetailsGet[]
    - `recipeLocationDetailDetails` RecipeLocationDetailGet[]
      - `activeFlag` 'N' | 'Y' — "Active Flag" from Recipe Screen's Location Tab
      - `atCostItem` 'N' | 'Y' — "A/T Cost Item" from Recipe Screen's Location Tab
      - `lastTouchDate` string — "Last Touch Date" from Recipe Screen's Location Tab
      - `locationCode` string, required — "Location Code" from Recipe Screen's Location Tab
      - `pluNumber` integer — "PLU Number" from Recipe Screen's Location Tab
      - `posDecrement` 'C' | 'I' — "POS Decrement" from Recipe Screen's Location Tab
      - `prepReportFlag` 'N' | 'Y' — "Prep Report Flag" from Recipe Screen's Location Tab
      - `productNumber` string, required — "Product Number" from Recipe Screen
      - `productionType` 'O' | 'P' — "Production Type" from Recipe Screen's Location Tab
      - `recipeName` string — "Recipe Location Name" from Recipe Screen's Location Tab
      - `recipePrice` number — "Recipe Price" from Recipe Screen's Location Tab
    - `recipeLocationHeaderDetails` RecipeLocationHeaderDto — RecipeLocationHeaderDto description
      - `pluNumber` integer — "PLU Number" from Recipe Screen
      - `productNumber` string — "Product Number" from Recipe Screen
      - `recipeName` string — "Recipe Name" from Recipe Screen
  - `totalPages` integer — Total Pages

## Other responses

- `400` — Validation Error
- `401` — Authorization
- `404` — recipe location not found
- `429` — Too Many Requests
- `500` — Unexpected Error
- `504` — Timeout

---

[API](https://skmtc.net/crunchtime/apis/inventory-labor.md) · [All operations](https://skmtc.net/crunchtime/apis/inventory-labor/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/crunchtime/inventory-labor/revisions/0af8e380ff2c/schema)
