Creates a new area plan item in a specified plan.
MANAGER[ADMIN, USER]Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Session token used for authenticating the request.
"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VySWQiOiIxMjM0NTY3ODkwIiwic2Vzc2lvbklkIjoiYWJjZGVmMTIzNDU2IiwiaWF0IjoxNjA1MDk3ODk5LCJleHAiOjE2MDUxODQyOTl9.4XRQ1iXDyvEj5LgPZHbmTmzOZs98M3YPOzgf3MhxjaI"
Content type, must be "application/json".
"application/json"The name of the plan item
"Plan Item 1"
Array of polygon vertices as tuples [x, y]. Minimum 3 points required for a valid polygon.
3[[10.5, 20.3], [30, 45.7], [15.2, 80.9]]The id of the plan that the plan item belongs to
1
The id of the layer that the plan item belongs to
1
Unique identifier of the site.
-9007199254740991 <= x <= 90071992547409911
Plan item created