RequisitionsPurchaseOrders
Retrieves purchase orders that were generated from requisitions.
Workday Resource Information
Retrieves all requisitions. You can filter the requisitions by submitter, date, requester, and type.Secured by: Checkout (REST), Process: Requisition - Reporting, Process: Requisition - View, Self-Service: Requisition, Self-Service: Supplier Contact Tasks, View: Organization Requisition
Scope: Procurement
Columns
| Name | Type | Description |
| Id [KEY] | String | Id of the instance |
| Requisitions_Id [KEY] | String | The Workday ID of the Requisitions that contains this. |
| Descriptor | String | A preview of the instance, summarizing the key attributes. |
| DocumentStatus_Descriptor | String | A description of the document's current status, providing additional context. |
| DocumentStatus_Href | String | A link to the document status instance, providing more details. |
| DocumentStatus_Id | String | wid / id / reference id of the document status. |
| Href | String | A link to the instance, providing direct access to the requisition. |
| PoDocumentDate | Datetime | The date for the purchase order, indicating when the order was created or finalized. |
| PoNumber | String | The document number for the purchase order, used for identification and reference. |
| ExternalSourceableId_Prompt | String | The external sourceable ID related to the requisition, used for integration with external systems. |
| ExternalSystemId_Prompt | String | The external system ID, used to reference the requisition from an external system. |
| FromDate_Prompt | Date | Filters the requisitions with document date on or after the specified date. Use the yyyy-mm-dd format. |
| Requester_Prompt | String | Filters the requisitions by requester. Specify the Workday ID of the worker who requested the requisition. |
| RequisitionType_Prompt | String | Filters the requisitions by type. Specify the Workday ID of the requisition type. You can specify multiple requisitionType query parameters. |
| SubmittedByPerson_Prompt | String | Filters the requisitions by the person who submitted the requisition. Specify the Workday ID or the reference ID of the person. |
| SubmittedBySupplier_Prompt | String | Filters the requisitions by the supplier who submitted the requisition. Specify the Workday ID or the reference ID of the supplier. You can specify multiple submittedBySupplier query parameters. |
| SubmittedBy_Prompt | String | Filters the requisitions by the worker who submitted the requisition. Specify the Workday ID or the reference ID of the worker. You can use a returned id from GET /workers in the Staffing REST web service. |
| ToDate_Prompt | Date | Filters the requisitions with document date on or before the specified date. Use the yyyy-mm-dd format. |