ExpenseEntriesAttachments
Creates new attachments for the existing expense entry.
Workday Resource Information
Creates attachments for the existing expense entry with the specified ID. Maximum file size is 32 MB.Secured by: Self-Service: Expense Report
Scope: Expenses
Contains attachment(s)
Input
| Name | Type | Description |
| ExpenseEntries_Id | String | Unique identifier for the expense entry associated with the attachment. |
| ContentType_Id | String | Unique identifier or reference ID for the content type of the attachment. |
| Descriptor | String | The display name of the instance |
| FileLength | Decimal | Size of the attachment file in bytes. |
| FileName | String | Name of the attached file. |
| Href | String | URL link to the attachment instance. |
| Id | String | Unique identifier for the specific instance of the expense entry attachment. |
Result Set Columns
| Name | Type | Description |
| ContentType_Descriptor | String | The display name of the instance |
| ContentType_Href | String | URL link to the content type instance. |
| ContentType_Id | String | Unique identifier or reference ID for the content type of the attachment. |
| Descriptor | String | The display name of the instance |
| FileLength | Decimal | Size of the attachment file in bytes. |
| FileName | String | Name of the attached file. |
| Href | String | URL link to the attachment instance. |
| Id | String | Unique identifier for the specific instance of the expense entry attachment. |