Accruals
Prerequisites
Integration Set-Up
Data Transactions
Get accruals and accrual reversals that are ready for posting to accounting
{
"eventType":"U",
"user": the user code to be used in the subscription,
"objectType":"Document",
"expression": "dlpObject.getInvoicingStatus() != null && dlpObject.getInvoicingStatus().getStatusTypeCode().equals(\"RFP\") && (dlpObject.getDocumentType().getDocumentType().equals(\"ACR\") || dlpObject.getDocumentType().getDocumentType().equals(\"ACP\"))",
"url":"your webhook url"
}Test Data
Post Transaction
Last updated
Was this helpful?