v2
latestOpenAPI 3.0.12026-07-263104131.9 MBBilling
Updates a ticket product.
Updates a ticket product from a ticket.
put/v2/billing/ticket-products/{ticketProductId}
Path parameters
ticketProductIdinteger required
Ticket product ID
Request body
Example request
{
"name": "Billable Ticket Product Name.",
"description": "This is a billable ticket product description.",
"quantityType": "MANUAL",
"ticketId": 12,
"productId": 19,
"accountId": 1,
"taxId": 5,
"inheritTaxFromAgreement": true,
"productUserRole": {
"allowAllTechnicians": true,
"userRoles": [
1,
2
]
},
"group": true
}Response
Successfully updated ticket product.