POST api/Account
Request Information
URI Parameters
None.
Body Parameters
AccountBLVM| Name | Description | Type | Additional information |
|---|---|---|---|
| ObjAccountBLList | Collection of AccountBL |
None. |
Request Formats
application/json, text/json
Sample:
{
"ObjAccountBLList": [
{
"AccountId": 1,
"OrderId": 1,
"AccountName": "sample string 2",
"AccountDate": "2026-08-22T11:07:25.8600902-07:00",
"AccountDescription": "sample string 3",
"AccountOpeningBalance": 1.0,
"AccountDueAmount": 1.0,
"AccountPrinciple": 1.0,
"AccountInterest": 1.0,
"AccountClosingBalance": 1.0,
"IsActive": true,
"CreatedDate": "2026-08-22T11:07:25.8600902-07:00",
"IsNeedsToDelete": true
},
{
"AccountId": 1,
"OrderId": 1,
"AccountName": "sample string 2",
"AccountDate": "2026-08-22T11:07:25.8600902-07:00",
"AccountDescription": "sample string 3",
"AccountOpeningBalance": 1.0,
"AccountDueAmount": 1.0,
"AccountPrinciple": 1.0,
"AccountInterest": 1.0,
"AccountClosingBalance": 1.0,
"IsActive": true,
"CreatedDate": "2026-08-22T11:07:25.8600902-07:00",
"IsNeedsToDelete": true
}
]
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Account| Name | Description | Type | Additional information |
|---|---|---|---|
| AccountId | 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. |
|
| AccountClosingBalance | decimal number |
None. |
|
| IsActive | boolean |
None. |
|
| CreatedDate | date |
None. |
Response Formats
application/json, text/json
Sample:
{
"AccountId": 1,
"OrderId": 1,
"AccountName": "sample string 2",
"AccountDate": "2026-08-22T11:07:25.8600902-07:00",
"AccountDescription": "sample string 3",
"AccountOpeningBalance": 1.0,
"AccountDueAmount": 1.0,
"AccountPrinciple": 1.0,
"AccountInterest": 1.0,
"AccountClosingBalance": 1.0,
"IsActive": true,
"CreatedDate": "2026-08-22T11:07:25.8600902-07:00"
}