v2
latestOpenAPI 3.0.12026-07-263104131.9 MBBilling
Creates an adhoc ticket product.
Creates a ticket product that is not associated to a product and attaches it to a ticket.
post/v2/billing/ticket-products/adhoc
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 created non-catalog/adhoc ticket product.