POST api/mock/customers/{customerId}/devices/{assetId}/controlplans/{controlPlanId}/decline

Declines the control plan for asset.

Request Information

URI Parameters

NameDescriptionTypeAdditional 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

IHttpActionResult

None.

Response Formats

application/json, text/json, text/html

Sample:

Sample not available.