All Verbs | /post_event_deposit_new |
---|
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
token | query | string | Yes | |
tokensecret | query | string | Yes | |
query | string | Yes | ||
info | query | securityInfo | No |
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
nvendor | form | string | No | |
date | form | string | No | |
total | form | decimal | No | |
memo | form | string | No | |
idcia | form | string | No | |
bank | form | eventBank | No | |
journalList | form | List<eventJournal> | No | |
files | form | List<paymentInfoFile> | No |
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
lg_ledger | form | string | No | |
ledger | form | string | No | |
name | form | string | No | |
moneysign | form | string | No | |
account | form | string | No | |
nextcheck | form | string | No | |
balance | form | decimal | No | |
saving | form | bool | No | |
activeyn | form | bool | No | |
idRowNum | form | string | No |
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
dbtcrd | form | string | No | |
ledger | form | string | No | |
costcode | form | bool | No | |
debit | form | string | No | |
credit | form | string | No | |
name | form | string | No | |
idledger | form | string | No | |
notes | form | string | No |
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
fname | form | string | No | |
ftype | form | string | No | |
fsize | form | int | No | |
fdata | form | string | No |
To override the Content-type in your clients, use the HTTP Accept Header, append the .jsv suffix or ?format=jsv
The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.
POST /jsv/oneway/post_event_deposit_new HTTP/1.1
Host: sdk.lovettcommercial.com
Content-Type: text/jsv
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
}
]
}
}