POST api/{database}/IncrementPaymentReminderCounterCommand?invoiceId={invoiceId}

Execute the IncrementPaymentReminderCounterCommand



Request Information

Parameters

NameDescriptionAdditional information
invoiceId The invoice identifier.

Define this parameter in the request URI.

Response Information

Response body formats

application/json, text/json

Sample:
{
  "numberOfReminders": 1,
  "result": true
}

application/xml, text/xml

Sample:
<IncrementPaymentReminderCounterCommand xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/UNIT4.Multivers.API.BL.Financial.Commands">
  <NumberOfReminders>1</NumberOfReminders>
  <Result>true</Result>
</IncrementPaymentReminderCounterCommand>