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": "4f153648-af0a-4d2a-9441-80f7063fada9",
"NeedID": "a1dbaeea-7412-4f97-91ca-182fb50885a2",
"AssignmentID": "ed2b02e9-704f-4092-8b39-68f1f8086bcb",
"CreateDate": "2026-01-06T23:24:00.5259247-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"
]
}