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.
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."