GET api/MyPage/Company/OpenTransactions

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of MyPageOpenCompanyTransaction
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.

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.

Response Formats

application/json, text/json

Sample:
[
  {
    "customerNo": 1,
    "customerName": "sample string 2",
    "valueDate": "2025-11-29T15:10:01.5101732+01:00",
    "text": "sample string 4",
    "currencyNo": 5,
    "amountInCurrency": 6.0,
    "amountDomestic": 7.0,
    "outstandingAmountDomestic": 8.0,
    "dueDate": "2025-11-29T15:10:01.5101732+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,
    "lastReminderDate": "2025-11-29T15:10:01.5101732+01:00",
    "noOfRemindersSendt": 1,
    "customerEmailAddress": "sample string 12",
    "customerMobilePhone": "sample string 13",
    "externalReference1": "sample string 14",
    "externalReference2": "sample string 15",
    "externalReference3": "sample string 16",
    "voucherJournalNo": 1,
    "auditNo": 1,
    "stopCollectionDate": "2025-11-29T15:10:01.5101732+01:00",
    "customerPrefrences1": 1
  },
  {
    "customerNo": 1,
    "customerName": "sample string 2",
    "valueDate": "2025-11-29T15:10:01.5101732+01:00",
    "text": "sample string 4",
    "currencyNo": 5,
    "amountInCurrency": 6.0,
    "amountDomestic": 7.0,
    "outstandingAmountDomestic": 8.0,
    "dueDate": "2025-11-29T15:10:01.5101732+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,
    "lastReminderDate": "2025-11-29T15:10:01.5101732+01:00",
    "noOfRemindersSendt": 1,
    "customerEmailAddress": "sample string 12",
    "customerMobilePhone": "sample string 13",
    "externalReference1": "sample string 14",
    "externalReference2": "sample string 15",
    "externalReference3": "sample string 16",
    "voucherJournalNo": 1,
    "auditNo": 1,
    "stopCollectionDate": "2025-11-29T15:10:01.5101732+01:00",
    "customerPrefrences1": 1
  }
]

application/xml, text/xml

Sample:
<ArrayOfMyPageOpenCompanyTransaction xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <MyPageOpenCompanyTransaction>
    <customerNo>1</customerNo>
    <customerName>sample string 2</customerName>
    <valueDate>2025-11-29T15:10:01.5101732+01:00</valueDate>
    <text>sample string 4</text>
    <currencyNo>5</currencyNo>
    <amountInCurrency>6</amountInCurrency>
    <amountDomestic>7</amountDomestic>
    <outstandingAmountDomestic>8</outstandingAmountDomestic>
    <dueDate>2025-11-29T15:10:01.5101732+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>
    <lastReminderDate>2025-11-29T15:10:01.5101732+01:00</lastReminderDate>
    <noOfRemindersSendt>1</noOfRemindersSendt>
    <customerEmailAddress>sample string 12</customerEmailAddress>
    <customerMobilePhone>sample string 13</customerMobilePhone>
    <externalReference1>sample string 14</externalReference1>
    <externalReference2>sample string 15</externalReference2>
    <externalReference3>sample string 16</externalReference3>
    <voucherJournalNo>1</voucherJournalNo>
    <auditNo>1</auditNo>
    <stopCollectionDate>2025-11-29T15:10:01.5101732+01:00</stopCollectionDate>
    <customerPrefrences1>1</customerPrefrences1>
  </MyPageOpenCompanyTransaction>
  <MyPageOpenCompanyTransaction>
    <customerNo>1</customerNo>
    <customerName>sample string 2</customerName>
    <valueDate>2025-11-29T15:10:01.5101732+01:00</valueDate>
    <text>sample string 4</text>
    <currencyNo>5</currencyNo>
    <amountInCurrency>6</amountInCurrency>
    <amountDomestic>7</amountDomestic>
    <outstandingAmountDomestic>8</outstandingAmountDomestic>
    <dueDate>2025-11-29T15:10:01.5101732+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>
    <lastReminderDate>2025-11-29T15:10:01.5101732+01:00</lastReminderDate>
    <noOfRemindersSendt>1</noOfRemindersSendt>
    <customerEmailAddress>sample string 12</customerEmailAddress>
    <customerMobilePhone>sample string 13</customerMobilePhone>
    <externalReference1>sample string 14</externalReference1>
    <externalReference2>sample string 15</externalReference2>
    <externalReference3>sample string 16</externalReference3>
    <voucherJournalNo>1</voucherJournalNo>
    <auditNo>1</auditNo>
    <stopCollectionDate>2025-11-29T15:10:01.5101732+01:00</stopCollectionDate>
    <customerPrefrences1>1</customerPrefrences1>
  </MyPageOpenCompanyTransaction>
</ArrayOfMyPageOpenCompanyTransaction>