Request
POST /public/proposals/{ProposalId}/area-options/{AreaOptionId}/installernotes
Headers
Must be
application/json.Must be
application/x-www-form-urlencoded.Your API Application Key.
Your User API Key.
Current UTC timestamp in RFC 7231 format.
HMAC-SHA256 signature, Base64-encoded.
Path Parameters
The unique ID of the proposal the area option belongs to.
The unique ID of the area option to update.
Body
Internal notes for the installer team. These notes do not appear on customer-facing documents. Submit an empty string to clear the notes.
Response
200 Success
Returns the full updated proposal detail reflecting the new installer notes.Unique identifier of the proposal.
ISO 8601 timestamp of the most recent modification.
All areas on the proposal, with the updated option reflecting the new
installerNotes.Error Codes
| Code | Meaning |
|---|---|
| 401 | Not authorized. Invalid or missing HMAC authentication headers. |
| 402 | Active subscription required. |
| 403 | You do not have permission for this action. |
| 404 | Proposal or area option not found. |
| 409 | Proposal is in a state that does not allow editing. |