POST api/invoices/queue
Request Information
URI Parameters
None.
Body Parameters
SendInvoiceViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| ArCode | string |
Required |
|
| MapId | integer |
Required |
|
| EmailAddress | string |
Required |
|
| StartDate | date |
None. |
|
| EndDate | date |
None. |
|
| Ids | Collection of integer |
None. |
|
| FilterStrategy | SelectionStrategy |
None. |
|
| Limit | integer |
None. |
|
| Zip | boolean |
None. |
|
| IsScheduledRun | boolean |
None. |
|
| TransportId | integer |
None. |
|
| SerializedTransportOptions | string |
None. |
|
| Identity | UserIdentity |
None. |
Request Formats
application/json, text/json
Sample:
{
"arCode": "sample string 1",
"mapId": 2,
"emailAddress": "sample string 3",
"startDate": "2025-12-06T18:27:59.9067071+13:00",
"endDate": "2025-12-06T18:27:59.9067071+13:00",
"ids": [
1,
2
],
"filterStrategy": 2,
"limit": 4,
"zip": true,
"isScheduledRun": true,
"transportId": 1,
"serializedTransportOptions": "sample string 7",
"identity": {
"database": "Hangfire",
"username": null,
"companyId": null,
"branchId": null
}
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.