| Key | Type | Description |
|---|---|---|
| offers | Offer[] | List of offers to create. See Offer[] - except for read-only attributes |
| dry_run | boolean | When true, nothing will be persisted. May be used to validate the input |
| Status | Description |
|---|---|
422 | Invalid parameters - see Invalid parameters errors model |
{}curl --location --request PUT 'https://api.mpc.dev.placewise.com/v3/infinity-mall/offers' \
--header 'X-User-Agent: ApiDog' \
--header 'X-Product-Name: default' \
--header 'X-Loyalty-Club-Slug: infinity-mall' \
--header 'X-Customer: 447' \
--header 'Authorization: Bearer ' \
--header 'X-Client-Authorization: ' \
--header 'Content-Type: application/json'{}