Core SAP Field Mapping
Use Anayer Connect with SAP by storing SAP-side identifiers in the ERP reference field contract.
reference_id: SAP request or travel request idpurchase_order: SAP PO numbercost_center: SAP cost centerproject_code: internal project or WBS referencegl_account: SAP general ledger account
Suggested Sequence
- Authenticate using
/oauth/token.php. - Resolve the corporate account with
/business/accounts.php. - Sync or create the traveler with
/business/users.php. - Create the trip with
/business/trips.php. - Listen for
trip.completedandinvoice.generatedwebhooks. - Pull
/business/invoices.phpand/business/transactions.phpduring reconciliation.