Create Installation Request
create_installation_requestCreates an App Marketplace installation request to install a developer application for a company.
Instructions
Request to install a new application. Use this to create a new App Marketplace records in Procore. Creates a new App Marketplace records and returns the created object on success (HTTP 201). Required parameters: company_id, developer_app_id, implicit. Procore API: Platform - Developer Tools > App Marketplace. Endpoint: POST /rest/v1.0/installation_requests
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | JSON request body field — company ID. Note: Only one of project_id or company_id is required. | |
| developer_app_id | Yes | JSON request body field — iD of an application from the developer portal | |
| notes | No | JSON request body field — notes. Notes to be sent to company admins along with the request. | |
| implicit | Yes | JSON request body field — implicit. Defines whether request has been made implicitly. |