GET api/Customer/Transactions?year={year}&month={month}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
year | integer |
Required |
|
month | integer |
None. |
Body Parameters
None.
Response Information
Resource Description
Collection of CustomerTransactionName | Description | Type | Additional information |
---|---|---|---|
voucherJournalNo | integer |
None. |
|
auditNo | integer |
None. |
|
voucherNo | integer |
None. |
|
voucherDate | date |
None. |
|
valueDate | date |
None. |
|
voucherType | integer |
None. |
|
text | string |
None. |
|
currency | integer |
None. |
|
amountInCurrency | decimal number |
None. |
|
amountDomestic | decimal number |
None. |
|
orgUnit1 | integer |
None. |
|
orgUnit2 | integer |
None. |
|
orgUnit3 | integer |
None. |
|
orgUnit4 | integer |
None. |
|
orgUnit5 | integer |
None. |
|
orgUnit6 | integer |
None. |
|
orgUnit10 | string |
None. |
|
vismaId | integer |
None. |
|
customerNo | integer |
None. |
|
invoiceNo | string |
None. |
|
customerName | string |
None. |
|
outstandingAmountInCurrency | decimal number |
None. |
|
outstandingAmountDomestic | decimal number |
None. |
|
dueDate | date |
None. |
|
paidDate | date |
None. |
|
paymentAmountInCurrency | decimal number |
None. |
|
paymentAmountDomestic | decimal number |
None. |
|
invoiceAmountInCurrency | decimal number |
None. |
|
debitJournalNo | integer |
None. |
|
crossReference | string |
None. |
|
externalReference2 | string |
None. |
|
cid | string |
None. |
|
text2 | string |
None. |
|
debtCollectionRestAmountDomestic | decimal number |
None. |
|
debtCollectionCaseNo | integer |
None. |
|
debtCollectionLastUpdatedDate | date |
None. |
|
debtCollectionOutstandingFeeInCurrency | decimal number |
None. |
|
debtCollectionOutstandingInterestInCurrency | decimal number |
None. |
|
debtCollectionStatus | string |
None. |
|
debtCollectionSentDate | date |
None. |
|
deliveryAssociateNo | integer |
None. |
|
noOfRemindersSent | integer |
None. |
Response Formats
application/json, text/json
Sample:
[ { "voucherJournalNo": 1, "auditNo": 2, "voucherNo": 3, "voucherDate": "2025-05-23T23:03:44.8066885+02:00", "valueDate": "2025-05-23T23:03:44.8066885+02:00", "voucherType": 6, "text": "sample string 7", "currency": 8, "amountInCurrency": 9.0, "amountDomestic": 10.0, "orgUnit1": 1, "orgUnit2": 1, "orgUnit3": 1, "orgUnit4": 1, "orgUnit5": 1, "orgUnit6": 1, "orgUnit10": "sample string 11", "vismaId": 1, "customerNo": 1, "invoiceNo": "sample string 12", "customerName": "sample string 13", "outstandingAmountInCurrency": 14.0, "outstandingAmountDomestic": 15.0, "dueDate": "2025-05-23T23:03:44.8066885+02:00", "paidDate": "2025-05-23T23:03:44.8066885+02:00", "paymentAmountInCurrency": 18.0, "paymentAmountDomestic": 19.0, "invoiceAmountInCurrency": 20.0, "debitJournalNo": 1, "crossReference": "sample string 21", "externalReference2": "sample string 22", "cid": "sample string 23", "text2": "sample string 24", "debtCollectionRestAmountDomestic": 1.0, "debtCollectionCaseNo": 1, "debtCollectionLastUpdatedDate": "2025-05-23T23:03:44.8066885+02:00", "debtCollectionOutstandingFeeInCurrency": 1.0, "debtCollectionOutstandingInterestInCurrency": 1.0, "debtCollectionStatus": "sample string 25", "debtCollectionSentDate": "2025-05-23T23:03:44.8066885+02:00", "deliveryAssociateNo": 1, "noOfRemindersSent": 1 }, { "voucherJournalNo": 1, "auditNo": 2, "voucherNo": 3, "voucherDate": "2025-05-23T23:03:44.8066885+02:00", "valueDate": "2025-05-23T23:03:44.8066885+02:00", "voucherType": 6, "text": "sample string 7", "currency": 8, "amountInCurrency": 9.0, "amountDomestic": 10.0, "orgUnit1": 1, "orgUnit2": 1, "orgUnit3": 1, "orgUnit4": 1, "orgUnit5": 1, "orgUnit6": 1, "orgUnit10": "sample string 11", "vismaId": 1, "customerNo": 1, "invoiceNo": "sample string 12", "customerName": "sample string 13", "outstandingAmountInCurrency": 14.0, "outstandingAmountDomestic": 15.0, "dueDate": "2025-05-23T23:03:44.8066885+02:00", "paidDate": "2025-05-23T23:03:44.8066885+02:00", "paymentAmountInCurrency": 18.0, "paymentAmountDomestic": 19.0, "invoiceAmountInCurrency": 20.0, "debitJournalNo": 1, "crossReference": "sample string 21", "externalReference2": "sample string 22", "cid": "sample string 23", "text2": "sample string 24", "debtCollectionRestAmountDomestic": 1.0, "debtCollectionCaseNo": 1, "debtCollectionLastUpdatedDate": "2025-05-23T23:03:44.8066885+02:00", "debtCollectionOutstandingFeeInCurrency": 1.0, "debtCollectionOutstandingInterestInCurrency": 1.0, "debtCollectionStatus": "sample string 25", "debtCollectionSentDate": "2025-05-23T23:03:44.8066885+02:00", "deliveryAssociateNo": 1, "noOfRemindersSent": 1 } ]
application/xml, text/xml
Sample:
<ArrayOfCustomerTransaction xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <CustomerTransaction> <voucherJournalNo>1</voucherJournalNo> <auditNo>2</auditNo> <voucherNo>3</voucherNo> <voucherDate>2025-05-23T23:03:44.8066885+02:00</voucherDate> <valueDate>2025-05-23T23:03:44.8066885+02:00</valueDate> <voucherType>6</voucherType> <text>sample string 7</text> <currency>8</currency> <amountInCurrency>9</amountInCurrency> <amountDomestic>10</amountDomestic> <orgUnit1>1</orgUnit1> <orgUnit2>1</orgUnit2> <orgUnit3>1</orgUnit3> <orgUnit4>1</orgUnit4> <orgUnit5>1</orgUnit5> <orgUnit6>1</orgUnit6> <orgUnit10>sample string 11</orgUnit10> <vismaId>1</vismaId> <customerNo>1</customerNo> <invoiceNo>sample string 12</invoiceNo> <customerName>sample string 13</customerName> <outstandingAmountInCurrency>14</outstandingAmountInCurrency> <outstandingAmountDomestic>15</outstandingAmountDomestic> <dueDate>2025-05-23T23:03:44.8066885+02:00</dueDate> <paidDate>2025-05-23T23:03:44.8066885+02:00</paidDate> <paymentAmountInCurrency>18</paymentAmountInCurrency> <paymentAmountDomestic>19</paymentAmountDomestic> <invoiceAmountInCurrency>20</invoiceAmountInCurrency> <debitJournalNo>1</debitJournalNo> <crossReference>sample string 21</crossReference> <externalReference2>sample string 22</externalReference2> <cid>sample string 23</cid> <text2>sample string 24</text2> <debtCollectionRestAmountDomestic>1</debtCollectionRestAmountDomestic> <debtCollectionCaseNo>1</debtCollectionCaseNo> <debtCollectionLastUpdatedDate>2025-05-23T23:03:44.8066885+02:00</debtCollectionLastUpdatedDate> <debtCollectionOutstandingFeeInCurrency>1</debtCollectionOutstandingFeeInCurrency> <debtCollectionOutstandingInterestInCurrency>1</debtCollectionOutstandingInterestInCurrency> <debtCollectionStatus>sample string 25</debtCollectionStatus> <debtCollectionSentDate>2025-05-23T23:03:44.8066885+02:00</debtCollectionSentDate> <deliveryAssociateNo>1</deliveryAssociateNo> <noOfRemindersSent>1</noOfRemindersSent> </CustomerTransaction> <CustomerTransaction> <voucherJournalNo>1</voucherJournalNo> <auditNo>2</auditNo> <voucherNo>3</voucherNo> <voucherDate>2025-05-23T23:03:44.8066885+02:00</voucherDate> <valueDate>2025-05-23T23:03:44.8066885+02:00</valueDate> <voucherType>6</voucherType> <text>sample string 7</text> <currency>8</currency> <amountInCurrency>9</amountInCurrency> <amountDomestic>10</amountDomestic> <orgUnit1>1</orgUnit1> <orgUnit2>1</orgUnit2> <orgUnit3>1</orgUnit3> <orgUnit4>1</orgUnit4> <orgUnit5>1</orgUnit5> <orgUnit6>1</orgUnit6> <orgUnit10>sample string 11</orgUnit10> <vismaId>1</vismaId> <customerNo>1</customerNo> <invoiceNo>sample string 12</invoiceNo> <customerName>sample string 13</customerName> <outstandingAmountInCurrency>14</outstandingAmountInCurrency> <outstandingAmountDomestic>15</outstandingAmountDomestic> <dueDate>2025-05-23T23:03:44.8066885+02:00</dueDate> <paidDate>2025-05-23T23:03:44.8066885+02:00</paidDate> <paymentAmountInCurrency>18</paymentAmountInCurrency> <paymentAmountDomestic>19</paymentAmountDomestic> <invoiceAmountInCurrency>20</invoiceAmountInCurrency> <debitJournalNo>1</debitJournalNo> <crossReference>sample string 21</crossReference> <externalReference2>sample string 22</externalReference2> <cid>sample string 23</cid> <text2>sample string 24</text2> <debtCollectionRestAmountDomestic>1</debtCollectionRestAmountDomestic> <debtCollectionCaseNo>1</debtCollectionCaseNo> <debtCollectionLastUpdatedDate>2025-05-23T23:03:44.8066885+02:00</debtCollectionLastUpdatedDate> <debtCollectionOutstandingFeeInCurrency>1</debtCollectionOutstandingFeeInCurrency> <debtCollectionOutstandingInterestInCurrency>1</debtCollectionOutstandingInterestInCurrency> <debtCollectionStatus>sample string 25</debtCollectionStatus> <debtCollectionSentDate>2025-05-23T23:03:44.8066885+02:00</debtCollectionSentDate> <deliveryAssociateNo>1</deliveryAssociateNo> <noOfRemindersSent>1</noOfRemindersSent> </CustomerTransaction> </ArrayOfCustomerTransaction>