List all credit transactions
GET
/car-rental/customers/{customer_id}/credit-transactionsLists all credit transactions for the customer specified by this customer ID
Request
Path Params
customer_id
string
required
Responses
OK(200)
Parameter Error(422)
Server Error(500)
HTTP Code: 200
Content Type : JSONapplication/json
successful operation
Data Schema
object {0}
Example
{}
Last modified: 2 days ago