SupplierInvoiceRequestsLinesSplits
Reads /splits entries from the SupplierInvoiceRequestsLines table.
Workday Resource Information
Retrieves a supplier invoice line with the specified subresource ID for the specified supplier invoice ID.Secured by: Process: Supplier Invoice - Request, View: Supplier Invoice Request
Scope: Supplier Accounts
Aggregate Fields
The provider represents the following fields as aggregates containing JSON text. Each of them conforms to their respective schema. Fields marked with an asterisk are required and must be included if their parent object is.
This information is derived from the Workday REST API specification which does not explicitly list all business rules and validations that apply to each object. More fields may be required than what is listed here.
Worktags_Aggregate
[{
descriptor: Text /* A preview of the instance */
id: Text /* Id of the instance */
}]
Columns
| Name | Type | Description |
| Id [KEY] | String | Id of the instance |
| SupplierInvoiceRequestsLines_Id [KEY] | String | The Workday ID of the SupplierInvoiceRequestsLines that contains this. |
| SupplierInvoiceRequests_Id [KEY] | String | The Workday ID of the SupplierInvoiceRequests that owns this. |
| Amount_Currency | String | The amount on the transaction line split. This value displays in the same currency as the business document. |
| Amount_Value | Decimal | The amount on the transaction line split. This value displays in the same currency as the business document. |
| Billable | Bool | True if the supplier invoice request line or line split are billable. |
| Descriptor | String | A preview of the instance |
| Memo | String | The memo for a line split |
| Percent | Decimal | The percentage specified for the Business Document Line distribution line split. |
| Quantity | Decimal | The quantity specified for the Business Document Line distribution line split. |
| Worktags_Aggregate | String | The worktags for the document line split. |
| Company_Prompt | String | The company for the Common Financial Dimensions. This is for internal use only on a REST API. |
| FromDueDate_Prompt | Date | The beginning date of the payment due period for this supplier invoice request. Use the MM/DD/YYYY format. Example: When the payment term is Net 30, the due date value is the day from this invoice date. |
| FromInvoiceDate_Prompt | Date | The date on or after which the supplier invoice is created using the MM/DD/YYYY format. |
| Requester_Prompt | String | The ID of the worker generating the supplier invoice request. |
| Status_Prompt | String | The status of the supplier invoice request. This is for internal use only on a REST API. |
| Supplier_Prompt | String | The supplier on the business documents. |
| ToDueDate_Prompt | Date | The end date of the payment due period for this supplier invoice request. Use the MM/DD/YYYY format. Example: When the payment term is Net 30, the due date value is 30 days from the invoice date. |
| ToInvoiceDate_Prompt | Date | The date on or before which the supplier invoice is created using the MM/DD/YYYY format. |