Creates A New Stand-Alone Transfer.
creates_a_new_stand_alone_transferCreate a stand-alone materials transfer by specifying line items with resource GUIDs and quantities. Optionally include locations and statuses, then get the new transfer ID.
Instructions
Creates a transfer document with the specified header information and line items. Line items must include a resource guid and quantity. Optional fields include from/to locations and from/to statuses. company_id and project_id default to the values set by procore_set_config when omitted. Creates the stand-alone transfer and returns it with its new id (HTTP 201); calling it again creates another record. Failures come back as an error payload carrying the HTTP status — commonly 401 when the token has expired, 403 without tool permission, and 404 when an id does not resolve. Required parameters: company_id, project_id. Procore API (v2.0): Resource Management > Materials Management. Endpoint: POST /rest/v2.0/companies/{company_id}/projects/{project_id}/materials_mgmt/transfers
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | JSON request body field — the name for this Materials Management operation | |
| type | No | JSON request body field — the type for this Materials Management operation | |
| items | No | JSON request body field — collection of items for the transfer. | |
| notes | No | JSON request body field — notes for the transfer. | |
| company_id | Yes | URL path parameter — the company identifier | |
| project_id | Yes | URL path parameter — the project identifier | |
| properties | No | JSON request body field — properties (key-value pairs) to be associated with the transfer. |