Tenant Server V1

<back to all web services

post_ACHpaymentDetail

The following routes are available for this service:
All Verbs/post_ACHpaymentDetail
post_ACHpaymentDetail Parameters:
NameParameterData TypeRequiredDescription
tokenquerystringNo
tokensecretquerystringNo
emailquerystringNo
numberquerystringNo
post_ACHpaymentDetailResponse Parameters:
NameParameterData TypeRequiredDescription
banknameformstringNo
accountformstringNo
checkformstringNo
rateformstringNo
dateformDateTimeNo
payformstringNo
amountformstringNo
orderformstringNo
listformList<post_ACHpaymentDetailInfoItem>No
list2formList<post_ACHpaymentDetailInfoItem2>No
baseResponse Parameters:
NameParameterData TypeRequiredDescription
resultformintNo
messageformstringNo
post_ACHpaymentDetailInfoItem Parameters:
NameParameterData TypeRequiredDescription
documentformstringNo
invoiceformstringNo
memoformstringNo
totalformstringNo
retainformstringNo
discountformstringNo
balanceformstringNo
turninformstringNo
post_ACHpaymentDetailInfoItem2 Parameters:
NameParameterData TypeRequiredDescription
ledgerformstringNo
accountformstringNo
costcodeformstringNo
debitformstringNo
creditformstringNo
descriptionformstringNo

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/reply/post_ACHpaymentDetail HTTP/1.1 
Host: sdk.lovettcommercial.com 
Content-Type: application/json
Content-Length: length

{"token":"String","tokensecret":"String","email":"String","number":"String"}
HTTP/1.1 200 OK
Content-Type: application/json
Content-Length: length

{"bankname":"String","account":"String","check":"String","rate":"String","date":"\/Date(-62135596800000-0000)\/","pay":"String","amount":"String","order":"String","list":[{"document":"String","invoice":"String","memo":"String","total":"String","retain":"String","discount":"String","balance":"String","turnin":"String"}],"list2":[{"ledger":"String","account":"String","costcode":"String","debit":"String","credit":"String","description":"String"}],"result":0,"message":"String"}