/organizations/{organization_id}/sites

Beta Notice: This is a pre-release beta endpoint. It is subject to change without notice and has no uptime guarantee.

Creates a new site.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

ID of the organization

Body Params

Payload for creating a single site. Shares field definitions with
SitePublicSerializer; drf-spectacular's COMPONENT_SPLIT_REQUEST=True
handles the request/response schema split, so readOnly fields (id,
organization, date_created) stay out of the request-side component
without a hand-rolled serializer.

coordinate_reference_system_pointer
object

Identifier for the site's coordinate reference system. When omitted, Propeller picks a projected coordinate reference system based on its proximity to the supplied geographic_extent. If you haven't created the PROP-LOCAL calibration yet, omit this field - the site can be updated with the correct coordinate reference system once the calibration exists.

geographic_extent
object
required

GeoJSON MultiPoint (2 points) describing the site extent, in WGS84 [longitude, latitude] order.

string | null
required

The industry identifier (returned as {'id': ''}). Valid identifiers can be listed via GET /industries.

string
required
length between 1 and 100

The name of the site

Responses

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json