POST api/v1/BillingEvents/member/{memberGuid}/{billingEventType}
Post a new billing event by type
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
memberGuid | string |
Required |
|
billingEventType | TInvoiceBillingEventType |
Required |
Body Parameters
Response Information
Resource Description
InvoiceBillingEventName | Description | Type | Additional 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": "93d7813d-078d-434e-8239-dbce9fadb318", "memberUniqueKey": "sample string 4", "eventDateTime": "2025-08-14T01:25:25.629031+00:00", "eventTypeId": "Unknown", "invoiceBillingEventStatusId": "Unknown", "quantity": 6.0, "price": 7.0, "modifiedDateTime": "2025-08-14T01:25:25.629031+00:00", "executionTime": 9, "txID": "sample string 10" }
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.