RequisitionTemplates
Contains predefined requisition templates for streamlined purchasing processes.
Workday Resource Information
Retrieves the goods and service line details of a requisition template with the specified ID. This operation returns only requisition templates that are authorized for use by the processing worker.You can use the response data from this endpoint to:
* Create a new requisition using POST /requisitions.
* Add a requisition line to an existing requisition using POST /requisitions/{ID}/requisitionLines.
Secured by: REST API Public
Columns
| Name | Type | Description |
| Id [KEY] | String | The unique identifier for the requisition template instance. |
| CreatedOnDate | Datetime | The date when the requisition template was created, serving as its document date. |
| Currency_Descriptor | String | The display name of the instance |
| Currency_Href | String | A link to the detailed record of the currency associated with the template. |
| Currency_Id | String | The unique identifier for the currency. |
| Descriptor | String | The display name of the instance |
| LineCount | Decimal | The total number of line items included in the requisition template. |
| Name | String | The name assigned to the requisition template for easy reference and selection. |
| OwnedByCurrentUser | Bool | True if the current processing worker is the owner of the template; indicates whether the template is private or shared. |
| Owner_Descriptor | String | The display name of the instance |
| Owner_Href | String | A link to the owner's profile or record in Workday. |
| Owner_Id | String | The unique identifier for the owner of the requisition template. |