| CreateOpenBalance Method | |
| See Also Example |
- pIOpenningBalanceAccount
Specifies the opening balance account.
- pBPCodes
Bpcodes is a collection of BPCode, a data structure related to the BusinessPartnersService.
Transfers credit or debit amounts from a specified opening balance account to one or more business partner accounts.
| Visual Basic |
|---|
Public Sub CreateOpenBalance( _
ByVal pIOpenningBalanceAccount As OpenningBalanceAccount, _
ByVal pBPCodes As BPCodes _
) |
- pIOpenningBalanceAccount
Specifies the opening balance account.
- pBPCodes
Bpcodes is a collection of BPCode, a data structure related to the BusinessPartnersService.
| Creating an opening balance for two business partners (Visual Basic) | Copy Code | |
|---|---|---|
| ||