---
title: "POST /userFavorites/saveFav"
method: POST
path: "/userFavorites/saveFav"
tags: ["UserFavorites"]
---

# POST /userFavorites/saveFav

`POST /userFavorites/saveFav`

Save multiple user favorites

## Cookies

- `SessionIndex` string, required

## Request body

- object[]
  - `product_code` string, required — Product Code
  - `language` string, required — Language
  - `version` string, required — Version of the product
  - `pubtitle` string, required — Publish title
  - `content_url` string, required — URL of the content

## Response `200`

Successfully saved user favorites data

- UserFavorites
  - `id` integer
  - `email` string
  - `product_code` string
  - `language` string
  - `version` string
  - `pubtitle` string
  - `content_url` string

## Other responses

- `400` — Failure response
- `401` — Unauthorized access
- `404` — No UserFavorites found

---

[API](https://skmtc.net/infor/apis/infor-docs-api.md) · [All operations](https://skmtc.net/infor/apis/infor-docs-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/infor/infor-docs-api/revisions/c8f0d96c040e/schema)
