Znode

Build Version:

POST createaccountpayment

Creates a new AccountPayment.

Request Information

» Parameters

Name Description Additional information
model The model of the AccountPayment.

Define this parameter in the request body.

Request Body Formats

Sample:
	{
  "TransactionId": "sample string 1",
  "Description": "sample string 2",
  "AccountPaymentId": 3,
  "AccountId": 4,
  "OrderId": 1,
  "Amount": 1.0,
  "AmountOwed": 1.0,
  "PaymentDate": "2025-04-28T02:25:14.4412422+00:00"
}