cURL
curl --request POST \ --url https://api.voxo.co/v2/admin/tenants/notes/ \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "tenantId": 123, "note": "<string>" } '
{ "id": 123, "tenantId": 123, "userId": 123, "name": "<string>", "note": "<string>", "createdAt": "<string>", "updatedAt": "<string>" }
Create a new note for a tenant
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Tenant ID
Note content
3
Created tenant note
Note ID
Author user ID
Author name
Creation timestamp
Last update timestamp
Was this page helpful?
Contact support