POST api/FinancialAccountLedger

Creates new FinancialAccountLedger.

Request Information

URI Parameters

None.

Body Parameters

FinancialAccountLedger.

FinancialAccountLedger
NameDescriptionTypeAdditional information
UpdateType

string

None.

FinancialAccountLedgerId

integer

None.

EntryAmount

decimal number

None.

EntryDate

date

None.

EntryNote

string

None.

GlobalId

string

None.

CreatedBy

string

None.

CreatedByName

string

None.

CreatedDate

date

None.

UpdatedBy

string

None.

UpdatedByName

string

None.

UpdatedDate

date

None.

AccountingYear

integer

None.

FinancialAccountId

integer

None.

FinancialAccount

string

None.

LinkedLedgerId

integer

None.

EntryDescription

string

None.

ReferenceNumber

string

None.

OrganizationId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "UpdateType": "sample string 1",
  "FinancialAccountLedgerId": 2,
  "EntryAmount": 1.0,
  "EntryDate": "2025-01-15T19:15:40.3426368+00:00",
  "EntryNote": "sample string 3",
  "GlobalId": "sample string 4",
  "CreatedBy": "sample string 5",
  "CreatedByName": "sample string 6",
  "CreatedDate": "2025-01-15T19:15:40.3426368+00:00",
  "UpdatedBy": "sample string 7",
  "UpdatedByName": "sample string 8",
  "UpdatedDate": "2025-01-15T19:15:40.3426368+00:00",
  "AccountingYear": 1,
  "FinancialAccountId": 1,
  "FinancialAccount": "sample string 9",
  "LinkedLedgerId": 1,
  "EntryDescription": "sample string 10",
  "ReferenceNumber": "sample string 11",
  "OrganizationId": 1
}

application/xml, text/xml

Sample:
<FinancialAccountLedger xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CustomersdbWebShared.Models">
  <AccountingYear>1</AccountingYear>
  <CreatedBy>sample string 5</CreatedBy>
  <CreatedByName>sample string 6</CreatedByName>
  <CreatedDate>2025-01-15T19:15:40.3426368+00:00</CreatedDate>
  <EntryAmount>1</EntryAmount>
  <EntryDate>2025-01-15T19:15:40.3426368+00:00</EntryDate>
  <EntryDescription>sample string 10</EntryDescription>
  <EntryNote>sample string 3</EntryNote>
  <FinancialAccount>sample string 9</FinancialAccount>
  <FinancialAccountId>1</FinancialAccountId>
  <FinancialAccountLedgerId>2</FinancialAccountLedgerId>
  <GlobalId>sample string 4</GlobalId>
  <LinkedLedgerId>1</LinkedLedgerId>
  <OrganizationId>1</OrganizationId>
  <ReferenceNumber>sample string 11</ReferenceNumber>
  <UpdateType>sample string 1</UpdateType>
  <UpdatedBy>sample string 7</UpdatedBy>
  <UpdatedByName>sample string 8</UpdatedByName>
  <UpdatedDate>2025-01-15T19:15:40.3426368+00:00</UpdatedDate>
</FinancialAccountLedger>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

FinancialAccountLedger
NameDescriptionTypeAdditional information
UpdateType

string

None.

FinancialAccountLedgerId

integer

None.

EntryAmount

decimal number

None.

EntryDate

date

None.

EntryNote

string

None.

GlobalId

string

None.

CreatedBy

string

None.

CreatedByName

string

None.

CreatedDate

date

None.

UpdatedBy

string

None.

UpdatedByName

string

None.

UpdatedDate

date

None.

AccountingYear

integer

None.

FinancialAccountId

integer

None.

FinancialAccount

string

None.

LinkedLedgerId

integer

None.

EntryDescription

string

None.

ReferenceNumber

string

None.

OrganizationId

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "UpdateType": "sample string 1",
  "FinancialAccountLedgerId": 2,
  "EntryAmount": 1.0,
  "EntryDate": "2025-01-15T19:15:40.3938352+00:00",
  "EntryNote": "sample string 3",
  "GlobalId": "sample string 4",
  "CreatedBy": "sample string 5",
  "CreatedByName": "sample string 6",
  "CreatedDate": "2025-01-15T19:15:40.3938352+00:00",
  "UpdatedBy": "sample string 7",
  "UpdatedByName": "sample string 8",
  "UpdatedDate": "2025-01-15T19:15:40.3938352+00:00",
  "AccountingYear": 1,
  "FinancialAccountId": 1,
  "FinancialAccount": "sample string 9",
  "LinkedLedgerId": 1,
  "EntryDescription": "sample string 10",
  "ReferenceNumber": "sample string 11",
  "OrganizationId": 1
}

application/xml, text/xml

Sample:
<FinancialAccountLedger xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CustomersdbWebShared.Models">
  <AccountingYear>1</AccountingYear>
  <CreatedBy>sample string 5</CreatedBy>
  <CreatedByName>sample string 6</CreatedByName>
  <CreatedDate>2025-01-15T19:15:40.3938352+00:00</CreatedDate>
  <EntryAmount>1</EntryAmount>
  <EntryDate>2025-01-15T19:15:40.3938352+00:00</EntryDate>
  <EntryDescription>sample string 10</EntryDescription>
  <EntryNote>sample string 3</EntryNote>
  <FinancialAccount>sample string 9</FinancialAccount>
  <FinancialAccountId>1</FinancialAccountId>
  <FinancialAccountLedgerId>2</FinancialAccountLedgerId>
  <GlobalId>sample string 4</GlobalId>
  <LinkedLedgerId>1</LinkedLedgerId>
  <OrganizationId>1</OrganizationId>
  <ReferenceNumber>sample string 11</ReferenceNumber>
  <UpdateType>sample string 1</UpdateType>
  <UpdatedBy>sample string 7</UpdatedBy>
  <UpdatedByName>sample string 8</UpdatedByName>
  <UpdatedDate>2025-01-15T19:15:40.3938352+00:00</UpdatedDate>
</FinancialAccountLedger>