Gets the details for the employee document with the specified ID.
GET https://api.yourpayroll.com.au/api/v2/business/{businessId}/employee/{employeeId}/document/{id}
Parameter name | Value | Description | Additional |
---|---|---|---|
id | int32 | Required | |
businessId | string | Required | |
employeeId | string | Required |
The following HTTP status codes may be returned, optionally with a response resource.
Status code | Description | Resource |
---|---|---|
200 | OK OK |
EmployeeDocumentModel |
Powered by DapperDox