---
title: "saveRecipeLocation"
method: POST
path: "/recipelocation/v1/saveRecipeLocations"
tags: ["Recipe Location Service"]
---

# saveRecipeLocation

`POST /recipelocation/v1/saveRecipeLocations`

saveRecipeLocation Implementation Notes

## Headers

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

## Request body

- RecipeLocationDetailsList — RecipeLocationDetailsList description
  - `locationCode` string — "Code" from Company setup screen
  - `recipeLocationDetails` RecipeLocationDetails[]
    - `recipeLocationDetailDetails` RecipeLocationDetailsDto[]
      - `activeFlag` 'N' | 'Y' — "Active Flag" from Recipe Screen's Location Tab
      - `atCostItem` 'N' | 'Y' — "A/T Cost Item" 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

## Response `200`

Success

- object

## Other responses

- `400` — Validation Error
- `401` — Authorization
- `429` — Too Many Requests
- `500` — Unexpected Error
- `503` — System under maintenance
- `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)
