POST api/v2/samples/ApplyTotalPrice

Request

URI Parameters

Body Parameters

ApplyTotalPriceAllSamplesParams
NameDescriptionTypeAdditional 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

boolean

Response Format

application/json, text/json, text/html

Sample:
true