GET api/FinancialAccountLedgerReport/{id}?type={type}&startdatetime={startdatetime}&enddatetime={enddatetime}

Gets a list Customer sales report item.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

Organization Id.

integer

Required

type

List Type.

string

Required

startdatetime

Start DateTime.

date

Required

enddatetime

End DatTime.

date

Required

Body Parameters

None.

Response Information

Resource Description

Collection of FinancialAccountLedgerReport
NameDescriptionTypeAdditional information
FinancialAccountLedgerId

integer

None.

OrganizationId

integer

None.

FinancialAccountId

integer

None.

FinancialAccount

string

None.

CreatedDate

date

None.

CreatedBy

string

None.

UpdatedDate

date

None.

UpdatedBy

string

None.

GlobalId

string

None.

EntryDate

date

None.

EntryAmount

decimal number

None.

EntryDescription

string

None.

EntryNote

string

None.

ReferenceNumber

string

None.

LinkedLedgerId

integer

None.

LinkedFinancialAccountId

integer

None.

LinkedFinancialAccount

string

None.

LinkedReferenceNumber

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "FinancialAccountLedgerId": 1,
    "OrganizationId": 1,
    "FinancialAccountId": 1,
    "FinancialAccount": "sample string 2",
    "CreatedDate": "2025-01-15T12:20:05.6454879+00:00",
    "CreatedBy": "sample string 3",
    "UpdatedDate": "2025-01-15T12:20:05.6454879+00:00",
    "UpdatedBy": "sample string 4",
    "GlobalId": "sample string 5",
    "EntryDate": "2025-01-15T12:20:05.6454879+00:00",
    "EntryAmount": 1.0,
    "EntryDescription": "sample string 6",
    "EntryNote": "sample string 7",
    "ReferenceNumber": "sample string 8",
    "LinkedLedgerId": 1,
    "LinkedFinancialAccountId": 1,
    "LinkedFinancialAccount": "sample string 9",
    "LinkedReferenceNumber": "sample string 10"
  },
  {
    "FinancialAccountLedgerId": 1,
    "OrganizationId": 1,
    "FinancialAccountId": 1,
    "FinancialAccount": "sample string 2",
    "CreatedDate": "2025-01-15T12:20:05.6454879+00:00",
    "CreatedBy": "sample string 3",
    "UpdatedDate": "2025-01-15T12:20:05.6454879+00:00",
    "UpdatedBy": "sample string 4",
    "GlobalId": "sample string 5",
    "EntryDate": "2025-01-15T12:20:05.6454879+00:00",
    "EntryAmount": 1.0,
    "EntryDescription": "sample string 6",
    "EntryNote": "sample string 7",
    "ReferenceNumber": "sample string 8",
    "LinkedLedgerId": 1,
    "LinkedFinancialAccountId": 1,
    "LinkedFinancialAccount": "sample string 9",
    "LinkedReferenceNumber": "sample string 10"
  }
]

application/xml, text/xml

Sample:
<ArrayOfFinancialAccountLedgerReport xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CustomersdbWebShared.Models">
  <FinancialAccountLedgerReport>
    <CreatedBy>sample string 3</CreatedBy>
    <CreatedDate>2025-01-15T12:20:05.6454879+00:00</CreatedDate>
    <EntryAmount>1</EntryAmount>
    <EntryDate>2025-01-15T12:20:05.6454879+00:00</EntryDate>
    <EntryDescription>sample string 6</EntryDescription>
    <EntryNote>sample string 7</EntryNote>
    <FinancialAccount>sample string 2</FinancialAccount>
    <FinancialAccountId>1</FinancialAccountId>
    <FinancialAccountLedgerId>1</FinancialAccountLedgerId>
    <GlobalId>sample string 5</GlobalId>
    <LinkedFinancialAccount>sample string 9</LinkedFinancialAccount>
    <LinkedFinancialAccountId>1</LinkedFinancialAccountId>
    <LinkedLedgerId>1</LinkedLedgerId>
    <LinkedReferenceNumber>sample string 10</LinkedReferenceNumber>
    <OrganizationId>1</OrganizationId>
    <ReferenceNumber>sample string 8</ReferenceNumber>
    <UpdatedBy>sample string 4</UpdatedBy>
    <UpdatedDate>2025-01-15T12:20:05.6454879+00:00</UpdatedDate>
  </FinancialAccountLedgerReport>
  <FinancialAccountLedgerReport>
    <CreatedBy>sample string 3</CreatedBy>
    <CreatedDate>2025-01-15T12:20:05.6454879+00:00</CreatedDate>
    <EntryAmount>1</EntryAmount>
    <EntryDate>2025-01-15T12:20:05.6454879+00:00</EntryDate>
    <EntryDescription>sample string 6</EntryDescription>
    <EntryNote>sample string 7</EntryNote>
    <FinancialAccount>sample string 2</FinancialAccount>
    <FinancialAccountId>1</FinancialAccountId>
    <FinancialAccountLedgerId>1</FinancialAccountLedgerId>
    <GlobalId>sample string 5</GlobalId>
    <LinkedFinancialAccount>sample string 9</LinkedFinancialAccount>
    <LinkedFinancialAccountId>1</LinkedFinancialAccountId>
    <LinkedLedgerId>1</LinkedLedgerId>
    <LinkedReferenceNumber>sample string 10</LinkedReferenceNumber>
    <OrganizationId>1</OrganizationId>
    <ReferenceNumber>sample string 8</ReferenceNumber>
    <UpdatedBy>sample string 4</UpdatedBy>
    <UpdatedDate>2025-01-15T12:20:05.6454879+00:00</UpdatedDate>
  </FinancialAccountLedgerReport>
</ArrayOfFinancialAccountLedgerReport>