v1

latestOpenAPI 3.0.12026-07-26222700728.0 KB
Bookkeepers

Save bookkeepers

Save new (or update existing) bookkeepers

post/v6/bookkeepers

Request body

Example request

{
  "data": [
    {
      "id": "bkpr_28868401",
      "userId": "usr_28868401",
      "email": "accountant@example.com",
      "firstName": "Jane",
      "lastName": "Smith",
      "role": "ACCOUNTANT",
      "status": "ACTIVE"
    }
  ]
}

Response

Success

result'SUCCESS' | 'FAILURE'

The result of the action performed.

Example response

{
  "data": [
    {
      "data": {
        "id": "bkpr_28868401",
        "userId": "usr_28868401",
        "email": "accountant@example.com",
        "firstName": "Jane",
        "lastName": "Smith",
        "role": "ACCOUNTANT",
        "status": "ACTIVE"
      }
    }
  ]
}