PartsApi
Click here for a complete list of operations.
OpenSpecialOrderPartsSearch
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 /PartsAPI.asmx HTTP/1.1
Host: ot.dms.dealertrack.com
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "opentrack.dealertrack.com/OpenSpecialOrderPartsSearch"
<?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>
<OpenSpecialOrderPartsSearch xmlns="opentrack.dealertrack.com">
<Dealer>
<CompanyNumber>string</CompanyNumber>
<EnterpriseCode>string</EnterpriseCode>
<ServerName>string</ServerName>
</Dealer>
<SearchParms>
<OrderNumber>string</OrderNumber>
<DateFrom>dateTime</DateFrom>
<DateTo>dateTime</DateTo>
<Manufacturer>string</Manufacturer>
</SearchParms>
</OpenSpecialOrderPartsSearch>
</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>
<OpenSpecialOrderPartsSearchResponse xmlns="opentrack.dealertrack.com">
<OpenSpecialOrderPartsSearchResult>
<OpenSpecialOrderParts>
<OpenSpecialOrderPartsSearchResult>
<CompanyNumber>string</CompanyNumber>
<DocumentNumber>string</DocumentNumber>
<HeaderStatus>string</HeaderStatus>
<DocumentType>string</DocumentType>
<TransactionType>string</TransactionType>
<SpecialOrderOnHold>string</SpecialOrderOnHold>
<CounterPersonID>string</CounterPersonID>
<CounterPersonName>string</CounterPersonName>
<OpenTranDate>decimal</OpenTranDate>
<NotificationDate>decimal</NotificationDate>
<CustomerNumber>string</CustomerNumber>
<CustomerKey>decimal</CustomerKey>
<CustomerName>string</CustomerName>
<CustomerPhoneNo>decimal</CustomerPhoneNo>
<ShipToKey>decimal</ShipToKey>
<StockNumber>string</StockNumber>
<InternalAccountNo>string</InternalAccountNo>
<PaymentMethod>string</PaymentMethod>
<SaleType>string</SaleType>
<PriceLevel>decimal</PriceLevel>
<TaxExempt>string</TaxExempt>
<PurchaseOrderNo>string</PurchaseOrderNo>
<SpecialOrderDepositCR>decimal</SpecialOrderDepositCR>
<NewPendingKey>decimal</NewPendingKey>
<SortKey>string</SortKey>
<NotifyComments>string</NotifyComments>
<Parts xsi:nil="true" />
</OpenSpecialOrderPartsSearchResult>
<OpenSpecialOrderPartsSearchResult>
<CompanyNumber>string</CompanyNumber>
<DocumentNumber>string</DocumentNumber>
<HeaderStatus>string</HeaderStatus>
<DocumentType>string</DocumentType>
<TransactionType>string</TransactionType>
<SpecialOrderOnHold>string</SpecialOrderOnHold>
<CounterPersonID>string</CounterPersonID>
<CounterPersonName>string</CounterPersonName>
<OpenTranDate>decimal</OpenTranDate>
<NotificationDate>decimal</NotificationDate>
<CustomerNumber>string</CustomerNumber>
<CustomerKey>decimal</CustomerKey>
<CustomerName>string</CustomerName>
<CustomerPhoneNo>decimal</CustomerPhoneNo>
<ShipToKey>decimal</ShipToKey>
<StockNumber>string</StockNumber>
<InternalAccountNo>string</InternalAccountNo>
<PaymentMethod>string</PaymentMethod>
<SaleType>string</SaleType>
<PriceLevel>decimal</PriceLevel>
<TaxExempt>string</TaxExempt>
<PurchaseOrderNo>string</PurchaseOrderNo>
<SpecialOrderDepositCR>decimal</SpecialOrderDepositCR>
<NewPendingKey>decimal</NewPendingKey>
<SortKey>string</SortKey>
<NotifyComments>string</NotifyComments>
<Parts xsi:nil="true" />
</OpenSpecialOrderPartsSearchResult>
</OpenSpecialOrderParts>
<Errors>
<Error>
<Code>string</Code>
<Message>string</Message>
</Error>
<Error>
<Code>string</Code>
<Message>string</Message>
</Error>
</Errors>
</OpenSpecialOrderPartsSearchResult>
</OpenSpecialOrderPartsSearchResponse>
</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 /PartsAPI.asmx HTTP/1.1
Host: ot.dms.dealertrack.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>
<OpenSpecialOrderPartsSearch xmlns="opentrack.dealertrack.com">
<Dealer>
<CompanyNumber>string</CompanyNumber>
<EnterpriseCode>string</EnterpriseCode>
<ServerName>string</ServerName>
</Dealer>
<SearchParms>
<OrderNumber>string</OrderNumber>
<DateFrom>dateTime</DateFrom>
<DateTo>dateTime</DateTo>
<Manufacturer>string</Manufacturer>
</SearchParms>
</OpenSpecialOrderPartsSearch>
</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>
<OpenSpecialOrderPartsSearchResponse xmlns="opentrack.dealertrack.com">
<OpenSpecialOrderPartsSearchResult>
<OpenSpecialOrderParts>
<OpenSpecialOrderPartsSearchResult>
<CompanyNumber>string</CompanyNumber>
<DocumentNumber>string</DocumentNumber>
<HeaderStatus>string</HeaderStatus>
<DocumentType>string</DocumentType>
<TransactionType>string</TransactionType>
<SpecialOrderOnHold>string</SpecialOrderOnHold>
<CounterPersonID>string</CounterPersonID>
<CounterPersonName>string</CounterPersonName>
<OpenTranDate>decimal</OpenTranDate>
<NotificationDate>decimal</NotificationDate>
<CustomerNumber>string</CustomerNumber>
<CustomerKey>decimal</CustomerKey>
<CustomerName>string</CustomerName>
<CustomerPhoneNo>decimal</CustomerPhoneNo>
<ShipToKey>decimal</ShipToKey>
<StockNumber>string</StockNumber>
<InternalAccountNo>string</InternalAccountNo>
<PaymentMethod>string</PaymentMethod>
<SaleType>string</SaleType>
<PriceLevel>decimal</PriceLevel>
<TaxExempt>string</TaxExempt>
<PurchaseOrderNo>string</PurchaseOrderNo>
<SpecialOrderDepositCR>decimal</SpecialOrderDepositCR>
<NewPendingKey>decimal</NewPendingKey>
<SortKey>string</SortKey>
<NotifyComments>string</NotifyComments>
<Parts xsi:nil="true" />
</OpenSpecialOrderPartsSearchResult>
<OpenSpecialOrderPartsSearchResult>
<CompanyNumber>string</CompanyNumber>
<DocumentNumber>string</DocumentNumber>
<HeaderStatus>string</HeaderStatus>
<DocumentType>string</DocumentType>
<TransactionType>string</TransactionType>
<SpecialOrderOnHold>string</SpecialOrderOnHold>
<CounterPersonID>string</CounterPersonID>
<CounterPersonName>string</CounterPersonName>
<OpenTranDate>decimal</OpenTranDate>
<NotificationDate>decimal</NotificationDate>
<CustomerNumber>string</CustomerNumber>
<CustomerKey>decimal</CustomerKey>
<CustomerName>string</CustomerName>
<CustomerPhoneNo>decimal</CustomerPhoneNo>
<ShipToKey>decimal</ShipToKey>
<StockNumber>string</StockNumber>
<InternalAccountNo>string</InternalAccountNo>
<PaymentMethod>string</PaymentMethod>
<SaleType>string</SaleType>
<PriceLevel>decimal</PriceLevel>
<TaxExempt>string</TaxExempt>
<PurchaseOrderNo>string</PurchaseOrderNo>
<SpecialOrderDepositCR>decimal</SpecialOrderDepositCR>
<NewPendingKey>decimal</NewPendingKey>
<SortKey>string</SortKey>
<NotifyComments>string</NotifyComments>
<Parts xsi:nil="true" />
</OpenSpecialOrderPartsSearchResult>
</OpenSpecialOrderParts>
<Errors>
<Error>
<Code>string</Code>
<Message>string</Message>
</Error>
<Error>
<Code>string</Code>
<Message>string</Message>
</Error>
</Errors>
</OpenSpecialOrderPartsSearchResult>
</OpenSpecialOrderPartsSearchResponse>
</soap12:Body>
</soap12:Envelope>