ProductOrderApi
| Method | Path | Operation |
|---|---|---|
|
|
|
|
|
|
|
|
|
Operations
ProductOrder
POST /productOrder
- Operation ID
-
createProductOrder
Creates a ProductOrder
Parameters
Body parameter
| Name | Description and type | Required | Default | Pattern |
|---|---|---|---|---|
|
The ProductOrder to be created ProductOrderFVO |
X |
GET /productOrder
- Operation ID
-
listProductOrder
List or find ProductOrder objects
Description
This operation retrieves a ProductOrder entity. Attribute selection enabled for all first level attributes.
Return type
array[ProductOrder]
Responses
| Code | Message | Data type |
|---|---|---|
|
Success |
|
|
Bad Request |
|
|
Unauthorized |
|
|
Forbidden |
|
|
Not Found |
|
|
Method Not allowed |
|
|
Not Acceptable |
|
|
Conflict |
|
|
Too Many Requests |
|
|
Internal Server Error |
GET /productOrder/{id}
- Operation ID
-
retrieveProductOrder
Retrieves a ProductOrder by ID
Description
This operation retrieves a ProductOrder entity. Attribute selection is enabled for all first level attributes.