POST api/v2/samples/ApplyTotalPrice
Request
URI Parameters
Body Parameters
ApplyTotalPriceAllSamplesParamsName | Description | Type | Additional information |
---|---|---|---|
SampleIds | Collection of integer | ||
TotalPrice | decimal number |
Request Formats
application/json, text/json
Sample:
{ "SampleIds": [ 1, 2 ], "TotalPrice": 1.1 }
text/html
Sample:
{"SampleIds":[1,2],"TotalPrice":1.1}
Response
booleanResponse Format
application/json, text/json, text/html
Sample:
true