PUT api/v2/pricelists/{priceListItemId}/PriceItems
Request
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
priceListItemId | integer |
Required |
Body Parameters
UpdatePriceListItemFromIntegrationName | Description | Type | Additional information |
---|---|---|---|
PriceListItemId | integer | ||
PriceItemId | integer | ||
AnalysisGroupId | integer | ||
NoAnalysesGroup | boolean | ||
MethodId | integer | ||
AnalysisId | integer | ||
SampleTypeId | integer | ||
WorkTypeId | integer | ||
Price | decimal number | ||
MinPrice | decimal number |
Request Formats
application/json, text/json
Sample:
{ "PriceListItemId": 1, "PriceItemId": 2, "AnalysisGroupId": 1, "NoAnalysesGroup": true, "MethodId": 1, "AnalysisId": 1, "SampleTypeId": 1, "WorkTypeId": 1, "Price": 1.1, "MinPrice": 1.1 }
text/html
Sample:
{"PriceListItemId":1,"PriceItemId":2,"AnalysisGroupId":1,"NoAnalysesGroup":true,"MethodId":1,"AnalysisId":1,"SampleTypeId":1,"WorkTypeId":1,"Price":1.1,"MinPrice":1.1}
Response
IHttpActionResultResponse Format
application/json, text/json, text/html
Sample:
Sample not available.