Create ticketAsk AIpost https://api.revioapi.com/v1/TicketsCreate a new ticket.Body ParamsThe ticket to create.ticket_idint320 to 2147483647Primary identifier for this ticket.descriptionstringlength between 1 and 2147483647Description of the issue.statusstringenumCurrent status of the ticket.OPENOPENINWORKCLOSEDPENDING_CANCELLATIONCANCELEDPENDING_CLOSEPENDINGAllowed:OPENINWORKCLOSEDPENDING_CANCELLATIONCANCELEDPENDING_CLOSEPENDINGresolutionstringlength between 0 and 2147483647Explanation of how the issue was resolved.ticket_type_idint321 to 2147483647Foreign identifier indicating the type of ticket.ticket_step_idint320 to 2147483647Foreign identifier indicating the step being performed to solve the issue.assigned_user_idint320 to 2147483647Foreign identifier indicating the user who is assigned to this ticket.assigned_group_idint320 to 2147483647Foreign identifier indicating the group who is assigned to this ticket.customer_idint320 to 2147483647Foreign identifier indicating the customer who has the issue. Can be set to 0 (zero) or omitted to indicate ticket is not linked to an account.service_idint320 to 2147483647Foreign identifier indicating the associated line of service. Can be set to 0 (zero) or omitted to indicate ticket is not linked to a service.priority_idint321 to 2147483647Foreign identifier indicating the priority given to this ticket.contact_namestringlength between 1 and 512Name of the primary contact on the customer side.contact_phonestringlength between 7 and 50Phone number of the primary contact.contact_emailstringlength between 1 and 255Primary contact email (or emails separated by comma).additional_contact_emailsstringAdditional contact email addresses associated with a specific ticket.admin_ccsstringAdmin CCs associated with a specific ticket.custom_statusstringlength between 1 and 150An open field to hold your own status code.due_datedate-timeDue date for ticket resolution.created_datedate-timeDate and time this ticket was created.closed_datedate-timeDate and time this ticket was closed.created_byint320 to 2147483647Foreign identifier indicating the user who created this ticket.fieldsarray of objectsList of custom fields and their values.fieldsADD objectmodified_datedate-timeDate and time this ticket was modified.modified_byint320 to 2147483647Foreign identifier indicating the user who last modified this ticket.process_idint32Foreign identifier indicating what process to start with the ticket.contact_idint32Foreign identifier indicating which contact is associated with this ticket.provider_ticket_numberstringlength between 0 and 50The provider ticket number associated with this ticket, if applicable.provider_contact_IDint32Foreign identifier indicating which provider contact is associated with this ticket.process_phase_idint32Foreign identifier indicating which phase of the current process this ticket is in.creation_sourcestringEnumerated value indicating creation source of ticket (Rev.io, Agent Portal, etc.).HeadersacceptstringenumDefaults to application/jsonGenerated from available response content typesapplication/jsontext/htmltext/jsonAllowed:application/jsontext/htmltext/jsonResponses 201Created 400BadRequest 500InternalServerErrorUpdated 7 months ago