Skip to main content

Create new support incident/ticket

POST 

/company/issues/

Create a new ticket with the ability to attach files.
Allows up to 6 file attachments (see implementation in routes.js).

Use cases:

  • Report issues with deliveries, auctions, or other services
  • Request technical support
  • Notify incidents in logistics operations

Related logic: ctrl.create() in routes.js with multerS3 middleware

Request

Responses

Incident created successfully. Returns the details of the newly created incident.