WSTerminalData


Click here for a complete list of operations.

CreateNewTerminal

Creates and sets up a new terminal

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 /WSTerminalData.asmx HTTP/1.1
Host: qa.cmws.columbusdata.net
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://columbusdata.net/CreateNewTerminal"

<?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:Header>
    <clsUserCredentials xmlns="http://columbusdata.net/">
      <strIOSID>string</strIOSID>
      <strUsername>string</strUsername>
      <strLoginName>string</strLoginName>
      <strAPIKey>string</strAPIKey>
    </clsUserCredentials>
  </soap:Header>
  <soap:Body>
    <CreateNewTerminal xmlns="http://columbusdata.net/">
      <strEquipmentID>string</strEquipmentID>
      <strLocationName>string</strLocationName>
      <strAddress1>string</strAddress1>
      <strAddress2>string</strAddress2>
      <strCity>string</strCity>
      <strState>string</strState>
      <strZip>string</strZip>
      <strTelephone>string</strTelephone>
      <strFax>string</strFax>
      <dblSurcharge>double</dblSurcharge>
      <strUser>string</strUser>
      <strPropertyType>string</strPropertyType>
      <strContact>string</strContact>
      <strTripleDes>string</strTripleDes>
      <strMailStatement>string</strMailStatement>
      <blnCamera>boolean</blnCamera>
      <blnSignage>boolean</blnSignage>
      <blnExhibit>boolean</blnExhibit>
      <blnLimitedHours>boolean</blnLimitedHours>
      <blnPublish>boolean</blnPublish>
      <blnTalking>boolean</blnTalking>
      <blnDriveUp>boolean</blnDriveUp>
      <blnHandicap>boolean</blnHandicap>
      <blnEpp>boolean</blnEpp>
      <blnTRSM>boolean</blnTRSM>
      <strDeviceSerial>string</strDeviceSerial>
      <strSoftVer>string</strSoftVer>
      <strFirmVer>string</strFirmVer>
      <strPercentage>string</strPercentage>
      <strATMLow>string</strATMLow>
      <strATMError>string</strATMError>
      <stroName>string</stroName>
      <stroAddy1>string</stroAddy1>
      <stroAddy2>string</stroAddy2>
      <stroCity>string</stroCity>
      <stroState>string</stroState>
      <stroZip>string</stroZip>
      <stroDob>string</stroDob>
      <stroSSN>string</stroSSN>
      <strUserName>string</strUserName>
      <intProfileID>int</intProfileID>
      <blnEmailStatement>boolean</blnEmailStatement>
      <strLowBalanceSetting>string</strLowBalanceSetting>
      <intLowBalanceLevel>int</intLowBalanceLevel>
      <strStmtEmail>string</strStmtEmail>
      <intStatementID>int</intStatementID>
      <dtContractOrigination>dateTime</dtContractOrigination>
      <intTerm>int</intTerm>
      <intAutoRenewalPeriod>int</intAutoRenewalPeriod>
      <intNotificationPeriod>int</intNotificationPeriod>
      <dtCancellationDate>dateTime</dtCancellationDate>
      <strNotes>string</strNotes>
      <strReplenishmentSource>string</strReplenishmentSource>
      <strFillSchedule>string</strFillSchedule>
      <blnThirdPartyContract>boolean</blnThirdPartyContract>
      <strThirdPartyAvailable>string</strThirdPartyAvailable>
      <dblAvgBal>double</dblAvgBal>
      <strfsAddress1>string</strfsAddress1>
      <strfsAddress2>string</strfsAddress2>
      <strfsCity>string</strfsCity>
      <strfsState>string</strfsState>
      <strfsZip>string</strfsZip>
      <strfsSsnFein>string</strfsSsnFein>
      <intReplenishType>int</intReplenishType>
      <strPartiUser>string</strPartiUser>
      <intCommType>int</intCommType>
      <strTelCoid>string</strTelCoid>
      <strTerminalNote>string</strTerminalNote>
      <blnMerchantApp>boolean</blnMerchantApp>
      <blnDriversLicense>boolean</blnDriversLicense>
      <blnBusinessLicense>boolean</blnBusinessLicense>
      <blnBCProfile>boolean</blnBCProfile>
      <blnOfac>boolean</blnOfac>
      <blnCreditReport>boolean</blnCreditReport>
      <blnPhotosInside>boolean</blnPhotosInside>
      <blnPhotosOutside>boolean</blnPhotosOutside>
      <blnFullCompliance>boolean</blnFullCompliance>
      <dtComplianceDate>dateTime</dtComplianceDate>
      <dtApplicationDate>dateTime</dtApplicationDate>
      <blnPreDueDiligence>boolean</blnPreDueDiligence>
      <strComplianceNotes>string</strComplianceNotes>
      <decLatitude>decimal</decLatitude>
      <decLongitude>decimal</decLongitude>
      <intCassette1Denomination>int</intCassette1Denomination>
      <intCassette2Denomination>int</intCassette2Denomination>
    </CreateNewTerminal>
  </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>
    <CreateNewTerminalResponse xmlns="http://columbusdata.net/">
      <CreateNewTerminalResult>string</CreateNewTerminalResult>
    </CreateNewTerminalResponse>
  </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 /WSTerminalData.asmx HTTP/1.1
Host: qa.cmws.columbusdata.net
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:Header>
    <clsUserCredentials xmlns="http://columbusdata.net/">
      <strIOSID>string</strIOSID>
      <strUsername>string</strUsername>
      <strLoginName>string</strLoginName>
      <strAPIKey>string</strAPIKey>
    </clsUserCredentials>
  </soap12:Header>
  <soap12:Body>
    <CreateNewTerminal xmlns="http://columbusdata.net/">
      <strEquipmentID>string</strEquipmentID>
      <strLocationName>string</strLocationName>
      <strAddress1>string</strAddress1>
      <strAddress2>string</strAddress2>
      <strCity>string</strCity>
      <strState>string</strState>
      <strZip>string</strZip>
      <strTelephone>string</strTelephone>
      <strFax>string</strFax>
      <dblSurcharge>double</dblSurcharge>
      <strUser>string</strUser>
      <strPropertyType>string</strPropertyType>
      <strContact>string</strContact>
      <strTripleDes>string</strTripleDes>
      <strMailStatement>string</strMailStatement>
      <blnCamera>boolean</blnCamera>
      <blnSignage>boolean</blnSignage>
      <blnExhibit>boolean</blnExhibit>
      <blnLimitedHours>boolean</blnLimitedHours>
      <blnPublish>boolean</blnPublish>
      <blnTalking>boolean</blnTalking>
      <blnDriveUp>boolean</blnDriveUp>
      <blnHandicap>boolean</blnHandicap>
      <blnEpp>boolean</blnEpp>
      <blnTRSM>boolean</blnTRSM>
      <strDeviceSerial>string</strDeviceSerial>
      <strSoftVer>string</strSoftVer>
      <strFirmVer>string</strFirmVer>
      <strPercentage>string</strPercentage>
      <strATMLow>string</strATMLow>
      <strATMError>string</strATMError>
      <stroName>string</stroName>
      <stroAddy1>string</stroAddy1>
      <stroAddy2>string</stroAddy2>
      <stroCity>string</stroCity>
      <stroState>string</stroState>
      <stroZip>string</stroZip>
      <stroDob>string</stroDob>
      <stroSSN>string</stroSSN>
      <strUserName>string</strUserName>
      <intProfileID>int</intProfileID>
      <blnEmailStatement>boolean</blnEmailStatement>
      <strLowBalanceSetting>string</strLowBalanceSetting>
      <intLowBalanceLevel>int</intLowBalanceLevel>
      <strStmtEmail>string</strStmtEmail>
      <intStatementID>int</intStatementID>
      <dtContractOrigination>dateTime</dtContractOrigination>
      <intTerm>int</intTerm>
      <intAutoRenewalPeriod>int</intAutoRenewalPeriod>
      <intNotificationPeriod>int</intNotificationPeriod>
      <dtCancellationDate>dateTime</dtCancellationDate>
      <strNotes>string</strNotes>
      <strReplenishmentSource>string</strReplenishmentSource>
      <strFillSchedule>string</strFillSchedule>
      <blnThirdPartyContract>boolean</blnThirdPartyContract>
      <strThirdPartyAvailable>string</strThirdPartyAvailable>
      <dblAvgBal>double</dblAvgBal>
      <strfsAddress1>string</strfsAddress1>
      <strfsAddress2>string</strfsAddress2>
      <strfsCity>string</strfsCity>
      <strfsState>string</strfsState>
      <strfsZip>string</strfsZip>
      <strfsSsnFein>string</strfsSsnFein>
      <intReplenishType>int</intReplenishType>
      <strPartiUser>string</strPartiUser>
      <intCommType>int</intCommType>
      <strTelCoid>string</strTelCoid>
      <strTerminalNote>string</strTerminalNote>
      <blnMerchantApp>boolean</blnMerchantApp>
      <blnDriversLicense>boolean</blnDriversLicense>
      <blnBusinessLicense>boolean</blnBusinessLicense>
      <blnBCProfile>boolean</blnBCProfile>
      <blnOfac>boolean</blnOfac>
      <blnCreditReport>boolean</blnCreditReport>
      <blnPhotosInside>boolean</blnPhotosInside>
      <blnPhotosOutside>boolean</blnPhotosOutside>
      <blnFullCompliance>boolean</blnFullCompliance>
      <dtComplianceDate>dateTime</dtComplianceDate>
      <dtApplicationDate>dateTime</dtApplicationDate>
      <blnPreDueDiligence>boolean</blnPreDueDiligence>
      <strComplianceNotes>string</strComplianceNotes>
      <decLatitude>decimal</decLatitude>
      <decLongitude>decimal</decLongitude>
      <intCassette1Denomination>int</intCassette1Denomination>
      <intCassette2Denomination>int</intCassette2Denomination>
    </CreateNewTerminal>
  </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>
    <CreateNewTerminalResponse xmlns="http://columbusdata.net/">
      <CreateNewTerminalResult>string</CreateNewTerminalResult>
    </CreateNewTerminalResponse>
  </soap12:Body>
</soap12:Envelope>