Create Payable ItemCopy Pagepost https://api.everee.com/api/v2/payablesCreate a new Payable.Body ParamsexternalIdstringrequiredA globally-unique identifier for this payable amount.workerIdstringThe unique Everee-generated Worker ID of the worker to pay. Either 'workerId' or 'externalWorkerId' is required.externalWorkerIdstringThe unique External Worker ID of the worker to pay. Either 'workerId' or 'externalWorkerId' is required.labelstringrequiredA human-readable descriptor for this Payable. This label can appear on worker-facing documents and UIs.amountobjectrequiredThe currency amount of this payable item. May be a wage amount, reimbursement amount, or one-time deduction amount, depending on the pay code.amount objectpayableModelstringenumrequiredThe calculation approach for this payable item. Currently always PRE_CALCULATED, meaning that the payable item's amount field is calculated by you before sending to Everee.PRE_CALCULATEDAllowed:PRE_CALCULATEDpayCodestringrequiredThe pay code for this payable item. See the Pay Codes API for more details.timestampnumberrequiredUnix epoch timestamp in seconds.typestringrequiredA custom descriptor for the kind of amount being paid. This could be a category name, a batch ID, or anything else.unitRateobjectThe rate at which the amount was earned, if applicable. Optional.unitRate objectunitCountnumberThe number of 'units' used to calculate the amount (i.e. hours worked), if applicable. Optional.workLocationIdnumberThe ID of the Work Location this payable item is assigned to.Headersx-everee-tenant-idint64The company ID to provide for this tenant-scoped endpoint (if applicable)Responses 201Created 400Bad Request 401Unauthorized 403Forbidden 404Not FoundUpdated 22 days ago