POST /rest/v1.0/projects/{project_id}/waste_logs
Creates single Waste Log.
See - Daily Log guide - for additional info on
- Attachments
Project Vendor List
Servers
- https://api.procore.com
Path parameters
Name | Type | Required | Description |
---|---|---|---|
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. |
Request body fields
Name | Type | Required | Description |
---|---|---|---|
waste_log |
Object | Yes | |
waste_log.time_hour |
Integer | Yes |
Time of waste disposal - hour |
waste_log.vendor_id |
Integer | No |
ID of the Vendor who disposed of the waste |
waste_log.description |
String | No |
Description |
waste_log.method_of_disposal |
String | No |
Method used to dispose of the waste |
waste_log.disposal_location |
String | No |
Waste disposal location |
waste_log.datetime |
String | No |
Datetime of record. Mutually exclusive with the date property. |
waste_log.approximate_quantity |
Integer | No |
Waste log approximate quantity |
waste_log.date |
String | No |
Format: YYYY-MM-DD Example: 2016-04-19 |
waste_log.time_minute |
Integer | Yes |
Time of waste disposal - minute |
waste_log.material |
String | No |
Type of waste disposed of |
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.