Skip to main content
POST
/
companyOnboarding#addBookKeeper
addBookKeeper
curl --request POST \
  --url 'https://sandbox.rollfi.xyz/companyOnboarding#addBookKeeper' \
  --header 'Authorization: Basic <encoded-value>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "method": "addBookKeeper",
  "businessUser": {
    "companyId": "65F6898F-8EC1-4541-9D61-03E50ADB04DA",
    "firstName": "Regi",
    "middleName": "",
    "lastName": "Wisdom",
    "phoneNumber": "2511630147",
    "email": "[email protected]",
    "bookkeeper": true
  }
}
'
{
"bookKeeper": {
"bookKeeperId": "22213C37-A0F2-439B-9D27-47ADAA24B6D9",
"status": "KYC Pending",
"message": "Regi Wisdom has been successfully added as Book Keeper."
}
}

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Body

application/json
method
string
required
businessUser
object
required

Response

bookKeeper
object
required