POST api/v2/samples/methods/{sampleMethodId}/advanceStatus
Request
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
sampleMethodId | integer |
Required |
Body Parameters
AdvanceMethodStatusParamsName | Description | Type | Additional information |
---|---|---|---|
MethodStatusId | integer | ||
note | string |
Request Formats
application/json, text/json
Sample:
{ "MethodStatusId": 1, "note": "sample string 1" }
text/html
Sample:
{"MethodStatusId":1,"note":"sample string 1"}
Response
IHttpActionResultResponse Format
application/json, text/json, text/html
Sample:
Sample not available.