POST api/Customer/OpenTransactions/SMSReminder
Request Information
URI Parameters
None.
Body Parameters
OpenCustomerTransaction| Name | Description | Type | Additional 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. |
|
| debtCollectionCaseNo | integer |
None. |
|
| debtCollectionLastUpdatedDate | date |
None. |
|
| debtCollectionOutstandingFeeInCurrency | decimal number |
None. |
|
| debtCollectionOutstandingInterestInCurrency | decimal number |
None. |
|
| debtCollectionStatus | string |
None. |
|
| debtCollectionSentDate | date |
None. |
|
| debtCollectionRestAmountDomestic | decimal number |
None. |
|
| text2 | string |
None. |
|
| voucherDate | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"customerNo": 1,
"customerName": "sample string 2",
"valueDate": "2025-11-29T11:24:33.6110582+01:00",
"text": "sample string 4",
"currencyNo": 5,
"amountInCurrency": 6.0,
"amountDomestic": 7.0,
"outstandingAmountDomestic": 8.0,
"dueDate": "2025-11-29T11:24:33.6110582+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-29T11:24:33.6128545+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-29T11:24:33.6128545+01:00",
"customerPrefrences1": 1,
"outstandingAmountInCurrency": 1.0,
"free1": 1.0,
"reference": "sample string 18",
"exchangeRate": 1.0,
"partlyPaidAmountDomestic": 1.0,
"partlyPaidAmountInCurrency": 1.0,
"debtCollectionCaseNo": 1,
"debtCollectionLastUpdatedDate": "2025-11-29T11:24:33.6128545+01:00",
"debtCollectionOutstandingFeeInCurrency": 1.0,
"debtCollectionOutstandingInterestInCurrency": 1.0,
"debtCollectionStatus": "sample string 19",
"debtCollectionSentDate": "2025-11-29T11:24:33.6128545+01:00",
"debtCollectionRestAmountDomestic": 1.0,
"text2": "sample string 21",
"voucherDate": "2025-11-29T11:24:33.6128545+01:00"
}
application/xml, text/xml
Sample:
<OpenCustomerTransaction xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <customerNo>1</customerNo> <customerName>sample string 2</customerName> <valueDate>2025-11-29T11:24:33.6110582+01:00</valueDate> <text>sample string 4</text> <currencyNo>5</currencyNo> <amountInCurrency>6</amountInCurrency> <amountDomestic>7</amountDomestic> <outstandingAmountDomestic>8</outstandingAmountDomestic> <dueDate>2025-11-29T11:24:33.6110582+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-29T11:24:33.6128545+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-29T11:24:33.6128545+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> <debtCollectionCaseNo>1</debtCollectionCaseNo> <debtCollectionLastUpdatedDate>2025-11-29T11:24:33.6128545+01:00</debtCollectionLastUpdatedDate> <debtCollectionOutstandingFeeInCurrency>1</debtCollectionOutstandingFeeInCurrency> <debtCollectionOutstandingInterestInCurrency>1</debtCollectionOutstandingInterestInCurrency> <debtCollectionStatus>sample string 19</debtCollectionStatus> <debtCollectionSentDate>2025-11-29T11:24:33.6128545+01:00</debtCollectionSentDate> <debtCollectionRestAmountDomestic>1</debtCollectionRestAmountDomestic> <text2>sample string 21</text2> <voucherDate>2025-11-29T11:24:33.6128545+01:00</voucherDate> </OpenCustomerTransaction>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
OpenCustomerTransaction| Name | Description | Type | Additional 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. |
|
| debtCollectionCaseNo | integer |
None. |
|
| debtCollectionLastUpdatedDate | date |
None. |
|
| debtCollectionOutstandingFeeInCurrency | decimal number |
None. |
|
| debtCollectionOutstandingInterestInCurrency | decimal number |
None. |
|
| debtCollectionStatus | string |
None. |
|
| debtCollectionSentDate | date |
None. |
|
| debtCollectionRestAmountDomestic | 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-29T11:24:33.6250475+01:00",
"text": "sample string 4",
"currencyNo": 5,
"amountInCurrency": 6.0,
"amountDomestic": 7.0,
"outstandingAmountDomestic": 8.0,
"dueDate": "2025-11-29T11:24:33.6250475+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-29T11:24:33.6261697+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-29T11:24:33.6261697+01:00",
"customerPrefrences1": 1,
"outstandingAmountInCurrency": 1.0,
"free1": 1.0,
"reference": "sample string 18",
"exchangeRate": 1.0,
"partlyPaidAmountDomestic": 1.0,
"partlyPaidAmountInCurrency": 1.0,
"debtCollectionCaseNo": 1,
"debtCollectionLastUpdatedDate": "2025-11-29T11:24:33.6261697+01:00",
"debtCollectionOutstandingFeeInCurrency": 1.0,
"debtCollectionOutstandingInterestInCurrency": 1.0,
"debtCollectionStatus": "sample string 19",
"debtCollectionSentDate": "2025-11-29T11:24:33.6261697+01:00",
"debtCollectionRestAmountDomestic": 1.0,
"text2": "sample string 21",
"voucherDate": "2025-11-29T11:24:33.6261697+01:00"
}
application/xml, text/xml
Sample:
<OpenCustomerTransaction xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <customerNo>1</customerNo> <customerName>sample string 2</customerName> <valueDate>2025-11-29T11:24:33.6250475+01:00</valueDate> <text>sample string 4</text> <currencyNo>5</currencyNo> <amountInCurrency>6</amountInCurrency> <amountDomestic>7</amountDomestic> <outstandingAmountDomestic>8</outstandingAmountDomestic> <dueDate>2025-11-29T11:24:33.6250475+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-29T11:24:33.6261697+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-29T11:24:33.6261697+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> <debtCollectionCaseNo>1</debtCollectionCaseNo> <debtCollectionLastUpdatedDate>2025-11-29T11:24:33.6261697+01:00</debtCollectionLastUpdatedDate> <debtCollectionOutstandingFeeInCurrency>1</debtCollectionOutstandingFeeInCurrency> <debtCollectionOutstandingInterestInCurrency>1</debtCollectionOutstandingInterestInCurrency> <debtCollectionStatus>sample string 19</debtCollectionStatus> <debtCollectionSentDate>2025-11-29T11:24:33.6261697+01:00</debtCollectionSentDate> <debtCollectionRestAmountDomestic>1</debtCollectionRestAmountDomestic> <text2>sample string 21</text2> <voucherDate>2025-11-29T11:24:33.6261697+01:00</voucherDate> </OpenCustomerTransaction>