Skip to content

InflightChangeProductOrderApi

All URIs are relative to https://api.example.com/tmf-api/productOrderingManagement/v5

Method HTTP request Description
createInflightChangeProductOrder POST /inflightChangeProductOrder Creates a InflightChangeProductOrder
listInflightChangeProductOrder GET /inflightChangeProductOrder List or find InflightChangeProductOrder objects
retrieveInflightChangeProductOrder GET /inflightChangeProductOrder/{id} Retrieves a InflightChangeProductOrder by ID

createInflightChangeProductOrder

InflightChangeProductOrder createInflightChangeProductOrder(InflightChangeProductOrder_FVO)

Creates a InflightChangeProductOrder

This operation creates a InflightChangeProductOrder entity.

Parameters

Name Type Description Notes
InflightChangeProductOrder_FVO InflightChangeProductOrder_FVO The InflightChangeProductOrder to be created

Return type

InflightChangeProductOrder

Authorization

OAuth2ClientCredentials

HTTP request headers

  • Content-Type: application/json;charset=utf-8
  • Accept: application/json;charset=utf-8, application/json

listInflightChangeProductOrder

List listInflightChangeProductOrder(fields, offset, limit)

List or find InflightChangeProductOrder objects

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

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 InflightChangeProductOrder

Authorization

OAuth2ClientCredentials

HTTP request headers

  • Content-Type: Not defined
  • Accept: application/json, application/json;charset=utf-8

retrieveInflightChangeProductOrder

InflightChangeProductOrder retrieveInflightChangeProductOrder(id, fields)

Retrieves a InflightChangeProductOrder by ID

This operation retrieves a InflightChangeProductOrder entity. Attribute selection is 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

InflightChangeProductOrder

Authorization

OAuth2ClientCredentials

HTTP request headers

  • Content-Type: Not defined
  • Accept: application/json;charset=utf-8, application/json