Transactions


Click here for a complete list of operations.

addAdjustment

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 /transactions.asmx HTTP/1.1
Host: myacxiompartners.com
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://tempuri.org/Usadata.ListServices.Web/Transactions/addAdjustment"

<?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>
    <addAdjustment xmlns="http://tempuri.org/Usadata.ListServices.Web/Transactions">
      <ApplicationID>string</ApplicationID>
      <Username>string</Username>
      <Password>string</Password>
      <Input>
        <Parent>
          <CustomerPoNumber>string</CustomerPoNumber>
          <GeoType>int</GeoType>
          <ID>string</ID>
          <SuppressSavedListCounts>string</SuppressSavedListCounts>
          <GeoKeyCode>string</GeoKeyCode>
          <CountSuppressionLevel>string</CountSuppressionLevel>
          <ListModuleUserID>string</ListModuleUserID>
          <ApplicationID>string</ApplicationID>
          <Addition>string</Addition>
          <OrderType>UnknownProspect or ConsumerProspect or BusinessProspect or EquifaxCProspect or Newhome6Prospect or HomedataProspect or Newmove6Prospect or CisHomesProspect or ExperianProspect or CompassProspect or InfoUSAConsumerProspect or InfoUSABusinessProspect or CompassCanProspect or ValassisProspect or ResidentOccupantProspect or InfoUSA_ConsumerProspect or InfoUSA_BusinessProspect or InfoBaseBusiness or InfoUSA_IDMS_Business or MobileAdvertising or FacebookAdvertising or OutstandingUnitCost or TaxFee or email_consumer or email_business or Datazapp_ConsumerProspect or Bridge_ConsumerProspect or NewInfoUSA_ConsumerProspect or DataAxleConsumerProspect or DataAxleBusinessProspect or DigitalMarketing or Nevro_MailProspect or Nevro_EmailProspect or NewParent_Prospect or CollegeStudents_Prospect or ResidentAddress_Prospect or RealProperty_Prospect</OrderType>
          <Customer>
            <ID>string</ID>
            <ClientID>string</ClientID>
            <Organization xsi:nil="true" />
            <FirstName>string</FirstName>
            <MiddleName>string</MiddleName>
            <LastName>string</LastName>
            <Address1>string</Address1>
            <Address2>string</Address2>
            <City>string</City>
            <State>string</State>
            <Zip5>string</Zip5>
            <Zip4>string</Zip4>
            <Country>string</Country>
            <Phone>string</Phone>
            <Email>string</Email>
            <Industry>string</Industry>
            <ContactPermission>boolean</ContactPermission>
          </Customer>
          <Adjustments>
            <Adjustment xsi:nil="true" />
            <Adjustment xsi:nil="true" />
          </Adjustments>
          <BccEmailAddress>string</BccEmailAddress>
          <TotalQuantityDesired>int</TotalQuantityDesired>
          <TotalQuantityFulfilled>int</TotalQuantityFulfilled>
          <FinalOutputFile>string</FinalOutputFile>
          <ListDetails>
            <OrderDetail xsi:nil="true" />
            <OrderDetail xsi:nil="true" />
          </ListDetails>
          <Status>PendingFulfillment or RetrievingList or MergingList or CreatingClientFiles or SavingClientFiles or SendingEmail or Fulfilled or Cancelled or OnHold or Error or PendingCancellation or NotFound</Status>
          <PhoneOption>NoOption or NoPhone or PhoneWhereAvailable or PhoneOnly</PhoneOption>
          <OutputColumns>string</OutputColumns>
          <UsageType>SingleUse or MultiUse</UsageType>
          <BreakdownElementName>string</BreakdownElementName>
          <OrderReference>string</OrderReference>
          <AccountID>string</AccountID>
          <SuppressionStart>dateTime</SuppressionStart>
          <SuppressionEnd>dateTime</SuppressionEnd>
          <EmailRecipients>
            <string>string</string>
            <string>string</string>
          </EmailRecipients>
          <KeyCode>string</KeyCode>
          <SanNumber>string</SanNumber>
          <IsFacebookOrder>string</IsFacebookOrder>
        </Parent>
        <Type>CreditCardPayment or CreditCardRefund or InvoicePayment or InvoiceRefund or CheckPayment or CheckRefund or CostIncurredEstimated or CostDiscountEstimated or CostIncurredActual or CostDiscountActual or PromotionPayment or PromotionRefund or DiscountPayment or DiscountRefund or ProductPriceListBase or ProductPriceMail or ProductPricePost or ProductPriceOther or ProductPriceListAdditional or OrderUnitCost or PrePaidUnitDeduction or OutstandingUnitCost or TaxFee or UserCustomCog</Type>
        <Status>Pending or Committed</Status>
        <ReferenceID>string</ReferenceID>
        <Amount>decimal</Amount>
        <Date>dateTime</Date>
        <Description>string</Description>
      </Input>
      <OrderID>string</OrderID>
    </addAdjustment>
  </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>
    <addAdjustmentResponse xmlns="http://tempuri.org/Usadata.ListServices.Web/Transactions">
      <addAdjustmentResult>
        <Status>Success or OrderNotFound or InvalidInput or LoginFailure or SystemFailure</Status>
        <Message>string</Message>
      </addAdjustmentResult>
    </addAdjustmentResponse>
  </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 /transactions.asmx HTTP/1.1
Host: myacxiompartners.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>
    <addAdjustment xmlns="http://tempuri.org/Usadata.ListServices.Web/Transactions">
      <ApplicationID>string</ApplicationID>
      <Username>string</Username>
      <Password>string</Password>
      <Input>
        <Parent>
          <CustomerPoNumber>string</CustomerPoNumber>
          <GeoType>int</GeoType>
          <ID>string</ID>
          <SuppressSavedListCounts>string</SuppressSavedListCounts>
          <GeoKeyCode>string</GeoKeyCode>
          <CountSuppressionLevel>string</CountSuppressionLevel>
          <ListModuleUserID>string</ListModuleUserID>
          <ApplicationID>string</ApplicationID>
          <Addition>string</Addition>
          <OrderType>UnknownProspect or ConsumerProspect or BusinessProspect or EquifaxCProspect or Newhome6Prospect or HomedataProspect or Newmove6Prospect or CisHomesProspect or ExperianProspect or CompassProspect or InfoUSAConsumerProspect or InfoUSABusinessProspect or CompassCanProspect or ValassisProspect or ResidentOccupantProspect or InfoUSA_ConsumerProspect or InfoUSA_BusinessProspect or InfoBaseBusiness or InfoUSA_IDMS_Business or MobileAdvertising or FacebookAdvertising or OutstandingUnitCost or TaxFee or email_consumer or email_business or Datazapp_ConsumerProspect or Bridge_ConsumerProspect or NewInfoUSA_ConsumerProspect or DataAxleConsumerProspect or DataAxleBusinessProspect or DigitalMarketing or Nevro_MailProspect or Nevro_EmailProspect or NewParent_Prospect or CollegeStudents_Prospect or ResidentAddress_Prospect or RealProperty_Prospect</OrderType>
          <Customer>
            <ID>string</ID>
            <ClientID>string</ClientID>
            <Organization xsi:nil="true" />
            <FirstName>string</FirstName>
            <MiddleName>string</MiddleName>
            <LastName>string</LastName>
            <Address1>string</Address1>
            <Address2>string</Address2>
            <City>string</City>
            <State>string</State>
            <Zip5>string</Zip5>
            <Zip4>string</Zip4>
            <Country>string</Country>
            <Phone>string</Phone>
            <Email>string</Email>
            <Industry>string</Industry>
            <ContactPermission>boolean</ContactPermission>
          </Customer>
          <Adjustments>
            <Adjustment xsi:nil="true" />
            <Adjustment xsi:nil="true" />
          </Adjustments>
          <BccEmailAddress>string</BccEmailAddress>
          <TotalQuantityDesired>int</TotalQuantityDesired>
          <TotalQuantityFulfilled>int</TotalQuantityFulfilled>
          <FinalOutputFile>string</FinalOutputFile>
          <ListDetails>
            <OrderDetail xsi:nil="true" />
            <OrderDetail xsi:nil="true" />
          </ListDetails>
          <Status>PendingFulfillment or RetrievingList or MergingList or CreatingClientFiles or SavingClientFiles or SendingEmail or Fulfilled or Cancelled or OnHold or Error or PendingCancellation or NotFound</Status>
          <PhoneOption>NoOption or NoPhone or PhoneWhereAvailable or PhoneOnly</PhoneOption>
          <OutputColumns>string</OutputColumns>
          <UsageType>SingleUse or MultiUse</UsageType>
          <BreakdownElementName>string</BreakdownElementName>
          <OrderReference>string</OrderReference>
          <AccountID>string</AccountID>
          <SuppressionStart>dateTime</SuppressionStart>
          <SuppressionEnd>dateTime</SuppressionEnd>
          <EmailRecipients>
            <string>string</string>
            <string>string</string>
          </EmailRecipients>
          <KeyCode>string</KeyCode>
          <SanNumber>string</SanNumber>
          <IsFacebookOrder>string</IsFacebookOrder>
        </Parent>
        <Type>CreditCardPayment or CreditCardRefund or InvoicePayment or InvoiceRefund or CheckPayment or CheckRefund or CostIncurredEstimated or CostDiscountEstimated or CostIncurredActual or CostDiscountActual or PromotionPayment or PromotionRefund or DiscountPayment or DiscountRefund or ProductPriceListBase or ProductPriceMail or ProductPricePost or ProductPriceOther or ProductPriceListAdditional or OrderUnitCost or PrePaidUnitDeduction or OutstandingUnitCost or TaxFee or UserCustomCog</Type>
        <Status>Pending or Committed</Status>
        <ReferenceID>string</ReferenceID>
        <Amount>decimal</Amount>
        <Date>dateTime</Date>
        <Description>string</Description>
      </Input>
      <OrderID>string</OrderID>
    </addAdjustment>
  </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>
    <addAdjustmentResponse xmlns="http://tempuri.org/Usadata.ListServices.Web/Transactions">
      <addAdjustmentResult>
        <Status>Success or OrderNotFound or InvalidInput or LoginFailure or SystemFailure</Status>
        <Message>string</Message>
      </addAdjustmentResult>
    </addAdjustmentResponse>
  </soap12:Body>
</soap12:Envelope>