POST api/v2/samples/ApplyPercentPrice
Request
URI Parameters
Body Parameters
ApplyPercentPriceAllSamplesParamsName | 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
booleanResponse Format
application/json, text/json, text/html
Sample:
true