Skip to content

InflightChangeTroubleTicketApi

All URIs are relative to https://api.example.org/tmf-api/troubleTicketManagement/v5

Method HTTP request Description
createInflightChangeTroubleTicket POST /inflightChangeTroubleTicket Creates a InflightChangeTroubleTicket
listInflightChangeTroubleTicket GET /inflightChangeTroubleTicket List or find InflightChangeTroubleTicket objects
retrieveInflightChangeTroubleTicket GET /inflightChangeTroubleTicket/{id} Retrieves a InflightChangeTroubleTicket by ID

createInflightChangeTroubleTicket

InflightChangeTroubleTicket createInflightChangeTroubleTicket(InflightChangeTroubleTicket_FVO, fields)

Creates a InflightChangeTroubleTicket

This operation creates a InflightChangeTroubleTicket entity.

Parameters

Name Type Description Notes
InflightChangeTroubleTicket_FVO InflightChangeTroubleTicket_FVO The InflightChangeTroubleTicket to be created
fields String Comma-separated properties to be provided in response [optional] [default to null]

Return type

InflightChangeTroubleTicket

Authorization

OAuth2ClientCredentials

HTTP request headers

  • Content-Type: application/json
  • Accept: application/json

listInflightChangeTroubleTicket

List listInflightChangeTroubleTicket(fields, offset, limit)

List or find InflightChangeTroubleTicket objects

List or find InflightChangeTroubleTicket objects

Parameters

Name Type Description Notes
fields String Comma-separated properties to be provided in response [optional] [default to null]
offset Integer Requested index for start of resources to be provided in response [optional] [default to null]
limit Integer Requested number of resources to be provided in response [optional] [default to null]

Return type

List of InflightChangeTroubleTicket

Authorization

OAuth2ClientCredentials

HTTP request headers

  • Content-Type: Not defined
  • Accept: application/json

retrieveInflightChangeTroubleTicket

InflightChangeTroubleTicket retrieveInflightChangeTroubleTicket(id, fields)

Retrieves a InflightChangeTroubleTicket by ID

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

Parameters

Name Type Description Notes
id String Identifier of the API Resource [default to null]
fields String Comma-separated properties to be provided in response [optional] [default to null]

Return type

InflightChangeTroubleTicket

Authorization

OAuth2ClientCredentials

HTTP request headers

  • Content-Type: Not defined
  • Accept: application/json