GET api/v2/works/{workId}/Prices/Summary?onlySampleReceived={onlySampleReceived}
Request
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
workId | integer |
Required |
|
onlySampleReceived | boolean |
Default value is True |
Response
WorkSummaryPricesInvoicingConferenceName | Description | Type | Additional information |
---|---|---|---|
WorkTotalPrice | decimal number | ||
SampleTotalPrice | decimal number | ||
TotalPrice | decimal number |
Response Format
application/json, text/json
Sample:
{ "WorkTotalPrice": 1.1, "SampleTotalPrice": 2.1, "TotalPrice": 3.1 }
text/html
Sample:
{"WorkTotalPrice":1.1,"SampleTotalPrice":2.1,"TotalPrice":3.1}