Alphaservice


Click here for a complete list of operations.

ProcessFeeder

Process Feed

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 /Alphaservice.asmx HTTP/1.1
Host: bayside.rcktechiees.com
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://tempuri.org/ProcessFeeder"

<?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>
    <AuthHeader xmlns="http://tempuri.org/">
      <FactorID>string</FactorID>
      <Username>string</Username>
      <Password>string</Password>
    </AuthHeader>
  </soap:Header>
  <soap:Body>
    <ProcessFeeder xmlns="http://tempuri.org/">
      <RecordDetails>
        <NoOfRecords>string</NoOfRecords>
        <DatabaseID>string</DatabaseID>
      </RecordDetails>
      <CustInfo>
        <CustomerDetails>
          <SlNo>long</SlNo>
          <Customer>string</Customer>
          <Cust_IDNumber>string</Cust_IDNumber>
          <ARX_Reference>string</ARX_Reference>
          <ArXID>double</ArXID>
          <Address>string</Address>
          <city>string</city>
          <State>string</State>
          <YrsBus>int</YrsBus>
          <Days_To_Pay>int</Days_To_Pay>
          <Yrs_Open>int</Yrs_Open>
          <Avg_Mo_Credit>double</Avg_Mo_Credit>
          <Total_Balance>double</Total_Balance>
          <Current_Balance>double</Current_Balance>
          <D31_60>double</D31_60>
          <D61_90>double</D61_90>
          <Over_91>double</Over_91>
          <Terms>string</Terms>
          <Last_Sale_Date>string</Last_Sale_Date>
          <Phone>string</Phone>
          <TollFree>string</TollFree>
          <DotNumber>string</DotNumber>
          <Customer_Since_Date>string</Customer_Since_Date>
          <ZipCode>string</ZipCode>
        </CustomerDetails>
        <CustomerDetails>
          <SlNo>long</SlNo>
          <Customer>string</Customer>
          <Cust_IDNumber>string</Cust_IDNumber>
          <ARX_Reference>string</ARX_Reference>
          <ArXID>double</ArXID>
          <Address>string</Address>
          <city>string</city>
          <State>string</State>
          <YrsBus>int</YrsBus>
          <Days_To_Pay>int</Days_To_Pay>
          <Yrs_Open>int</Yrs_Open>
          <Avg_Mo_Credit>double</Avg_Mo_Credit>
          <Total_Balance>double</Total_Balance>
          <Current_Balance>double</Current_Balance>
          <D31_60>double</D31_60>
          <D61_90>double</D61_90>
          <Over_91>double</Over_91>
          <Terms>string</Terms>
          <Last_Sale_Date>string</Last_Sale_Date>
          <Phone>string</Phone>
          <TollFree>string</TollFree>
          <DotNumber>string</DotNumber>
          <Customer_Since_Date>string</Customer_Since_Date>
          <ZipCode>string</ZipCode>
        </CustomerDetails>
      </CustInfo>
    </ProcessFeeder>
  </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>
    <ProcessFeederResponse xmlns="http://tempuri.org/">
      <ProcessFeederResult>
        <Result>string</Result>
        <PutResultDetails>
          <ReceivedRows>long</ReceivedRows>
          <ValidRows>long</ValidRows>
          <InvalidRows>long</InvalidRows>
        </PutResultDetails>
        <PutCustomerDetailInvalids>
          <CustomerDetailsInvalid>
            <Slno>long</Slno>
            <ExceptionInfo>string</ExceptionInfo>
          </CustomerDetailsInvalid>
          <CustomerDetailsInvalid>
            <Slno>long</Slno>
            <ExceptionInfo>string</ExceptionInfo>
          </CustomerDetailsInvalid>
        </PutCustomerDetailInvalids>
      </ProcessFeederResult>
    </ProcessFeederResponse>
  </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 /Alphaservice.asmx HTTP/1.1
Host: bayside.rcktechiees.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:Header>
    <AuthHeader xmlns="http://tempuri.org/">
      <FactorID>string</FactorID>
      <Username>string</Username>
      <Password>string</Password>
    </AuthHeader>
  </soap12:Header>
  <soap12:Body>
    <ProcessFeeder xmlns="http://tempuri.org/">
      <RecordDetails>
        <NoOfRecords>string</NoOfRecords>
        <DatabaseID>string</DatabaseID>
      </RecordDetails>
      <CustInfo>
        <CustomerDetails>
          <SlNo>long</SlNo>
          <Customer>string</Customer>
          <Cust_IDNumber>string</Cust_IDNumber>
          <ARX_Reference>string</ARX_Reference>
          <ArXID>double</ArXID>
          <Address>string</Address>
          <city>string</city>
          <State>string</State>
          <YrsBus>int</YrsBus>
          <Days_To_Pay>int</Days_To_Pay>
          <Yrs_Open>int</Yrs_Open>
          <Avg_Mo_Credit>double</Avg_Mo_Credit>
          <Total_Balance>double</Total_Balance>
          <Current_Balance>double</Current_Balance>
          <D31_60>double</D31_60>
          <D61_90>double</D61_90>
          <Over_91>double</Over_91>
          <Terms>string</Terms>
          <Last_Sale_Date>string</Last_Sale_Date>
          <Phone>string</Phone>
          <TollFree>string</TollFree>
          <DotNumber>string</DotNumber>
          <Customer_Since_Date>string</Customer_Since_Date>
          <ZipCode>string</ZipCode>
        </CustomerDetails>
        <CustomerDetails>
          <SlNo>long</SlNo>
          <Customer>string</Customer>
          <Cust_IDNumber>string</Cust_IDNumber>
          <ARX_Reference>string</ARX_Reference>
          <ArXID>double</ArXID>
          <Address>string</Address>
          <city>string</city>
          <State>string</State>
          <YrsBus>int</YrsBus>
          <Days_To_Pay>int</Days_To_Pay>
          <Yrs_Open>int</Yrs_Open>
          <Avg_Mo_Credit>double</Avg_Mo_Credit>
          <Total_Balance>double</Total_Balance>
          <Current_Balance>double</Current_Balance>
          <D31_60>double</D31_60>
          <D61_90>double</D61_90>
          <Over_91>double</Over_91>
          <Terms>string</Terms>
          <Last_Sale_Date>string</Last_Sale_Date>
          <Phone>string</Phone>
          <TollFree>string</TollFree>
          <DotNumber>string</DotNumber>
          <Customer_Since_Date>string</Customer_Since_Date>
          <ZipCode>string</ZipCode>
        </CustomerDetails>
      </CustInfo>
    </ProcessFeeder>
  </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>
    <ProcessFeederResponse xmlns="http://tempuri.org/">
      <ProcessFeederResult>
        <Result>string</Result>
        <PutResultDetails>
          <ReceivedRows>long</ReceivedRows>
          <ValidRows>long</ValidRows>
          <InvalidRows>long</InvalidRows>
        </PutResultDetails>
        <PutCustomerDetailInvalids>
          <CustomerDetailsInvalid>
            <Slno>long</Slno>
            <ExceptionInfo>string</ExceptionInfo>
          </CustomerDetailsInvalid>
          <CustomerDetailsInvalid>
            <Slno>long</Slno>
            <ExceptionInfo>string</ExceptionInfo>
          </CustomerDetailsInvalid>
        </PutCustomerDetailInvalids>
      </ProcessFeederResult>
    </ProcessFeederResponse>
  </soap12:Body>
</soap12:Envelope>