# Create congestion spread bucket Creates congestion spread bucket with specified orders Endpoint: POST /public-api/2.0/electricity/congestion-spread-bucket Version: 1.0 Security: api-key ## Request fields (application/json): - `clearingId` (string, required) - `orderCallGroups` (array, required) - `orderCallGroups.orderCallGroupId` (string, required) - `orderCallGroups.executionType` (string) Enum: "FILL_OR_KILL" - `orderCallGroups.orders` (array, required) - `orderCallGroups.orders.orderId` (string, required) - `orderCallGroups.orders.quantity` (number, required) ## Response 200 fields (application/json): - `GOPACSClearingId` (string) - `ETPAClearingId` (string) ## Response 400 fields (application/json): - `errors` (array) ## Response 412 fields (*/*): - `errors` (array) ## Response 423 fields (*/*): - `errors` (array) ## Response 500 fields (*/*): - `errors` (array) ## Response 403 fields