Billing schedules are used for pledge, order, and invoice payment plans.
Http Verb | Operation | ||
---|---|---|---|
GET | Method: Get, URL: ReferenceData/BillingSchedules/{id}?filter={filter}&maintenanceMode={maintenanceMode} | Test | |
Get the details of a Billing Schedule. To get only the resources for which the user has write/edit access, pass filter="writeonly". To get the resource in maintenance mode (which ignores Control Groups), pass maintenanceMode="true". Maintenance mode requires users to have access to the reference tables. (Specified in TX_REFTABLE_USERGROUP). |
|||
GET | Method: GetAll, URL: ReferenceData/BillingSchedules?filter={filter}&maintenanceMode={maintenanceMode} | Test | |
Get all Billing Schedules. To get only the resources for which the user has write/edit access, pass filter="writeonly". To get the resources in maintenance mode (which ignores Control Groups), pass maintenanceMode="true". Maintenance mode requires users to have access to the reference tables. (Specified in TX_REFTABLE_USERGROUP). |
|||
GET | Method: GetSummaries, URL: ReferenceData/BillingSchedules/Summary | Test | |
Get a summary representation of all Billing Schedules. |
|||
POST | Method: Create, URL: ReferenceData/BillingSchedules | Test | |
Create a new Billing Schedule. |
|||
PUT | Method: Update, URL: ReferenceData/BillingSchedules/{id} | Test | |
Update an existing Billing Schedule. |
|||
DELETE | Method: Delete, URL: ReferenceData/BillingSchedules/{id} | Test | |
Delete an existing Billing Schedule. |