POST api/BillableEvents/GenerateBillableEventsAndSendReport

Generate Monthly Billable Events

Request Information

URI Parameters

None.

Body Parameters

VEMModel.Payloads.GateTransactionSHReportRequest
NameDescriptionTypeAdditional information
DateTo

date

None.

DateFrom

date

None.

To

string

None.

Cc

string

None.

Bcc

string

None.

OnlyErrors

boolean

None.

ReportSources

Collection of VEMModel.Payloads.ReportSource

None.

Request Formats

application/json, text/json

Sample:
{
  "DateTo": "2026-01-11T20:33:50.1064719-05:00",
  "DateFrom": "2026-01-11T20:33:50.1064719-05:00",
  "To": "sample string 3",
  "Cc": "sample string 4",
  "Bcc": "sample string 5",
  "OnlyErrors": true,
  "ReportSources": [
    {
      "$id": "2",
      "LocationId": 1,
      "LocationName": "sample string 2",
      "CustomerId": 3,
      "CustomerName": "sample string 4",
      "CustomerSubAccountId": 1,
      "CustomerSubAccountName": "sample string 5"
    },
    {
      "$ref": "2"
    }
  ]
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

VEMModel.Logic.APIResponseClass
NameDescriptionTypeAdditional information
Result

VEMModel.Logic.ResultEnum

None.

Details

Object

None.

JsonData

Object

None.

ObjectType

string

None.

ruleEvaluationResults

Collection of VEMModel.Logic.RuleEvaluationResult

None.

Response Formats

application/json, text/json

Sample:
{
  "ruleEvaluationResults": [
    {
      "$id": "2",
      "Result": 0,
      "Message": "sample string 1",
      "fieldID": "sample string 2"
    },
    {
      "$ref": "2"
    }
  ],
  "Result": 0,
  "Details": {
    "$id": "3"
  },
  "JsonData": {
    "$id": "4"
  },
  "ObjectType": "sample string 3"
}