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 .jsv suffix or ?format=jsv

HTTP + JSV

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

POST /jsv/reply/post_ACHpaymentDetail HTTP/1.1 
Host: sdk.lovettcommercial.com 
Content-Type: text/jsv
Content-Length: length

{
	token: String,
	tokensecret: String,
	email: String,
	number: String
}
HTTP/1.1 200 OK
Content-Type: text/jsv
Content-Length: length

{
	bankname: String,
	account: String,
	check: String,
	rate: String,
	date: 0001-01-01,
	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
}