Skip to main content
POST
Set Proposal Item Combined Pricing
Rolls the totals of an item’s nested children into its own total.amount, so the client sees one line instead of a parent plus its parts. Send IsCombinedPrice=true to combine, false to clear it again.
Combined pricing only takes effect on a top-level item that has nested items and is not a recurring service. Marking the item as a recurring service with update recurring-service flag clears it. So does deleting the item’s last nested item with delete items, since nothing is left to roll up. In both cases total.isCombinedPrice no longer returns true, without any call to this endpoint. Send IsCombinedPrice=true again once the item has children.
The children keep their own sellPrice and total in every response, so when combined pricing is on — total.isCombinedPrice is true on the parent — do not add the children’s totals on top of the parent’s, or you will count them twice. Items are nested with ParentProposalItemIds on add items. This endpoint affects the item you name and nothing else. It has no SetDefault flag, and it never changes other items built from the same catalog item.

Authorizations

X-MSS-API-APPID
string
header
required

Portal application identifier used as part of HMAC-authenticated API requests.

X-MSS-API-USERKEY
string
header
required

Portal user API key used together with the HMAC signature headers.

X-MSS-CUSTOM-DATE
string
header
required

Timestamp header included in the signed request to prevent replay attacks.

X-MSS-SIGNATURE
string
header
required

HMAC-SHA256 signature for the request, calculated over the canonical string defined in the authentication docs.

Headers

Accept
enum<string>
required

Accept Header

Available options:
application/json

Path Parameters

ProposalId
integer<int32>
required

Unique ID of the proposal (not the proposal number).

ProposalItemId
integer<int32>
required

Id of the proposal item to update. Must belong to the proposal.

Body

application/json

Proposals Service

isCombinedPrice
boolean
required

Whether the totals of nested items roll up into this item's total. Takes effect only on a top-level, non-recurring item that has nested items.

Response

Success

id
integer<int32>
required

Unique numeric identifier of the proposal item

referencedItemId
integer<int32>
required

Identifier of the catalog, labor, custom, or fee item this proposal item was created from

createdDate
string<date-time>
required

UTC timestamp when the proposal item was created

quantity
number<double>
required

Quantity of the proposal item

parentId
integer<int32>

Identifier of the parent item when this item is nested under another item

itemType
enum<string>
Available options:
Part,
Labor,
CustomItem,
Fee
lastModifiedDate
string<date-time>

UTC timestamp when the proposal item was last modified

brand
string

Brand name of the item

model
string

Model value of the item

name
string

Name of a Labor item

shortDescription
string

Short description shown for the proposal item

clientNote
string

Client-facing note for the proposal item

imageUrl
string

Image URL of the item

msrp
number<double>

MSRP amount of the item

sellPrice
number<double>

Sell price for the proposal item

cost
number<double>

Supplier cost for the proposal item

costUpdateDate
string<date-time>

UTC timestamp when the supplier cost was last updated

supplier
string

Display name of the supplier assigned to the item.

total
PublicItemTotalModel · object

Total amount for a proposal item

isTaxExempt
boolean

Whether the proposal item is tax exempt

isRecurringService
boolean

Whether the proposal item is a recurring service

linkedOrders
PublicLinkedOrderModel · object[]

Linked orders created from this proposal item