GET api/letterresidentledgerhistory

GET: api/letterresidentledgerhistory Get all letter resident ledger history

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

List of LetterResidentLedgerHistoryViewModel

Collection of LetterResidentLedgerHistoryViewModel
NameDescriptionTypeAdditional information
Id

integer

None.

Description

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "id": 1,
    "description": "sample string 2"
  },
  {
    "id": 1,
    "description": "sample string 2"
  }
]

application/xml, text/xml

Sample:
<ArrayOfLetterResidentLedgerHistoryViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CamAcctApi.ViewModels">
  <LetterResidentLedgerHistoryViewModel>
    <Description>sample string 2</Description>
    <Id>1</Id>
  </LetterResidentLedgerHistoryViewModel>
  <LetterResidentLedgerHistoryViewModel>
    <Description>sample string 2</Description>
    <Id>1</Id>
  </LetterResidentLedgerHistoryViewModel>
</ArrayOfLetterResidentLedgerHistoryViewModel>