cURL
curl --request POST \ --url https://api.example.com/v1/billing/transactions \ --header 'Content-Type: application/json' \ --data ' { "amount": 123, "type": "<string>", "reference_id": "<string>", "agent_id": "<string>", "description": "<string>" } '
{}
Record a transaction
Documentation IndexFetch the complete documentation index at: https://docs.charmos.io/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.charmos.io/llms.txt
Use this file to discover all available pages before exploring further.
Successful Response
The response is of type Response Record Transaction V1 Billing Transactions Post · object.
Response Record Transaction V1 Billing Transactions Post · object