api.rfq.add_comment

POST /rfq/{rfqId}/comment — ACPortal

Python

api.rfq.add_comment(rfq_id: str, *, data: AcceptModel | dict) -> None

CLI

ab rfq add_comment <rfq_id> [--data ...]

POST /rfq/{rfqId}/comment.

Args: rfq_id: RFQ identifier. data: Comment payload. Accepts an :class:AcceptModel instance or a dict.

Request model: :class:AcceptModel

Request body — AcceptModel

Field

Type

Required

Description

notes

Optional[str]

no

Acceptance notes or comment text

Response

No response body.


← Back to api.rfq