DELETE api/v1/NeedNotes/{needNoteId}
Delete specific Need Note.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| needNoteId | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
ApiResponseModelOfNeedNoteModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Data | ApiResponseDataModelOfNeedNoteModel |
None. |
|
| Errors | Collection of string |
None. |
|
| Warnings | Collection of string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Data": {
"PageSize": 1,
"Page": 2,
"TotalPages": 3,
"TotalResults": 4,
"Results": {
"NeedNoteID": "19439ba3-66cd-4fb1-b48c-4813b9235228",
"NeedID": "3239f1d9-f1c8-4ed2-a0a2-e60ecae09621",
"AssignmentID": "a5194fd1-445a-4602-bb5b-4ddd2bf207d1",
"CreateDate": "2026-01-03T23:29:41.215592-06:00",
"CreateUser": "sample string 4",
"CreateApp": "sample string 5",
"Note": "sample string 6",
"Version": "QEA=",
"ActionID": 1,
"Action": "sample string 7",
"DepartmentShiftID": 1,
"ShiftCode": "sample string 8"
}
},
"Errors": [
"sample string 1",
"sample string 2"
],
"Warnings": [
"sample string 1",
"sample string 2"
]
}