Request
POST /public/proposals/{ProposalId}/area-options/{AreaOptionId}/clientdescription
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
The client-facing description for the option. This text is displayed to customers on proposal documents. Submit an empty string to clear the description.
Response
200 Success
Returns the full updated proposal detail reflecting the new client description.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
clientDescription.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. |