GET api/v1/BillingEvents/{bGuid}

Get a single billing event

Request Information

URI Parameters

NameDescriptionTypeAdditional information
bGuid

string

Required

Body Parameters

Response Information

Resource Description

InvoiceBillingEvent
NameDescriptionTypeAdditional information
BillingEventGuid

Unique identifier for the billing event

globally unique identifier

MemberUniqueKey

Unique identifier for the member. From the member object

string

EventDateTime

Billing event date time

date

EventTypeId

Billing event type

TInvoiceBillingEventType

InvoiceBillingEventStatusId

Billing event status

TInvoiceBillingEventStatus

Quantity

Item code

decimal number

Price

Price of the billing event

decimal number

ModifiedDateTime

Modified datetime for the object. This will be added by the system.

date

ExecutionTime

How long the method took in milliseconds. System supplied value.

integer

TxID

Transaction ID of the call. Will be added for the response. Not needed in the request.

string

Response Formats

application/json, text/json

Sample:
{
  "billingEventGuid": "04cdba51-4019-4338-b440-1f83d425e76a",
  "memberUniqueKey": "sample string 4",
  "eventDateTime": "2025-08-14T01:25:42.1918548+00:00",
  "eventTypeId": "Unknown",
  "invoiceBillingEventStatusId": "Unknown",
  "quantity": 6.0,
  "price": 7.0,
  "modifiedDateTime": "2025-08-14T01:25:42.1918548+00:00",
  "executionTime": 9,
  "txID": "sample string 10"
}

application/xml

Sample:

Sample not available.

text/xml

Sample:

Sample not available.