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