Bulk Create

Create timesheets in bulk for contracts. This endpoint allows you to create one or more timesheets for one or more contracts, in bulk. The timesheets are created on the YunoJuno platform asynchronously, and the response contains the async request ID.

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Request

This endpoint expects an object.
datalist of objectsRequired

Response

async_requestobject
The asynchronous request object. This object represents a request that has been submitted for further background processing.