Using this service, you can get the details of a Pricing record defined for a Labor so that you can use this information in an external application or use it to update or delete the Pricing record using other Pricing APIs.
GET
End Point: /Labor/{ID}/pricings/{recordID}
-
The response will have the list of pricing records of the given SKU
-
Records are given back in pages (Implicit Pagination). 25 records per page.
-
Each record will have the recordid attribute (unique internal reference of a pricing record), which can be used by the client to invoke further PUT/DELETE
-
Query param "filter" can be used to fetch with specific conditions
Sample Request Payload:
GET /Labor/SKU12938/pricing/3a8b9e4c8f7d3
Input parameters are:
-
Labor SKU/recordID
-
Labor pricing recordID
Sample response payload
{
recordid : "3a8b9e4c8f7d3"
pricegroupid : "PG1"
effectivedate : "05/23/2024"
unit : "Day"
price : 100
cost : 25
overheadcost : 5
minimumprice : 70
}