Trendsic Platform Service

<back to all web services

FactFinderDebtRequest

Requires Authentication
Requires any of the roles:Agent, Administrator, Agent, Administrator
The following routes are available for this service:
POST,PUT,OPTIONS/v1/FactFinderDebt
GET/v1/FactFinderDebt/{ContactId}/Validate
import java.math.*;
import java.util.*;
import java.io.InputStream;
import net.servicestack.client.*;

public class dtos
{

    public static class FactFinderDebtRequest
    {
        public FactFinderDebtExtended FactFinderDebt = null;
        public Boolean DataEntry = null;
        public Integer ContactId = null;
        
        public FactFinderDebtExtended getFactFinderDebt() { return FactFinderDebt; }
        public FactFinderDebtRequest setFactFinderDebt(FactFinderDebtExtended value) { this.FactFinderDebt = value; return this; }
        public Boolean isDataEntry() { return DataEntry; }
        public FactFinderDebtRequest setDataEntry(Boolean value) { this.DataEntry = value; return this; }
        public Integer getContactId() { return ContactId; }
        public FactFinderDebtRequest setContactId(Integer value) { this.ContactId = value; return this; }
    }

    public static class FactFinderDebtExtended
    {
        public Contact Contact = null;
        public FactFinderDebt FactFinderDebt = null;
        public ContactSpouse Spouse = null;
        public ArrayList<ContactCreditor> Creditors = new ArrayList<ContactCreditor>();
        public String AdditionalNotes = null;
        
        public Contact getContact() { return Contact; }
        public FactFinderDebtExtended setContact(Contact value) { this.Contact = value; return this; }
        public FactFinderDebt getFactFinderDebt() { return FactFinderDebt; }
        public FactFinderDebtExtended setFactFinderDebt(FactFinderDebt value) { this.FactFinderDebt = value; return this; }
        public ContactSpouse getSpouse() { return Spouse; }
        public FactFinderDebtExtended setSpouse(ContactSpouse value) { this.Spouse = value; return this; }
        public ArrayList<ContactCreditor> getCreditors() { return Creditors; }
        public FactFinderDebtExtended setCreditors(ArrayList<ContactCreditor> value) { this.Creditors = value; return this; }
        public String getAdditionalNotes() { return AdditionalNotes; }
        public FactFinderDebtExtended setAdditionalNotes(String value) { this.AdditionalNotes = value; return this; }
    }

    public static class Contact
    {
        public Integer ContactId = null;
        public Integer ContactType = null;
        public String FirstName = null;
        public String LastName = null;
        public String Name = null;
        public String Role = null;
        public String Title = null;
        public String EmailWork = null;
        public String EmailPersonal = null;
        public String District = null;
        public Integer DistrictID = null;
        public String School = null;
        public Long SchoolID = null;
        public String State = null;
        public String StateName = null;
        public Long StateID = null;
        public Long CountyID = null;
        public String County = null;
        public String Phone = null;
        public String Department = null;
        public String Flow = null;
        public Date LastContact = null;
        public Boolean DoNotContact = null;
        public Boolean Active = null;
        public Integer AgentId = null;
        public String PhoneAlt = null;
        public Integer PeraContactId = null;
        public String RoomNumber = null;
        public Integer SourceTypeId = null;
        public String SourceTypeDesc = null;
        public String SourceNote = null;
        public Integer ContactStatusId = null;
        public String ContactStatusDesc = null;
        public String SSN = null;
        public Date DateOfBirth = null;
        public Boolean Deleted = null;
        public Boolean IsShared = null;
        public String address_line1 = null;
        public String address_city = null;
        public String address_state = null;
        public String address_zip = null;
        public String DeletedBy = null;
        public Date DeletedDateTimeUtc = null;
        public Boolean HasNBC = null;
        public Boolean HasFactFinderSheet = null;
        public String MiddleInitial = null;
        public String Tags = null;
        public Date DateCreated = null;
        public String PhoneLabel = null;
        public String AltPhoneLabel = null;
        public String Carriers = null;
        public String ContactImage = null;
        public String CompanyAffiliation = null;
        public String AdditionalInformation = null;
        public Boolean HasGiftCard = null;
        public Integer ContactCategory = null;
        public Integer WritingAgentId = null;
        public String WritingAgentName = null;
        public String MaritalStatus = null;
        public BigDecimal TotalDebtAmount = null;
        public Integer NumberOfDebtAccounts = null;
        public Integer FactFinderCodeId = null;
        public String BusinessName = null;
        public String DBA = null;
        public UUID ContactGUID = null;
        public Date ProjectEndDate = null;
        public Integer Rate = null;
        public Integer JobID = null;
        public String JobName = null;
        public Integer JobCount = null;
        public Boolean Locked = null;
        public Integer LockedByAgentId = null;
        public Date LockedTimestamp = null;
        public String Initials = null;
        public String ContactCategoryName = null;
        public Boolean SMSOptIn = null;
        
        public Integer getContactId() { return ContactId; }
        public Contact setContactId(Integer value) { this.ContactId = value; return this; }
        public Integer getContactType() { return ContactType; }
        public Contact setContactType(Integer value) { this.ContactType = value; return this; }
        public String getFirstName() { return FirstName; }
        public Contact setFirstName(String value) { this.FirstName = value; return this; }
        public String getLastName() { return LastName; }
        public Contact setLastName(String value) { this.LastName = value; return this; }
        public String getName() { return Name; }
        public Contact setName(String value) { this.Name = value; return this; }
        public String getRole() { return Role; }
        public Contact setRole(String value) { this.Role = value; return this; }
        public String getTitle() { return Title; }
        public Contact setTitle(String value) { this.Title = value; return this; }
        public String getEmailWork() { return EmailWork; }
        public Contact setEmailWork(String value) { this.EmailWork = value; return this; }
        public String getEmailPersonal() { return EmailPersonal; }
        public Contact setEmailPersonal(String value) { this.EmailPersonal = value; return this; }
        public String getDistrict() { return District; }
        public Contact setDistrict(String value) { this.District = value; return this; }
        public Integer getDistrictID() { return DistrictID; }
        public Contact setDistrictID(Integer value) { this.DistrictID = value; return this; }
        public String getSchool() { return School; }
        public Contact setSchool(String value) { this.School = value; return this; }
        public Long getSchoolID() { return SchoolID; }
        public Contact setSchoolID(Long value) { this.SchoolID = value; return this; }
        public String getState() { return State; }
        public Contact setState(String value) { this.State = value; return this; }
        public String getStateName() { return StateName; }
        public Contact setStateName(String value) { this.StateName = value; return this; }
        public Long getStateID() { return StateID; }
        public Contact setStateID(Long value) { this.StateID = value; return this; }
        public Long getCountyID() { return CountyID; }
        public Contact setCountyID(Long value) { this.CountyID = value; return this; }
        public String getCounty() { return County; }
        public Contact setCounty(String value) { this.County = value; return this; }
        public String getPhone() { return Phone; }
        public Contact setPhone(String value) { this.Phone = value; return this; }
        public String getDepartment() { return Department; }
        public Contact setDepartment(String value) { this.Department = value; return this; }
        public String getFlow() { return Flow; }
        public Contact setFlow(String value) { this.Flow = value; return this; }
        public Date getLastContact() { return LastContact; }
        public Contact setLastContact(Date value) { this.LastContact = value; return this; }
        public Boolean isDoNotContact() { return DoNotContact; }
        public Contact setDoNotContact(Boolean value) { this.DoNotContact = value; return this; }
        public Boolean isActive() { return Active; }
        public Contact setActive(Boolean value) { this.Active = value; return this; }
        public Integer getAgentId() { return AgentId; }
        public Contact setAgentId(Integer value) { this.AgentId = value; return this; }
        public String getPhoneAlt() { return PhoneAlt; }
        public Contact setPhoneAlt(String value) { this.PhoneAlt = value; return this; }
        public Integer getPeraContactId() { return PeraContactId; }
        public Contact setPeraContactId(Integer value) { this.PeraContactId = value; return this; }
        public String getRoomNumber() { return RoomNumber; }
        public Contact setRoomNumber(String value) { this.RoomNumber = value; return this; }
        public Integer getSourceTypeId() { return SourceTypeId; }
        public Contact setSourceTypeId(Integer value) { this.SourceTypeId = value; return this; }
        public String getSourceTypeDesc() { return SourceTypeDesc; }
        public Contact setSourceTypeDesc(String value) { this.SourceTypeDesc = value; return this; }
        public String getSourceNote() { return SourceNote; }
        public Contact setSourceNote(String value) { this.SourceNote = value; return this; }
        public Integer getContactStatusId() { return ContactStatusId; }
        public Contact setContactStatusId(Integer value) { this.ContactStatusId = value; return this; }
        public String getContactStatusDesc() { return ContactStatusDesc; }
        public Contact setContactStatusDesc(String value) { this.ContactStatusDesc = value; return this; }
        public String getSsn() { return SSN; }
        public Contact setSsn(String value) { this.SSN = value; return this; }
        public Date getDateOfBirth() { return DateOfBirth; }
        public Contact setDateOfBirth(Date value) { this.DateOfBirth = value; return this; }
        public Boolean isDeleted() { return Deleted; }
        public Contact setDeleted(Boolean value) { this.Deleted = value; return this; }
        public Boolean getIsShared() { return IsShared; }
        public Contact setIsShared(Boolean value) { this.IsShared = value; return this; }
        public String getAddressLine1() { return address_line1; }
        public Contact setAddressLine1(String value) { this.address_line1 = value; return this; }
        public String getAddressCity() { return address_city; }
        public Contact setAddressCity(String value) { this.address_city = value; return this; }
        public String getAddressState() { return address_state; }
        public Contact setAddressState(String value) { this.address_state = value; return this; }
        public String getAddressZip() { return address_zip; }
        public Contact setAddressZip(String value) { this.address_zip = value; return this; }
        public String getDeletedBy() { return DeletedBy; }
        public Contact setDeletedBy(String value) { this.DeletedBy = value; return this; }
        public Date getDeletedDateTimeUtc() { return DeletedDateTimeUtc; }
        public Contact setDeletedDateTimeUtc(Date value) { this.DeletedDateTimeUtc = value; return this; }
        public Boolean isHasNBC() { return HasNBC; }
        public Contact setHasNBC(Boolean value) { this.HasNBC = value; return this; }
        public Boolean isHasFactFinderSheet() { return HasFactFinderSheet; }
        public Contact setHasFactFinderSheet(Boolean value) { this.HasFactFinderSheet = value; return this; }
        public String getMiddleInitial() { return MiddleInitial; }
        public Contact setMiddleInitial(String value) { this.MiddleInitial = value; return this; }
        public String getTags() { return Tags; }
        public Contact setTags(String value) { this.Tags = value; return this; }
        public Date getDateCreated() { return DateCreated; }
        public Contact setDateCreated(Date value) { this.DateCreated = value; return this; }
        public String getPhoneLabel() { return PhoneLabel; }
        public Contact setPhoneLabel(String value) { this.PhoneLabel = value; return this; }
        public String getAltPhoneLabel() { return AltPhoneLabel; }
        public Contact setAltPhoneLabel(String value) { this.AltPhoneLabel = value; return this; }
        public String getCarriers() { return Carriers; }
        public Contact setCarriers(String value) { this.Carriers = value; return this; }
        public String getContactImage() { return ContactImage; }
        public Contact setContactImage(String value) { this.ContactImage = value; return this; }
        public String getCompanyAffiliation() { return CompanyAffiliation; }
        public Contact setCompanyAffiliation(String value) { this.CompanyAffiliation = value; return this; }
        public String getAdditionalInformation() { return AdditionalInformation; }
        public Contact setAdditionalInformation(String value) { this.AdditionalInformation = value; return this; }
        public Boolean isHasGiftCard() { return HasGiftCard; }
        public Contact setHasGiftCard(Boolean value) { this.HasGiftCard = value; return this; }
        public Integer getContactCategory() { return ContactCategory; }
        public Contact setContactCategory(Integer value) { this.ContactCategory = value; return this; }
        public Integer getWritingAgentId() { return WritingAgentId; }
        public Contact setWritingAgentId(Integer value) { this.WritingAgentId = value; return this; }
        public String getWritingAgentName() { return WritingAgentName; }
        public Contact setWritingAgentName(String value) { this.WritingAgentName = value; return this; }
        public String getMaritalStatus() { return MaritalStatus; }
        public Contact setMaritalStatus(String value) { this.MaritalStatus = value; return this; }
        public BigDecimal getTotalDebtAmount() { return TotalDebtAmount; }
        public Contact setTotalDebtAmount(BigDecimal value) { this.TotalDebtAmount = value; return this; }
        public Integer getNumberOfDebtAccounts() { return NumberOfDebtAccounts; }
        public Contact setNumberOfDebtAccounts(Integer value) { this.NumberOfDebtAccounts = value; return this; }
        public Integer getFactFinderCodeId() { return FactFinderCodeId; }
        public Contact setFactFinderCodeId(Integer value) { this.FactFinderCodeId = value; return this; }
        public String getBusinessName() { return BusinessName; }
        public Contact setBusinessName(String value) { this.BusinessName = value; return this; }
        public String getDba() { return DBA; }
        public Contact setDba(String value) { this.DBA = value; return this; }
        public UUID getContactGUID() { return ContactGUID; }
        public Contact setContactGUID(UUID value) { this.ContactGUID = value; return this; }
        public Date getProjectEndDate() { return ProjectEndDate; }
        public Contact setProjectEndDate(Date value) { this.ProjectEndDate = value; return this; }
        public Integer getRate() { return Rate; }
        public Contact setRate(Integer value) { this.Rate = value; return this; }
        public Integer getJobID() { return JobID; }
        public Contact setJobID(Integer value) { this.JobID = value; return this; }
        public String getJobName() { return JobName; }
        public Contact setJobName(String value) { this.JobName = value; return this; }
        public Integer getJobCount() { return JobCount; }
        public Contact setJobCount(Integer value) { this.JobCount = value; return this; }
        public Boolean isLocked() { return Locked; }
        public Contact setLocked(Boolean value) { this.Locked = value; return this; }
        public Integer getLockedByAgentId() { return LockedByAgentId; }
        public Contact setLockedByAgentId(Integer value) { this.LockedByAgentId = value; return this; }
        public Date getLockedTimestamp() { return LockedTimestamp; }
        public Contact setLockedTimestamp(Date value) { this.LockedTimestamp = value; return this; }
        public String getInitials() { return Initials; }
        public Contact setInitials(String value) { this.Initials = value; return this; }
        public String getContactCategoryName() { return ContactCategoryName; }
        public Contact setContactCategoryName(String value) { this.ContactCategoryName = value; return this; }
        public Boolean isSmsOptIn() { return SMSOptIn; }
        public Contact setSmsOptIn(Boolean value) { this.SMSOptIn = value; return this; }
    }

    public static class FactFinderDebt
    {
        public Integer FactFinderDebtId = null;
        public Integer ContactId = null;
        public Boolean OwnHome = null;
        public BigDecimal HomeValue = null;
        public Boolean OtherProperty = null;
        public BigDecimal OtherPropertyValue = null;
        public Boolean FirstCar = null;
        public BigDecimal FirstCarValue = null;
        public Boolean SecondCar = null;
        public BigDecimal SecondCarValue = null;
        public Boolean BoatRv = null;
        public BigDecimal BoatRvValue = null;
        public Boolean Stocks401kOther = null;
        public BigDecimal Stocks401kOtherValue = null;
        public Boolean HomeRentInsurance = null;
        public BigDecimal HomeRentInsuranceValue = null;
        public Boolean ChildAlimonySupport = null;
        public BigDecimal ChildAlimonySupportValue = null;
        public Boolean ChildcareRelated = null;
        public BigDecimal ChildcareRelatedValue = null;
        public Boolean LifeInsurance = null;
        public BigDecimal LifePolicyAmount = null;
        public BigDecimal LifeInsuranceMonthly = null;
        public BigDecimal MortgageRentExpense = null;
        public BigDecimal PropertyTaxExpense = null;
        public BigDecimal CarPaymentFirstExpense = null;
        public BigDecimal CarPaymentSecondExpense = null;
        public BigDecimal RVPaymentExpense = null;
        public BigDecimal SavingsPaymentExpense = null;
        public BigDecimal HomeInsuranceExpense = null;
        public BigDecimal GroceriesExpense = null;
        public BigDecimal EntertainmentExpense = null;
        public BigDecimal LifeInsuranceCostExpense = null;
        public BigDecimal GasElectricityExpense = null;
        public BigDecimal WaterTrashSewerExpense = null;
        public BigDecimal TelephoneCellExpense = null;
        public BigDecimal CableInternetExpense = null;
        public BigDecimal AutoExpenseGasExpense = null;
        public BigDecimal AutoInsuranceExpense = null;
        public BigDecimal MedicalExpense = null;
        public BigDecimal MiscellaneousExpense = null;
        public BigDecimal FamilyFriendLoansExpense = null;
        public String WhatBank = null;
        public Boolean BankDebt = null;
        public Boolean CreditUnion = null;
        
        public Integer getFactFinderDebtId() { return FactFinderDebtId; }
        public FactFinderDebt setFactFinderDebtId(Integer value) { this.FactFinderDebtId = value; return this; }
        public Integer getContactId() { return ContactId; }
        public FactFinderDebt setContactId(Integer value) { this.ContactId = value; return this; }
        public Boolean isOwnHome() { return OwnHome; }
        public FactFinderDebt setOwnHome(Boolean value) { this.OwnHome = value; return this; }
        public BigDecimal getHomeValue() { return HomeValue; }
        public FactFinderDebt setHomeValue(BigDecimal value) { this.HomeValue = value; return this; }
        public Boolean isOtherProperty() { return OtherProperty; }
        public FactFinderDebt setOtherProperty(Boolean value) { this.OtherProperty = value; return this; }
        public BigDecimal getOtherPropertyValue() { return OtherPropertyValue; }
        public FactFinderDebt setOtherPropertyValue(BigDecimal value) { this.OtherPropertyValue = value; return this; }
        public Boolean isFirstCar() { return FirstCar; }
        public FactFinderDebt setFirstCar(Boolean value) { this.FirstCar = value; return this; }
        public BigDecimal getFirstCarValue() { return FirstCarValue; }
        public FactFinderDebt setFirstCarValue(BigDecimal value) { this.FirstCarValue = value; return this; }
        public Boolean isSecondCar() { return SecondCar; }
        public FactFinderDebt setSecondCar(Boolean value) { this.SecondCar = value; return this; }
        public BigDecimal getSecondCarValue() { return SecondCarValue; }
        public FactFinderDebt setSecondCarValue(BigDecimal value) { this.SecondCarValue = value; return this; }
        public Boolean isBoatRv() { return BoatRv; }
        public FactFinderDebt setBoatRv(Boolean value) { this.BoatRv = value; return this; }
        public BigDecimal getBoatRvValue() { return BoatRvValue; }
        public FactFinderDebt setBoatRvValue(BigDecimal value) { this.BoatRvValue = value; return this; }
        public Boolean isStocks401kOther() { return Stocks401kOther; }
        public FactFinderDebt setStocks401kOther(Boolean value) { this.Stocks401kOther = value; return this; }
        public BigDecimal getStocks401kOtherValue() { return Stocks401kOtherValue; }
        public FactFinderDebt setStocks401kOtherValue(BigDecimal value) { this.Stocks401kOtherValue = value; return this; }
        public Boolean isHomeRentInsurance() { return HomeRentInsurance; }
        public FactFinderDebt setHomeRentInsurance(Boolean value) { this.HomeRentInsurance = value; return this; }
        public BigDecimal getHomeRentInsuranceValue() { return HomeRentInsuranceValue; }
        public FactFinderDebt setHomeRentInsuranceValue(BigDecimal value) { this.HomeRentInsuranceValue = value; return this; }
        public Boolean isChildAlimonySupport() { return ChildAlimonySupport; }
        public FactFinderDebt setChildAlimonySupport(Boolean value) { this.ChildAlimonySupport = value; return this; }
        public BigDecimal getChildAlimonySupportValue() { return ChildAlimonySupportValue; }
        public FactFinderDebt setChildAlimonySupportValue(BigDecimal value) { this.ChildAlimonySupportValue = value; return this; }
        public Boolean isChildcareRelated() { return ChildcareRelated; }
        public FactFinderDebt setChildcareRelated(Boolean value) { this.ChildcareRelated = value; return this; }
        public BigDecimal getChildcareRelatedValue() { return ChildcareRelatedValue; }
        public FactFinderDebt setChildcareRelatedValue(BigDecimal value) { this.ChildcareRelatedValue = value; return this; }
        public Boolean isLifeInsurance() { return LifeInsurance; }
        public FactFinderDebt setLifeInsurance(Boolean value) { this.LifeInsurance = value; return this; }
        public BigDecimal getLifePolicyAmount() { return LifePolicyAmount; }
        public FactFinderDebt setLifePolicyAmount(BigDecimal value) { this.LifePolicyAmount = value; return this; }
        public BigDecimal getLifeInsuranceMonthly() { return LifeInsuranceMonthly; }
        public FactFinderDebt setLifeInsuranceMonthly(BigDecimal value) { this.LifeInsuranceMonthly = value; return this; }
        public BigDecimal getMortgageRentExpense() { return MortgageRentExpense; }
        public FactFinderDebt setMortgageRentExpense(BigDecimal value) { this.MortgageRentExpense = value; return this; }
        public BigDecimal getPropertyTaxExpense() { return PropertyTaxExpense; }
        public FactFinderDebt setPropertyTaxExpense(BigDecimal value) { this.PropertyTaxExpense = value; return this; }
        public BigDecimal getCarPaymentFirstExpense() { return CarPaymentFirstExpense; }
        public FactFinderDebt setCarPaymentFirstExpense(BigDecimal value) { this.CarPaymentFirstExpense = value; return this; }
        public BigDecimal getCarPaymentSecondExpense() { return CarPaymentSecondExpense; }
        public FactFinderDebt setCarPaymentSecondExpense(BigDecimal value) { this.CarPaymentSecondExpense = value; return this; }
        public BigDecimal getRvPaymentExpense() { return RVPaymentExpense; }
        public FactFinderDebt setRvPaymentExpense(BigDecimal value) { this.RVPaymentExpense = value; return this; }
        public BigDecimal getSavingsPaymentExpense() { return SavingsPaymentExpense; }
        public FactFinderDebt setSavingsPaymentExpense(BigDecimal value) { this.SavingsPaymentExpense = value; return this; }
        public BigDecimal getHomeInsuranceExpense() { return HomeInsuranceExpense; }
        public FactFinderDebt setHomeInsuranceExpense(BigDecimal value) { this.HomeInsuranceExpense = value; return this; }
        public BigDecimal getGroceriesExpense() { return GroceriesExpense; }
        public FactFinderDebt setGroceriesExpense(BigDecimal value) { this.GroceriesExpense = value; return this; }
        public BigDecimal getEntertainmentExpense() { return EntertainmentExpense; }
        public FactFinderDebt setEntertainmentExpense(BigDecimal value) { this.EntertainmentExpense = value; return this; }
        public BigDecimal getLifeInsuranceCostExpense() { return LifeInsuranceCostExpense; }
        public FactFinderDebt setLifeInsuranceCostExpense(BigDecimal value) { this.LifeInsuranceCostExpense = value; return this; }
        public BigDecimal getGasElectricityExpense() { return GasElectricityExpense; }
        public FactFinderDebt setGasElectricityExpense(BigDecimal value) { this.GasElectricityExpense = value; return this; }
        public BigDecimal getWaterTrashSewerExpense() { return WaterTrashSewerExpense; }
        public FactFinderDebt setWaterTrashSewerExpense(BigDecimal value) { this.WaterTrashSewerExpense = value; return this; }
        public BigDecimal getTelephoneCellExpense() { return TelephoneCellExpense; }
        public FactFinderDebt setTelephoneCellExpense(BigDecimal value) { this.TelephoneCellExpense = value; return this; }
        public BigDecimal getCableInternetExpense() { return CableInternetExpense; }
        public FactFinderDebt setCableInternetExpense(BigDecimal value) { this.CableInternetExpense = value; return this; }
        public BigDecimal getAutoExpenseGasExpense() { return AutoExpenseGasExpense; }
        public FactFinderDebt setAutoExpenseGasExpense(BigDecimal value) { this.AutoExpenseGasExpense = value; return this; }
        public BigDecimal getAutoInsuranceExpense() { return AutoInsuranceExpense; }
        public FactFinderDebt setAutoInsuranceExpense(BigDecimal value) { this.AutoInsuranceExpense = value; return this; }
        public BigDecimal getMedicalExpense() { return MedicalExpense; }
        public FactFinderDebt setMedicalExpense(BigDecimal value) { this.MedicalExpense = value; return this; }
        public BigDecimal getMiscellaneousExpense() { return MiscellaneousExpense; }
        public FactFinderDebt setMiscellaneousExpense(BigDecimal value) { this.MiscellaneousExpense = value; return this; }
        public BigDecimal getFamilyFriendLoansExpense() { return FamilyFriendLoansExpense; }
        public FactFinderDebt setFamilyFriendLoansExpense(BigDecimal value) { this.FamilyFriendLoansExpense = value; return this; }
        public String getWhatBank() { return WhatBank; }
        public FactFinderDebt setWhatBank(String value) { this.WhatBank = value; return this; }
        public Boolean isBankDebt() { return BankDebt; }
        public FactFinderDebt setBankDebt(Boolean value) { this.BankDebt = value; return this; }
        public Boolean isCreditUnion() { return CreditUnion; }
        public FactFinderDebt setCreditUnion(Boolean value) { this.CreditUnion = value; return this; }
    }

    public static class ContactSpouse
    {
        public Integer ContactSpouseId = null;
        public Integer ContactId = null;
        public String Name = null;
        public Date DOB = null;
        public String Cell = null;
        public String Employer = null;
        public BigDecimal Years = null;
        public String Position = null;
        public String Email = null;
        public String PastOccupations = null;
        
        public Integer getContactSpouseId() { return ContactSpouseId; }
        public ContactSpouse setContactSpouseId(Integer value) { this.ContactSpouseId = value; return this; }
        public Integer getContactId() { return ContactId; }
        public ContactSpouse setContactId(Integer value) { this.ContactId = value; return this; }
        public String getName() { return Name; }
        public ContactSpouse setName(String value) { this.Name = value; return this; }
        public Date getDob() { return DOB; }
        public ContactSpouse setDob(Date value) { this.DOB = value; return this; }
        public String getCell() { return Cell; }
        public ContactSpouse setCell(String value) { this.Cell = value; return this; }
        public String getEmployer() { return Employer; }
        public ContactSpouse setEmployer(String value) { this.Employer = value; return this; }
        public BigDecimal getYears() { return Years; }
        public ContactSpouse setYears(BigDecimal value) { this.Years = value; return this; }
        public String getPosition() { return Position; }
        public ContactSpouse setPosition(String value) { this.Position = value; return this; }
        public String getEmail() { return Email; }
        public ContactSpouse setEmail(String value) { this.Email = value; return this; }
        public String getPastOccupations() { return PastOccupations; }
        public ContactSpouse setPastOccupations(String value) { this.PastOccupations = value; return this; }
    }

    public static class ContactCreditor
    {
        public Integer ContactCreditorId = null;
        public Integer ContactId = null;
        public String CreditorName = null;
        public String NameOnAccount = null;
        public String AccountNumber = null;
        public BigDecimal CurrentBalance = null;
        public BigDecimal MinimumPayment = null;
        public Boolean HasCoSigner = null;
        
        public Integer getContactCreditorId() { return ContactCreditorId; }
        public ContactCreditor setContactCreditorId(Integer value) { this.ContactCreditorId = value; return this; }
        public Integer getContactId() { return ContactId; }
        public ContactCreditor setContactId(Integer value) { this.ContactId = value; return this; }
        public String getCreditorName() { return CreditorName; }
        public ContactCreditor setCreditorName(String value) { this.CreditorName = value; return this; }
        public String getNameOnAccount() { return NameOnAccount; }
        public ContactCreditor setNameOnAccount(String value) { this.NameOnAccount = value; return this; }
        public String getAccountNumber() { return AccountNumber; }
        public ContactCreditor setAccountNumber(String value) { this.AccountNumber = value; return this; }
        public BigDecimal getCurrentBalance() { return CurrentBalance; }
        public ContactCreditor setCurrentBalance(BigDecimal value) { this.CurrentBalance = value; return this; }
        public BigDecimal getMinimumPayment() { return MinimumPayment; }
        public ContactCreditor setMinimumPayment(BigDecimal value) { this.MinimumPayment = value; return this; }
        public Boolean isHasCoSigner() { return HasCoSigner; }
        public ContactCreditor setHasCoSigner(Boolean value) { this.HasCoSigner = value; return this; }
    }

}

Java FactFinderDebtRequest 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.

POST /v1/FactFinderDebt HTTP/1.1 
Host: api.dev.dynamics.trendsic.com 
Accept: application/xml
Content-Type: application/xml
Content-Length: length

<FactFinderDebtRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CRM.AgencyPlatform.API.Internal">
  <ContactId>0</ContactId>
  <DataEntry>false</DataEntry>
  <FactFinderDebt>
    <AdditionalNotes>String</AdditionalNotes>
    <Contact>
      <Active>false</Active>
      <AdditionalInformation>String</AdditionalInformation>
      <AgentId>0</AgentId>
      <AltPhoneLabel>String</AltPhoneLabel>
      <BusinessName>String</BusinessName>
      <Carriers>String</Carriers>
      <CompanyAffiliation>String</CompanyAffiliation>
      <ContactCategory>0</ContactCategory>
      <ContactCategoryName>String</ContactCategoryName>
      <ContactGUID>00000000-0000-0000-0000-000000000000</ContactGUID>
      <ContactId>0</ContactId>
      <ContactImage>String</ContactImage>
      <ContactStatusDesc>String</ContactStatusDesc>
      <ContactStatusId>0</ContactStatusId>
      <ContactType>0</ContactType>
      <County>String</County>
      <CountyID>0</CountyID>
      <DBA>String</DBA>
      <DateCreated>0001-01-01T00:00:00</DateCreated>
      <DateOfBirth>0001-01-01T00:00:00</DateOfBirth>
      <Deleted>false</Deleted>
      <DeletedBy>String</DeletedBy>
      <DeletedDateTimeUtc>0001-01-01T00:00:00</DeletedDateTimeUtc>
      <Department>String</Department>
      <District>String</District>
      <DistrictID>0</DistrictID>
      <DoNotContact>false</DoNotContact>
      <EmailPersonal>String</EmailPersonal>
      <EmailWork>String</EmailWork>
      <FactFinderCodeId>0</FactFinderCodeId>
      <FirstName>String</FirstName>
      <Flow>String</Flow>
      <HasFactFinderSheet>false</HasFactFinderSheet>
      <HasGiftCard>false</HasGiftCard>
      <HasNBC>false</HasNBC>
      <Initials>String</Initials>
      <IsShared>false</IsShared>
      <JobCount>0</JobCount>
      <JobID>0</JobID>
      <JobName>String</JobName>
      <LastContact>0001-01-01T00:00:00</LastContact>
      <LastName>String</LastName>
      <Locked>false</Locked>
      <LockedByAgentId>0</LockedByAgentId>
      <LockedTimestamp>0001-01-01T00:00:00</LockedTimestamp>
      <MaritalStatus>String</MaritalStatus>
      <MiddleInitial>String</MiddleInitial>
      <Name>String</Name>
      <NumberOfDebtAccounts>0</NumberOfDebtAccounts>
      <PeraContactId>0</PeraContactId>
      <Phone>String</Phone>
      <PhoneAlt>String</PhoneAlt>
      <PhoneLabel>String</PhoneLabel>
      <ProjectEndDate>0001-01-01T00:00:00</ProjectEndDate>
      <Rate>0</Rate>
      <Role>String</Role>
      <RoomNumber>String</RoomNumber>
      <SMSOptIn>false</SMSOptIn>
      <SSN>String</SSN>
      <School>String</School>
      <SchoolID>0</SchoolID>
      <SourceNote>String</SourceNote>
      <SourceTypeDesc>String</SourceTypeDesc>
      <SourceTypeId>0</SourceTypeId>
      <State>String</State>
      <StateID>0</StateID>
      <StateName>String</StateName>
      <Tags>String</Tags>
      <Title>String</Title>
      <TotalDebtAmount>0</TotalDebtAmount>
      <WritingAgentId>0</WritingAgentId>
      <WritingAgentName>String</WritingAgentName>
      <address_city>String</address_city>
      <address_line1>String</address_line1>
      <address_state>String</address_state>
      <address_zip>String</address_zip>
    </Contact>
    <Creditors>
      <ContactCreditor>
        <AccountNumber>String</AccountNumber>
        <ContactCreditorId>0</ContactCreditorId>
        <ContactId>0</ContactId>
        <CreditorName>String</CreditorName>
        <CurrentBalance>0</CurrentBalance>
        <HasCoSigner>false</HasCoSigner>
        <MinimumPayment>0</MinimumPayment>
        <NameOnAccount>String</NameOnAccount>
      </ContactCreditor>
    </Creditors>
    <FactFinderDebt>
      <AutoExpenseGasExpense>0</AutoExpenseGasExpense>
      <AutoInsuranceExpense>0</AutoInsuranceExpense>
      <BankDebt>false</BankDebt>
      <BoatRv>false</BoatRv>
      <BoatRvValue>0</BoatRvValue>
      <CableInternetExpense>0</CableInternetExpense>
      <CarPaymentFirstExpense>0</CarPaymentFirstExpense>
      <CarPaymentSecondExpense>0</CarPaymentSecondExpense>
      <ChildAlimonySupport>false</ChildAlimonySupport>
      <ChildAlimonySupportValue>0</ChildAlimonySupportValue>
      <ChildcareRelated>false</ChildcareRelated>
      <ChildcareRelatedValue>0</ChildcareRelatedValue>
      <ContactId>0</ContactId>
      <CreditUnion>false</CreditUnion>
      <EntertainmentExpense>0</EntertainmentExpense>
      <FactFinderDebtId>0</FactFinderDebtId>
      <FamilyFriendLoansExpense>0</FamilyFriendLoansExpense>
      <FirstCar>false</FirstCar>
      <FirstCarValue>0</FirstCarValue>
      <GasElectricityExpense>0</GasElectricityExpense>
      <GroceriesExpense>0</GroceriesExpense>
      <HomeInsuranceExpense>0</HomeInsuranceExpense>
      <HomeRentInsurance>false</HomeRentInsurance>
      <HomeRentInsuranceValue>0</HomeRentInsuranceValue>
      <HomeValue>0</HomeValue>
      <LifeInsurance>false</LifeInsurance>
      <LifeInsuranceCostExpense>0</LifeInsuranceCostExpense>
      <LifeInsuranceMonthly>0</LifeInsuranceMonthly>
      <LifePolicyAmount>0</LifePolicyAmount>
      <MedicalExpense>0</MedicalExpense>
      <MiscellaneousExpense>0</MiscellaneousExpense>
      <MortgageRentExpense>0</MortgageRentExpense>
      <OtherProperty>false</OtherProperty>
      <OtherPropertyValue>0</OtherPropertyValue>
      <OwnHome>false</OwnHome>
      <PropertyTaxExpense>0</PropertyTaxExpense>
      <RVPaymentExpense>0</RVPaymentExpense>
      <SavingsPaymentExpense>0</SavingsPaymentExpense>
      <SecondCar>false</SecondCar>
      <SecondCarValue>0</SecondCarValue>
      <Stocks401kOther>false</Stocks401kOther>
      <Stocks401kOtherValue>0</Stocks401kOtherValue>
      <TelephoneCellExpense>0</TelephoneCellExpense>
      <WaterTrashSewerExpense>0</WaterTrashSewerExpense>
      <WhatBank>String</WhatBank>
    </FactFinderDebt>
    <Spouse>
      <Cell>String</Cell>
      <ContactId>0</ContactId>
      <ContactSpouseId>0</ContactSpouseId>
      <DOB>0001-01-01T00:00:00</DOB>
      <Email>String</Email>
      <Employer>String</Employer>
      <Name>String</Name>
      <PastOccupations>String</PastOccupations>
      <Position>String</Position>
      <Years>0</Years>
    </Spouse>
  </FactFinderDebt>
</FactFinderDebtRequest>