POST api/AccountStatement

Request Information

URI Parameters

None.

Body Parameters

AccountStatementBLVM
NameDescriptionTypeAdditional information
ObjAccountStatementBLList

Collection of AccountStatementBL

None.

Request Formats

application/json, text/json

Sample:
{
  "ObjAccountStatementBLList": [
    {
      "AccountStatementId": 1,
      "OrderId": 1,
      "AccountName": "sample string 2",
      "AccountDate": "2026-05-03T10:33:45.5645793-07:00",
      "AccountDescription": "sample string 3",
      "AccountOpeningBalance": 1.0,
      "AccountDueAmount": 1.0,
      "AccountPrinciple": 1.0,
      "AccountInterest": 1.0,
      "AaccountClosingBalance": 1.0,
      "IsActive": true,
      "CreatedDate": "2026-05-03T10:33:45.5645793-07:00",
      "IsNeedsToDelete": true
    },
    {
      "AccountStatementId": 1,
      "OrderId": 1,
      "AccountName": "sample string 2",
      "AccountDate": "2026-05-03T10:33:45.5645793-07:00",
      "AccountDescription": "sample string 3",
      "AccountOpeningBalance": 1.0,
      "AccountDueAmount": 1.0,
      "AccountPrinciple": 1.0,
      "AccountInterest": 1.0,
      "AaccountClosingBalance": 1.0,
      "IsActive": true,
      "CreatedDate": "2026-05-03T10:33:45.5645793-07:00",
      "IsNeedsToDelete": true
    }
  ]
}

application/xml, text/xml

Sample:
<AccountStatementBLVM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DaybookAPI.Models">
  <ObjAccountStatementBLList>
    <AccountStatementBL>
      <AaccountClosingBalance>1</AaccountClosingBalance>
      <AccountDate>2026-05-03T10:33:45.5645793-07:00</AccountDate>
      <AccountDescription>sample string 3</AccountDescription>
      <AccountDueAmount>1</AccountDueAmount>
      <AccountInterest>1</AccountInterest>
      <AccountName>sample string 2</AccountName>
      <AccountOpeningBalance>1</AccountOpeningBalance>
      <AccountPrinciple>1</AccountPrinciple>
      <AccountStatementId>1</AccountStatementId>
      <CreatedDate>2026-05-03T10:33:45.5645793-07:00</CreatedDate>
      <IsActive>true</IsActive>
      <IsNeedsToDelete>true</IsNeedsToDelete>
      <OrderId>1</OrderId>
    </AccountStatementBL>
    <AccountStatementBL>
      <AaccountClosingBalance>1</AaccountClosingBalance>
      <AccountDate>2026-05-03T10:33:45.5645793-07:00</AccountDate>
      <AccountDescription>sample string 3</AccountDescription>
      <AccountDueAmount>1</AccountDueAmount>
      <AccountInterest>1</AccountInterest>
      <AccountName>sample string 2</AccountName>
      <AccountOpeningBalance>1</AccountOpeningBalance>
      <AccountPrinciple>1</AccountPrinciple>
      <AccountStatementId>1</AccountStatementId>
      <CreatedDate>2026-05-03T10:33:45.5645793-07:00</CreatedDate>
      <IsActive>true</IsActive>
      <IsNeedsToDelete>true</IsNeedsToDelete>
      <OrderId>1</OrderId>
    </AccountStatementBL>
  </ObjAccountStatementBLList>
</AccountStatementBLVM>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

AccountStatement
NameDescriptionTypeAdditional information
AccountStatementId

integer

None.

OrderId

integer

None.

AccountName

string

None.

AccountDate

date

None.

AccountDescription

string

None.

AccountOpeningBalance

decimal number

None.

AccountDueAmount

decimal number

None.

AccountPrinciple

decimal number

None.

AccountInterest

decimal number

None.

AaccountClosingBalance

decimal number

None.

IsActive

boolean

None.

CreatedDate

date

None.

Response Formats

application/json, text/json

Sample:
{
  "AccountStatementId": 1,
  "OrderId": 1,
  "AccountName": "sample string 2",
  "AccountDate": "2026-05-03T10:33:45.5645793-07:00",
  "AccountDescription": "sample string 3",
  "AccountOpeningBalance": 1.0,
  "AccountDueAmount": 1.0,
  "AccountPrinciple": 1.0,
  "AccountInterest": 1.0,
  "AaccountClosingBalance": 1.0,
  "IsActive": true,
  "CreatedDate": "2026-05-03T10:33:45.5645793-07:00"
}

application/xml, text/xml

Sample:
<AccountStatement xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DaybookAPI">
  <AaccountClosingBalance>1</AaccountClosingBalance>
  <AccountDate>2026-05-03T10:33:45.5645793-07:00</AccountDate>
  <AccountDescription>sample string 3</AccountDescription>
  <AccountDueAmount>1</AccountDueAmount>
  <AccountInterest>1</AccountInterest>
  <AccountName>sample string 2</AccountName>
  <AccountOpeningBalance>1</AccountOpeningBalance>
  <AccountPrinciple>1</AccountPrinciple>
  <AccountStatementId>1</AccountStatementId>
  <CreatedDate>2026-05-03T10:33:45.5645793-07:00</CreatedDate>
  <IsActive>true</IsActive>
  <OrderId>1</OrderId>
</AccountStatement>