paymenthistory object
Provides payment details for a specified account.
The paymenthistory
object has the following calls:
Call | Description |
---|---|
GET /paymenthistory | List all payment histories. |
GET /paymenthistory/available_fields | List the available_fields needed to create or update a payment history. |
GET /paymenthistory/payment_history_ID | Read the specified payment history. |
POST /paymenthistory | Create a payment history. |
POST /paymenthistory/payment_history_ID/clone | Clone the specified payment history. |
PUT /paymenthistory | Update the payment histories with the specified IDs. |
PUT /paymenthistory/payment_history_ID | Update the specified payment history. |
DELETE /paymenthistory | Delete the specified payment histories. |
DELETE /paymenthistory/payment_history_ID | Delete the specified payment history. |