Manage Client Note
Updates, gets, and deletes a client note.
delete
/api/v2/tenants/{tenantId}/notes/{noteId}
Deletes a client note and deletes notes from the resource-level.
Path Parameters
- tenantId
Describes the clientId or mspId of the tenant
- noteId
Unique Identifier (UUID) of the client notes
get
/api/v2/tenants/{tenantId}/notes/{noteId}
Gets client note details.
Path Parameters
- tenantId
Describes the clientId or mspId of the tenant
- noteId
Unique Identifier (UUID) of the client notes
00
post
/api/v2/tenants/{tenantId}/notes/{noteId}
Updates client note details.
Path Parameters
- tenantId
Describes the clientId or mspId of the tenant
- noteId
Unique Identifier (UUID) of the client notes
00
00