Bulk set seats
Set all seat types at once.
Set all seat types at once.
Authorization
ApiKeyAuth x-api-key<token>
In: header
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
customerId*string
seats*
Response Body
application/json
application/json
application/json
application/json
application/json
curl -X PUT "https://example.com/seats/bulk" \ -H "Content-Type: application/json" \ -d '{ "customerId": "string", "seats": { "property1": 0, "property2": 0 } }'{ "success": true, "data": [ { "id": "string", "featureCode": "string", "previousBalance": -9007199254740991, "newBalance": -9007199254740991, "ts": "2019-08-24T14:15:22Z", "createdAt": "2019-08-24T14:15:22Z", "object": "seat", "livemode": true } ]}{ "success": false, "error": { "type": "string", "code": "string", "message": "string", "param": "string", "details": null, "doc_url": "string" }}{ "success": false, "error": { "type": "string", "code": "string", "message": "string", "param": "string", "details": null, "doc_url": "string" }}{ "success": false, "error": { "type": "string", "code": "string", "message": "string", "param": "string", "details": null, "doc_url": "string" }}{ "success": false, "error": { "type": "string", "code": "string", "message": "string", "param": "string", "details": null, "doc_url": "string" }}