Update Proposal Item Short Description
POST /public/proposals//items//shortdescription — Updates the short description of a proposal item.
shortDescription. It replaces whatever the item carried before, and omitting ShortDescription or sending null clears it.
SetDefault also saves the description for later proposals: a Part saves it as the company’s own description, a Labor or CustomItem saves it on the library item. Clearing the description also clears a Part’s saved one, while Labor and CustomItem items keep what they had.
UpdateAllInstances applies the change to the proposal’s other items from the same source item that share its item type, in any area option.
Authorizations
Portal application identifier used as part of HMAC-authenticated API requests.
Portal user API key used together with the HMAC signature headers.
Timestamp header included in the signed request to prevent replay attacks.
HMAC-SHA256 signature for the request, calculated over the canonical string defined in the authentication docs.
Headers
Accept Header
application/json Path Parameters
Unique ID of the proposal (not the proposal number).
Id of the proposal item to update.
Body
Proposals Service
New short description for the item. Omit it or send null to clear the description held on the item.
When true, also save the description on the catalog item behind this one, so items added from it later start with it. A Part saves it as the company's own description; a Labor or CustomItem saves it on the library item. Clearing the description also clears a Part's saved one, while a Labor or CustomItem keeps what it had. Do not use this flag on a Fee item: it currently overwrites the fee's name in the library instead of its description. Defaults to false.
When true, apply the change to every other instance of the same catalog item in this proposal that shares its item type, across all area options. Defaults to false.
Response
Success
Unique numeric identifier of the proposal item
Identifier of the catalog, labor, custom, or fee item this proposal item was created from
UTC timestamp when the proposal item was created
Quantity of the proposal item
Identifier of the parent item when this item is nested under another item
Part, Labor, CustomItem, Fee UTC timestamp when the proposal item was last modified
Brand name of the item
Model value of the item
Name of a Labor item
Short description shown for the proposal item
Client-facing note for the proposal item
Image URL of the item
MSRP amount of the item
Sell price for the proposal item
Supplier cost for the proposal item
UTC timestamp when the supplier cost was last updated
Display name of the supplier assigned to the item.
Total amount for a proposal item
Whether the proposal item is tax exempt
Whether the proposal item is a recurring service
Linked orders created from this proposal item