Offboarding Checklist
post/v1/offboarding-checklist/member/{memberId}/item/{templateItemId}/evidence
Path parameters
memberIdstring required
templateItemIdstring required
Request body
Example request
{
"fileName": "document.pdf",
"fileType": "application/pdf",
"fileData": "iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAADUlEQVR42mP8/5+hHgAHggJ/PchI7wAAAABJRU5ErkJggg==",
"description": "Meeting notes from Q4 planning session",
"userId": "usr_abc123def456"
}