Submits or updates a task user response for a business. Tasks only exist for businesses enrolled in bookkeeping services, and task lifecycle management is handled by Layerās bookkeeping team. This endpoint is used by Layerās <Tasks> component to submit user responses, and if you use embedded components, you should not need to call this endpoint directly.
Documentation Index
Fetch the complete documentation index at: https://docs.layerfi.com/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Content-Type must be set to application/json.
The UUID of the business to update.
The UUID of the task to update.
Base schema for a user response in a business task, allowing for different types of responses.
The free text response provided by the user.
"This is my response to the task."