POST api/v2/samples/{sampleId}/ApplyPercentPrice
Request
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| sampleId | integer |
Required |
Body Parameters
ApplyPercentPriceAllSamplesParams| Name | Description | Type | Additional information |
|---|---|---|---|
| SampleIds | Collection of integer | ||
| Percent | decimal number |
Request Formats
application/json, text/json
Sample:
{
"SampleIds": [
1,
2
],
"Percent": 1.1
}
text/html
Sample:
{"SampleIds":[1,2],"Percent":1.1}
Response
IHttpActionResultResponse Format
application/json, text/json, text/html
Sample:
Sample not available.