Skip to main content
POST
Offer Bulk Edit Preview
Validate a batch of offer changes without applying them. Use this endpoint to check whether a given bulk edit would be valid before actually applying it with the PATCH endpoint. Returns whether the proposed changes are acceptable.

Authorizations

X-Eflow-Api-Key
string
header
required

The Everflow API key generated from the Control Center > Security.

Body

application/json
network_offer_ids
integer[]
required

Array of offer IDs to update.

fields
object[]
required

Array of field changes to apply.

Response

200 - application/json
changes
object[]
resource_errors
object[]