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": "e4cf1981-07c2-4185-864d-5adafd4be163",
"NeedID": "2badb7cb-8946-4721-ad1a-3ecaf51cbdae",
"AssignmentID": "ca3abe9a-13a3-4957-89d5-70990c7fe59c",
"CreateDate": "2026-01-03T23:29:38.6199894-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"
]
}