Add Location Note

Adds a public or private location note.

URLs

Environment Method URL
Sandbox https://api-sandbox.fndev.net/api/rest/v2/locations/location_id/notes
Production https://api.fieldnation.com/api/rest/v2/locations/location_id/notes

Path Parameters

Parameter Type Example Notes
location_id integer 16267 Saved Location ID.

Query Parameters

Parameter Type Example Notes
access_token string abc123defg459hijk786lmn45 Required.

Body Parameters

For a public note that’s visible to everyone, set private = false. For a private note, set private = true.

{
   "text":"Your public note.",
   "private":false
}

Response

Returns the Saved Location Object by ID. Refer to Saved Locations for parameter details and examples.

Errors

Standard HTTP and OAuth error codes.