Billing Schedules

Billing schedules are used for pledge, order, and invoice payment plans.

Http Verb Operation
Get ReferenceData/BillingSchedules/{id}?filter={filter}&maintenanceMode={maintenanceMode} 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: 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).

GetAll ReferenceData/BillingSchedules?filter={filter}&maintenanceMode={maintenanceMode} 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: 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).

GetSummaries ReferenceData/BillingSchedules/Summary Get a summary representation of all Billing Schedules.
GET Method: GetSummaries, URL: ReferenceData/BillingSchedules/Summary Test

Get a summary representation of all Billing Schedules.

Create ReferenceData/BillingSchedules Create a new Billing Schedule.
POST Method: Create, URL: ReferenceData/BillingSchedules Test

Create a new Billing Schedule.

Update ReferenceData/BillingSchedules/{id} Update an existing Billing Schedule.
PUT Method: Update, URL: ReferenceData/BillingSchedules/{id} Test

Update an existing Billing Schedule.

Delete ReferenceData/BillingSchedules/{id} Delete an existing Billing Schedule.
DELETE Method: Delete, URL: ReferenceData/BillingSchedules/{id} Test

Delete an existing Billing Schedule.