ZV-2026-0124 · 2026-08-17 · red.bigredcloud.com

red.bigredcloud.com: Field companyId on brc_create_quote is now required.

breaking

What changed

Field companyId on brc_create_quote is now required. Field companyId on brc_create_quote_gen_ref is now required. Field note was removed from brc_update_quote input; consumers still sending it may be rejected or silently ignored.

What to do

If your agents call red.bigredcloud.com, pin the new snapshot, patch the affected call sites, and let a green contract check confirm the fix. If you don't use the changed tools, nothing is required, but the rest of the ecosystem just learned about it at the same moment you did.

The redline

companyId  Field companyId on brc_create_quote is now required.
companyId  Field companyId on brc_create_quote_gen_ref is now required.
note  Field note was removed from brc_update_quote input; consumers still sending it may be rejected or silently ignored.
Deletes a BRC quote by id using timestamp confirmation. Requires routeToken from brc_route…
+  Deletes a BRC quote by id using timestamp confirmation. Loads the quote once to obtain its…   brc_delete_quote
Gets one BRC quote by id.
+  Gets one BRC quote by id. List and get may not return the same fields (for example note or…   brc_get_quote
Gets a customer's account transactions.
+  Gets a customer's account transactions, including historical transactions. Returned transa…   brc_list_customer_account_trans
Lists BRC quotes.
+  Lists BRC quotes. List and get may not return the same fields (for example note or analysi…   brc_list_quotes
Gets a supplier's account transactions.
+  Gets a supplier's account transactions, including historical transactions. Returned transa…   brc_list_supplier_account_trans
Updates a BRC cash payment using merged fields. Requires routeToken from brc_route_request…
+  Updates an existing Cash Payment by merging supplied fields onto the current record. Field…   brc_update_cash_payment
Updates a BRC purchase using structured MCP fields. Requires routeToken from brc_route_req…
+  Updates a BRC purchase using structured MCP fields. Historical transaction dates are not a…   brc_update_purchase
Updates a BRC quote using structured safe text/reference fields. Requires routeToken from …
+  Updates a BRC quote's manual reference only. Quote.note is not persisted by this update an…   brc_update_quote
Updates a BRC sales credit note using structured safe text/reference fields. Requires rout…
+  Updates an existing BRC sales credit note. Supports text/reference fields, transaction dat…   brc_update_sales_credit_note
+  customerId  Optional field customerId was added to brc_update_sales_credit_note; may shift model behaviour.
+  details  Optional field details was added to brc_update_sales_credit_note; may shift model behaviour.
+  entryDate  Optional field entryDate was added to brc_update_sales_credit_note; may shift model behaviour.
+  ourReference  Optional field ourReference was added to brc_update_sales_credit_note; may shift model behaviour.
+  procDate  Optional field procDate was added to brc_update_sales_credit_note; may shift model behaviour.
+  productTrans  Optional field productTrans was added to brc_update_sales_credit_note; may shift model behaviour.
+  saleRepId  Optional field saleRepId was added to brc_update_sales_credit_note; may shift model behaviour.
+  total  Optional field total was added to brc_update_sales_credit_note; may shift model behaviour.
+  totalNet  Optional field totalNet was added to brc_update_sales_credit_note; may shift model behaviour.
+  totalVAT  Optional field totalVAT was added to brc_update_sales_credit_note; may shift model behaviour.
+  vatTypeId  Optional field vatTypeId was added to brc_update_sales_credit_note; may shift model behaviour.
+  yourReference  Optional field yourReference was added to brc_update_sales_credit_note; may shift model behaviour.
Updates a BRC sales entry using structured safe text/reference fields. Requires routeToken…
+  Updates an existing BRC Sales Entry. Supports text/reference changes, transaction dates, c…   brc_update_sales_entry
+  acCode  Optional field acCode was added to brc_update_sales_entry; may shift model behaviour.
+  acEntries  Optional field acEntries was added to brc_update_sales_entry; may shift model behaviour.
+  bookTranTypeId  Optional field bookTranTypeId was added to brc_update_sales_entry; may shift model behaviour.
+  customerId  Optional field customerId was added to brc_update_sales_entry; may shift model behaviour.
+  details  Optional field details was added to brc_update_sales_entry; may shift model behaviour.
+  entryDate  Optional field entryDate was added to brc_update_sales_entry; may shift model behaviour.
+  procDate  Optional field procDate was added to brc_update_sales_entry; may shift model behaviour.
+  total  Optional field total was added to brc_update_sales_entry; may shift model behaviour.
+  totalNet  Optional field totalNet was added to brc_update_sales_entry; may shift model behaviour.
+  totalVAT  Optional field totalVAT was added to brc_update_sales_entry; may shift model behaviour.
+  vatEntries  Optional field vatEntries was added to brc_update_sales_entry; may shift model behaviour.
+  vatTypeId  Optional field vatTypeId was added to brc_update_sales_entry; may shift model behaviour.
Updates a BRC sales invoice using structured safe text/reference fields. Requires routeTok…
+  Updates an existing BRC sales invoice. Can update text/reference fields, transaction dates…   brc_update_sales_invoice
+  bookTranTypeId  Optional field bookTranTypeId was added to brc_update_sales_invoice; may shift model behaviour.
+  customerId  Optional field customerId was added to brc_update_sales_invoice; may shift model behaviour.
+  details  Optional field details was added to brc_update_sales_invoice; may shift model behaviour.
+  entryDate  Optional field entryDate was added to brc_update_sales_invoice; may shift model behaviour.
+  ourReference  Optional field ourReference was added to brc_update_sales_invoice; may shift model behaviour.
+  procDate  Optional field procDate was added to brc_update_sales_invoice; may shift model behaviour.
+  productTrans  Optional field productTrans was added to brc_update_sales_invoice; may shift model behaviour.
+  saleRepId  Optional field saleRepId was added to brc_update_sales_invoice; may shift model behaviour.
+  total  Optional field total was added to brc_update_sales_invoice; may shift model behaviour.
+  totalNet  Optional field totalNet was added to brc_update_sales_invoice; may shift model behaviour.
+  totalVAT  Optional field totalVAT was added to brc_update_sales_invoice; may shift model behaviour.
+  vatTypeId  Optional field vatTypeId was added to brc_update_sales_invoice; may shift model behaviour.
+  yourReference  Optional field yourReference was added to brc_update_sales_invoice; may shift model behaviour.
+  brc_generate_support_report  Tool brc_generate_support_report was added.
+  brc_resolve_book_transaction_type  Tool brc_resolve_book_transaction_type was added.
Creates a BRC purchase using structured MCP fields. Requires a reference when the company …
+  Creates a BRC purchase using structured MCP fields. Requires a reference when the company …   brc_create_purchase
Creates a Purchases Book purchase with a generated reference using structured fields. Use …
+  Creates a Purchases Book purchase with a generated reference using structured fields. Use …   brc_create_purchase_gen_ref
Deletes a BRC purchase by id using timestamp confirmation. Requires routeToken from brc_ro…
+  Deletes a BRC purchase by id using timestamp confirmation. Historical purchases are not au…   brc_delete_purchase
Generates a sales invoice from a BRC quote. Requires routeToken from brc_route_request for…
+  Generates a sales invoice from a BRC quote. Preview-before-posting shows the exact POST /v…   brc_generate_sales_invoice_from_quote
Show a record of data changes (create, update, delete, batch, quote close/reopen, emails, …
+  Show a record of data changes (create, update, delete, batch, quote close/reopen, emails, …   brc_list_audit_log
MANDATORY FIRST STEP for Red requests that may create, update, delete, post, email, or bat…
+  MANDATORY FIRST STEP for Red requests that may create, update, delete, post, email, or bat…   brc_route_request
Full red.bigredcloud.com changelog →JSON feedWatch this for my agents