InflightChangeTroubleTicketApi

Method Path Operation

POST

/inflightChangeTroubleTicket

createInflightChangeTroubleTicket — Creates a InflightChangeTroubleTicket

GET

/inflightChangeTroubleTicket

listInflightChangeTroubleTicket — List or find InflightChangeTroubleTicket objects

GET

/inflightChangeTroubleTicket/{id}

retrieveInflightChangeTroubleTicket — Retrieves a InflightChangeTroubleTicket by ID

Operations

InflightChangeTroubleTicket

POST /inflightChangeTroubleTicket

Operation ID

createInflightChangeTroubleTicket

Creates a InflightChangeTroubleTicket

Description

This operation creates a InflightChangeTroubleTicket entity.

Parameters
Body parameter
Name Description and type Required Default Pattern

InflightChangeTroubleTicketFVO

The InflightChangeTroubleTicket to be created InflightChangeTroubleTicketFVO

X

Query parameters
Name Description and type Required Default Pattern

fields

Comma-separated properties to be provided in response

-

Authorization
  • OAuth2ClientCredentials

Request content types
  • application/json

Response content types
  • application/json

Responses
Code Message Data type

201

Created

InflightChangeTroubleTicket

202

Accepted

400

Bad Request

ErrorMessage

401

Unauthorized

ErrorMessage

403

Forbidden

ErrorMessage

404

Not Found

ErrorMessage

405

Method Not allowed

ErrorMessage

409

Conflict

ErrorMessage

500

Internal Server Error

ErrorMessage

501

Not Implemented

ErrorMessage

503

Service Unavailable

ErrorMessage

GET /inflightChangeTroubleTicket

Operation ID

listInflightChangeTroubleTicket

List or find InflightChangeTroubleTicket objects

Description

List or find InflightChangeTroubleTicket objects

Parameters
Query parameters
Name Description and type Required Default Pattern

fields

Comma-separated properties to be provided in response

-

offset

Requested index for start of resources to be provided in response

-

limit

Requested number of resources to be provided in response

-

Authorization
  • OAuth2ClientCredentials

Return type
Response content types
  • application/json

Responses
Code Message Data type

200

Success

array of InflightChangeTroubleTicket

400

Bad Request

ErrorMessage

401

Unauthorized

ErrorMessage

403

Forbidden

ErrorMessage

404

Not Found

ErrorMessage

405

Method Not allowed

ErrorMessage

500

Internal Server Error

ErrorMessage

501

Not Implemented

ErrorMessage

503

Service Unavailable

ErrorMessage

GET /inflightChangeTroubleTicket/{id}

Operation ID

retrieveInflightChangeTroubleTicket

Retrieves a InflightChangeTroubleTicket by ID

Description

This operation retrieves a InflightChangeTroubleTicket entity. Attribute selection enabled for all first level attributes.

Parameters
Path parameters
Name Description and type Required Default Pattern

id

Identifier of the API Resource

X

Query parameters
Name Description and type Required Default Pattern

fields

Comma-separated properties to be provided in response

-

Authorization
  • OAuth2ClientCredentials

Response content types
  • application/json

Responses
Code Message Data type

200

Success

InflightChangeTroubleTicket

400

Bad Request

ErrorMessage

401

Unauthorized

ErrorMessage

403

Forbidden

ErrorMessage

404

Not Found

ErrorMessage

405

Method Not allowed

ErrorMessage

500

Internal Server Error

ErrorMessage

501

Not Implemented

ErrorMessage

503

Service Unavailable

ErrorMessage