Insurance Policy Bulk Response
Output representation for bulk policy lifecycle operations.
- JSON example
- This example shows a sample success response.
-
1{ 2 "status": "Success", 3 "message": "Request was submitted." 4} - This example shows a sample error response.
-
1{ 2 "status": "Failure", 3 "message": "We couldn't submit this request. Contact your Salesforce admin for help or try again in a bit.", 4 "errors": [ 5 { 6 "code": "<errorCode>", 7 "message": "<detail>" 8 } 9 ] 10}
| Property Name | Type | Description | Filter Group and Version | Available Version |
|---|---|---|---|---|
| errors | Error Response | List of errors encountered during the processing of the API request. | Small, 63.0 | 63.0 |
| message | String | Status message of the API execution. | Small, 63.0 | 63.0 |
| status | String | Status of the API execution. Valid values are:
|
Small, 63.0 | 63.0 |