Creates a new field data-collection task. Optionally link to a place, assign a user, and attach inventory items or compliance standards.
API key with sf_live_ prefix. Pass as Authorization: Bearer sf_live_...
Unique key for idempotent requests. If a request with the same key was already processed within the last 24 hours, the cached response is returned with X-Idempotent-Replayed: true.
"idk_550e8400-e29b-41d4-a716-446655440000"
Short descriptive title for the task.
"Check Coca-Cola facing at Walmart #4523"
Place ID to associate with this task.
"pl_abc123"
User ID to assign the task to.
"usr_qrs789"
Task due date in ISO 8601 date format.
"2026-03-15"
Free-form notes or instructions.
"Verify the new promo display is set up correctly."
Inventory item IDs to check during this task.
["inv_a1b2c3", "inv_d4e5f6"]Compliance standard IDs to evaluate.
["std_g7h8i9"]Task created.