POST api/customers/{customerId}/devices/{assetId}/controlplans/{controlPlanId}/decline
Declines the control plan for asset.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
customerId |
The customer identifier. |
string |
Required |
assetId |
The asset identifier. |
string |
Required |
controlPlanId |
The control plan identifier. |
globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, text/html
Sample:
Sample not available.