ProcurementRulesPlexusResource
REST resource for managing
The following resources are part of this group:
/procurement/resolutions/{repositoryIdKey}
Mount Point: /rest/procurement/resolutions/{repositoryIdKey}
The following operations are supported on this resource:
GET
Retrieves the list of defined procurement rules for given repository.
Parameters
name | description | type | default |
---|---|---|---|
repositoryIdKey | The repository ID for which should be rules retrieved. | path |
Response Body
element: | resolutionListResponse |
media types: | application/xml application/json |
(no documentation provided)
POST
Creates a new procurement rule instance on the given repository.
Parameters
name | description | type | default |
---|---|---|---|
repositoryIdKey | The repository ID for which should be new rule added. | path |
Request Body
element: | resolutionRequest |
media types: | application/xml application/json |
(no documentation provided)
Response Body
element: | resolutionResponse |
media types: | application/xml application/json |
(no documentation provided)
DELETE
Deletes a procurement rule instance(s) on the given repository.
Parameters
name | description | type | default |
---|---|---|---|
ids | comma separated list of rule IDs to be deleted selectively | query | |
repositoryIdKey | The repository ID from which should be the rule(s) deleted. | path |