POST Account/balance
Request Information
URI Parameters
None.
Body Parameters
ApiFromBodyAccountBalance| Name | Description | Type | Additional information |
|---|---|---|---|
| PersonId | integer |
Required Range: inclusive between 1 and 2147483647 |
|
| AccountId | integer |
Required Range: inclusive between 1 and 2147483647 |
|
| Balance | decimal number |
None. |
|
| BalanceAvailable | decimal number |
None. |
|
| BalancePendingIn | decimal number |
None. |
|
| BalancePendingOut | decimal number |
None. |
|
| InsertDate | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"personId": 1,
"accountId": 2,
"balance": 3.0,
"balanceAvailable": 4.0,
"balancePendingIn": 5.0,
"balancePendingOut": 6.0,
"insertDate": "2026-06-23T06:14:08.2912256+02:00"
}
multipart/form-data
Sample:
{"personId":1,"accountId":2,"balance":3.0,"balanceAvailable":4.0,"balancePendingIn":5.0,"balancePendingOut":6.0,"insertDate":"2026-06-23T06:14:08.2912256+02:00"}
application/xml, text/xml
Sample:
<ApiFromBodyAccountBalance xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <PersonId>1</PersonId> <AccountId>2</AccountId> <Balance>3</Balance> <BalanceAvailable>4</BalanceAvailable> <BalancePendingIn>5</BalancePendingIn> <BalancePendingOut>6</BalancePendingOut> <InsertDate>2026-06-23T06:14:08.2912256+02:00</InsertDate> </ApiFromBodyAccountBalance>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, multipart/form-data
Sample:
Sample not available.