GET api/InvestmentAccountAdjustment/{id}

Gets investment account adjustment.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

Global Id.

string

Required

Body Parameters

None.

Response Information

Resource Description

InvestmentAccountAdjustment
NameDescriptionTypeAdditional information
UpdateType

string

None.

InvestmentAccountAdjustmentId

integer

None.

GlobalId

string

None.

OrganizationId

integer

None.

UpdatedDate

date

None.

UpdatedBy

string

None.

UpdatedByName

string

None.

CreatedDate

date

None.

CreatedBy

string

None.

CreatedByName

string

None.

EntryAmount

decimal number

None.

EntryDate

date

None.

EntryDescription

string

None.

EntryNote

string

None.

InvestmentAccountId

integer

None.

InvestmentAccount

string

None.

EntryYear

integer

None.

ReferenceNumber

string

None.

Response Formats

application/json, text/json

Sample:
{
  "UpdateType": "sample string 1",
  "InvestmentAccountAdjustmentId": 2,
  "GlobalId": "sample string 3",
  "OrganizationId": 1,
  "UpdatedDate": "2025-01-17T02:30:54.4585972+00:00",
  "UpdatedBy": "sample string 4",
  "UpdatedByName": "sample string 5",
  "CreatedDate": "2025-01-17T02:30:54.4585972+00:00",
  "CreatedBy": "sample string 6",
  "CreatedByName": "sample string 7",
  "EntryAmount": 1.0,
  "EntryDate": "2025-01-17T02:30:54.4585972+00:00",
  "EntryDescription": "sample string 8",
  "EntryNote": "sample string 9",
  "InvestmentAccountId": 1,
  "InvestmentAccount": "sample string 10",
  "EntryYear": 1,
  "ReferenceNumber": "sample string 11"
}

application/xml, text/xml

Sample:
<InvestmentAccountAdjustment xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CustomersdbWebShared.Models">
  <CreatedBy>sample string 6</CreatedBy>
  <CreatedByName>sample string 7</CreatedByName>
  <CreatedDate>2025-01-17T02:30:54.4585972+00:00</CreatedDate>
  <EntryAmount>1</EntryAmount>
  <EntryDate>2025-01-17T02:30:54.4585972+00:00</EntryDate>
  <EntryDescription>sample string 8</EntryDescription>
  <EntryNote>sample string 9</EntryNote>
  <EntryYear>1</EntryYear>
  <GlobalId>sample string 3</GlobalId>
  <InvestmentAccount>sample string 10</InvestmentAccount>
  <InvestmentAccountAdjustmentId>2</InvestmentAccountAdjustmentId>
  <InvestmentAccountId>1</InvestmentAccountId>
  <OrganizationId>1</OrganizationId>
  <ReferenceNumber>sample string 11</ReferenceNumber>
  <UpdateType>sample string 1</UpdateType>
  <UpdatedBy>sample string 4</UpdatedBy>
  <UpdatedByName>sample string 5</UpdatedByName>
  <UpdatedDate>2025-01-17T02:30:54.4585972+00:00</UpdatedDate>
</InvestmentAccountAdjustment>