GET 17.0/database/paymentruns/defaultmodel

Description

Get a Payment Runs model with default values

URI Parameters

None.

None.

None.

Name Description Type Additional information
ID

integer

None.

AddedDate

date

None.

PaymentDate

date

None.

ProcessingDate

date

None.

ContactTypeID

integer

None.

BankAccountID

integer

None.

FileFormat

integer

None.

PaymentCount

integer

None.

PaymentTotal

decimal number

None.

SiteID

integer

None.

UserID

integer

None.

ReportTypeID

integer

None.

application/json, text/json

Sample:
{
  "id": 1,
  "addedDate": "2025-01-09T20:35",
  "paymentDate": "2025-01-09T20:35",
  "processingDate": "2025-01-09T20:35",
  "contactTypeID": 5,
  "bankAccountID": 6,
  "fileFormat": 7,
  "paymentCount": 8,
  "paymentTotal": 9.0,
  "siteID": 10,
  "userID": 11,
  "reportTypeID": 12
}

application/xml, text/xml

Sample:
<PaymentRuns xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <ID>1</ID>
  <AddedDate>2025-01-09T20:35:03.6319389+00:00</AddedDate>
  <PaymentDate>2025-01-09T20:35:03.6319389+00:00</PaymentDate>
  <ProcessingDate>2025-01-09T20:35:03.6319389+00:00</ProcessingDate>
  <ContactTypeID>5</ContactTypeID>
  <BankAccountID>6</BankAccountID>
  <FileFormat>7</FileFormat>
  <PaymentCount>8</PaymentCount>
  <PaymentTotal>9</PaymentTotal>
  <SiteID>10</SiteID>
  <UserID>11</UserID>
  <ReportTypeID>12</ReportTypeID>
</PaymentRuns>