POST api/v1/BillingEvents/member/{memberGuid}
Post a billing event to a member
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
memberGuid | string |
Required |
Body Parameters
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 |
Request Formats
application/json, text/json
{ "billingEventGuid": "e5258b68-b4f3-4dac-ad5b-09eab22f8349", "memberUniqueKey": "sample string 4", "eventDateTime": "2025-08-14T01:25:56.2312176+00:00", "eventTypeId": "Unknown", "invoiceBillingEventStatusId": "Unknown", "quantity": 6.0, "price": 7.0, "modifiedDateTime": "2025-08-14T01:25:56.2312176+00:00", "executionTime": 9, "txID": "sample string 10" }
application/x-www-form-urlencoded
Sample not available.
application/xml
Sample not available.
text/xml
Sample not available.
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
{ "billingEventGuid": "d475e3dd-a7dd-4ec6-a364-7aecad8362cc", "memberUniqueKey": "sample string 4", "eventDateTime": "2025-08-14T01:25:56.2937132+00:00", "eventTypeId": "Unknown", "invoiceBillingEventStatusId": "Unknown", "quantity": 6.0, "price": 7.0, "modifiedDateTime": "2025-08-14T01:25:56.2937132+00:00", "executionTime": 9, "txID": "sample string 10" }
application/xml
Sample not available.
text/xml
Sample not available.