ProductOrderApi
All URIs are relative to https://api.example.com/tmf-api/productOrderingManagement/v5
Method | HTTP request | Description |
---|---|---|
createProductOrder | POST /productOrder | Creates a ProductOrder |
listProductOrder | GET /productOrder | List or find ProductOrder objects |
retrieveProductOrder | GET /productOrder/{id} | Retrieves a ProductOrder by ID |
createProductOrder
ProductOrder createProductOrder(ProductOrder_FVO)
Creates a ProductOrder
This operation creates a ProductOrder entity.
Parameters
Name | Type | Description | Notes |
---|---|---|---|
ProductOrder_FVO | ProductOrder_FVO | The ProductOrder to be created |
Return type
Authorization
HTTP request headers
- Content-Type: application/json;charset=utf-8
- Accept: application/json;charset=utf-8, application/json
listProductOrder
List listProductOrder(fields, offset, limit)
List or find ProductOrder objects
This operation retrieves a ProductOrder 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
Authorization
HTTP request headers
- Content-Type: Not defined
- Accept: application/json, application/json;charset=utf-8
retrieveProductOrder
ProductOrder retrieveProductOrder(id, fields)
Retrieves a ProductOrder by ID
This operation retrieves a ProductOrder 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
Authorization
HTTP request headers
- Content-Type: Not defined
- Accept: application/json;charset=utf-8, application/json