Add serial numbers to an existing subscription
The add serial numbers to an existing subscription request allows the client application to add new device serial numbers to an existing subscription.
Add serial numbers to an existing subscription describes the API structure for adding serial numbers to an existing subscription.
Title | Add serial numbers to an existing subscription |
---|---|
URL | http://<impact_url>/m2m/subscriptions/{serialNumber}/serialNumbers |
Method | POST |
Content-Type | application/json |
URL Params |
The following are the URL parameters:
|
Data Params | subscriptionID:[string]: Subscription correlator ID for which observed devices list is extended. Msg:[String] : info/warning/error message Example:
|
Success Code |
Response Code: 200 |
Error Code |
201 : Created 401 : Unauthorized 403 : Forbidden 404 : Not Found |
Sample Call | Curl: Response
Body:
|
Notes | None |