Creates or replaces a pending net-pay-allocation request that references an employee bank account.

Access: Employee users only.

Version 2.0 accepts a bank-account identifier instead of raw account details. The endpoint resolves the account through employee bank-account logic and copies the account details into the stored waiting request.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
int32
required

Company identifier from the route.

int32
required

Employee identifier from the route.

Body Params

Net-pay-allocation request payload that references an employee bank account.

Payload used to submit or review a pending net-pay-allocation request that references an employee bank account.

date | null
required

Date on which the net-pay allocation should begin, in ISO 8601 date format (yyyy-MM-dd).
Data type is validated and must be Number

date | null

Optional end date for the net-pay allocation, in ISO 8601 date format (yyyy-MM-dd).
Data type is validated and must be Number

boolean

Indicates whether the allocation should apply to all pay statements.

int32
enum

Members:

  • 1 - FixedAmount ( Fixed Amount. )
  • 2 - Percentage ( Percentage. )
  • 255 - Reminder ( Reminder. )
Allowed:
double | null
≥ 0

Fixed amount to allocate when Worklio.ApiModels.API.Models.Employees.Requests.NetPayAllocation_v20.AllocatedByType is FixedAmount.

double | null
0 to 100

Percentage of net pay to allocate when Worklio.ApiModels.API.Models.Employees.Requests.NetPayAllocation_v20.AllocatedByType is Percentage.

boolean

Indicates whether an existing waiting request may be overwritten.

boolean

Indicates whether the waiting request represents removal of an existing net-pay allocation.

int32
required

Employee bank-account identifier whose details should be copied into the waiting request.

Headers
string
required
Defaults to 2.0

The requested API version

string
Defaults to 2.0

The requested API version

Responses

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