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
InvoiceBillingEvent| Name | 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:
{
"executionTime": 9,
"txID": "sample string 10"
}
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.