Creates a single location resource using the default location schema.
If using a platform scoped JWT, you can pass in a header to impersonate a specific tenant to impersonate the request as.
What to do if the resource already exists. upsert will merge new data with existing data (PATCH-like behavior), preserving existing fields not included in the request. Null values will delete fields. reject will throw an error if the resource already exists
upsert, reject Whether to allow extra fields that are not defined in the schema. If true, extra fields will be accepted but not saved. If false, requests with extra fields will be rejected.
Default Location Resource