POST api/ContactProfile/SaveContactProfile

Request Information

URI Parameters

None.

Body Parameters

ContactProfileModel
NameDescriptionTypeAdditional information
ContactID

integer

None.

Hair

string

None.

Build

string

None.

Height

string

None.

Eyes

string

None.

EmploymentStatusID

integer

None.

IsContactOnInvalidityBenefit

boolean

None.

IsContactOnFamilyTaxCredit

boolean

None.

IsContactOnIncomeSupport

boolean

None.

IsContactOnJobSeekersAllowance

boolean

None.

IsContactOnLowIncome

boolean

None.

IsContactSingleParent

boolean

None.

IsContactOnHoliday

boolean

None.

ContactOnHolidayDueBackDate

date

None.

IsContactBankrupt

boolean

None.

IsContactPregnant

boolean

None.

IsContactLanguageProblems

boolean

None.

IsContactInPrison

boolean

None.

IsContactTerminallyIll

boolean

None.

IsContactInHospital

boolean

None.

IsContactMentallyIll

boolean

None.

IsContactDisabled

boolean

None.

IsContactDeceased

boolean

None.

IsContactOS

boolean

None.

IsContactInMilitary

boolean

None.

ContactNationalInsuranceNumber

string

None.

ContactDeceasedYear

integer

None.

ContactDeceasedMonth

integer

None.

ContactDeceasedDay

integer

None.

ContactDeceasedRegNumber

string

None.

ContactDeceasedCauseOfDeath

string

None.

ContactMovedOSWhere

string

None.

ContactMovedOSYear

integer

None.

ContactMovedOSMonth

integer

None.

ContactMovedOSDay

integer

None.

ContactBankruptcyOrderNumber

string

None.

ContactPrisonName

string

None.

ContactPrisonReleaseYear

integer

None.

ContactPrisonReleaseMonth

integer

None.

ContactPrisonReleaseDay

integer

None.

ContactResidency

string

None.

CreateID

integer

None.

CreateSessionID

integer

None.

CreateTS

date

None.

ModifyID

integer

None.

ModifySessionID

integer

None.

ModifyTS

date

None.

InactiveID

integer

None.

InactiveSessionID

integer

None.

InactiveTS

date

None.

StatusID

integer

None.

ContactTaxFileNumber

string

None.

ContactPhotoMediaID

integer

None.

ContactPhysicalDescription

string

None.

IsContactOnSingleIncomeFamilySupplement

boolean

None.

ContactDriversLicenseNumber

string

None.

ContactDeceasedDate

date

None.

BecameMemberDate

date

None.

DCSID

integer

None.

AdmitDate

date

None.

AccountID

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "ContactID": 1,
  "Hair": "sample string 2",
  "Build": "sample string 3",
  "Height": "sample string 4",
  "Eyes": "sample string 5",
  "EmploymentStatusID": 1,
  "IsContactOnInvalidityBenefit": true,
  "IsContactOnFamilyTaxCredit": true,
  "IsContactOnIncomeSupport": true,
  "IsContactOnJobSeekersAllowance": true,
  "IsContactOnLowIncome": true,
  "IsContactSingleParent": true,
  "IsContactOnHoliday": true,
  "ContactOnHolidayDueBackDate": "2025-09-02T23:06:53.1707703+00:00",
  "IsContactBankrupt": true,
  "IsContactPregnant": true,
  "IsContactLanguageProblems": true,
  "IsContactInPrison": true,
  "IsContactTerminallyIll": true,
  "IsContactInHospital": true,
  "IsContactMentallyIll": true,
  "IsContactDisabled": true,
  "IsContactDeceased": true,
  "IsContactOS": true,
  "IsContactInMilitary": true,
  "ContactNationalInsuranceNumber": "sample string 6",
  "ContactDeceasedYear": 1,
  "ContactDeceasedMonth": 1,
  "ContactDeceasedDay": 1,
  "ContactDeceasedRegNumber": "sample string 7",
  "ContactDeceasedCauseOfDeath": "sample string 8",
  "ContactMovedOSWhere": "sample string 9",
  "ContactMovedOSYear": 1,
  "ContactMovedOSMonth": 1,
  "ContactMovedOSDay": 1,
  "ContactBankruptcyOrderNumber": "sample string 10",
  "ContactPrisonName": "sample string 11",
  "ContactPrisonReleaseYear": 1,
  "ContactPrisonReleaseMonth": 1,
  "ContactPrisonReleaseDay": 1,
  "ContactResidency": "sample string 12",
  "CreateID": 1,
  "CreateSessionID": 1,
  "CreateTS": "2025-09-02T23:06:53.190879+00:00",
  "ModifyID": 1,
  "ModifySessionID": 1,
  "ModifyTS": "2025-09-02T23:06:53.190879+00:00",
  "InactiveID": 1,
  "InactiveSessionID": 1,
  "InactiveTS": "2025-09-02T23:06:53.190879+00:00",
  "StatusID": 1,
  "ContactTaxFileNumber": "sample string 13",
  "ContactPhotoMediaID": 1,
  "ContactPhysicalDescription": "sample string 14",
  "IsContactOnSingleIncomeFamilySupplement": true,
  "ContactDriversLicenseNumber": "sample string 15",
  "ContactDeceasedDate": "2025-09-02T23:06:53.190879+00:00",
  "BecameMemberDate": "2025-09-02T23:06:53.190879+00:00",
  "DCSID": 1,
  "AdmitDate": "2025-09-02T23:06:53.190879+00:00",
  "AccountID": 1
}

application/xml, text/xml

Sample:
<ContactProfileModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Debtrak.BusinessObjects.Models.ContactProfile">
  <AccountID>1</AccountID>
  <AdmitDate>2025-09-02T23:06:53.190879+00:00</AdmitDate>
  <BecameMemberDate>2025-09-02T23:06:53.190879+00:00</BecameMemberDate>
  <Build>sample string 3</Build>
  <ContactBankruptcyOrderNumber>sample string 10</ContactBankruptcyOrderNumber>
  <ContactDeceasedCauseOfDeath>sample string 8</ContactDeceasedCauseOfDeath>
  <ContactDeceasedDate>2025-09-02T23:06:53.190879+00:00</ContactDeceasedDate>
  <ContactDeceasedDay>1</ContactDeceasedDay>
  <ContactDeceasedMonth>1</ContactDeceasedMonth>
  <ContactDeceasedRegNumber>sample string 7</ContactDeceasedRegNumber>
  <ContactDeceasedYear>1</ContactDeceasedYear>
  <ContactDriversLicenseNumber>sample string 15</ContactDriversLicenseNumber>
  <ContactID>1</ContactID>
  <ContactMovedOSDay>1</ContactMovedOSDay>
  <ContactMovedOSMonth>1</ContactMovedOSMonth>
  <ContactMovedOSWhere>sample string 9</ContactMovedOSWhere>
  <ContactMovedOSYear>1</ContactMovedOSYear>
  <ContactNationalInsuranceNumber>sample string 6</ContactNationalInsuranceNumber>
  <ContactOnHolidayDueBackDate>2025-09-02T23:06:53.1707703+00:00</ContactOnHolidayDueBackDate>
  <ContactPhotoMediaID>1</ContactPhotoMediaID>
  <ContactPhysicalDescription>sample string 14</ContactPhysicalDescription>
  <ContactPrisonName>sample string 11</ContactPrisonName>
  <ContactPrisonReleaseDay>1</ContactPrisonReleaseDay>
  <ContactPrisonReleaseMonth>1</ContactPrisonReleaseMonth>
  <ContactPrisonReleaseYear>1</ContactPrisonReleaseYear>
  <ContactResidency>sample string 12</ContactResidency>
  <ContactTaxFileNumber>sample string 13</ContactTaxFileNumber>
  <CreateID>1</CreateID>
  <CreateSessionID>1</CreateSessionID>
  <CreateTS>2025-09-02T23:06:53.190879+00:00</CreateTS>
  <DCSID>1</DCSID>
  <EmploymentStatusID>1</EmploymentStatusID>
  <Eyes>sample string 5</Eyes>
  <Hair>sample string 2</Hair>
  <Height>sample string 4</Height>
  <InactiveID>1</InactiveID>
  <InactiveSessionID>1</InactiveSessionID>
  <InactiveTS>2025-09-02T23:06:53.190879+00:00</InactiveTS>
  <IsContactBankrupt>true</IsContactBankrupt>
  <IsContactDeceased>true</IsContactDeceased>
  <IsContactDisabled>true</IsContactDisabled>
  <IsContactInHospital>true</IsContactInHospital>
  <IsContactInMilitary>true</IsContactInMilitary>
  <IsContactInPrison>true</IsContactInPrison>
  <IsContactLanguageProblems>true</IsContactLanguageProblems>
  <IsContactMentallyIll>true</IsContactMentallyIll>
  <IsContactOS>true</IsContactOS>
  <IsContactOnFamilyTaxCredit>true</IsContactOnFamilyTaxCredit>
  <IsContactOnHoliday>true</IsContactOnHoliday>
  <IsContactOnIncomeSupport>true</IsContactOnIncomeSupport>
  <IsContactOnInvalidityBenefit>true</IsContactOnInvalidityBenefit>
  <IsContactOnJobSeekersAllowance>true</IsContactOnJobSeekersAllowance>
  <IsContactOnLowIncome>true</IsContactOnLowIncome>
  <IsContactOnSingleIncomeFamilySupplement>true</IsContactOnSingleIncomeFamilySupplement>
  <IsContactPregnant>true</IsContactPregnant>
  <IsContactSingleParent>true</IsContactSingleParent>
  <IsContactTerminallyIll>true</IsContactTerminallyIll>
  <ModifyID>1</ModifyID>
  <ModifySessionID>1</ModifySessionID>
  <ModifyTS>2025-09-02T23:06:53.190879+00:00</ModifyTS>
  <StatusID>1</StatusID>
</ContactProfileModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

ActionResultVM
NameDescriptionTypeAdditional information
Response

IResponse

None.

Response Formats

application/json, text/json

Sample:
{
  "Response": null
}

application/xml, text/xml

Sample:
<ActionResultVM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Debtrak.BusinessObjects.ViewModels">
  <Response i:nil="true" />
</ActionResultVM>