Skip to main content
PUT
cURL
Create a Paperwork Submission(s). This endpoint will return the created Paperwork Submission object(s).

Authorizations

Authorization
string
header
required

Body

application/json
templateID
string
required

Unique identifier for the paperwork template

worker_type
enum<string>
required

Type of worker (Employee or Contractor)

Available options:
Employee,
Contractor
companyID
string
required

Unique identifier for the company

fields
object
required

Additional fields for the paperwork submission

employeeID
string

Unique identifier for the employee. Nullable if the worker type is contractor

contractorID
string

Unique identifier for the contractor. Nullable if the worker type is employee

Response

200

success
boolean
data
object

Object of Paperwork Submission object(s)