You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create a POST route handler at /api/unallocatedItems that accepts form data and creates an UnallocatedItemRequest record using the form data. The form data will include the following fields: unallocatedItemId, priority, quantity, and comment.
Description
Create a
POST
route handler at/api/unallocatedItems
that accepts form data and creates anUnallocatedItemRequest
record using the form data. The form data will include the following fields:unallocatedItemId
,priority
,quantity
, andcomment
.Success Criteria
PARTNER
UnallocatedItemRequest
record is createdThe text was updated successfully, but these errors were encountered: