The create customer journal entry method adds the specified journal entry to the customer.
URL | https://[host].accumulus.com/json/customers/[CustomerID]/journal |
---|---|
HTTP Method | POST |
Query String Parameters |
Example
POST https://[host].accumulus.com/json/customers/12044/journal
Request Body
{ "AccountCode":"S100" "Amount":"-11.23" "JournalEntryType":"Adjustment" "Name":"Refund Adjustment" "Notes":"Customer Credit" }
Response Body
{ "Message":"SUCCESS" "JournalEntryKey":"d4700837-d9bf-4454-930d-847cd70fe010" }