Manage Client Note
Updates, gets, and deletes a client note.
Gets client note details.
Path Parameters
- tenantId
Describes the clientId or mspId of the tenant
- noteId
Unique Identifier (UUID) of the client notes
Responses
- id
- subject
Subject of note.
- description
Summary describing the note.
- createdTime
- updatedTime
- startTime
Date and time from which the note is valid. This is applicable only if expiryDateType is set as 2.
- expiryTime
Date and time on which the note expires. This field is mandatory if expiryDateType is set as 2.
- expiryDateType
Type of expiry. If expiryDateType is set as 1, it indicates Never Expire. If expiryDateType is set as 2, it indicates Validity period.
- createdBy
Updates client note details.
Path Parameters
- tenantId
Describes the clientId or mspId of the tenant
- noteId
Unique Identifier (UUID) of the client notes
Request Body
application/json
- id
- subject
Subject of note.
- description
Summary describing the note.
- createdTime
- updatedTime
- startTime
Date and time from which the note is valid. This is applicable only if expiryDateType is set as 2.
- expiryTime
Date and time on which the note expires. This field is mandatory if expiryDateType is set as 2.
- expiryDateType
Type of expiry. If expiryDateType is set as 1, it indicates Never Expire. If expiryDateType is set as 2, it indicates Validity period.
- createdBy
Responses
- id
- subject
Subject of note.
- description
Summary describing the note.
- createdTime
- updatedTime
- startTime
Date and time from which the note is valid. This is applicable only if expiryDateType is set as 2.
- expiryTime
Date and time on which the note expires. This field is mandatory if expiryDateType is set as 2.
- expiryDateType
Type of expiry. If expiryDateType is set as 1, it indicates Never Expire. If expiryDateType is set as 2, it indicates Validity period.
- createdBy
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