post
https://{targetURL}/api/v1/sampleSeries//quantity/add
Increases the tracked amount on every sample in the series by the supplied delta. The body is a single decimal number, e.g. 5.5. All samples in the series must already have a quantity configured and use the same quantity type, otherwise the call returns 400. For a single sample, use POST /samples/{sampleID}/quantity/add.
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
200Amount was successfully added to the samples
204No Content
400Not all samples have a quantity set, have the same quantity type or the amount dropped below 0
401You do not have the permission to edit one or all of the samples.
404The series was not found