Download OpenAPI specification:Download
Allows downloading either a PDF or ZIP file associated with an enquiry. The file type is determined by the f query parameter.
| jobid required | string Example: 12402445 The ID of the enquiry for which the file is being requested. |
| f required | string Enum: "pdf" "zip" Example: f=pdf Specify the file format to download. Supported values are: - |
Create a new enquiry for a project.
| project_name required | string |
| user_reference required | string A user-supplied reference for this enquiry. |
| dig_start_at required | string <date> Start date for enquiry activity. Must be no earlier than today. |
| dig_end_at required | string <date> End date for enquiry activity. Must be no earlier than start date. |
required | object |
required | object |
| notes | string <= 500 characters User supplied notes regarding the enquiry activity. Useful for communicating additional details about the activity with DBYD members. |
| is_dry_run | boolean When true, the enquiry will not saved in the system. |
{- "project_name": "My Locate Project",
- "user_reference": "LLJ.178.A",
- "dig_start_at": "2020-08-08",
- "dig_end_at": "2020-08-15",
- "address": {
- "Street": "100 Franklin St",
- "Suburb": "Melbourne",
- "State": "VIC",
- "Country": "AUS",
- "Postcode": 3000
}, - "shape": {
- "type": "Polygon",
- "coordinates": [
- [
- [
- 0,
- 0
], - [
- 0,
- 0
], - [
- 0,
- 0
], - [
- 0,
- 0
]
]
]
}, - "notes": "Upgrading infrastructure.",
- "is_dry_run": true
}{- "job_id": "17890012",
}