Skip to main content

RegisterWorkerDto

fullNamestringrequired
nationalIdNumberstringrequired
phoneNumberstringrequired
dateOfBirthstringrequired
genderstringrequired
workerCategorystringrequired

Possible values: [DIRECT_CASUAL_LABORER, SUBCONTRACTOR_WORKER]

workerRoleIdstring

UUID of an existing worker role

customRoleNamestring

Custom role name when selecting "Other"

zoneIdstring
teamIdstring
shareFactornumber

Relative share of team commission (FR-LBR-060).

subcontractorIdstring
contractStartDatestringrequired
contractTypestringrequired

Possible values: [PERMANENT, TEMPORARY, SEASONAL]

bankAccountOrMobileMoneystring
emergencyContactstring
canWorkUndergroundboolean
nationalIdDocumentUrlstring

MinIO path for the National ID front image

nationalIdBackUrlstring

MinIO path for the National ID back image

profilePhotoUrlstring

MinIO path for the worker profile photo

nextOfKin object
namestringrequired
phonestringrequired
relationshipstringrequired
emailstring
RegisterWorkerDto
{
"fullName": "string",
"nationalIdNumber": "string",
"phoneNumber": "string",
"dateOfBirth": "string",
"gender": "string",
"workerCategory": "DIRECT_CASUAL_LABORER",
"workerRoleId": "string",
"customRoleName": "string",
"zoneId": "string",
"teamId": "string",
"shareFactor": 0,
"subcontractorId": "string",
"contractStartDate": "string",
"contractType": "PERMANENT",
"bankAccountOrMobileMoney": "string",
"emergencyContact": "string",
"canWorkUnderground": true,
"nationalIdDocumentUrl": "string",
"nationalIdBackUrl": "string",
"profilePhotoUrl": "string",
"nextOfKin": {
"name": "string",
"phone": "string",
"relationship": "string"
},
"email": "string"
}