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
Describes a free text response to a business task, where the user can provide any text as feedback or answer.
The response is of type object
.