GET api/AccountTypev/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Body Parameters

None.

Response Information

Resource Description

AccountTypev
NameDescriptionTypeAdditional information
AccountTypevId

integer

None.

AccountvId

integer

None.

CompanyTypeName

string

None.

CompanyTypeId

integer

None.

AccountLedgerId

integer

None.

AccountLedgerName

string

None.

AccountTypeCode

string

None.

CreatedDate

date

Data type: DateTime

CreatedBy

string

None.

Response Formats

application/json, text/json

Sample:
{
  "AccountTypevId": 1,
  "AccountvId": 2,
  "CompanyTypeName": "sample string 3",
  "CompanyTypeId": 4,
  "AccountLedgerId": 1,
  "AccountLedgerName": "sample string 5",
  "AccountTypeCode": "sample string 6",
  "CreatedDate": "2025-12-08T01:54:55.4082397+05:30",
  "CreatedBy": "sample string 8"
}

application/xml, text/xml

Sample:
<AccountTypev xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Netsoft.Domain.Entities.VirtualEntities">
  <CreatedBy xmlns="http://schemas.datacontract.org/2004/07/Netsoft.Domain.Entities">sample string 8</CreatedBy>
  <CreatedDate xmlns="http://schemas.datacontract.org/2004/07/Netsoft.Domain.Entities">2025-12-08T01:54:55.4082397+05:30</CreatedDate>
  <AccountLedgerId>1</AccountLedgerId>
  <AccountLedgerName>sample string 5</AccountLedgerName>
  <AccountTypeCode>sample string 6</AccountTypeCode>
  <AccountTypevId>1</AccountTypevId>
  <AccountvId>2</AccountvId>
  <CompanyTypeId>4</CompanyTypeId>
  <CompanyTypeName>sample string 3</CompanyTypeName>
</AccountTypev>