POST api/residentCreditHistory/updateToCurrent
Get residents matching the CL (Cleared) credit history code and insert corresponding new records with CU (Current) credit history code.
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
List of ResidentCreditHistoryViewModel
Collection of ResidentCreditHistoryViewModelName | Description | Type | Additional information |
---|---|---|---|
ResidentCreditHistoryId |
ResidentCreditHistoryId |
integer |
None. |
ResidentId |
ResidentId |
integer |
None. |
CreatedDate |
CreatedDate |
date |
None. |
CreditHistoryCodeId |
CreditHistoryCodeId |
integer |
None. |
Note |
Note |
string |
None. |
EffectiveDate |
EffectiveDate |
date |
None. |
CollectionsAgentId |
CollectionsAgentId |
integer |
None. |
UserId |
UserId |
integer |
None. |
Response Formats
application/json, text/json
[ { "residentCreditHistoryId": 1, "residentId": 2, "createdDate": "2025-04-03T17:56:46.0167726-04:00", "creditHistoryCodeId": 4, "note": "sample string 5", "effectiveDate": "2025-04-03T17:56:46.0167726-04:00", "collectionsAgentId": 1, "userId": 1 }, { "residentCreditHistoryId": 1, "residentId": 2, "createdDate": "2025-04-03T17:56:46.0167726-04:00", "creditHistoryCodeId": 4, "note": "sample string 5", "effectiveDate": "2025-04-03T17:56:46.0167726-04:00", "collectionsAgentId": 1, "userId": 1 } ]
application/xml, text/xml
<ArrayOfResidentCreditHistoryViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CamAcctApi.ViewModels"> <ResidentCreditHistoryViewModel> <CollectionsAgentId>1</CollectionsAgentId> <CreatedDate>2025-04-03T17:56:46.0167726-04:00</CreatedDate> <CreditHistoryCodeId>4</CreditHistoryCodeId> <EffectiveDate>2025-04-03T17:56:46.0167726-04:00</EffectiveDate> <Note>sample string 5</Note> <ResidentCreditHistoryId>1</ResidentCreditHistoryId> <ResidentId>2</ResidentId> <UserId>1</UserId> </ResidentCreditHistoryViewModel> <ResidentCreditHistoryViewModel> <CollectionsAgentId>1</CollectionsAgentId> <CreatedDate>2025-04-03T17:56:46.0167726-04:00</CreatedDate> <CreditHistoryCodeId>4</CreditHistoryCodeId> <EffectiveDate>2025-04-03T17:56:46.0167726-04:00</EffectiveDate> <Note>sample string 5</Note> <ResidentCreditHistoryId>1</ResidentCreditHistoryId> <ResidentId>2</ResidentId> <UserId>1</UserId> </ResidentCreditHistoryViewModel> </ArrayOfResidentCreditHistoryViewModel>