Tenant Server V1

<back to all web services

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

HTTP + SOAP12

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

POST /soap12 HTTP/1.1 
Host: sdk.lovettcommercial.com 
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
    <soap12:Body>

<post_ACHpaymentDetail xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TenantSDK.post.ACH">
  <email>String</email>
  <number>String</number>
  <token>String</token>
  <tokensecret>String</tokensecret>
</post_ACHpaymentDetail>

    </soap12:Body>
</soap12:Envelope>
HTTP/1.1 200 OK
Content-Type: application/xml
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
    <soap12:Body>

<post_ACHpaymentDetailResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TenantSDK.post.ACH">
  <message xmlns="http://schemas.datacontract.org/2004/07/TenantSDK.post">String</message>
  <result xmlns="http://schemas.datacontract.org/2004/07/TenantSDK.post">0</result>
  <account>String</account>
  <amount>String</amount>
  <bankname>String</bankname>
  <check>String</check>
  <date>0001-01-01T00:00:00</date>
  <list>
    <post_ACHpaymentDetailInfoItem>
      <balance>String</balance>
      <discount>String</discount>
      <document>String</document>
      <invoice>String</invoice>
      <memo>String</memo>
      <retain>String</retain>
      <total>String</total>
      <turnin>String</turnin>
    </post_ACHpaymentDetailInfoItem>
  </list>
  <list2>
    <post_ACHpaymentDetailInfoItem2>
      <account>String</account>
      <costcode>String</costcode>
      <credit>String</credit>
      <debit>String</debit>
      <description>String</description>
      <ledger>String</ledger>
    </post_ACHpaymentDetailInfoItem2>
  </list2>
  <order>String</order>
  <pay>String</pay>
  <rate>String</rate>
</post_ACHpaymentDetailResponse>

    </soap12:Body>
</soap12:Envelope>