Request
POST /public/proposals/{ProposalId}/area
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 (not the proposal number) to add the area to.
Body
The display name for the new area (e.g.,
Living Room, Master Bedroom). Must be unique within the proposal.Response
200 Success
Returns the full updated proposal detail, including the newly created area and its automatically generated default option.Unique identifier of the proposal.
ISO 8601 timestamp of the most recent modification.
All areas on the proposal, including the newly added area.
Unique identifier of the area.
Display name of the area.
Options within the area. The default option is created automatically with
status: "Draft".Error Codes
| Code | Meaning |
|---|---|
| 400 | An area with the same name already exists on this proposal. |
| 401 | Not authorized. Invalid or missing HMAC authentication headers. |
| 402 | Active subscription required. |
| 403 | You do not have permission for this action. |
| 404 | Proposal not found. |
| 409 | Proposal state prevents editing. |