![]() |
BillMax Billing Solutions 877.245.5629 sales@billmax.com |
BillMax_TierplanPut — Insert or update a Tierplan record in the tierplan table
#include "billmax.h"
int BillMax_TierplanPut( |
tierplan, | |
| tierplan, | ||
flags); |
|
tierplan; |
|
flags; |
If tierplan->number is 0, then a new record is inserted into the note table. If note->number is NOT 0 and there exists a record in the note table of which note.number is the same value as note->number, then the database fields of that record are updated with the values in TIERPLAN structure. Otherwise a new record is inserted with the values in NOTE structure.
The data for inserting or updating a record in tierplan table. See TIERPLAN structure.
Placeholder for future use.