Skip to content

AddProductOrderInformationApi

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

Method HTTP request Description
createAddProductOrderInformation POST /addProductOrderInformation Creates an AddProductOrderInformation
listAddProductOrderInformation GET /addProductOrderInformation List or find AddProductOrderInformation objects
retrieveAddProductOrderInformation GET /addProductOrderInformation/{id} Retrieves a AddProductOrderInformation by ID

createAddProductOrderInformation

AddProductOrderInformation createAddProductOrderInformation(AddProductOrderInformation_FVO)

Creates an AddProductOrderInformation

This operation creates a AddProductOrderInformation entity.

Parameters

Name Type Description Notes
AddProductOrderInformation_FVO AddProductOrderInformation_FVO The AddProductOrderInformation to be created

Return type

AddProductOrderInformation

Authorization

OAuth2ClientCredentials

HTTP request headers

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

listAddProductOrderInformation

List listAddProductOrderInformation(fields, offset, limit)

List or find AddProductOrderInformation objects

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

Authorization

OAuth2ClientCredentials

HTTP request headers

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

retrieveAddProductOrderInformation

AddProductOrderInformation retrieveAddProductOrderInformation(id, fields)

Retrieves a AddProductOrderInformation by ID

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

AddProductOrderInformation

Authorization

OAuth2ClientCredentials

HTTP request headers

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