Create a new bill payment in the database.
The Bill Payments Data Model is designed to standardise and simplify the management of bill payment information across various accounting platforms.
To successfully create a bill payment, certain fields must be included in the raw_data object of the request body. The required fields are as follows:
Integration | Field | Description |
---|---|---|
MS_DYNAMICS_365 | payment_journal_id | The ID of the payment journal. |
The response is of type object
.
Create a new bill payment in the database.
The Bill Payments Data Model is designed to standardise and simplify the management of bill payment information across various accounting platforms.
To successfully create a bill payment, certain fields must be included in the raw_data object of the request body. The required fields are as follows:
Integration | Field | Description |
---|---|---|
MS_DYNAMICS_365 | payment_journal_id | The ID of the payment journal. |
The response is of type object
.