POST Method Details for Create.
Create bulk employee postings based on a salary account and posting date.
Definition
https://app[x].timelog.com/[account name]/api/v{version}/salary-account/{salaryAccountId}/posting
Parameters
- salaryAccountId integer The salary account identifier.
-
salaryAccountEmployeeManualPostingCreateModel object
- BalanceDate string The date of posting to an account balance
- EmployeeUsers array List of employee users.
- version string The requested API version
Returns
- [200] OK
- [204] Employee postings were created successfully
- [401] Invalid authentication token
-
[500] Employee postings could not be created
- Code integer Gets the code.
- Details array Gets the details.
- Message string Gets the message.
- Parameters string Gets the parameters.
- Url string Gets the URL.