Upsert a listing-channel-meal override
POST/api/v1/pms/listing-channel-mappings/meals
Creates or overwrites the (listingId, channelId, mealId) row for every listing in listingId. The field takes an array, so one save can cover the whole set a user picked in the listing selector — "listingId": ["lst_0143ua", "lst_9xKq2"] writes two overrides, each priced, enabled and deleted on its own. A bare string still works and gives one override back.
Request
Responses
- 200
- 400
Persisted ListingChannelMeal, one per listing.
Validation error.