<ATTACHEXISTINGCREDITPROFILE> - Sub element of < CREDITPROFILE >

NLS 5.37
Attribute Type Size REQ Default Comments
CIFNumber
CIFNo
LOSApplicantID
String
Numeric
Numeric
  No   Use either CIFNumber, CIFNo, or LOSApplicantID.
CreditProfileID Numeric   Yes    
GetRecordIDForCIFNo5.39.1+
String   No   Use to attach a credit profile to a contact at the same time the contact is created. Dereference StoreRecordID at <CIF>.

Add contact with credit profile

<NLS>
    <CIF UpdateFlag="0" StoreRecordID="TEMP" CIFPortfolioName="BORROWER" Entity="INDIVIDUAL" FirstName1="Sam" BranchID="10309" />
    <CREDITPROFILE>
        <ATTACHEXISTINGCREDITPROFILE GetRecordIDForCIFNo="TEMP" CreditProfileID ="2" />
    </CREDITPROFILE>
</NLS>