Name / Description | Type / Format | Example | |
---|---|---|---|
discount
|
number
double
|
0.0
|
|
monthlyMinimum
|
number
double
|
0.0
|
|
aggregatedPricing
|
boolean
|
true
|
|
billTo
If all activity for a Tenant is being biulled to a specifc user, set the email address here
|
string
|
"string"
|
|
pricingTable
If BillTo is set, then specify a Pricing Table to use from the Staffology tenant, otherwise the default Staffology Pricing Table will be used
|
string
uuid
|
"string"
|
|
netSuiteDefaultItemCode
The item code used in the NetSuite billing if not specified in the pricing table
|
string
|
"string"
|
|
netSuiteDefaultDescription
The product description used in the NetSuite billing if not specified in the pricing table
|
string
|
"string"
|
{
"discount": 0.0,
"monthlyMinimum": 0.0,
"aggregatedPricing": true,
"billTo": "string",
"pricingTable": "string",
"netSuiteDefaultItemCode": "string",
"netSuiteDefaultDescription": "string"
}