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.

IncludeAllInRange

boolean

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-20T09:11:48.3800523Z",
  "ToDate": "2025-12-20T09:11:48.3800523Z",
  "IncludeAllInRange": true
}

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.