Create a new partner contact (up to 100 contacts allowed per partner).
Note: POST calls create new data, and do not affect existing data.
Successful operation
Bad request error
Unauthorized error
Forbidden error
Not found error
Internal server error
{- "name": "Harry",
- "email": "email@email.com",
- "password": "123Abcd!",
- "accessLevel": "viewer"
}
{- "name": "Harry",
- "email": "email@email.com",
- "id": 23,
- "role": "partner"
}