POST api/v2/SamplingPlan/ToggleStatus
Request
URI Parameters
Body Parameters
SamplingPlanStatusName | Description | Type | Additional information |
---|---|---|---|
SamplingPlanId | integer | ||
Active | boolean |
Request Formats
application/json, text/json
Sample:
{ "SamplingPlanId": 1, "Active": true }
text/html
Sample:
{"SamplingPlanId":1,"Active":true}
Response
IHttpActionResultResponse Format
application/json, text/json, text/html
Sample:
Sample not available.