# Create Profile Note Adds a note to a profile then Returns the details of the added note. Endpoint: POST /compliance/kyc-protect/profiles/{profileId}/notes Version: 1.10.9 Security: bearerToken ## Path parameters: - `profileId` (string, required) Id of a profile. Example: "9a7ae0c8-f473-4ab6-8dbb-03fc061630cc" ## Request fields (application/json): - `body` (string,null) The body of the note to be added. Limited to 1000 characters Example: "The body of the note to be added. Limited to 1000 characters" ## Response 201 fields (application/json): - `id` (string) Id of the note Example: "c3966c5f-576e-4770-902b-eaab894b83d7" - `body` (string,null) Body of the note Example: "testing" - `isArchived` (boolean) Value indicating whether the note is archived - `createdAt` (string) Note created time Example: "2023-08-08T07:32:06.4989594Z" - `createdById` (integer) Id of the user who created note Example: 101562008 - `createdBy` (string) Name of the user who created note Example: "Amol" - `modifiedAt` (string) Note last updated time Example: "2023-08-08T07:32:06.4989594Z" - `modifiedById` (integer) Id of the user who last modified the note Example: 101562008 - `modifiedBy` (string,null) Name of the user who last modified the note Example: "Amol" ## Response 400 fields (application/json): - `correlationId` (string) A unique ID assigned to this request. - `message` (string) - `details` (string) Provides further information on why the request was rejected ## Response 401 fields (application/json): - `error` (string) ## Response 403 fields (application/json): - `message` (string) Example: "Access forbidden" ## Response 404 fields (application/json): - `correlationId` (string) A unique ID assigned to this request. - `message` (string) - `details` (string) Provides further information on why the request was rejected ## Response 409 fields (application/json): - `correlationId` (string) The unique identifier. (A UUID specified by RFC4122). - `message` (string) - `details` (string) Provides further information on why the request was rejected