Add Member Note

Add a note to a specific member's profile. This endpoint allows you to add a note to a member's profile, providing additional context or information about the member. This endpoint returns a list of notes that have been added to a member's profile.

Path parameters

tenantstringRequired

Your Entra Tenant ID. More details.

environmentstringRequired

Your Business Central Environment. More details.

companystringRequired

Your Business Central Company. More details.

memberIdUUIDRequired
Unique identifier for a member.

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

x-api-versiondateOptional

Used for API versioning. More details.

Request

This endpoint expects an object.
titlestringRequired
Title of the note.
commentstringRequired
Comment of the note.

Response

This endpoint returns a list of objects.
idUUID
Unique identifier for a note.
titlestring
Title of the note.
commentstring
Comment of the note.
createdAtdatetime
Date and time when the entity was created.
modifiedAtdatetime
Date and time when the entity was updated.