Creates A New Direct Issue Document.
creates_a_new_direct_issue_documentCreates a new Direct Issue document for materials management, automatically expanding line items from inventory locations. Returns the created document with its new ID.
Instructions
Creates a new Direct Issue document. Line items are automatically expanded from available inventory locations based on the items specified in the request. company_id and project_id default to the values set by procore_set_config when omitted. Creates the direct issue document 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/issuing
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | JSON request body field — the name for this Materials Management operation | |
| notes | No | JSON request body field — the notes for this Materials Management operation | |
| item_ids | No | JSON request body field — array of item identifiers | |
| issued_to | No | JSON request body field — the issued to for this Materials Management operation | |
| company_id | Yes | URL path parameter — the company identifier | |
| project_id | Yes | URL path parameter — the project identifier |