GET api/Customer/{customerNo}/OpenTransactionsByDate?upToDate={upToDate}&getAllCustomers={getAllCustomers}&useVoucherDate={useVoucherDate}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
customerNo

integer

Required

upToDate

date

Required

getAllCustomers

boolean

Required

useVoucherDate

boolean

Required

Body Parameters

None.

Response Information

Resource Description

Collection of OpenCustomerTransactionV1
NameDescriptionTypeAdditional information
customerNo

integer

None.

customerName

string

None.

valueDate

date

None.

text

string

None.

currencyNo

integer

None.

amountInCurrency

decimal number

None.

amountDomestic

decimal number

None.

outstandingAmountDomestic

decimal number

None.

dueDate

date

None.

invoiceNo

string

None.

cid

string

None.

noReminders

integer

None.

orderNo

integer

None.

orgUnit1

integer

None.

orgUnit2

integer

None.

orgUnit3

integer

None.

orgUnit4

integer

None.

orgUnit5

integer

None.

orgUnit6

integer

None.

orgUnit10

string

None.

lastReminderDate

date

None.

noOfRemindersSendt

integer

None.

customerEmailAddress

string

None.

customerMobilePhone

string

None.

externalReference1

string

None.

externalReference2

string

None.

externalReference3

string

None.

voucherJournalNo

integer

None.

auditNo

integer

None.

stopCollectionDate

date

None.

customerPrefrences1

integer

None.

outstandingAmountInCurrency

decimal number

None.

free1

decimal number

None.

reference

string

None.

exchangeRate

decimal number

None.

partlyPaidAmountDomestic

decimal number

None.

partlyPaidAmountInCurrency

decimal number

None.

text2

string

None.

voucherDate

date

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "customerNo": 1,
    "customerName": "sample string 2",
    "valueDate": "2025-11-29T15:09:58.7781661+01:00",
    "text": "sample string 4",
    "currencyNo": 5,
    "amountInCurrency": 6.0,
    "amountDomestic": 7.0,
    "outstandingAmountDomestic": 8.0,
    "dueDate": "2025-11-29T15:09:58.7781661+01:00",
    "invoiceNo": "sample string 10",
    "cid": "sample string 11",
    "noReminders": 1,
    "orderNo": 1,
    "orgUnit1": 1,
    "orgUnit2": 1,
    "orgUnit3": 1,
    "orgUnit4": 1,
    "orgUnit5": 1,
    "orgUnit6": 1,
    "orgUnit10": "sample string 12",
    "lastReminderDate": "2025-11-29T15:09:58.7781661+01:00",
    "noOfRemindersSendt": 1,
    "customerEmailAddress": "sample string 13",
    "customerMobilePhone": "sample string 14",
    "externalReference1": "sample string 15",
    "externalReference2": "sample string 16",
    "externalReference3": "sample string 17",
    "voucherJournalNo": 1,
    "auditNo": 1,
    "stopCollectionDate": "2025-11-29T15:09:58.7781661+01:00",
    "customerPrefrences1": 1,
    "outstandingAmountInCurrency": 1.0,
    "free1": 1.0,
    "reference": "sample string 18",
    "exchangeRate": 1.0,
    "partlyPaidAmountDomestic": 1.0,
    "partlyPaidAmountInCurrency": 1.0,
    "text2": "sample string 19",
    "voucherDate": "2025-11-29T15:09:58.7781661+01:00"
  },
  {
    "customerNo": 1,
    "customerName": "sample string 2",
    "valueDate": "2025-11-29T15:09:58.7781661+01:00",
    "text": "sample string 4",
    "currencyNo": 5,
    "amountInCurrency": 6.0,
    "amountDomestic": 7.0,
    "outstandingAmountDomestic": 8.0,
    "dueDate": "2025-11-29T15:09:58.7781661+01:00",
    "invoiceNo": "sample string 10",
    "cid": "sample string 11",
    "noReminders": 1,
    "orderNo": 1,
    "orgUnit1": 1,
    "orgUnit2": 1,
    "orgUnit3": 1,
    "orgUnit4": 1,
    "orgUnit5": 1,
    "orgUnit6": 1,
    "orgUnit10": "sample string 12",
    "lastReminderDate": "2025-11-29T15:09:58.7781661+01:00",
    "noOfRemindersSendt": 1,
    "customerEmailAddress": "sample string 13",
    "customerMobilePhone": "sample string 14",
    "externalReference1": "sample string 15",
    "externalReference2": "sample string 16",
    "externalReference3": "sample string 17",
    "voucherJournalNo": 1,
    "auditNo": 1,
    "stopCollectionDate": "2025-11-29T15:09:58.7781661+01:00",
    "customerPrefrences1": 1,
    "outstandingAmountInCurrency": 1.0,
    "free1": 1.0,
    "reference": "sample string 18",
    "exchangeRate": 1.0,
    "partlyPaidAmountDomestic": 1.0,
    "partlyPaidAmountInCurrency": 1.0,
    "text2": "sample string 19",
    "voucherDate": "2025-11-29T15:09:58.7781661+01:00"
  }
]

application/xml, text/xml

Sample:
<ArrayOfOpenCustomerTransactionV1 xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <OpenCustomerTransactionV1>
    <customerNo>1</customerNo>
    <customerName>sample string 2</customerName>
    <valueDate>2025-11-29T15:09:58.7781661+01:00</valueDate>
    <text>sample string 4</text>
    <currencyNo>5</currencyNo>
    <amountInCurrency>6</amountInCurrency>
    <amountDomestic>7</amountDomestic>
    <outstandingAmountDomestic>8</outstandingAmountDomestic>
    <dueDate>2025-11-29T15:09:58.7781661+01:00</dueDate>
    <invoiceNo>sample string 10</invoiceNo>
    <cid>sample string 11</cid>
    <noReminders>1</noReminders>
    <orderNo>1</orderNo>
    <orgUnit1>1</orgUnit1>
    <orgUnit2>1</orgUnit2>
    <orgUnit3>1</orgUnit3>
    <orgUnit4>1</orgUnit4>
    <orgUnit5>1</orgUnit5>
    <orgUnit6>1</orgUnit6>
    <orgUnit10>sample string 12</orgUnit10>
    <lastReminderDate>2025-11-29T15:09:58.7781661+01:00</lastReminderDate>
    <noOfRemindersSendt>1</noOfRemindersSendt>
    <customerEmailAddress>sample string 13</customerEmailAddress>
    <customerMobilePhone>sample string 14</customerMobilePhone>
    <externalReference1>sample string 15</externalReference1>
    <externalReference2>sample string 16</externalReference2>
    <externalReference3>sample string 17</externalReference3>
    <voucherJournalNo>1</voucherJournalNo>
    <auditNo>1</auditNo>
    <stopCollectionDate>2025-11-29T15:09:58.7781661+01:00</stopCollectionDate>
    <customerPrefrences1>1</customerPrefrences1>
    <outstandingAmountInCurrency>1</outstandingAmountInCurrency>
    <free1>1</free1>
    <reference>sample string 18</reference>
    <exchangeRate>1</exchangeRate>
    <partlyPaidAmountDomestic>1</partlyPaidAmountDomestic>
    <partlyPaidAmountInCurrency>1</partlyPaidAmountInCurrency>
    <text2>sample string 19</text2>
    <voucherDate>2025-11-29T15:09:58.7781661+01:00</voucherDate>
  </OpenCustomerTransactionV1>
  <OpenCustomerTransactionV1>
    <customerNo>1</customerNo>
    <customerName>sample string 2</customerName>
    <valueDate>2025-11-29T15:09:58.7781661+01:00</valueDate>
    <text>sample string 4</text>
    <currencyNo>5</currencyNo>
    <amountInCurrency>6</amountInCurrency>
    <amountDomestic>7</amountDomestic>
    <outstandingAmountDomestic>8</outstandingAmountDomestic>
    <dueDate>2025-11-29T15:09:58.7781661+01:00</dueDate>
    <invoiceNo>sample string 10</invoiceNo>
    <cid>sample string 11</cid>
    <noReminders>1</noReminders>
    <orderNo>1</orderNo>
    <orgUnit1>1</orgUnit1>
    <orgUnit2>1</orgUnit2>
    <orgUnit3>1</orgUnit3>
    <orgUnit4>1</orgUnit4>
    <orgUnit5>1</orgUnit5>
    <orgUnit6>1</orgUnit6>
    <orgUnit10>sample string 12</orgUnit10>
    <lastReminderDate>2025-11-29T15:09:58.7781661+01:00</lastReminderDate>
    <noOfRemindersSendt>1</noOfRemindersSendt>
    <customerEmailAddress>sample string 13</customerEmailAddress>
    <customerMobilePhone>sample string 14</customerMobilePhone>
    <externalReference1>sample string 15</externalReference1>
    <externalReference2>sample string 16</externalReference2>
    <externalReference3>sample string 17</externalReference3>
    <voucherJournalNo>1</voucherJournalNo>
    <auditNo>1</auditNo>
    <stopCollectionDate>2025-11-29T15:09:58.7781661+01:00</stopCollectionDate>
    <customerPrefrences1>1</customerPrefrences1>
    <outstandingAmountInCurrency>1</outstandingAmountInCurrency>
    <free1>1</free1>
    <reference>sample string 18</reference>
    <exchangeRate>1</exchangeRate>
    <partlyPaidAmountDomestic>1</partlyPaidAmountDomestic>
    <partlyPaidAmountInCurrency>1</partlyPaidAmountInCurrency>
    <text2>sample string 19</text2>
    <voucherDate>2025-11-29T15:09:58.7781661+01:00</voucherDate>
  </OpenCustomerTransactionV1>
</ArrayOfOpenCustomerTransactionV1>