| Requires any of the roles: | Worker, Agent, Administrator |
| GET,POST,PUT,OPTIONS | /v1/ContactConnections/{ContactId} |
|---|
import java.math.*;
import java.util.*;
import java.io.InputStream;
import net.servicestack.client.*;
public class dtos
{
public static class ContactConnectionRequest
{
public ArrayList<Contact> Contact = new ArrayList<Contact>();
public Integer ContactId = null;
public Integer AgentId = null;
public ArrayList<Contact> getContact() { return Contact; }
public ContactConnectionRequest setContact(ArrayList<Contact> value) { this.Contact = value; return this; }
public Integer getContactId() { return ContactId; }
public ContactConnectionRequest setContactId(Integer value) { this.ContactId = value; return this; }
public Integer getAgentId() { return AgentId; }
public ContactConnectionRequest setAgentId(Integer value) { this.AgentId = 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 BigDecimal 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 Boolean IsPlaceholder = null;
public ArrayList<String> Skills = new ArrayList<String>();
public ArrayList<Department> Departments = new ArrayList<Department>();
public UUID BranchId = null;
public String BranchName = null;
public Integer UnionLocalId = null;
public Integer WorkerClassificationId = null;
public Date SeniorityDate = null;
public String UnionMemberNumber = null;
public Boolean VoiceConsent = null;
public Date VoiceConsentAtUtc = null;
public String VoiceConsentSource = 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 BigDecimal getRate() { return Rate; }
public Contact setRate(BigDecimal 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 Boolean getIsPlaceholder() { return IsPlaceholder; }
public Contact setIsPlaceholder(Boolean value) { this.IsPlaceholder = value; return this; }
public ArrayList<String> getSkills() { return Skills; }
public Contact setSkills(ArrayList<String> value) { this.Skills = value; return this; }
public ArrayList<Department> getDepartments() { return Departments; }
public Contact setDepartments(ArrayList<Department> value) { this.Departments = value; return this; }
public UUID getBranchId() { return BranchId; }
public Contact setBranchId(UUID value) { this.BranchId = value; return this; }
public String getBranchName() { return BranchName; }
public Contact setBranchName(String value) { this.BranchName = value; return this; }
public Integer getUnionLocalId() { return UnionLocalId; }
public Contact setUnionLocalId(Integer value) { this.UnionLocalId = value; return this; }
public Integer getWorkerClassificationId() { return WorkerClassificationId; }
public Contact setWorkerClassificationId(Integer value) { this.WorkerClassificationId = value; return this; }
public Date getSeniorityDate() { return SeniorityDate; }
public Contact setSeniorityDate(Date value) { this.SeniorityDate = value; return this; }
public String getUnionMemberNumber() { return UnionMemberNumber; }
public Contact setUnionMemberNumber(String value) { this.UnionMemberNumber = value; return this; }
public Boolean isVoiceConsent() { return VoiceConsent; }
public Contact setVoiceConsent(Boolean value) { this.VoiceConsent = value; return this; }
public Date getVoiceConsentAtUtc() { return VoiceConsentAtUtc; }
public Contact setVoiceConsentAtUtc(Date value) { this.VoiceConsentAtUtc = value; return this; }
public String getVoiceConsentSource() { return VoiceConsentSource; }
public Contact setVoiceConsentSource(String value) { this.VoiceConsentSource = value; return this; }
}
public static class Department
{
public Integer DepartmentID = null;
public UUID DepartmentUID = null;
public String Name = null;
public String Description = null;
public String Code = null;
public String Color = null;
public BigDecimal Budget = null;
public String BillingMethod = null;
public String CostCenter = null;
public String BillingContact = null;
public String BillingEmail = null;
public Boolean ApprovalOn = null;
public BigDecimal Threshold = null;
public Boolean Active = null;
public String CreatedBy = null;
public Date CreatedAt = null;
public Integer Members = null;
public Integer getDepartmentID() { return DepartmentID; }
public Department setDepartmentID(Integer value) { this.DepartmentID = value; return this; }
public UUID getDepartmentUID() { return DepartmentUID; }
public Department setDepartmentUID(UUID value) { this.DepartmentUID = value; return this; }
public String getName() { return Name; }
public Department setName(String value) { this.Name = value; return this; }
public String getDescription() { return Description; }
public Department setDescription(String value) { this.Description = value; return this; }
public String getCode() { return Code; }
public Department setCode(String value) { this.Code = value; return this; }
public String getColor() { return Color; }
public Department setColor(String value) { this.Color = value; return this; }
public BigDecimal getBudget() { return Budget; }
public Department setBudget(BigDecimal value) { this.Budget = value; return this; }
public String getBillingMethod() { return BillingMethod; }
public Department setBillingMethod(String value) { this.BillingMethod = value; return this; }
public String getCostCenter() { return CostCenter; }
public Department setCostCenter(String value) { this.CostCenter = value; return this; }
public String getBillingContact() { return BillingContact; }
public Department setBillingContact(String value) { this.BillingContact = value; return this; }
public String getBillingEmail() { return BillingEmail; }
public Department setBillingEmail(String value) { this.BillingEmail = value; return this; }
public Boolean isApprovalOn() { return ApprovalOn; }
public Department setApprovalOn(Boolean value) { this.ApprovalOn = value; return this; }
public BigDecimal getThreshold() { return Threshold; }
public Department setThreshold(BigDecimal value) { this.Threshold = value; return this; }
public Boolean isActive() { return Active; }
public Department setActive(Boolean value) { this.Active = value; return this; }
public String getCreatedBy() { return CreatedBy; }
public Department setCreatedBy(String value) { this.CreatedBy = value; return this; }
public Date getCreatedAt() { return CreatedAt; }
public Department setCreatedAt(Date value) { this.CreatedAt = value; return this; }
public Integer getMembers() { return Members; }
public Department setMembers(Integer value) { this.Members = value; return this; }
}
public static class ContactResponse
{
public ResponseStatus ResponseStatus = null;
public ArrayList<Contact> Contact = new ArrayList<Contact>();
public ResponseStatus getResponseStatus() { return ResponseStatus; }
public ContactResponse setResponseStatus(ResponseStatus value) { this.ResponseStatus = value; return this; }
public ArrayList<Contact> getContact() { return Contact; }
public ContactResponse setContact(ArrayList<Contact> value) { this.Contact = value; return this; }
}
}
Java ContactConnectionRequest DTOs
To override the Content-type in your clients, use the HTTP Accept Header, append the .xml suffix or ?format=xml
The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.
POST /v1/ContactConnections/{ContactId} HTTP/1.1
Host: api.dev.dynamics.trendsic.com
Accept: application/xml
Content-Type: application/xml
Content-Length: length
<ContactConnectionRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CRM.AgencyPlatform.API.Internal">
<AgentId>0</AgentId>
<Contact>
<Contact>
<Active>false</Active>
<AdditionalInformation>String</AdditionalInformation>
<AgentId>0</AgentId>
<AltPhoneLabel>String</AltPhoneLabel>
<BranchId>00000000-0000-0000-0000-000000000000</BranchId>
<BranchName>String</BranchName>
<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>
<Departments>
<Department>
<Active>false</Active>
<ApprovalOn>false</ApprovalOn>
<BillingContact>String</BillingContact>
<BillingEmail>String</BillingEmail>
<BillingMethod>String</BillingMethod>
<Budget>0</Budget>
<Code>String</Code>
<Color>String</Color>
<CostCenter>String</CostCenter>
<CreatedAt>0001-01-01T00:00:00</CreatedAt>
<CreatedBy>String</CreatedBy>
<DepartmentID>0</DepartmentID>
<DepartmentUID>00000000-0000-0000-0000-000000000000</DepartmentUID>
<Description>String</Description>
<Members>0</Members>
<Name>String</Name>
<Threshold>0</Threshold>
</Department>
</Departments>
<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>
<IsPlaceholder>false</IsPlaceholder>
<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>
<SeniorityDate>0001-01-01T00:00:00</SeniorityDate>
<Skills xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d4p1:string>String</d4p1:string>
</Skills>
<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>
<UnionLocalId>0</UnionLocalId>
<UnionMemberNumber>String</UnionMemberNumber>
<VoiceConsent>false</VoiceConsent>
<VoiceConsentAtUtc>0001-01-01T00:00:00</VoiceConsentAtUtc>
<VoiceConsentSource>String</VoiceConsentSource>
<WorkerClassificationId>0</WorkerClassificationId>
<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>
</Contact>
<ContactId>0</ContactId>
</ContactConnectionRequest>
HTTP/1.1 200 OK
Content-Type: application/xml
Content-Length: length
<ContactResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CRM.AgencyPlatform.API.Internal">
<Contact>
<Contact>
<Active>false</Active>
<AdditionalInformation>String</AdditionalInformation>
<AgentId>0</AgentId>
<AltPhoneLabel>String</AltPhoneLabel>
<BranchId>00000000-0000-0000-0000-000000000000</BranchId>
<BranchName>String</BranchName>
<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>
<Departments>
<Department>
<Active>false</Active>
<ApprovalOn>false</ApprovalOn>
<BillingContact>String</BillingContact>
<BillingEmail>String</BillingEmail>
<BillingMethod>String</BillingMethod>
<Budget>0</Budget>
<Code>String</Code>
<Color>String</Color>
<CostCenter>String</CostCenter>
<CreatedAt>0001-01-01T00:00:00</CreatedAt>
<CreatedBy>String</CreatedBy>
<DepartmentID>0</DepartmentID>
<DepartmentUID>00000000-0000-0000-0000-000000000000</DepartmentUID>
<Description>String</Description>
<Members>0</Members>
<Name>String</Name>
<Threshold>0</Threshold>
</Department>
</Departments>
<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>
<IsPlaceholder>false</IsPlaceholder>
<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>
<SeniorityDate>0001-01-01T00:00:00</SeniorityDate>
<Skills xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d4p1:string>String</d4p1:string>
</Skills>
<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>
<UnionLocalId>0</UnionLocalId>
<UnionMemberNumber>String</UnionMemberNumber>
<VoiceConsent>false</VoiceConsent>
<VoiceConsentAtUtc>0001-01-01T00:00:00</VoiceConsentAtUtc>
<VoiceConsentSource>String</VoiceConsentSource>
<WorkerClassificationId>0</WorkerClassificationId>
<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>
</Contact>
<ResponseStatus xmlns:d2p1="http://schemas.servicestack.net/types">
<d2p1:ErrorCode>String</d2p1:ErrorCode>
<d2p1:Message>String</d2p1:Message>
<d2p1:StackTrace>String</d2p1:StackTrace>
<d2p1:Errors>
<d2p1:ResponseError>
<d2p1:ErrorCode>String</d2p1:ErrorCode>
<d2p1:FieldName>String</d2p1:FieldName>
<d2p1:Message>String</d2p1:Message>
<d2p1:Meta xmlns:d5p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d5p1:KeyValueOfstringstring>
<d5p1:Key>String</d5p1:Key>
<d5p1:Value>String</d5p1:Value>
</d5p1:KeyValueOfstringstring>
</d2p1:Meta>
</d2p1:ResponseError>
</d2p1:Errors>
<d2p1:Meta xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:KeyValueOfstringstring>
<d3p1:Key>String</d3p1:Key>
<d3p1:Value>String</d3p1:Value>
</d3p1:KeyValueOfstringstring>
</d2p1:Meta>
</ResponseStatus>
</ContactResponse>