Create payslip

Endpoint for creating a new payslip.

Body Params

A payslip recording the pay of an employee.

string | null

The branch associated with this payslip.

string
enum
required

The currency used for the payslip.

View the enum reference

string
required

The employee to whom the payslip belongs.

double | null

The exchange rate to the organization base currency at the time of the document.

string
length ≤ 255

External identifier for the payslip.

string
enum

The language of the document.

View the enum reference

Allowed:
pay_items
array of objects
required

The list of pay items included in the payslip.

pay_items*
date
required

The date when the payslip was issued.

string
required

The unique number assigned to the payslip.

string
enum
Defaults to DRAFT

The current status of the payslip (draft or posted).

View the enum reference

Allowed:
Headers
string

Client-provided UUID to uniquely identify a request

string
enum
Defaults to application/json

Generated from available request content types

Allowed:
Response

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json