RequisitionTemplates
Retrieves the goods and service line details of a requisition template.
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 | Id of the instance |
Company_Descriptor | String | Supported for: SELECT. A description of the instance |
Company_Href | String | Supported for: SELECT. A link to the instance |
Company_Id | String | Supported for: SELECT. wid / id / reference id |
CreatedOnDate | Datetime | Supported for: SELECT. The document date of the requisition template. |
Currency_Descriptor | String | Supported for: SELECT. A description of the instance |
Currency_Href | String | Supported for: SELECT. A link to the instance |
Currency_Id | String | Supported for: SELECT. wid / id / reference id |
Descriptor | String | Supported for: SELECT. A preview of the instance |
LineCount | Decimal | Supported for: SELECT. The number of lines on the requisition template. |
Name | String | Supported for: SELECT. The name of the requisition template. |
OwnedByCurrentUser | Bool | Supported for: SELECT. True when the processing worker also owns the requisition template. Workers can create either shared or private templates. |
Owner_Descriptor | String | Supported for: SELECT. A description of the instance |
Owner_Href | String | Supported for: SELECT. A link to the instance |
Owner_Id | String | Supported for: SELECT. wid / id / reference id |