PeopleSoft · Example Payload

Peoplesoft Financials Voucher Example

Campus SolutionsCRMEnterprise SoftwareERPFinancial ManagementHCMSupply Chain Management

Peoplesoft Financials Voucher Example is an example object payload from PeopleSoft, with 9 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

BUSINESS_UNITVOUCHER_IDVENDOR_IDINVOICE_IDINVOICE_DTGROSS_AMTCURRENCY_CDVCHR_HDR_STATUSDUE_DT

Example Payload

Raw ↑
{
  "BUSINESS_UNIT": "US001",
  "VOUCHER_ID": "00045678",
  "VENDOR_ID": "VND001234",
  "INVOICE_ID": "INV-2026-0042",
  "INVOICE_DT": "2026-04-15",
  "GROSS_AMT": 12500.0,
  "CURRENCY_CD": "USD",
  "VCHR_HDR_STATUS": "A",
  "DUE_DT": "2026-05-15"
}