DELETE api/v1/notes/{noteId}
Delete a note by noteId. This is an asynchronous service.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| noteId | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
NoteModel| Name | Description | Type | Additional information |
|---|---|---|---|
| NoteId | globally unique identifier |
Required |
|
| NoteTypeId | integer |
Required |
|
| RelationId | integer |
Required |
|
| FacilityId | integer |
Required |
|
| DepartmentId | integer |
Required |
|
| ParentId | globally unique identifier |
None. |
|
| RelationIdValue | string |
Required String length: inclusive between 0 and 50 |
|
| NoteContent | string |
Required String length: inclusive between 0 and 240 |
|
| UserId | string |
Required String length: inclusive between 0 and 50 |
|
| UserFirstName | string |
String length: inclusive between 0 and 50 |
|
| UserLastName | string |
String length: inclusive between 0 and 50 |
|
| ExistInFS | boolean |
None. |
|
| NoteCreatedDate | date |
Required |
|
| CreatedDate | date |
Required |
|
| ModifiedDate | date |
Required |
|
| EntityToRelation | EntityToRelationModel |
None. |
|
| NoteType | NoteTypeModel |
None. |
Response Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.