Skip to content

AmendProductOrderApi

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

Method HTTP request Description
createAmendProductOrder POST /amendProductOrder Creates an AmendProductOrder
listAmendProductOrder GET /amendProductOrder List or find AmendProductOrder objects
retrieveAmendProductOrder GET /amendProductOrder/{id} Retrieves a AmendProductOrder by ID

createAmendProductOrder

AmendProductOrder createAmendProductOrder(AmendProductOrder_FVO)

Creates an AmendProductOrder

This operation creates a AmendProductOrder entity.

Parameters

Name Type Description Notes
AmendProductOrder_FVO AmendProductOrder_FVO The AmendProductOrder to be created

Return type

AmendProductOrder

Authorization

OAuth2ClientCredentials

HTTP request headers

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

listAmendProductOrder

List listAmendProductOrder(fields, offset, limit)

List or find AmendProductOrder objects

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

Authorization

OAuth2ClientCredentials

HTTP request headers

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

retrieveAmendProductOrder

AmendProductOrder retrieveAmendProductOrder(id, fields)

Retrieves a AmendProductOrder by ID

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

AmendProductOrder

Authorization

OAuth2ClientCredentials

HTTP request headers

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