Update Proposal Item Recurring-Service Flag
POST /public/proposals//items//recurringservice — Marks a proposal item as a recurring service or not.
total and is counted in that option’s totalRecurringService instead, so changing this flag changes which of the two totals the item counts toward, not the item’s own price. Turning the mark on also switches combined pricing off on the item, and any percentage-based cost on it stops being applied.
Part items cannot be recurring services: the call returns 400 when the target item’s itemType is Part.UpdateAllInstances here. SetDefault marks the Labor or CustomItem library item behind this one as recurring, but only while IsRecurringService is true; clearing the mark leaves the library item alone, and nothing is written for Fee items.
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. Must belong to the proposal.
Body
Proposals Service
Whether the item is a recurring service.
When true, also mark the library item behind this one - a Labor or CustomItem - as a recurring service, so items added from it later start that way. This happens only while isRecurringService is true; clearing the mark leaves the library item as it was. Nothing is written for Fee items. 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