Skip to content

Latest commit

 

History

History
23 lines (20 loc) · 1.56 KB

PutContactOpeningBalancesContactOpeningBalance.md

File metadata and controls

23 lines (20 loc) · 1.56 KB

# PutContactOpeningBalancesContactOpeningBalance

Properties

Name Type Description Notes
contactOpeningBalanceTypeId string The type of contact opening balance e.g. invoice or credit note [optional]
date \DateTime The date of the opening balance [optional]
contactId string The contact the opening balance relates to [optional]
reference string The reference for the opening balance [optional]
totalAmount float The total amount of the opening balance [optional]
transactionTypeId string The ID of the Transaction Type. [optional]
details string A description of the opening balance [optional]
netAmount float The net amount of the opening balance [optional]
taxRateId string The ID of the Tax Rate. [optional]
taxAmount float The tax amount of the opening balance [optional]
currencyId string The ID of the Currency. [optional]
exchangeRate float The exchange rate for the opening balance [optional]
baseCurrencyNetAmount float The net amount of the opening balance in base currency [optional]
baseCurrencyTaxAmount float The tax amount of the opening balance in base currency [optional]
baseCurrencyTotalAmount float The total amount of the opening balance in base currency [optional]

[Back to Model list] [Back to API list] [Back to README]