Share an instance with more than one product
You use the POST
operation on the
api/sam/swinventory/share
element to share an instance of a component with more
than one product.

Operation details | Description |
---|---|
Operation | /api/sam/swinventory/share |
Purpose | Shares an instance with a list of software products. |
HTTP method | POST |
Resource URI | https://server_host_name:port_number/api/sam/swinventory/share |
URL link relation | n/a |
URI query parameters | For a list of applicable query parameters, see: Query parameters. |
Request headers |
Used to negotiate the language of the response. If this header is not specified, the content is returned in the server language. |
Request payload | n/a |
Request Content-Type |
n/a |
Response headers |
Specifies the language of the response content. If this header is not specified, the content is returned in the server language. |
Response payload | n/a |
Response Content-Type |
n/a |
Normal HTTP response codes |
|
Error HTTP response codes |
Message body includes an error message with details. |
Example HTTP conversation
- Request
POST /api/sam/swinventory/share?token=7adc3efb175e2bc0f4484bdd2efca54a8fa04623 &productInventoryId=200032&updateTime=1349237658578&productIds=70665,70656 HTTP/1.1 Host: localhost:9080 Accept-Language: en-US
- Response header
HTTP/1.1 204 OK Content-Type: application/json Content-Language: en-US