POST api/invoice/generaterecurringinvoicesprocess

Manually run the recurring invoices nightly job

Request Information

URI Parameters

None.

Body Parameters

ManualRecurringInvoiceJobRequest
NameDescriptionTypeAdditional information
AgencyId

integer

None.

FromDate

date

None.

ToDate

date

None.

Request Formats

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'ManualRecurringInvoiceJobRequest'.

application/json, text/json

Sample:
{
  "AgencyId": 1,
  "FromDate": "2025-12-09T19:43:16.7159243Z",
  "ToDate": "2025-12-09T19:43:16.7159243Z"
}

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.