Cancel Affinity Warranty

AddAfterMarketOrder Input

  • <?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>
      • <AddAfterMarketOrder xmlns="http://www.consumerpriorityservice.com/services/">
        • <AddAftermarketOrderRequest>
          • <Authentication>
            • <DealerId>int</DealerId>
            • <SubAccountId>int</SubAccountId>
            • <ApiKey>string</ApiKey>
          • </Authentication>
          • <ItemId>string</ItemId>
          • <Price>double</Price>
          • <BuyerEmail>string</BuyerEmail>
          • <TransactionId>string</TransactionId>
          • <OrderSku>string</OrderSku>
          • <Category>string</Category>
          • <ProductTitle>string</ProductTitle>
          • <Domain>string</Domain>
        • </AddAftermarketOrderRequest>
      • </AddAfterMarketOrder>
    • </soap:Body>
  • </soap:Envelope>


Argument Type Details
Authentication ApiAuthenticationType
Authentication.DealerId Int Your Dealer ID
Authentication.SubAccountId Int (optional) Your SubAccount ID
Authentication.ApiKey String Your API Key
ItemId String Unique item # of the item sold
Price Double Price of the item sold
BuyerEmail String Buyer Email
TransactionId String Unique item # of the order
OrderSku String SKU of item purchased
Category String Category of item purchased
ProductTitle String Product of item purchased
Domain String Domain where product was purchased (insert N/A if not available)

AddAfterMarketOrder Output

  • <?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>
      • <AddAfterMarketOrderResponse xmlns="http://www.consumerpriorityservice.com/services/">
        • <AddAfterMarketOrderResult>
          • <Ack>string</Ack>
          • <Message>string</Message>
          • <AftermarketSaleId>string</AftermarketSaleId>
          • <Errors>
            • <ErrorsType>
              • <ErrorID>int</ErrorID>
              • <ErrorMessage>string</ErrorMessage>
            • </ErrorsType>
          • </Errors>
        • </AddAfterMarketOrderResult>
      • </AddAfterMarketOrderResponse>
    • </soap:Body>
  • </soap:Envelope>


Argument Type Details
Ack String success / fail
Message String success/error message
AftermarketSaleId Integer unique id of the aftermarket sale
Errors ErrorsType
Errors.ErrorID Int Error Number
Errors.ErrorMessage String Detailed error message