mutation quoteApplyPriceAdjustments ($id: ID!, $priceAdjustmentPercentage: Float!, $startDate: ISO8601Date!) {
quoteApplyPriceAdjustments (id: $id, priceAdjustmentPercentage: $priceAdjustmentPercentage, startDate: $startDate) {
errors
quote {
acceptedByName
acceptedByTitle
accountId
amount
amountDue
applicationDate
applied
applyOnAccept
backdatedPeriods
backdatedQuote
billingDay
contactId
createdAt
credits
currencyId
dealId
discount
discountValue
endDate
evergreen
expiresAt
id
invoiceImmediately
invoiceImmediatelyAvailable
invoiceUntil
isPendingApprovalRequest
message
name
netPaymentDays
notes
number
ownerId
payToAccept
payableId
periodAmount
poNumber
requiresApproval
smallUnitAmountDue
splitInvoice
startDate
subtotal
taxAmount
taxCode
updatedAt
uuid
}
}
}
{
"id": "456123",
"priceAdjustmentPercentage": "1.00",
"startDate": "2022-06-01"
}