syncing market data_
Open, scableable, transparent payroll API.
Open, scableable, transparent payroll API.
| Method | Path | Summary | Price |
|---|---|---|---|
| DELETE | /Employer/{EmployerId} | Delete an Employer | FREE |
| GET | /Employer/{EmployerId} | Gets the employer | FREE |
| PATCH | /Employer/{EmployerId} | Patches the employer | FREE |
| PUT | /Employer/{EmployerId} | Updates the Employer | FREE |
| DELETE | /Employer/{EmployerId}/CisLineType/{CisLineTypeId} | Delete an CIS line type | FREE |
| GET | /Employer/{EmployerId}/CisLineType/{CisLineTypeId} | Get CIS line type from employer | FREE |
| PUT | /Employer/{EmployerId}/CisLineType/{CisLineTypeId} | Updates the CIS line type | FREE |
| DELETE | /Employer/{EmployerId}/CisLineType/{CisLineTypeId}/Tag/{TagId} | Delete CIS line type tag | FREE |
| GET | /Employer/{EmployerId}/CisLineType/{CisLineTypeId}/Tag/{TagId} | Get CIS line type tag | FREE |
| PUT | /Employer/{EmployerId}/CisLineType/{CisLineTypeId}/Tag/{TagId} | Insert CIS line type tag | FREE |
| GET | /Employer/{EmployerId}/CisLineType/{CisLineTypeId}/Tags | Get all tags from the CIS line type | FREE |
| GET | /Employer/{EmployerId}/CisLineTypes | Get CIS line types from employer. | FREE |
| POST | /Employer/{EmployerId}/CisLineTypes | Create a new CIS line type | FREE |
| GET | /Employer/{EmployerId}/CisLineTypes/Tag/{TagId} | Get CIS line types with tag | FREE |
| GET | /Employer/{EmployerId}/CisLineTypes/Tags | Get all CIS line type tags | FREE |
| DELETE | /Employer/{EmployerId}/CisTransaction/{CisTransactionId} | Delete the CIS transaction | FREE |
| GET | /Employer/{EmployerId}/CisTransaction/{CisTransactionId} | Get the CIS transaction | FREE |
| GET | /Employer/{EmployerId}/CisTransactions | Get all CIS transactions for the employer | FREE |
| DELETE | /Employer/{EmployerId}/DpsMessage/{DpsMessageId} | Deletes the DPS message | FREE |
| GET | /Employer/{EmployerId}/DpsMessage/{DpsMessageId} | Gets the DPS message | FREE |
| PATCH | /Employer/{EmployerId}/DpsMessage/{DpsMessageId} | Patches the DPS message | FREE |
| PUT | /Employer/{EmployerId}/DpsMessage/{DpsMessageId} | Puts the DPS message | FREE |
| GET | /Employer/{EmployerId}/DpsMessages | Gets the DPS messages | FREE |
| POST | /Employer/{EmployerId}/DpsMessages | Posta the DPS message | FREE |
| DELETE | /Employer/{EmployerId}/Employee/{EmployeeId} | Delete an Employee | FREE |
| GET | /Employer/{EmployerId}/Employee/{EmployeeId} | Get employee from employer | FREE |
| PATCH | /Employer/{EmployerId}/Employee/{EmployeeId} | Patches the employee | FREE |
| PUT | /Employer/{EmployerId}/Employee/{EmployeeId} | Updates the Employee | FREE |
| DELETE | /Employer/{EmployerId}/Employee/{EmployeeId}/AEAssessment/{AEAssessmentId} | Delete auto enrolment assessment | FREE |
| GET | /Employer/{EmployerId}/Employee/{EmployeeId}/AEAssessment/{AEAssessmentId} | Get the auto enrolment assessment | FREE |
| PUT | /Employer/{EmployerId}/Employee/{EmployeeId}/AEAssessment/{AEAssessmentId} | Insert new auto enrolment assessment | FREE |
| GET | /Employer/{EmployerId}/Employee/{EmployeeId}/AEAssessments | Get the auto enrolment assessments | FREE |
| POST | /Employer/{EmployerId}/Employee/{EmployeeId}/AEAssessments | Insert new auto enrolment assessment | FREE |
| GET | /Employer/{EmployerId}/Employee/{EmployeeId}/Commentaries | Get links to all commentaries for the specified employee | FREE |
| GET | /Employer/{EmployerId}/Employee/{EmployeeId}/Commentary/{CommentaryId} | Get commentary from employee | FREE |
| GET | /Employer/{EmployerId}/Employee/{EmployeeId}/JournalLines | Gets the journal Lines from the specified employee | FREE |
| DELETE | /Employer/{EmployerId}/Employee/{EmployeeId}/PayInstruction/{PayInstructionId} | Deletes a pay instruction | FREE |
| GET | /Employer/{EmployerId}/Employee/{EmployeeId}/PayInstruction/{PayInstructionId} | Gets the specified pay instruction from the employee | FREE |
| PATCH | /Employer/{EmployerId}/Employee/{EmployeeId}/PayInstruction/{PayInstructionId} | Sparse Update of a Pay Instruction | FREE |
| PUT | /Employer/{EmployerId}/Employee/{EmployeeId}/PayInstruction/{PayInstructionId} | Update a Pay Instruction | FREE |
| DELETE | /Employer/{EmployerId}/Employee/{EmployeeId}/PayInstruction/{PayInstructionId}/Tag/{TagId} | Delete pay instruction tag | FREE |
| GET | /Employer/{EmployerId}/Employee/{EmployeeId}/PayInstruction/{PayInstructionId}/Tag/{TagId} | Get pay instruction tag | FREE |
| PUT | /Employer/{EmployerId}/Employee/{EmployeeId}/PayInstruction/{PayInstructionId}/Tag/{TagId} | Insert pay instruction tag | FREE |
| GET | /Employer/{EmployerId}/Employee/{EmployeeId}/PayInstruction/{PayInstructionId}/Tags | Get all tags from the pay instruction | FREE |
| GET | /Employer/{EmployerId}/Employee/{EmployeeId}/PayInstructions | Gets the pay instructions from the specified employee | FREE |
| POST | /Employer/{EmployerId}/Employee/{EmployeeId}/PayInstructions | Creates a new Pay Instruction | FREE |
| GET | /Employer/{EmployerId}/Employee/{EmployeeId}/PayInstructions/Tag/{TagId} | Get pay instructions with tag | FREE |
| GET | /Employer/{EmployerId}/Employee/{EmployeeId}/PayInstructions/Tags | Get all pay instruction tags | FREE |
| GET | /Employer/{EmployerId}/Employee/{EmployeeId}/PayLine/{PayLineId} | Gets the specified pay line from the employee | FREE |
| DELETE | /Employer/{EmployerId}/Employee/{EmployeeId}/PayLine/{PayLineId}/Tag/{TagId} | Delete pay line tag | FREE |
ozma register && ozma call payrun-io /Employer/{EmployerId} --jsoncurl -H "Authorization: Bearer $OZMA_KEY" \
https://gateway.ozma.app/v1/proxy/payrun-io/Employer/{EmployerId}# Python
client.proxy_call("payrun-io", "/Employer/{EmployerId}")