Documentation
¶
Overview ¶
https://developer.intuit.com/docs/api/accounting/journalentry
JournalEntry is a transaction in which:
There are at least one pair of lines, a debit and a credit, called distribution lines. Each distribution line has an account from the Chart of Accounts. Query the Account resource for a listing of the Chart of Accounts. The total of the debit column equals the total of the credit column. When you record a transaction with a JournalEntry object, the QuickBooks Online UI labels the transaction as JRNL in the register and as General Journal on reports that list transactions.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
func NewClient ¶
func NewClient(opts ...option.RequestOption) *Client
func (*Client) Create ¶
func (c *Client) Create( ctx context.Context, companyid string, request *api.JournalentryCreateRequest, opts ...option.RequestOption, ) (*api.JournalentryCreateResponse, error)
Create an journalentry object Method : POST
Click to show internal directories.
Click to hide internal directories.