Skip to content

CancelTroubleTicketApi

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

Method HTTP request Description
createCancelTroubleTicket POST /cancelTroubleTicket Creates a CancelTroubleTicket
listCancelTroubleTicket GET /cancelTroubleTicket List or find CancelTroubleTicket objects
retrieveCancelTroubleTicket GET /cancelTroubleTicket/{id} Retrieves a CancelTroubleTicket by ID

createCancelTroubleTicket

CancelTroubleTicket createCancelTroubleTicket(CancelTroubleTicket_FVO, fields)

Creates a CancelTroubleTicket

This operation creates a CancelTroubleTicket entity.

Parameters

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

Return type

CancelTroubleTicket

Authorization

OAuth2ClientCredentials

HTTP request headers

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

listCancelTroubleTicket

List listCancelTroubleTicket(fields, offset, limit)

List or find CancelTroubleTicket objects

List or find CancelTroubleTicket 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 CancelTroubleTicket

Authorization

OAuth2ClientCredentials

HTTP request headers

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

retrieveCancelTroubleTicket

CancelTroubleTicket retrieveCancelTroubleTicket(id, fields)

Retrieves a CancelTroubleTicket by ID

This operation retrieves a CancelTroubleTicket 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

CancelTroubleTicket

Authorization

OAuth2ClientCredentials

HTTP request headers

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