POST 17.0/database/paymentlinks

Description

Create Payment Links

URI Parameters

None.

Name Description Type Additional information
ID

integer

None.

AddedDate

date

None.

DueDate

date

None.

ContactID

integer

None.

PropertyID

integer

None.

BankAccountID

integer

None.

Amount

decimal number

None.

Description

string

String length: inclusive between 0 and 255

UserID

integer

None.

SiteID

integer

None.

CreationProcess

byte

None.

ExternalID

string

String length: inclusive between 0 and 50

URL

string

String length: inclusive between 0 and 100

Status

byte

None.

StatusDate

date

None.

Notified

byte

None.

application/json, text/json

Sample:
{
  "id": 1,
  "addedDate": "2025-04-26T17:58",
  "dueDate": "2025-04-26T17:58",
  "contactID": 1,
  "propertyID": 1,
  "bankAccountID": 1,
  "amount": 1.0,
  "description": "sample string 1",
  "userID": 1,
  "siteID": 1,
  "creationProcess": 64,
  "externalID": "sample string 2",
  "url": "sample string 3",
  "status": 64,
  "statusDate": "2025-04-26T17:58",
  "notified": 64
}

application/xml, text/xml

Sample:
<PaymentLinksUpdate xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <ID>1</ID>
  <AddedDate>2025-04-26T17:58:05.4080309+01:00</AddedDate>
  <DueDate>2025-04-26T17:58:05.4080309+01:00</DueDate>
  <ContactID>1</ContactID>
  <PropertyID>1</PropertyID>
  <BankAccountID>1</BankAccountID>
  <Amount>1</Amount>
  <Description>sample string 1</Description>
  <UserID>1</UserID>
  <SiteID>1</SiteID>
  <CreationProcess>64</CreationProcess>
  <ExternalID>sample string 2</ExternalID>
  <URL>sample string 3</URL>
  <Status>64</Status>
  <StatusDate>2025-04-26T17:58:05.4080309+01:00</StatusDate>
  <Notified>64</Notified>
</PaymentLinksUpdate>

application/x-www-form-urlencoded

Sample:

Sample not available.

Name Description Type Additional information
ID

integer

None.

AddedDate

date

None.

DueDate

date

None.

ContactID

integer

None.

PropertyID

integer

None.

BankAccountID

integer

None.

Amount

decimal number

None.

Description

string

String length: inclusive between 0 and 255

UserID

integer

None.

SiteID

integer

None.

CreationProcess

byte

None.

ExternalID

string

String length: inclusive between 0 and 50

URL

string

String length: inclusive between 0 and 100

Status

byte

None.

StatusDate

date

None.

Notified

byte

None.

application/json, text/json

Sample:
{
  "id": 1,
  "addedDate": "2025-04-26T17:58",
  "dueDate": "2025-04-26T17:58",
  "contactID": 4,
  "propertyID": 5,
  "bankAccountID": 6,
  "amount": 7.0,
  "description": "sample string 8",
  "userID": 9,
  "siteID": 10,
  "creationProcess": 64,
  "externalID": "sample string 12",
  "url": "sample string 13",
  "status": 64,
  "statusDate": "2025-04-26T17:58",
  "notified": 64
}

application/xml, text/xml

Sample:
<PaymentLinks xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <ID>1</ID>
  <AddedDate>2025-04-26T17:58:05.4080309+01:00</AddedDate>
  <DueDate>2025-04-26T17:58:05.4080309+01:00</DueDate>
  <ContactID>4</ContactID>
  <PropertyID>5</PropertyID>
  <BankAccountID>6</BankAccountID>
  <Amount>7</Amount>
  <Description>sample string 8</Description>
  <UserID>9</UserID>
  <SiteID>10</SiteID>
  <CreationProcess>64</CreationProcess>
  <ExternalID>sample string 12</ExternalID>
  <URL>sample string 13</URL>
  <Status>64</Status>
  <StatusDate>2025-04-26T17:58:05.4080309+01:00</StatusDate>
  <Notified>64</Notified>
</PaymentLinks>