post
https://api.zoominfo.com/gtm/studio/v1/audiences//rows/actions/upsert
Creates and/or updates up to 50 rows in an audience in a single synchronous operation.
Each entry in the request body includes cell values keyed by columnId. Including a rowId updates that existing row; omitting rowId creates a new row.
Both creates and updates can be combined freely in the same request.
Use this endpoint when upserting 50 rows or fewer. For larger batches (up to 500 rows), use Bulk Upsert Rows at POST /actions/bulk/upsert instead.
Returns 200 with data[] row resources — each entry includes id, type, and attributes.values with full cell details (columnId, value, state, and errorDetails when applicable).
Returns 400 if the request body is malformed, exceeds 50 rows, or columnId references are invalid.