Creates a new AccountPayment.
Name | Description | Additional information |
---|---|---|
model | The model of the AccountPayment. |
Define this parameter in the request body. |
{
"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"
}