ProductTestApi
| Method | Path | Operation |
|---|---|---|
|
|
|
|
|
|
|
|
|
|
|
|
Operations
ProductTest
POST /productTest
- Operation ID
-
createProductTest
Creates a ProductTest
Parameters
Body parameter
| Name | Description and type | Required | Default | Pattern |
|---|---|---|---|---|
|
ProductTest create payload ProductTestFVO |
X |
GET /productTest
- Operation ID
-
listProductTest
List or find ProductTest objects
Return type
array[ProductTest]
Responses
| Code | Message | Data type |
|---|---|---|
|
List of ProductTest |
|
|
Bad Request |
|
|
Unauthorized |
|
|
Forbidden |
|
|
Not Found |
|
|
Method Not allowed |
|
|
Internal Server Error |
|
|
Not Implemented |
|
|
Service Unavailable |
PATCH /productTest/{id}
- Operation ID
-
patchProductTest
Updates partially a ProductTest
Parameters
Path parameters
| Name | Description and type | Required | Default | Pattern |
|---|---|---|---|---|
|
Identifier of the API Resource |
X |
Body parameter
| Name | Description and type | Required | Default | Pattern |
|---|---|---|---|---|
|
ProductTest partial update payload ProductTestMVO |
X |
GET /productTest/{id}
- Operation ID
-
retrieveProductTest
Retrieves a ProductTest by ID
Description
This operation retrieves a ProductTest entity. Attribute selection enabled for all first level attributes.