Newer Version Available
Get Quote
Output representation of the details of the get quote details.
- JSON example
- This example shows a sample success response.
-
1{ 2 "contextId": "fa917d24acfaa40c14943d7009f096b2952c974a6e940d1302c465cd3abaee3d", 3 "errors": [], 4 "insuranceContext": { 5 "SalesTransaction": [ 6 { 7 "Status": "Draft", 8 "Account": null, 9 "BillingCity": null, 10 "Subtotal": 1350, 11 "businessObjectType": "Quote", 12 "SalesTransactionName": "Multi Auto", 13 "TotalAmount": 1350, 14 "ShippingStreet": null, 15 "SalesTransactionItem": [ 16 { 17 "ProrationPolicy": "0muxx000000004sAAA", 18 "ProductName": "Medical Payments", 19 "ProductCode": "STA-3", 20 "ProductSellingModel": "0jPxx000000004sEAA", 21 "SpecificationType": "Coverage", 22 "TaxTreatment": "1ttxx000000004rAAA", 23 "SalesTransactionItemParent": "0Q0xx0000004CE1CAM", 24 "Quantity": 1, 25 "Product": "01txx0000006i7KAAQ", 26 "businessObjectType": "QuoteLineItem", 27 "PricebookEntry": "01uxx0000008ybrAAA", 28 "PricingTermCount": 1, 29 "StartDate": "2023-10-19T00:00:00Z", 30 "NetUnitPrice": 750, 31 "UnitPrice": 750, 32 "id": "0QLxx0000004CIpGAM" 33 }, 34 { 35 "ProrationPolicy": null, 36 "ProductName": "Collision", 37 "ProductCode": "STA-2", 38 "ProductSellingModel": "0jPxx000000004tEAA", 39 "SpecificationType": "Coverage", 40 "TaxTreatment": "1ttxx000000004rAAA", 41 "SalesTransactionItemParent": "0Q0xx0000004CE1CAM", 42 "Quantity": 1, 43 "Product": "01txx0000006i7JAAQ", 44 "businessObjectType": "QuoteLineItem", 45 "PricebookEntry": "01uxx0000008ybsAAA", 46 "PricingTermCount": 1, 47 "StartDate": null, 48 "NetUnitPrice": 500, 49 "UnitPrice": 500, 50 "id": "0QLxx0000004CIqGAM" 51 } 52 ], 53 "BillingCountry": null, 54 "BillingStreet": null, 55 "Pricebook": "01sxx0000005pyfAAA", 56 "Opportunity": null, 57 "ShippingPostalCode": null, 58 "SalesTransactionSource": "0Q0xx0000004CE1CAM", 59 "ShippingCountry": null, 60 "ShippingCity": null, 61 "ShippingState": null, 62 "BillingPostalCode": null, 63 "id": "0Q0xx0000004CE1CAM", 64 "Contract": null, 65 "BillingState": null 66 } 67 ] 68 } 69}
| Property Name | Type | Description | Filter Group and Version | Available Version |
|---|---|---|---|---|
| contextId | String | ID of the insurance context. | Small, 63.0 | 63.0 |
| errors | Error Response | List of errors encountered during the processing of the API request. | Small, 63.0 | 63.0 |
| insuranceContext | Map<String, Object> | List of insurance context details. | Small, 63.0 | 63.0 |