Tenant Server V1

<back to all web services

post_event_deposit_new

The following routes are available for this service:
All Verbs/post_event_deposit_new
post_event_deposit_new Parameters:
NameParameterData TypeRequiredDescription
tokenquerystringYes
tokensecretquerystringYes
emailquerystringYes
infoquerysecurityInfoNo
securityInfo Parameters:
NameParameterData TypeRequiredDescription
nvendorformstringNo
dateformstringNo
totalformdecimalNo
memoformstringNo
idciaformstringNo
bankformeventBankNo
journalListformList<eventJournal>No
filesformList<paymentInfoFile>No
eventBank Parameters:
NameParameterData TypeRequiredDescription
lg_ledgerformstringNo
ledgerformstringNo
nameformstringNo
moneysignformstringNo
accountformstringNo
nextcheckformstringNo
balanceformdecimalNo
savingformboolNo
activeynformboolNo
idRowNumformstringNo
eventJournal Parameters:
NameParameterData TypeRequiredDescription
dbtcrdformstringNo
ledgerformstringNo
costcodeformboolNo
debitformstringNo
creditformstringNo
nameformstringNo
idledgerformstringNo
notesformstringNo
paymentInfoFile Parameters:
NameParameterData TypeRequiredDescription
fnameformstringNo
ftypeformstringNo
fsizeformintNo
fdataformstringNo

To override the Content-type in your clients, use the HTTP Accept Header, append the .json suffix or ?format=json

To embed the response in a jsonp callback, append ?callback=myCallback

HTTP + JSON

The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.

POST /json/oneway/post_event_deposit_new HTTP/1.1 
Host: sdk.lovettcommercial.com 
Content-Type: application/json
Content-Length: length

{"token":"String","tokensecret":"String","email":"String","info":{"nvendor":"String","date":"String","total":0,"memo":"String","idcia":"String","bank":{"lg_ledger":"String","ledger":"String","name":"String","moneysign":"String","account":"String","nextcheck":"String","balance":0,"saving":false,"activeyn":false,"idRowNum":"String"},"journalList":[{"dbtcrd":"String","ledger":"String","costcode":false,"debit":"String","credit":"String","name":"String","idledger":"String","notes":"String"}],"files":[{"fname":"String","ftype":"String","fsize":0,"fdata":"String"}]}}