app


Click here for a complete list of operations.

PostTheBankStatement

Posts the Gift Cards into the System

Test

The test form is only available for requests from the local machine.

SOAP 1.1

The following is a sample SOAP 1.1 request and response. The placeholders shown need to be replaced with actual values.

POST /puckanetennisclub/app/app.asmx HTTP/1.1
Host: lightingsports.com
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://www.joycesoftware.com/PostTheBankStatement"

<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap:Body>
    <PostTheBankStatement xmlns="http://www.joycesoftware.com">
      <statement>
        <Id>int</Id>
        <BankStatementGUID>string</BankStatementGUID>
        <BankGUID>string</BankGUID>
        <BankStatementNumber>string</BankStatementNumber>
        <BeginningDate>dateTime</BeginningDate>
        <EndingDate>dateTime</EndingDate>
        <BeginningBalance>decimal</BeginningBalance>
        <EndingBalance>decimal</EndingBalance>
        <PostedDate>dateTime</PostedDate>
        <EmployeeGUID>string</EmployeeGUID>
        <Exported>string</Exported>
        <StoreCode>string</StoreCode>
      </statement>
      <statementLines>
        <BankStatementLines>
          <Id>int</Id>
          <BankGUID>string</BankGUID>
          <BankStatementGUID>string</BankStatementGUID>
          <TransactionDate>dateTime</TransactionDate>
          <TransactionType>string</TransactionType>
          <PostedDate>dateTime</PostedDate>
          <TableName>string</TableName>
          <TableGUID>string</TableGUID>
          <Description>string</Description>
          <Amount>decimal</Amount>
          <Exported>string</Exported>
          <StoreCode>string</StoreCode>
          <TenderType>string</TenderType>
          <SlipReference>string</SlipReference>
        </BankStatementLines>
        <BankStatementLines>
          <Id>int</Id>
          <BankGUID>string</BankGUID>
          <BankStatementGUID>string</BankStatementGUID>
          <TransactionDate>dateTime</TransactionDate>
          <TransactionType>string</TransactionType>
          <PostedDate>dateTime</PostedDate>
          <TableName>string</TableName>
          <TableGUID>string</TableGUID>
          <Description>string</Description>
          <Amount>decimal</Amount>
          <Exported>string</Exported>
          <StoreCode>string</StoreCode>
          <TenderType>string</TenderType>
          <SlipReference>string</SlipReference>
        </BankStatementLines>
      </statementLines>
    </PostTheBankStatement>
  </soap:Body>
</soap:Envelope>
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap:Body>
    <PostTheBankStatementResponse xmlns="http://www.joycesoftware.com">
      <PostTheBankStatementResult />
    </PostTheBankStatementResponse>
  </soap:Body>
</soap:Envelope>

SOAP 1.2

The following is a sample SOAP 1.2 request and response. The placeholders shown need to be replaced with actual values.

POST /puckanetennisclub/app/app.asmx HTTP/1.1
Host: lightingsports.com
Content-Type: application/soap+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>
    <PostTheBankStatement xmlns="http://www.joycesoftware.com">
      <statement>
        <Id>int</Id>
        <BankStatementGUID>string</BankStatementGUID>
        <BankGUID>string</BankGUID>
        <BankStatementNumber>string</BankStatementNumber>
        <BeginningDate>dateTime</BeginningDate>
        <EndingDate>dateTime</EndingDate>
        <BeginningBalance>decimal</BeginningBalance>
        <EndingBalance>decimal</EndingBalance>
        <PostedDate>dateTime</PostedDate>
        <EmployeeGUID>string</EmployeeGUID>
        <Exported>string</Exported>
        <StoreCode>string</StoreCode>
      </statement>
      <statementLines>
        <BankStatementLines>
          <Id>int</Id>
          <BankGUID>string</BankGUID>
          <BankStatementGUID>string</BankStatementGUID>
          <TransactionDate>dateTime</TransactionDate>
          <TransactionType>string</TransactionType>
          <PostedDate>dateTime</PostedDate>
          <TableName>string</TableName>
          <TableGUID>string</TableGUID>
          <Description>string</Description>
          <Amount>decimal</Amount>
          <Exported>string</Exported>
          <StoreCode>string</StoreCode>
          <TenderType>string</TenderType>
          <SlipReference>string</SlipReference>
        </BankStatementLines>
        <BankStatementLines>
          <Id>int</Id>
          <BankGUID>string</BankGUID>
          <BankStatementGUID>string</BankStatementGUID>
          <TransactionDate>dateTime</TransactionDate>
          <TransactionType>string</TransactionType>
          <PostedDate>dateTime</PostedDate>
          <TableName>string</TableName>
          <TableGUID>string</TableGUID>
          <Description>string</Description>
          <Amount>decimal</Amount>
          <Exported>string</Exported>
          <StoreCode>string</StoreCode>
          <TenderType>string</TenderType>
          <SlipReference>string</SlipReference>
        </BankStatementLines>
      </statementLines>
    </PostTheBankStatement>
  </soap12:Body>
</soap12:Envelope>
HTTP/1.1 200 OK
Content-Type: application/soap+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>
    <PostTheBankStatementResponse xmlns="http://www.joycesoftware.com">
      <PostTheBankStatementResult />
    </PostTheBankStatementResponse>
  </soap12:Body>
</soap12:Envelope>