Post Product

Post Product

This API returns, among other fields, the ID of the newly added product. Please note - This ID must be provided (as productId) for operations like accept certificates, retrieve notification messages or update/delete the product.

Request
URI
POST
https://umip/api/v1/product
COPY
Query Parameters
boolean
force
Optional

Force product creation by skipping conflict validations.


Request Body
Authentication
This operation uses the following authentication methods.
Responses
202

Product addition successful

Operation doesn't return any data structure

400
Returns 400ManagedProductAddRequest of type(s) application/json
Operation doesn't return any data structure

401
Operation doesn't return any data structure

409
Returns 409Conflict of type(s) application/json
Operation doesn't return any data structure

502

For example, invalid request data or the product is already added

Returns Error of type(s) application/json
"Error Object"
string
errCode
Optional

errCode

string
errMessage
Optional

errMessage


Code Samples
COPY
                    curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '[{}]' https://{api_host}/api/v1/product