POST api/v1/needs/{needId}/request
Book an open need.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| needId | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
ApiResponseModelOfScheduleAssignmentModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Data | ApiResponseDataModelOfScheduleAssignmentModel |
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": {
"Id": "sample string 1",
"TypeId": 2,
"Status": "sample string 3",
"AssignmentId": "58a1af15-6504-42ff-981d-15ae2f34632a",
"NeedId": "8b60a1b4-6895-40dd-af01-7c15462530cf",
"RequestId": "1f8af841-d621-4584-b870-76a8804d3b3a",
"RequestShiftId": 1,
"FacilityId": 4,
"FacilityName": "sample string 5",
"FacilityCoId": "sample string 6",
"DepartmentId": 7,
"DepartmentName": "sample string 8",
"DepartmentCode": "sample string 9",
"DepartmentShiftId": 1,
"ShiftCode": "sample string 10",
"ShiftDescription": "sample string 11",
"SkillId": 12,
"Skill": "sample string 13",
"ProductiveTypeId": 14,
"ProductiveType": "sample string 15",
"Date": "2026-03-10T17:23:44.1116422-05:00",
"StartTime": "2026-03-10T17:23:44.1116422-05:00",
"EndTime": "2026-03-10T17:23:44.1116422-05:00",
"ActualStartTime": "2026-03-10T17:23:44.1116422-05:00",
"ActualEndTime": "2026-03-10T17:23:44.1116422-05:00",
"Hours": 1,
"Minutes": 1,
"StaffId": 19,
"UserName": "sample string 20",
"StaffFirstName": "sample string 21",
"StaffLastName": "sample string 22",
"Comment": "sample string 23"
}
},
"Errors": [
"sample string 1",
"sample string 2"
],
"Warnings": [
"sample string 1",
"sample string 2"
]
}