Creates the payslip configuration for the specified business ID.
ShowLineNotes field must be enabled in order to enable the ShowLocationInLineNotes field.
An example of what you would populate the EmailBodyMessage field with would be:
Hi {{FirstName}},
{{BusinessName}} has just processed your pay and a new pay slip is available.
Regards {{BusinessName}}
POST https://api.yourpayroll.com.au/api/v2/business/{businessId}/payslip
Parameter name | Value | Description | Additional |
---|---|---|---|
businessId | string | Required |
The request body takes a complete AuEditBusinessPaySlipApiModel resource, containing the following writable properties:
{
"alphabetisePayCategories": "boolean",
"emailBodyMessage": "string",
"emailFrom": "string",
"employeesMustLoginToDownloadPayslips": "boolean",
"id": "int32",
"showBasePayRate": "boolean",
"showClassification": "boolean",
"showEmployeeExternalId": "boolean",
"showEmployeeId": "boolean",
"showLeaveAccruals": "boolean",
"showLineNotes": "boolean",
"showLocationInLineNotes": "boolean",
"showRateForAnnualEarnings": "boolean",
"superContributionProcessingFrequencyTextOption": "string"
}
Name | Type | Description |
---|---|---|
alphabetisePayCategories | boolean | Boolean |
emailBodyMessage | string | String |
emailFrom | string | String |
employeesMustLoginToDownloadPayslips | boolean | Boolean |
id | int32 | Int32 |
showBasePayRate | boolean | Boolean |
showClassification | boolean | Boolean |
showEmployeeExternalId | boolean | Boolean |
showEmployeeId | boolean | Boolean |
showLeaveAccruals | boolean | Boolean |
showLineNotes | boolean | Boolean |
showLocationInLineNotes | boolean | Boolean |
showRateForAnnualEarnings | boolean | Boolean |
superContributionProcessingFrequencyTextOption | string |
PaySlipSuperContributionProcessingFrequencyTextOption
Possible values are:
|
The following HTTP status codes may be returned, optionally with a response resource.
Status code | Description | Resource |
---|---|---|
200 | OK OK |
Powered by DapperDox