Endpoint URL (POST):
Estonia: https://Palk.merit.ee/api/v1/getpayterms
Elements for Base Salary Agreements request:
| APIMonthObject Field Name | Type | Comment |
|---|---|---|
| StartMonth | Str 6 | YYYYMM If empty, first month in company calendar will be used. |
| EndMonth | Str 6 | YYYYMM If empty, last month in company calendar will be used. |
| PersonalID | Str 11 | Employees' personal ID code. If empty, all employees having contract in given period are included. |
The result, if not empty:
Elements for Base Salary Agreements Transactions:
| EntryRowObject Field Name | Type | Comment |
|---|---|---|
| PersonalCode | Str 11 | Employees' personal ID code. |
| Employee Name | Str 64 | |
| ContractDocName | Str 32 | |
| ContractStartDate | Date | |
| ContractEndDate | Date | |
| ContractType | Int | 1 - Tööleping (Employment Contract) 2 - Juhatuse liikme leping (Board Member Contract 3 - Muu leping (Other Contract) 4 - Leping puudub (No Contract) 5 - Töövõtuleping (Contract of Services) |
| StartDate | Date | Base salary agreement start date. |
| EndDate | Date | Base salary agreement end date. |
| Hours | Decimal 5.2 | Working hours per day. |
| Amount | Decimal 12.4 | Base salary tariff/rate. |
| AutoTimeKeeping | Bool | true or false |
| FullWorkingTime | Bool | true or false |
| GLAccountCode | Str 32 | General Ledger Account Code. Ignored if missing. |
| DepartmentCode | Str 32 | Department Code. Ignored if missing. |
| PaytermsImp Object | ||
| EntryRow | Array of EntryRow objects |

