AIM Web Services

<back to all web services

ContractFullDetailsRequest

ContractFullDetails
Requires active-e Contracts Service.

The following routes are available for this service:
GET/api/ContractFullDetails
"use strict";
export class BaseRequest {
    /** @param {{ApiKey?:string,OAuthToken?:string}} [init] */
    constructor(init) { Object.assign(this, init) }
    /**
     * @type {string}
     * @description This is your AIM API Key provided by Tri-Tech */
    ApiKey;
    /** @type {string} */
    OAuthToken;
}
export class BaseSecureRequest extends BaseRequest {
    /** @param {{Token?:string,DeviceId?:string,AppId?:string,ApiKey?:string,OAuthToken?:string}} [init] */
    constructor(init) { super(init); Object.assign(this, init) }
    /** @type {string} */
    Token;
    /** @type {string} */
    DeviceId;
    /** @type {string} */
    AppId;
}
export class BaseResponseResult {
    /** @param {{StatusCode?:string,Login?:string,ErrorCode?:string,ErrorDisplayText?:string,ErrorMessage?:string,DomainName?:string,IpAddress?:string}} [init] */
    constructor(init) { Object.assign(this, init) }
    /** @type {string} */
    StatusCode;
    /** @type {string} */
    Login;
    /** @type {string} */
    ErrorCode;
    /** @type {string} */
    ErrorDisplayText;
    /** @type {string} */
    ErrorMessage;
    /** @type {string} */
    DomainName;
    /** @type {string} */
    IpAddress;
}
export class BaseResponse {
    /** @param {{Status?:BaseResponseResult}} [init] */
    constructor(init) { Object.assign(this, init) }
    /** @type {BaseResponseResult} */
    Status;
}
export class ContractInventoryInfo {
    /** @param {{Id?:number,BeginDate?:string,Cat?:number,Cost?:number,Description?:string,Discount?:number,Dunn?:string,EndDate?:string,InvType?:string,Notes?:string,OurPrice?:number,Qty?:number,ReceiptNotes?:string,Serial?:string,Sub?:number,Total?:number,Sku?:string,Mfg?:string}} [init] */
    constructor(init) { Object.assign(this, init) }
    /** @type {number} */
    Id;
    /** @type {string} */
    BeginDate;
    /** @type {number} */
    Cat;
    /** @type {?number} */
    Cost;
    /** @type {string} */
    Description;
    /** @type {number} */
    Discount;
    /** @type {string} */
    Dunn;
    /** @type {string} */
    EndDate;
    /** @type {string} */
    InvType;
    /** @type {string} */
    Notes;
    /** @type {number} */
    OurPrice;
    /** @type {number} */
    Qty;
    /** @type {string} */
    ReceiptNotes;
    /** @type {string} */
    Serial;
    /** @type {number} */
    Sub;
    /** @type {number} */
    Total;
    /** @type {string} */
    Sku;
    /** @type {string} */
    Mfg;
}
export class CcInfo {
    /** @param {{TokenStr?:string,CardType?:string,LastFour?:string,Expiration?:string,ReasonOnFile?:string,TokenPk?:number,Primary?:boolean}} [init] */
    constructor(init) { Object.assign(this, init) }
    /**
     * @type {string}
     * @description Token returned from processor */
    TokenStr;
    /**
     * @type {string}
     * @description Card Type (VISA, MCARD, AMEX, DSCVR) */
    CardType;
    /**
     * @type {string}
     * @description Last four of the card */
    LastFour;
    /**
     * @type {string}
     * @description Expiration Date of the Card. (MM/YY) */
    Expiration;
    /**
     * @type {string}
     * @description Reason the card is on file. */
    ReasonOnFile;
    /**
     * @type {?number}
     * @description ID of the existing Token Record in AIM, if applicable */
    TokenPk;
    /**
     * @type {?boolean}
     * @description Is this the customer's primary card? Defaults to false. */
    Primary;
}
export class ContractValuesObject {
    /** @param {{Position?:number,Display?:string,Value?:number}} [init] */
    constructor(init) { Object.assign(this, init) }
    /** @type {number} */
    Position;
    /** @type {string} */
    Display;
    /** @type {number} */
    Value;
}
export class ContractCalculatedFields {
    /** @param {{Terms?:number,PayStream?:number,FinalPay?:number,AmountDue?:number,Payoff?:number,DiscountedPayoff?:number,RebateFc?:number,TotalLate?:number,PaymentsLate?:number,PaymentsAhead?:number,TotalMaintOwed?:number,CurrentPlusNext?:number,PayoffDate?:string,CreditAmount?:number,PrinLessTax?:number,MaintLessTax?:number,AFeeLessTax?:number,PaymentTax?:number,RentDueInfo?:ContractValuesObject[],PayoffInfo?:ContractValuesObject[],Notice?:string,Notice2?:string}} [init] */
    constructor(init) { Object.assign(this, init) }
    /** @type {number} */
    Terms;
    /** @type {number} */
    PayStream;
    /** @type {number} */
    FinalPay;
    /** @type {number} */
    AmountDue;
    /** @type {number} */
    Payoff;
    /** @type {number} */
    DiscountedPayoff;
    /** @type {number} */
    RebateFc;
    /** @type {number} */
    TotalLate;
    /** @type {number} */
    PaymentsLate;
    /** @type {number} */
    PaymentsAhead;
    /** @type {number} */
    TotalMaintOwed;
    /** @type {number} */
    CurrentPlusNext;
    /** @type {string} */
    PayoffDate;
    /** @type {number} */
    CreditAmount;
    /** @type {number} */
    PrinLessTax;
    /** @type {number} */
    MaintLessTax;
    /** @type {number} */
    AFeeLessTax;
    /** @type {number} */
    PaymentTax;
    /** @type {ContractValuesObject[]} */
    RentDueInfo;
    /** @type {ContractValuesObject[]} */
    PayoffInfo;
    /** @type {string} */
    Notice;
    /** @type {string} */
    Notice2;
}
export class PaymentGeneric {
    /** @param {{Date?:string,Amount?:number,Ref?:string}} [init] */
    constructor(init) { Object.assign(this, init) }
    /** @type {string} */
    Date;
    /** @type {number} */
    Amount;
    /** @type {string} */
    Ref;
}
export class ContractInfo {
    /** @param {{Rnt_afee?:number,Rnt_alatedbt?:boolean,Rnt_amtfin?:number,Rnt_aofinchg?:number,Rnt_apaydbt?:boolean,Rnt_apaytyp?:string,Rnt_atcode?:number,Rnt_autopayhold?:string,Rnt_avgbal?:number,Rnt_balance?:number,Rnt_billdays?:number,Rnt_cdate?:string,Rnt_colagency?:string,Rnt_colamt?:number,Rnt_coupdate?:string,Rnt_cramt?:number,Rnt_crmo?:number,Rnt_currafee?:number,Rnt_currbal?:number,Rnt_currfc?:number,Rnt_currfeetax1?:number,Rnt_currfeetax2?:number,Rnt_currlte?:number,Rnt_currma?:number,Rnt_curroth?:number,Rnt_currprn?:number,Rnt_currtax1?:number,Rnt_currtax2?:number,Rnt_dayslate?:number,Rnt_daystlst?:number,Rnt_deprcode?:string,Rnt_discount?:number,Rnt_downpay?:number,Rnt_dunn?:string,Rnt_edate?:string,Rnt_fdate?:string,Rnt_fee?:number,Rnt_finalpay?:number,Rnt_finchg?:number,Rnt_freemos?:number,Rnt_intdate?:string,Rnt_intrate?:number,Rnt_irregular?:boolean,Rnt_itcode?:number,Rnt_lastpaid?:number,Rnt_latefee?:number,Rnt_lateowed?:number,Rnt_ldate?:string,Rnt_ltcode?:number,Rnt_monma?:number,Rnt_mopayreq?:boolean,Rnt_mtcode?:number,Rnt_ndate?:string,Rnt_nextpayamt?:number,Rnt_nextpaynum?:number,Rnt_notedate?:string,Rnt_notes?:string,Rnt_exchnotes?:string,Rnt_otherowed?:number,Rnt_payfreq?:number,Rnt_latefreq?:number,Rnt_payfreqtype?:number,Rnt_payment?:number,Rnt_paystrm?:number,Rnt_pk?:number,Rnt_prevamt?:number,Rnt_prevmo?:number,Rnt_price?:number,Rnt_rdate?:string,Rnt_sdate?:string,Rnt_student?:string,Rnt_sub?:number,Rnt_tax?:number,Rnt_taxrate1?:number,Rnt_taxrate2?:number,Rnt_taxrateorig1?:number,Rnt_taxrateorig2?:number,Rnt_tcode?:number,Rnt_term?:number,Rnt_tmaint?:number,Rnt_tradein?:number,Rnt_typer?:string,Rnt_timestamp?:string,Acct?:number,TaxLocation?:string,DefaultDesc?:string,PayoffDesc?:string,School?:string,District?:string,Ref?:string,AutoPayDeclined?:boolean,Inventory?:ContractInventoryInfo[],CardInfo?:CcInfo,ContractCalculatedFields?:ContractCalculatedFields,Payments?:PaymentGeneric[],Rnt_avacodeprin?:string,Rnt_avacodemaint?:string,Rnt_avacodelate?:string,Rnt_avacodelease?:string,Rnt_avacodefin?:string,Rnt_scheduledreturndate?:string,Rnt_scheduledreturnoption?:string,Rnt_scheduledreturnnotes?:string,Rnt_scheduledreturnstatus?:string}} [init] */
    constructor(init) { Object.assign(this, init) }
    /** @type {number} */
    Rnt_afee;
    /** @type {boolean} */
    Rnt_alatedbt;
    /** @type {number} */
    Rnt_amtfin;
    /** @type {number} */
    Rnt_aofinchg;
    /** @type {boolean} */
    Rnt_apaydbt;
    /** @type {string} */
    Rnt_apaytyp;
    /** @type {number} */
    Rnt_atcode;
    /** @type {string} */
    Rnt_autopayhold;
    /** @type {number} */
    Rnt_avgbal;
    /** @type {number} */
    Rnt_balance;
    /** @type {number} */
    Rnt_billdays;
    /** @type {string} */
    Rnt_cdate;
    /** @type {string} */
    Rnt_colagency;
    /** @type {number} */
    Rnt_colamt;
    /** @type {string} */
    Rnt_coupdate;
    /** @type {number} */
    Rnt_cramt;
    /** @type {number} */
    Rnt_crmo;
    /** @type {number} */
    Rnt_currafee;
    /** @type {number} */
    Rnt_currbal;
    /** @type {number} */
    Rnt_currfc;
    /** @type {number} */
    Rnt_currfeetax1;
    /** @type {number} */
    Rnt_currfeetax2;
    /** @type {number} */
    Rnt_currlte;
    /** @type {number} */
    Rnt_currma;
    /** @type {number} */
    Rnt_curroth;
    /** @type {number} */
    Rnt_currprn;
    /** @type {number} */
    Rnt_currtax1;
    /** @type {number} */
    Rnt_currtax2;
    /** @type {number} */
    Rnt_dayslate;
    /** @type {number} */
    Rnt_daystlst;
    /** @type {string} */
    Rnt_deprcode;
    /** @type {number} */
    Rnt_discount;
    /** @type {number} */
    Rnt_downpay;
    /** @type {string} */
    Rnt_dunn;
    /** @type {string} */
    Rnt_edate;
    /** @type {string} */
    Rnt_fdate;
    /** @type {number} */
    Rnt_fee;
    /** @type {number} */
    Rnt_finalpay;
    /** @type {number} */
    Rnt_finchg;
    /** @type {number} */
    Rnt_freemos;
    /** @type {string} */
    Rnt_intdate;
    /** @type {number} */
    Rnt_intrate;
    /** @type {boolean} */
    Rnt_irregular;
    /** @type {number} */
    Rnt_itcode;
    /** @type {number} */
    Rnt_lastpaid;
    /** @type {number} */
    Rnt_latefee;
    /** @type {number} */
    Rnt_lateowed;
    /** @type {string} */
    Rnt_ldate;
    /** @type {number} */
    Rnt_ltcode;
    /** @type {number} */
    Rnt_monma;
    /** @type {boolean} */
    Rnt_mopayreq;
    /** @type {number} */
    Rnt_mtcode;
    /** @type {string} */
    Rnt_ndate;
    /** @type {number} */
    Rnt_nextpayamt;
    /** @type {number} */
    Rnt_nextpaynum;
    /** @type {string} */
    Rnt_notedate;
    /** @type {string} */
    Rnt_notes;
    /** @type {string} */
    Rnt_exchnotes;
    /** @type {number} */
    Rnt_otherowed;
    /** @type {number} */
    Rnt_payfreq;
    /** @type {number} */
    Rnt_latefreq;
    /** @type {number} */
    Rnt_payfreqtype;
    /** @type {number} */
    Rnt_payment;
    /** @type {number} */
    Rnt_paystrm;
    /** @type {number} */
    Rnt_pk;
    /** @type {number} */
    Rnt_prevamt;
    /** @type {number} */
    Rnt_prevmo;
    /** @type {number} */
    Rnt_price;
    /** @type {string} */
    Rnt_rdate;
    /** @type {string} */
    Rnt_sdate;
    /** @type {string} */
    Rnt_student;
    /** @type {number} */
    Rnt_sub;
    /** @type {number} */
    Rnt_tax;
    /** @type {number} */
    Rnt_taxrate1;
    /** @type {number} */
    Rnt_taxrate2;
    /** @type {number} */
    Rnt_taxrateorig1;
    /** @type {number} */
    Rnt_taxrateorig2;
    /** @type {number} */
    Rnt_tcode;
    /** @type {number} */
    Rnt_term;
    /** @type {number} */
    Rnt_tmaint;
    /** @type {number} */
    Rnt_tradein;
    /** @type {string} */
    Rnt_typer;
    /** @type {string} */
    Rnt_timestamp;
    /** @type {number} */
    Acct;
    /** @type {string} */
    TaxLocation;
    /** @type {string} */
    DefaultDesc;
    /** @type {string} */
    PayoffDesc;
    /** @type {string} */
    School;
    /** @type {string} */
    District;
    /** @type {string} */
    Ref;
    /** @type {boolean} */
    AutoPayDeclined;
    /** @type {ContractInventoryInfo[]} */
    Inventory;
    /** @type {CcInfo} */
    CardInfo;
    /** @type {ContractCalculatedFields} */
    ContractCalculatedFields;
    /** @type {PaymentGeneric[]} */
    Payments;
    /** @type {string} */
    Rnt_avacodeprin;
    /** @type {string} */
    Rnt_avacodemaint;
    /** @type {string} */
    Rnt_avacodelate;
    /** @type {string} */
    Rnt_avacodelease;
    /** @type {string} */
    Rnt_avacodefin;
    /** @type {string} */
    Rnt_scheduledreturndate;
    /** @type {string} */
    Rnt_scheduledreturnoption;
    /** @type {string} */
    Rnt_scheduledreturnnotes;
    /** @type {string} */
    Rnt_scheduledreturnstatus;
}
export class ContractFullDetailsResponse extends BaseResponse {
    /** @param {{Contracts?:ContractInfo[],RemainingRecords?:number,Status?:BaseResponseResult}} [init] */
    constructor(init) { super(init); Object.assign(this, init) }
    /** @type {ContractInfo[]} */
    Contracts;
    /** @type {number} */
    RemainingRecords;
}
export class ContractFullDetailsRequest extends BaseSecureRequest {
    /** @param {{Acct?:number,Sub?:number,ChangedDate?:string,SerialNumber?:string,CalculationsDate?:string,StartOffset?:number,RecordCount?:number,AIMRef?:string,WebRef?:string,Token?:string,DeviceId?:string,AppId?:string,ApiKey?:string,OAuthToken?:string}} [init] */
    constructor(init) { super(init); Object.assign(this, init) }
    /** @type {?number} */
    Acct;
    /** @type {?number} */
    Sub;
    /** @type {?string} */
    ChangedDate;
    /** @type {string} */
    SerialNumber;
    /**
     * @type {?string}
     * @description If sent, additional calculated fields will be returned using this date */
    CalculationsDate;
    /**
     * @type {?number}
     * @description The Starting Offset */
    StartOffset;
    /**
     * @type {?number}
     * @description The # of records to be returned */
    RecordCount;
    /**
     * @type {string}
     * @description The Contract Ref# to be looked up. If sent, do not send WebRef, Acct, Sub, ChangedDate, SerialNumber, StartOffset, or Recordcount */
    AIMRef;
    /**
     * @type {string}
     * @description The WebRef to be looked up. If sent, do not send AIMRef, Acct, Sub, ChangedDate, SerialNumber, StartOffset, or Recordcount */
    WebRef;
}

JavaScript ContractFullDetailsRequest DTOs

To override the Content-type in your clients, use the HTTP Accept Header, append the .xml suffix or ?format=xml

HTTP + XML

The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.

GET /api/ContractFullDetails HTTP/1.1 
Host: active-ewebservice.biz 
Accept: application/xml
HTTP/1.1 200 OK
Content-Type: application/xml
Content-Length: length

<ContractFullDetailsResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AIM.WebService">
  <Status>
    <DomainName>String</DomainName>
    <ErrorCode>String</ErrorCode>
    <ErrorDisplayText>String</ErrorDisplayText>
    <ErrorMessage>String</ErrorMessage>
    <IpAddress>String</IpAddress>
    <Login>String</Login>
    <StatusCode>String</StatusCode>
  </Status>
  <Contracts>
    <ContractInfo>
      <Acct>0</Acct>
      <AutoPayDeclined>false</AutoPayDeclined>
      <CardInfo>
        <CardType>String</CardType>
        <Expiration>String</Expiration>
        <LastFour>String</LastFour>
        <Primary>false</Primary>
        <ReasonOnFile>String</ReasonOnFile>
        <TokenPk>0</TokenPk>
        <TokenStr>String</TokenStr>
      </CardInfo>
      <ContractCalculatedFields>
        <AFeeLessTax>0</AFeeLessTax>
        <AmountDue>0</AmountDue>
        <CreditAmount>0</CreditAmount>
        <CurrentPlusNext>0</CurrentPlusNext>
        <DiscountedPayoff>0</DiscountedPayoff>
        <FinalPay>0</FinalPay>
        <MaintLessTax>0</MaintLessTax>
        <Notice>String</Notice>
        <Notice2>String</Notice2>
        <PayStream>0</PayStream>
        <PaymentTax>0</PaymentTax>
        <PaymentsAhead>0</PaymentsAhead>
        <PaymentsLate>0</PaymentsLate>
        <Payoff>0</Payoff>
        <PayoffDate>0001-01-01T00:00:00</PayoffDate>
        <PayoffInfo xmlns:d5p1="http://schemas.datacontract.org/2004/07/AIM.BL.Core.Global">
          <d5p1:ContractValuesObject>
            <d5p1:Display>String</d5p1:Display>
            <d5p1:Position>0</d5p1:Position>
            <d5p1:Value>0</d5p1:Value>
          </d5p1:ContractValuesObject>
        </PayoffInfo>
        <PrinLessTax>0</PrinLessTax>
        <RebateFc>0</RebateFc>
        <RentDueInfo xmlns:d5p1="http://schemas.datacontract.org/2004/07/AIM.BL.Core.Global">
          <d5p1:ContractValuesObject>
            <d5p1:Display>String</d5p1:Display>
            <d5p1:Position>0</d5p1:Position>
            <d5p1:Value>0</d5p1:Value>
          </d5p1:ContractValuesObject>
        </RentDueInfo>
        <Terms>0</Terms>
        <TotalLate>0</TotalLate>
        <TotalMaintOwed>0</TotalMaintOwed>
      </ContractCalculatedFields>
      <DefaultDesc>String</DefaultDesc>
      <District>String</District>
      <Inventory>
        <ContractInventoryInfo>
          <BeginDate>0001-01-01T00:00:00</BeginDate>
          <Cat>0</Cat>
          <Cost>0</Cost>
          <Description>String</Description>
          <Discount>0</Discount>
          <Dunn>String</Dunn>
          <EndDate>0001-01-01T00:00:00</EndDate>
          <Id>0</Id>
          <InvType>String</InvType>
          <Mfg>String</Mfg>
          <Notes>String</Notes>
          <OurPrice>0</OurPrice>
          <Qty>0</Qty>
          <ReceiptNotes>String</ReceiptNotes>
          <Serial>String</Serial>
          <Sku>String</Sku>
          <Sub>0</Sub>
          <Total>0</Total>
        </ContractInventoryInfo>
      </Inventory>
      <Payments xmlns:d4p1="http://schemas.datacontract.org/2004/07/AIM">
        <d4p1:PaymentGeneric>
          <d4p1:Amount>0</d4p1:Amount>
          <d4p1:Date>0001-01-01T00:00:00</d4p1:Date>
          <d4p1:Ref>String</d4p1:Ref>
        </d4p1:PaymentGeneric>
      </Payments>
      <PayoffDesc>String</PayoffDesc>
      <Ref>String</Ref>
      <Rnt_afee>0</Rnt_afee>
      <Rnt_alatedbt>false</Rnt_alatedbt>
      <Rnt_amtfin>0</Rnt_amtfin>
      <Rnt_aofinchg>0</Rnt_aofinchg>
      <Rnt_apaydbt>false</Rnt_apaydbt>
      <Rnt_apaytyp>String</Rnt_apaytyp>
      <Rnt_atcode>0</Rnt_atcode>
      <Rnt_autopayhold>0001-01-01T00:00:00</Rnt_autopayhold>
      <Rnt_avacodefin>String</Rnt_avacodefin>
      <Rnt_avacodelate>String</Rnt_avacodelate>
      <Rnt_avacodelease>String</Rnt_avacodelease>
      <Rnt_avacodemaint>String</Rnt_avacodemaint>
      <Rnt_avacodeprin>String</Rnt_avacodeprin>
      <Rnt_avgbal>0</Rnt_avgbal>
      <Rnt_balance>0</Rnt_balance>
      <Rnt_billdays>0</Rnt_billdays>
      <Rnt_cdate>0001-01-01T00:00:00</Rnt_cdate>
      <Rnt_colagency>String</Rnt_colagency>
      <Rnt_colamt>0</Rnt_colamt>
      <Rnt_coupdate>0001-01-01T00:00:00</Rnt_coupdate>
      <Rnt_cramt>0</Rnt_cramt>
      <Rnt_crmo>0</Rnt_crmo>
      <Rnt_currafee>0</Rnt_currafee>
      <Rnt_currbal>0</Rnt_currbal>
      <Rnt_currfc>0</Rnt_currfc>
      <Rnt_currfeetax1>0</Rnt_currfeetax1>
      <Rnt_currfeetax2>0</Rnt_currfeetax2>
      <Rnt_currlte>0</Rnt_currlte>
      <Rnt_currma>0</Rnt_currma>
      <Rnt_curroth>0</Rnt_curroth>
      <Rnt_currprn>0</Rnt_currprn>
      <Rnt_currtax1>0</Rnt_currtax1>
      <Rnt_currtax2>0</Rnt_currtax2>
      <Rnt_dayslate>0</Rnt_dayslate>
      <Rnt_daystlst>0</Rnt_daystlst>
      <Rnt_deprcode>String</Rnt_deprcode>
      <Rnt_discount>0</Rnt_discount>
      <Rnt_downpay>0</Rnt_downpay>
      <Rnt_dunn>String</Rnt_dunn>
      <Rnt_edate>0001-01-01T00:00:00</Rnt_edate>
      <Rnt_exchnotes>String</Rnt_exchnotes>
      <Rnt_fdate>0001-01-01T00:00:00</Rnt_fdate>
      <Rnt_fee>0</Rnt_fee>
      <Rnt_finalpay>0</Rnt_finalpay>
      <Rnt_finchg>0</Rnt_finchg>
      <Rnt_freemos>0</Rnt_freemos>
      <Rnt_intdate>0001-01-01T00:00:00</Rnt_intdate>
      <Rnt_intrate>0</Rnt_intrate>
      <Rnt_irregular>false</Rnt_irregular>
      <Rnt_itcode>0</Rnt_itcode>
      <Rnt_lastpaid>0</Rnt_lastpaid>
      <Rnt_latefee>0</Rnt_latefee>
      <Rnt_latefreq>0</Rnt_latefreq>
      <Rnt_lateowed>0</Rnt_lateowed>
      <Rnt_ldate>0001-01-01T00:00:00</Rnt_ldate>
      <Rnt_ltcode>0</Rnt_ltcode>
      <Rnt_monma>0</Rnt_monma>
      <Rnt_mopayreq>false</Rnt_mopayreq>
      <Rnt_mtcode>0</Rnt_mtcode>
      <Rnt_ndate>0001-01-01T00:00:00</Rnt_ndate>
      <Rnt_nextpayamt>0</Rnt_nextpayamt>
      <Rnt_nextpaynum>0</Rnt_nextpaynum>
      <Rnt_notedate>0001-01-01T00:00:00</Rnt_notedate>
      <Rnt_notes>String</Rnt_notes>
      <Rnt_otherowed>0</Rnt_otherowed>
      <Rnt_payfreq>0</Rnt_payfreq>
      <Rnt_payfreqtype>0</Rnt_payfreqtype>
      <Rnt_payment>0</Rnt_payment>
      <Rnt_paystrm>0</Rnt_paystrm>
      <Rnt_pk>0</Rnt_pk>
      <Rnt_prevamt>0</Rnt_prevamt>
      <Rnt_prevmo>0</Rnt_prevmo>
      <Rnt_price>0</Rnt_price>
      <Rnt_rdate>0001-01-01T00:00:00</Rnt_rdate>
      <Rnt_scheduledreturndate>0001-01-01T00:00:00</Rnt_scheduledreturndate>
      <Rnt_scheduledreturnnotes>String</Rnt_scheduledreturnnotes>
      <Rnt_scheduledreturnoption>String</Rnt_scheduledreturnoption>
      <Rnt_scheduledreturnstatus>String</Rnt_scheduledreturnstatus>
      <Rnt_sdate>0001-01-01T00:00:00</Rnt_sdate>
      <Rnt_student>String</Rnt_student>
      <Rnt_sub>0</Rnt_sub>
      <Rnt_tax>0</Rnt_tax>
      <Rnt_taxrate1>0</Rnt_taxrate1>
      <Rnt_taxrate2>0</Rnt_taxrate2>
      <Rnt_taxrateorig1>0</Rnt_taxrateorig1>
      <Rnt_taxrateorig2>0</Rnt_taxrateorig2>
      <Rnt_tcode>0</Rnt_tcode>
      <Rnt_term>0</Rnt_term>
      <Rnt_timestamp>0001-01-01T00:00:00</Rnt_timestamp>
      <Rnt_tmaint>0</Rnt_tmaint>
      <Rnt_tradein>0</Rnt_tradein>
      <Rnt_typer>String</Rnt_typer>
      <School>String</School>
      <TaxLocation>String</TaxLocation>
    </ContractInfo>
  </Contracts>
  <RemainingRecords>0</RemainingRecords>
</ContractFullDetailsResponse>