Skip to main content
POST
Give a certification to a partner team member

Body

certificationId
integer<int32>

The ID of the certification to give to the team member.

partnerContactId
integer<int32>

The ID of the contact in the partner team who get the certification.

status
enum<string>
Available options:
Unknown,
InProgress,
Active,
Expired,
Renewed
acquisitionDate
string<date-time> | null

The date when teh partner contact get the certification. Only provide this date if the status is Active.

Response

200 - application/json

Certifications given to the specified partner team member

id
integer<int32>
creationDate
string<date-time>
acquisitionDate
string<date-time> | null
expirationDate
string<date-time> | null
status
enum<string>
Available options:
Unknown,
InProgress,
Active,
Expired,
Renewed
partnerContactId
integer<int32>
certificationId
integer<int32>