Tickets APIPOST/api/v1/tickets/{id}/materials
Product availabilityAlgaPSA
Add a ticket material
Associates a service item (material/supply) with a ticket, specifying quantity, rate, and currency. Returns the created material.
Path parameters
idstring <uuid>Required
UUID path identifier from underlying resource tables.
Request body
Content type: application/json · schema WorkV1TicketMaterialBody
service_idstring <uuid>Required
currency_codestringRequired
min length 3 · max length 3
descriptionstringNullable
max length 1000
Response body
Success response 201 · schema WorkV1ApiSuccess
anyOf (option 2)array of object
Response codes
400
Validation or request parsing failure.
401
API key missing/invalid.
403
RBAC denied for ticket resource action.
404
Ticket or sub-resource not found.
500
Unexpected controller/service failure.