HiveCPQ Product Configurator (Certified Connector) (#3360)
* Initial * Update readme document * add known issues and limitations * fix validation issues * provide actions as a capability * remove a property which does not seem supported * add some missing punctuation * Fix a mistake in the readme.md * Fix bad response schemas found during certified connector testing * add new updates + bugfixes & support new 500 server error code * update readme with new operations * add integer format for successCount * Address global redirect security issue * [ID-234] - update swagger & readme for the Q2 release
This commit is contained in:
Родитель
725254522e
Коммит
167bdf8ed6
Разница между файлами не показана из-за своего большого размера
Загрузить разницу
|
@ -62,6 +62,9 @@ Update a specific contact of a manufacturer or its companies.
|
|||
### Archive a contact
|
||||
Archive a specific contact and remove its invites.
|
||||
|
||||
### Unarchive a contact
|
||||
Unarchive a contact.
|
||||
|
||||
### Search distributor accounts
|
||||
Search accounts in the address book of a distributor.
|
||||
|
||||
|
@ -176,6 +179,9 @@ Unlinks a feature from a specific component in master data.
|
|||
### Link a feature to a component
|
||||
Links one feature to a component in master data.
|
||||
|
||||
### Copy a component to another version
|
||||
Copy a component to another version.
|
||||
|
||||
### Search properties
|
||||
Search properties in master data.
|
||||
|
||||
|
@ -188,6 +194,9 @@ Delete a specific property from master data
|
|||
### Update a property
|
||||
Update a specific property in master data.
|
||||
|
||||
### Copy a property to another version
|
||||
Copy a property to another version.
|
||||
|
||||
### Search feature groups
|
||||
Search feature groups in master data.
|
||||
|
||||
|
@ -206,6 +215,9 @@ Delete a specific feature group from master data.
|
|||
### Update a feature group
|
||||
Update a specific feature group in master data.
|
||||
|
||||
### Copy a feature group to another version
|
||||
Copy a feature group to another version.
|
||||
|
||||
### Search features
|
||||
Search features in a specific feature group in master data.
|
||||
|
||||
|
@ -227,6 +239,9 @@ Update a feature in a specific feature group in master data.
|
|||
### Change the feature group of a feature
|
||||
Change the feature group of a specific feature in master data.
|
||||
|
||||
### Copy a feature to another version
|
||||
Copy a feature to another version.
|
||||
|
||||
### Search units
|
||||
Search units in master data.
|
||||
|
||||
|
@ -242,6 +257,9 @@ Delete a specific unit from master data.
|
|||
### Update a unit
|
||||
Update a specific unit in master data.
|
||||
|
||||
### Copy a unit to another version
|
||||
Copy a unit to another version.
|
||||
|
||||
### Search custom object types
|
||||
Search custom object types of a manufacturer.
|
||||
|
||||
|
@ -275,6 +293,9 @@ Get a specific project of a manufacturer.
|
|||
### Update a project
|
||||
Update a specific project of a manufacturer.
|
||||
|
||||
### Delete a project
|
||||
Delete a specific project of a manufacturer.
|
||||
|
||||
### Add products to a project
|
||||
Add one or more products to a project of a manufacturer.
|
||||
|
||||
|
@ -287,6 +308,9 @@ Start an asynchronous recalculation of the project.
|
|||
### Generate a document for a project
|
||||
Generate a PDF document for a specific project. The template ID is optional only if the document type is QUOTE and a default template has been configured.
|
||||
|
||||
### Generate a word document for a project
|
||||
Generate a Microsoft word document for a specific project. The template ID is optional only if the document type is QUOTE and a default template has been configured.
|
||||
|
||||
### Add a configuration to a project
|
||||
Add a new V2 configuration to a project.
|
||||
|
||||
|
@ -329,6 +353,15 @@ Change the settings of a project segment. Settings are only available if a segme
|
|||
### Add a configuration to a segment
|
||||
Add a V1 configuration to a specific project segment.
|
||||
|
||||
### Search attachments of a project segment
|
||||
Search attachments of a specific project segment.
|
||||
|
||||
### Add an attachment to a project segment
|
||||
Add an attachment to a specific project segment.
|
||||
|
||||
### Delete an attachment of a project segment
|
||||
Delete an attachment of a specific project segment.
|
||||
|
||||
### Search project segment items
|
||||
Search project segment items of a specific manufacturer.
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче