| Field | Required | Description |
|---|---|---|
| api-token | Yes | Authentication token provided by VasyERP |
| branchId | Yes | One or more Branch IDs separated by commas |
curl --location '/api/v1/recipe?branchId=24448%2C24617%2C24677%2C24785%2C24806%2C24807%2C24808%2C24809%2C24810%2C24811%2C24812' \
--header 'api-token: {{.in-api-token}}'{
"status": true,
"message": "Recipe List",
"code": "200",
"response": {
"totalCount": 4,
"items": [
{
"recipeId": 16121,
"recipeName": "Recipe with test RCP1-multi uom finish"
},
{
"recipeId": 16150,
"recipeName": "KASHH RCP2-tessttttt"
},
{
"recipeId": 16161,
"recipeName": "Rec1212 RCP3-Test111111111 Prod2222"
},
{
"recipeId": 16160,
"recipeName": "Recipe1 RCP1-NEGATIVETESTWITHUOM"
}
]
}
}