Message: ticket.create
Creates a new Ticket.
Schema
Body
typeKey | string Type of ticket to create. |
commands | array of command (optional) An array of ticket commands to be applied upon creation. If any command fail, the ticket will not be created. |
externalReference | string (optional) Optional reference to add to the ticket. All must be globally unique across all tickets. Can be used to locate the actor with other means than ID and Number. |
createdAt | any value (optional) Overrides createdAt value of the ticket. If not set (or set to the future), the time will be set to the current system time of creation. |