POST api/v2/samples/{sampleId}/ApplyTotalPrice
Request
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| sampleId | integer |
Required |
Body Parameters
ApplyTotalPriceParams| Name | Description | Type | Additional information |
|---|---|---|---|
| TotalPrice | decimal number |
Request Formats
application/json, text/json
Sample:
{
"TotalPrice": 1.1
}
text/html
Sample:
{"TotalPrice":1.1}
Response
booleanResponse Format
application/json, text/json, text/html
Sample:
true