# Requests A requisition for purchasing or transfering an item. ## Creates and commits a Request to be used in the Purchasing Document Workflow. - [POST /requests](https://developer.yellowdogsoftware.com/fetch/api/requests/post-requests.md) ## Commits a Request, this allows the Request to be used in future steps of the Purchasing Document Workflow - [PATCH /requests/{id}/Commit](https://developer.yellowdogsoftware.com/fetch/api/requests/patch-requests-commit.md) ## Getting Request Details By ID - [GET /requests/{id}](https://developer.yellowdogsoftware.com/fetch/api/requests/get-requests-byid.md) ## Updates an existing Request - [PATCH /requests/{id}](https://developer.yellowdogsoftware.com/fetch/api/requests/patch-requests-byid.md)