Querying manual rates for coverage cost and other cost items
You can query manual rates for coverage costs and other costs on jobs and policies.
Use the following endpoints to query for manual rates for coverage cost and other cost
items:
- GET
/jobs/{jobId}/lines/{lobId}/manual-pricing-details - GET
/jobs/{jobId}/lines/{lobId}/manual-pricing-details/{manualPricingDetailId} - GET
/jobs/{jobId}/lines/{lobId}/manual-pricing-details/{manualPricingDetailId}/manual-exposure-pricing-details - GET
/jobs/{jobId}/lines/{lobId}/manual-pricing-details/{manualPricingDetailId}/manual-exposure-pricing-details/{manualExposurePricingDetailId} - GET
/policies/{policyId}/lines/{lobId}/manual-pricing-details - GET
/policies/{policyId}/lines/{lobId}/manual-pricing-details/{manualPricingDetailId} - GET
/policies/{policyId}/lines/{lobId}/manual-pricing-details/{manualPricingDetailId}/manual-exposure-pricing-details - GET
/policies/{policyId}/lines/{lobId}/manual-pricing-details/{manualPricingDetailId}/manual-exposure-pricing-details/{manualExposurePricingDetailId}
For example, the following request returns the coverable cost 109 for job pc:Sirpo9VXJ_UM95fzVzNp9:
Command
GET job/v1/jobs/pc:Sirpo9VXJ_UM95fzVzNp9/lines/SBOLine/manual-pricing-details/109/manual-exposure-pricing-detailsResponse body
{
"count": 1,
"data": [
{
"attributes": {
"basisValue": "100",
"exposure": {
"displayName": "TestScheduledEquipment",
"id": "1",
"type": "SBOTestScheduledEquipment",
"uri": "/job/v1/jobs/pc:Sirpo9VXJ_UM95fzVzNp9/lines/SBOLine/test-scheduled-equipments/1"
},
"exposureField": "DecimalTestExposureField",
"id": "3",
"rate": "0.0000"
},
"checksum": "7c7df1fdac55bfd3697dbb890e9869a2",
"links": {
"self": {
"href": "/job/v1/jobs/pc:Sirpo9VXJ_UM95fzVzNp9/lines/SBOLine/manual-pricing-details/109/manual-exposure-pricing-details/3",
"methods": [
"get",
"patch"
]
}
}
}
],
"links": {
"first": {
"href": "/job/v1/jobs/pc:Sirpo9VXJ_UM95fzVzNp9/lines/SBOLine/manual-pricing-details/109/manual-exposure-pricing-details",
"methods": [
"get"
]
},
"self": {
"href": "/job/v1/jobs/pc:Sirpo9VXJ_UM95fzVzNp9/lines/SBOLine/manual-pricing-details/109/manual-exposure-pricing-details",
"methods": [
"get"
]
}
}
}