VIE External API
  1. Schemas
VIE External API
  • Ticketing
    • Create a NEW VIE Ticket and return VIE Ticket ID
      POST
    • Updates a currently open Ticket / Incident
      POST
  • Schemas
    • Schemas
      • createresponse2xx
      • createresponse4xx
      • create
      • update
      • updateresponse2xx
    • RequestBodies
  1. Schemas

update

{
    "ClientAccountID": 33000509079,
    "VIETicketID": 123456,
    "TicketStatus": 2,
    "TicketPriority": 1,
    "UpdateType": "Status",
    "NewNote": "Ticket has been updated and this is a new note added to ticket"
}
Built with