PATCH /rest/v1.0/projects/{project_id}/insurances/{id}
Update the specified Insurance.
Servers
- https://api.procore.com
Path parameters
Name | Type | Required | Description |
---|---|---|---|
id |
Integer | Yes |
ID |
project_id |
Integer | Yes |
Unique identifier for the project. |
Request headers
Name | Type | Required | Description |
---|---|---|---|
Content-Type |
String | Yes |
The media type of the request body.
Default value: "application/json" |
Procore-Company-Id |
Integer | Yes |
Unique company identifier associated with the Procore User Account. |
Query parameters
Name | Type | Required | Description |
---|---|---|---|
view |
String | No |
Extended view of data Possible values:
|
Request body fields
Name | Type | Required | Description |
---|---|---|---|
insurance |
Object | Yes | |
insurance.expiration_date |
String | No |
Expiration date |
insurance.vendor_id |
Integer | Yes |
Vendor ID |
insurance.effective_date |
String | No |
Effective date |
insurance.insurance_sets |
String | No |
Insurance Sets |
insurance.enable_expired_insurance_notifications |
Boolean | No |
Enable/Disable expired insurance notifications Default value: true |
insurance.policy_number |
String | No |
Policy number |
insurance.status |
String | No |
Status Possible values:
|
insurance.origin_data |
String | No |
Origin data |
insurance.exempt |
Boolean | No |
Exempt status |
insurance.limit |
String | No |
Limit |
insurance.name |
String | No |
Provider name |
insurance.additional_insured |
String | No |
Additional Individuals and/or Companies Insured |
insurance.notes |
String | No |
Notes |
insurance.origin_id |
String | No |
Origin ID |
insurance.insurance_type |
String | No |
Insurance type |
insurance.division_template |
String | No |
Division Template |
insurance.info_received |
Boolean | No |
Information received (or not) |
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.