SCSAutoService
Click here for a complete list of operations.
ContractInfo
Returns Contract Information.
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 /SCS.WebService/SCSAutoService.asmx HTTP/1.1 Host: onrampstage.gsfsgroup.com Content-Type: text/xml; charset=utf-8 Content-Length: length SOAPAction: "http://www.natinc.com/SCSAutoService/ContractInfo" <?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> <ContractInfo xmlns="http://www.natinc.com/SCSAutoService/"> <request> <RequestingUser>string</RequestingUser> <ContractNumber>string</ContractNumber> <VIN>string</VIN> <MemberId>string</MemberId> </request> </ContractInfo> </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> <ContractInfoResponse xmlns="http://www.natinc.com/SCSAutoService/"> <ContractInfoResult> <Contracts> <Contract> <Vehicle xsi:nil="true" /> <Customer xsi:nil="true" /> <Seller xsi:nil="true" /> <ContractOptions xsi:nil="true" /> <ContractNumber>string</ContractNumber> <ContractStatus>string</ContractStatus> <ProductCode>string</ProductCode> <ProductTypeDescription>string</ProductTypeDescription> <RegisterNumber>string</RegisterNumber> <InserviceDate>dateTime</InserviceDate> <SaleDate>dateTime</SaleDate> <VehiclePurchaseDate>dateTime</VehiclePurchaseDate> <VehicleOdometer>int</VehicleOdometer> <QuoteID>int</QuoteID> <ProgramDescription>string</ProgramDescription> <PlanDescription>string</PlanDescription> <PlanId>int</PlanId> <Term>int</Term> <Mileage>int</Mileage> <Deductible>string</Deductible> <RetailCost>decimal</RetailCost> <LienholderName>string</LienholderName> <EffectiveDate>dateTime</EffectiveDate> <EffectiveOdometer>int</EffectiveOdometer> <ExpirationDate>dateTime</ExpirationDate> <ExpirationOdometer>int</ExpirationOdometer> <FinanceType>string</FinanceType> <FinancedAmount>decimal</FinancedAmount> <FinanceAPR>decimal</FinanceAPR> <FinanceTerm>int</FinanceTerm> <MSRP>decimal</MSRP> <MonthlyPayment>decimal</MonthlyPayment> <FirstPaymentDate>dateTime</FirstPaymentDate> <BalloonAmount>decimal</BalloonAmount> <ResidualValue>decimal</ResidualValue> <BaseACV>decimal</BaseACV> <NADAValue>decimal</NADAValue> <InsuranceDeductible>decimal</InsuranceDeductible> <StockNumber>string</StockNumber> <MemberId>string</MemberId> <DealNumber>string</DealNumber> <ContractTypeDesc>string</ContractTypeDesc> </Contract> <Contract> <Vehicle xsi:nil="true" /> <Customer xsi:nil="true" /> <Seller xsi:nil="true" /> <ContractOptions xsi:nil="true" /> <ContractNumber>string</ContractNumber> <ContractStatus>string</ContractStatus> <ProductCode>string</ProductCode> <ProductTypeDescription>string</ProductTypeDescription> <RegisterNumber>string</RegisterNumber> <InserviceDate>dateTime</InserviceDate> <SaleDate>dateTime</SaleDate> <VehiclePurchaseDate>dateTime</VehiclePurchaseDate> <VehicleOdometer>int</VehicleOdometer> <QuoteID>int</QuoteID> <ProgramDescription>string</ProgramDescription> <PlanDescription>string</PlanDescription> <PlanId>int</PlanId> <Term>int</Term> <Mileage>int</Mileage> <Deductible>string</Deductible> <RetailCost>decimal</RetailCost> <LienholderName>string</LienholderName> <EffectiveDate>dateTime</EffectiveDate> <EffectiveOdometer>int</EffectiveOdometer> <ExpirationDate>dateTime</ExpirationDate> <ExpirationOdometer>int</ExpirationOdometer> <FinanceType>string</FinanceType> <FinancedAmount>decimal</FinancedAmount> <FinanceAPR>decimal</FinanceAPR> <FinanceTerm>int</FinanceTerm> <MSRP>decimal</MSRP> <MonthlyPayment>decimal</MonthlyPayment> <FirstPaymentDate>dateTime</FirstPaymentDate> <BalloonAmount>decimal</BalloonAmount> <ResidualValue>decimal</ResidualValue> <BaseACV>decimal</BaseACV> <NADAValue>decimal</NADAValue> <InsuranceDeductible>decimal</InsuranceDeductible> <StockNumber>string</StockNumber> <MemberId>string</MemberId> <DealNumber>string</DealNumber> <ContractTypeDesc>string</ContractTypeDesc> </Contract> </Contracts> </ContractInfoResult> </ContractInfoResponse> </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 /SCS.WebService/SCSAutoService.asmx HTTP/1.1 Host: onrampstage.gsfsgroup.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> <ContractInfo xmlns="http://www.natinc.com/SCSAutoService/"> <request> <RequestingUser>string</RequestingUser> <ContractNumber>string</ContractNumber> <VIN>string</VIN> <MemberId>string</MemberId> </request> </ContractInfo> </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> <ContractInfoResponse xmlns="http://www.natinc.com/SCSAutoService/"> <ContractInfoResult> <Contracts> <Contract> <Vehicle xsi:nil="true" /> <Customer xsi:nil="true" /> <Seller xsi:nil="true" /> <ContractOptions xsi:nil="true" /> <ContractNumber>string</ContractNumber> <ContractStatus>string</ContractStatus> <ProductCode>string</ProductCode> <ProductTypeDescription>string</ProductTypeDescription> <RegisterNumber>string</RegisterNumber> <InserviceDate>dateTime</InserviceDate> <SaleDate>dateTime</SaleDate> <VehiclePurchaseDate>dateTime</VehiclePurchaseDate> <VehicleOdometer>int</VehicleOdometer> <QuoteID>int</QuoteID> <ProgramDescription>string</ProgramDescription> <PlanDescription>string</PlanDescription> <PlanId>int</PlanId> <Term>int</Term> <Mileage>int</Mileage> <Deductible>string</Deductible> <RetailCost>decimal</RetailCost> <LienholderName>string</LienholderName> <EffectiveDate>dateTime</EffectiveDate> <EffectiveOdometer>int</EffectiveOdometer> <ExpirationDate>dateTime</ExpirationDate> <ExpirationOdometer>int</ExpirationOdometer> <FinanceType>string</FinanceType> <FinancedAmount>decimal</FinancedAmount> <FinanceAPR>decimal</FinanceAPR> <FinanceTerm>int</FinanceTerm> <MSRP>decimal</MSRP> <MonthlyPayment>decimal</MonthlyPayment> <FirstPaymentDate>dateTime</FirstPaymentDate> <BalloonAmount>decimal</BalloonAmount> <ResidualValue>decimal</ResidualValue> <BaseACV>decimal</BaseACV> <NADAValue>decimal</NADAValue> <InsuranceDeductible>decimal</InsuranceDeductible> <StockNumber>string</StockNumber> <MemberId>string</MemberId> <DealNumber>string</DealNumber> <ContractTypeDesc>string</ContractTypeDesc> </Contract> <Contract> <Vehicle xsi:nil="true" /> <Customer xsi:nil="true" /> <Seller xsi:nil="true" /> <ContractOptions xsi:nil="true" /> <ContractNumber>string</ContractNumber> <ContractStatus>string</ContractStatus> <ProductCode>string</ProductCode> <ProductTypeDescription>string</ProductTypeDescription> <RegisterNumber>string</RegisterNumber> <InserviceDate>dateTime</InserviceDate> <SaleDate>dateTime</SaleDate> <VehiclePurchaseDate>dateTime</VehiclePurchaseDate> <VehicleOdometer>int</VehicleOdometer> <QuoteID>int</QuoteID> <ProgramDescription>string</ProgramDescription> <PlanDescription>string</PlanDescription> <PlanId>int</PlanId> <Term>int</Term> <Mileage>int</Mileage> <Deductible>string</Deductible> <RetailCost>decimal</RetailCost> <LienholderName>string</LienholderName> <EffectiveDate>dateTime</EffectiveDate> <EffectiveOdometer>int</EffectiveOdometer> <ExpirationDate>dateTime</ExpirationDate> <ExpirationOdometer>int</ExpirationOdometer> <FinanceType>string</FinanceType> <FinancedAmount>decimal</FinancedAmount> <FinanceAPR>decimal</FinanceAPR> <FinanceTerm>int</FinanceTerm> <MSRP>decimal</MSRP> <MonthlyPayment>decimal</MonthlyPayment> <FirstPaymentDate>dateTime</FirstPaymentDate> <BalloonAmount>decimal</BalloonAmount> <ResidualValue>decimal</ResidualValue> <BaseACV>decimal</BaseACV> <NADAValue>decimal</NADAValue> <InsuranceDeductible>decimal</InsuranceDeductible> <StockNumber>string</StockNumber> <MemberId>string</MemberId> <DealNumber>string</DealNumber> <ContractTypeDesc>string</ContractTypeDesc> </Contract> </Contracts> </ContractInfoResult> </ContractInfoResponse> </soap12:Body> </soap12:Envelope>