Skip to main content
POST
Create a new support ticket

Authorizations

Authorization
string
header
required

OAuth2 Client Credentials Flow

Body

application/json

Request body for creating a new ticket

network
string
required

The network associated with the ticket

Required string length: 1 - 50
subject
string
required

The subject of the ticket

Minimum string length: 1
description
string
required

The description of the ticket

Minimum string length: 1
team
enum<string>
default:CUSTOMER_SUPPORT
required

Team to whom the ticket is assigned

Available options:
CUSTOMER_SUPPORT
type
enum<string>
default:DRIVER_ASSISTANCE
required

Type of the ticket

Available options:
DRIVER_ASSISTANCE,
FEATURE_REQUEST,
INTEROPERABILITY_TESTING,
ISSUE,
STATION_COMMISSIONING,
RATE_CHANGE_REQUEST
customer
object
required

Customer information for the ticket

metadata
object
required

Additional metadata related to the ticket

Response

A new ticket has been created.

data
object
required