PUT api/customers/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
CustomerSubModel| Name | Description | Type | Additional information |
|---|---|---|---|
| _id | integer |
None. |
|
| firstName | string |
None. |
|
| middleName | string |
None. |
|
| lastName | string |
None. |
|
| address | string |
None. |
|
| city | string |
None. |
|
| state | string |
None. |
|
| zip | string |
None. |
|
| country | string |
None. |
|
| county | string |
None. |
|
| cellPhone | string |
None. |
|
| homePhone | string |
None. |
|
| string |
None. |
||
| dob | date |
None. |
|
| ssn | string |
None. |
|
| dln | string |
None. |
|
| dlnState | string |
None. |
|
| dlnStatus | string |
None. |
|
| housingStatus | string |
None. |
|
| amount | integer |
None. |
|
| totalMonthsAddress | integer |
None. |
|
| relation | string |
None. |
|
| customerEmployer | string |
None. |
|
| customerJobTitle | string |
None. |
|
| customerEmployerAddress | string |
None. |
|
| customerEmployerCity | string |
None. |
|
| customerEmployerCountry | string |
None. |
|
| customerEmployerState | string |
None. |
|
| customerAddressVerification | string |
None. |
|
| customerEmployerZip | string |
None. |
|
| customerWorkPhone | string |
None. |
|
| customerEmploymentStatus | string |
None. |
|
| customerMonthlyIncome | integer |
None. |
|
| customerHousingAmount | decimal number |
None. |
|
| customerTotalMonthsEmployed | integer |
None. |
|
| previousEmploymentStatus | string |
None. |
|
| previousEmployer | string |
None. |
|
| previousJobTitle | string |
None. |
|
| previousTotalMonthsEmployed | integer |
None. |
|
| previousWorkPhone | string |
None. |
|
| previousAddress | string |
None. |
|
| previousCity | string |
None. |
|
| previousState | string |
None. |
|
| previousZip | string |
None. |
|
| creditScore | integer |
None. |
|
| creditBureau | string |
None. |
|
| creditScoreLastUpdated | date |
None. |
|
| allowCallCellPhone | boolean |
None. |
|
| allowTextCellPhone | boolean |
None. |
|
| allowCallHomePhone | boolean |
None. |
|
| allowTextHomePhone | boolean |
None. |
|
| allowCallWorkPhone | boolean |
None. |
|
| allowEmail | boolean |
None. |
|
| allowPaymentReminders | boolean |
None. |
|
| allowInsuranceReminders | boolean |
None. |
|
| activeServiceMember | boolean |
None. |
|
| cctiveCredentials | boolean |
None. |
|
| customerLoginUserName | string |
None. |
|
| customerLoginPassword | string |
None. |
|
| otherIncomeAmount | decimal number |
None. |
|
| otherIncomeSource | string |
None. |
|
| isBusiness | boolean |
None. |
|
| accountNumber | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"_id": 1,
"firstName": "sample string 2",
"middleName": "sample string 3",
"lastName": "sample string 4",
"address": "sample string 5",
"city": "sample string 6",
"state": "sample string 7",
"zip": "sample string 8",
"country": "sample string 9",
"county": "sample string 10",
"cellPhone": "sample string 11",
"homePhone": "sample string 12",
"email": "sample string 13",
"dob": "2025-12-06T03:35:08.8836361+00:00",
"ssn": "sample string 14",
"dln": "sample string 15",
"dlnState": "sample string 16",
"dlnStatus": "sample string 17",
"housingStatus": "sample string 18",
"amount": 19,
"totalMonthsAddress": 20,
"relation": "sample string 21",
"customerEmployer": "sample string 22",
"customerJobTitle": "sample string 23",
"customerEmployerAddress": "sample string 24",
"customerEmployerCity": "sample string 25",
"customerEmployerCountry": "sample string 26",
"customerEmployerState": "sample string 27",
"customerAddressVerification": "sample string 28",
"customerEmployerZip": "sample string 29",
"customerWorkPhone": "sample string 30",
"customerEmploymentStatus": "sample string 31",
"customerMonthlyIncome": 32,
"customerHousingAmount": 33.0,
"customerTotalMonthsEmployed": 34,
"previousEmploymentStatus": "sample string 35",
"previousEmployer": "sample string 36",
"previousJobTitle": "sample string 37",
"previousTotalMonthsEmployed": 1,
"previousWorkPhone": "sample string 38",
"previousAddress": "sample string 39",
"previousCity": "sample string 40",
"previousState": "sample string 41",
"previousZip": "sample string 42",
"creditScore": 43,
"creditBureau": "sample string 44",
"creditScoreLastUpdated": "2025-12-06T03:35:08.8836361+00:00",
"allowCallCellPhone": true,
"allowTextCellPhone": true,
"allowCallHomePhone": true,
"allowTextHomePhone": true,
"allowCallWorkPhone": true,
"allowEmail": true,
"allowPaymentReminders": true,
"allowInsuranceReminders": true,
"activeServiceMember": true,
"cctiveCredentials": true,
"customerLoginUserName": "sample string 55",
"customerLoginPassword": "sample string 56",
"otherIncomeAmount": 57.0,
"otherIncomeSource": "sample string 58",
"isBusiness": true,
"accountNumber": 60
}
application/xml, text/xml
Sample:
<CustomerSubModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Automatrix.DMS.Business.Entities.SubModels"> <AccountNumber>60</AccountNumber> <ActiveCredentials>true</ActiveCredentials> <ActiveServiceMember>true</ActiveServiceMember> <Address>sample string 5</Address> <AllowCallCellPhone>true</AllowCallCellPhone> <AllowCallHomePhone>true</AllowCallHomePhone> <AllowCallWorkPhone>true</AllowCallWorkPhone> <AllowEmail>true</AllowEmail> <AllowInsuranceReminders>true</AllowInsuranceReminders> <AllowPaymentReminders>true</AllowPaymentReminders> <AllowTextCellPhone>true</AllowTextCellPhone> <AllowTextHomePhone>true</AllowTextHomePhone> <Amount>19</Amount> <CellPhone>sample string 11</CellPhone> <City>sample string 6</City> <Country>sample string 9</Country> <County>sample string 10</County> <CreditBureau>sample string 44</CreditBureau> <CreditScore>43</CreditScore> <CreditScoreLastUpdated>2025-12-06T03:35:08.8836361+00:00</CreditScoreLastUpdated> <CustomerAddressVerification>sample string 28</CustomerAddressVerification> <CustomerEmployer>sample string 22</CustomerEmployer> <CustomerEmployerAddress>sample string 24</CustomerEmployerAddress> <CustomerEmployerCity>sample string 25</CustomerEmployerCity> <CustomerEmployerCountry>sample string 26</CustomerEmployerCountry> <CustomerEmployerState>sample string 27</CustomerEmployerState> <CustomerEmployerZip>sample string 29</CustomerEmployerZip> <CustomerEmploymentStatus>sample string 31</CustomerEmploymentStatus> <CustomerHousingAmount>33</CustomerHousingAmount> <CustomerJobTitle>sample string 23</CustomerJobTitle> <CustomerLoginPassword>sample string 56</CustomerLoginPassword> <CustomerLoginUserName>sample string 55</CustomerLoginUserName> <CustomerMonthlyIncome>32</CustomerMonthlyIncome> <CustomerTotalMonthsEmployed>34</CustomerTotalMonthsEmployed> <CustomerWorkPhone>sample string 30</CustomerWorkPhone> <Dln>sample string 15</Dln> <DlnState>sample string 16</DlnState> <DlnStatus>sample string 17</DlnStatus> <Dob>2025-12-06T03:35:08.8836361+00:00</Dob> <Email>sample string 13</Email> <FirstName>sample string 2</FirstName> <HomePhone>sample string 12</HomePhone> <HousingStatus>sample string 18</HousingStatus> <IsBusiness>true</IsBusiness> <LastName>sample string 4</LastName> <MiddleName>sample string 3</MiddleName> <OtherIncomeAmount>57</OtherIncomeAmount> <OtherIncomeSource>sample string 58</OtherIncomeSource> <PreviousAddress>sample string 39</PreviousAddress> <PreviousCity>sample string 40</PreviousCity> <PreviousEmployer>sample string 36</PreviousEmployer> <PreviousEmploymentStatus>sample string 35</PreviousEmploymentStatus> <PreviousJobTitle>sample string 37</PreviousJobTitle> <PreviousState>sample string 41</PreviousState> <PreviousTotalMonthsEmployed>1</PreviousTotalMonthsEmployed> <PreviousWorkPhone>sample string 38</PreviousWorkPhone> <PreviousZip>sample string 42</PreviousZip> <Relation>sample string 21</Relation> <Ssn>sample string 14</Ssn> <State>sample string 7</State> <TotalMonthsAddress>20</TotalMonthsAddress> <Zip>sample string 8</Zip> <_id>1</_id> </CustomerSubModel>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |