employees/{employeeId}/certificates
Adds a certificate for an employee
Example Dto
{ "courseId": "3", "description": "This is a description", "vendor": "Company", "instructor": "Teacher", "url": "my.ecompliance.com", "price": 99, "duration": 2, "certificateDate": 1989-05-25, "certificateExpirationDate": 2020-05-25 }
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
employeeId |
Employee Id set by ECMS |
integer |
Required |
Body Parameters
AddCertificateApiDtoName | Description | Type | Additional information |
---|---|---|---|
courseId |
Course Id set by ECMS |
integer |
Required |
description | string |
None. |
|
vendor | string |
None. |
|
instructor | string |
None. |
|
url | string |
None. |
|
price | decimal number |
None. |
|
duration |
Must be one of the following numbers 0,1,2,3,4,5,6,7,8,16,24,32,40,80 |
integer |
None. |
certificateDate |
ISO-8601 format of: yyyy-mm-dd, such as 1989-05-22 or MMM-dd-yyyy (MAY-22-1989) |
string |
Required |
certificateExpirationDate |
ISO-8601 format of: yyyy-mm-dd, such as 1989-05-22 or MMM-dd-yyyy (MAY-22-1989) |
string |
None. |
Response Information
Standard Responses
None.
Error Responses
HTTP Status Code | Error Message | Type | Additional Information |
---|