Skip to main content
API Family:Default
Version:25.200.001
Screen ID:EP301020

Properties

Select a row for its DAC field and description
PropertyTypeData Type
BranchStringValuestring
DAC Field:PX.Objects.EP.EPExpenseClaimDetails.BranchID
Description:The company branch that will incur the expenses. If multiple expense receipts associated with different branches are added to one expense claim, the branch specified for the claim on the Financial Details tab of the Expense Claim (EP301000) form (which corresponds to the ExpenseClaimEntry graph) will reimburse the expenses and the branches specified in this box for the receipts will incur the expenses.
ClaimAmountDecimalValuedecimal
DAC Field:PX.Objects.EP.EPExpenseClaimDetails.CuryTranAmtWithTaxes
Description:The amount to be reimbursed to the employee in the currency of the document.
ClaimedByStringValuestring
DAC Field:PX.Objects.EP.EPExpenseClaimDetails.EmployeeID
Description:The identifier of the employee who is claiming the expenses. Corresponds to the value of the EPEmployee.bAccountID field.
DateDateTimeValueDateTime
DAC Field:PX.Objects.EP.EPExpenseClaimDetails.ExpenseDate
Description:The date of the receipt. By default, the current business date is used when a new receipt is created.
ExpenseItemIDStringValuestring
DAC Field:PX.Objects.EP.EPExpenseClaimDetails.InventoryID
Description:The non-stock item of the expense, which determines the financial accounts, the default tax category, and the unit of measure used for the receipt.
LastModifiedDateTimeDateTimeValueDateTime
DAC Field:PX.Objects.EP.EPExpenseClaimDetails.LastModifiedDateTime
Description:No description available
ReceiptDetailsExpenseReceiptDetailsExpenseReceiptDetails
DAC Field:Not mapped to a DAC field
Description:No description available
ReceiptIDStringValuestring
DAC Field:PX.Objects.EP.EPExpenseClaimDetails.ClaimDetailCD
Description:The user-friendly unique identifier of the receipt.
StatusStringValuestring
DAC Field:PX.Objects.EP.EPExpenseClaimDetails.Status
Description:The status of the expense receipt. The field can have one of the values described in EPExpenseClaimDetailsStatus.ListAttribute.
TaxDetailsListExpenseReceiptTaxDetails
DAC Field:Not mapped to a DAC field
Description:No description available
TaxTotalDecimalValuedecimal
DAC Field:PX.Objects.EP.EPExpenseClaimDetails.CuryTaxTotal
Description:The total amount of taxes associated with the document in the currency of the document.

Minimum Payload

Derived from static analysis of the 2025.2 source; runtime configuration may require additional fields.

1 required field
{
  "ExpenseItemID": {
    "value": "string"
  }
}

1 property could not be judged statically and is omitted; see the full properties table.

Optional Children

None of these child collections is required — a payload without them is valid. If you do include one, these are the fields each row of it needs; keys the parent record supplies are named separately and must not be sent.

  • ReceiptDetailsa nested ExpenseReceiptDetailsrequired if you include one:DescriptionExpenseAccountExpenseSubaccountUOMsupplied by the parent:ExpenseClaimID
  • TaxDetailsa list of ExpenseReceiptTaxDetailsrequired if you include one:TaxID

Available in Versions