| Name | Description | Type | Additional Information |
|---|---|---|---|
| DeptId |
The department ID that the product belongs to |
string |
Required Max length: 6 |
| ProdId |
The user entered product ID identifying this product |
string |
Required Max length: 10 |
| OverrideProductName |
The override product name for this product on the Invoice IF set, must be the same for all customers |
string |
Max length: 50 |
| InvAmt |
The quantity of the product totaled for all customers in Inventory Unit of Measure |
decimal number |
Required Max of 3 decimal places |
| Extension |
For the current customer - the extended dollars = ((InvAmt * UnitPrice) / Billing Divisor). This is NOT the customers share of these dollars, but the dollars extended using this customers price |
decimal number |
Required Max of 2 decimal places |
| OverrideLineItemPercent |
The override line item split percentage. When null or not included in the request, will use the default from the field or S1 split arrangement. If only 1 split, will default to 100 |
decimal number |
Max of 4 decimal places Range: inclusive between 0 and 100 |
| Tax |
Specify whether there is a tax, accepts either 0, 1, true, or false. |
boolean |
Must be 0, 1, True, or False |
| TaxAmount |
The total taxt amount assigned to the product. |
decimal number |
Cannot be negative Max of 2 decimal places |
| TaxExempt |
If customer is tax exempt, specify the tax exemption code. |
string |
Max length: 50 |
| TaxRate |
The tax rate assigned to the product. |
decimal number |
Cannot be negative Max of 3 decimal places |
| StTaxCode |
The state tax code assigned to the product. |
string |
Max length: 15 |
| AdjTaxCode |
The adjustment tax code assigned to the product. |
string |
Max length: 15 |
| StTaxAmount |
The state tax amount assigned to the product. Only valid after 7.0.29000 |
decimal number |
Cannot be negative Max of 2 decimal places |
| StTaxRate |
The state tax rate assigned to the product. Only valid after 7.0.29000 |
decimal number |
Cannot be negative Max of 3 decimal places |
| StMaxTax |
The state max tax that can be applied on the product. Only valid after 7.0.29000 |
decimal number |
Cannot be negative Max of 2 decimal places |
| AdjTaxAmount |
The adjustment tax amount assigned to the product. Only valid after 7.0.29000 |
decimal number |
Cannot be negative Max of 2 decimal places |
| AdjTaxRate |
The adjustment tax rate assigned to the product. Only valid after 7.0.29000 |
decimal number |
Cannot be negative Max of 3 decimal places |
| AdjMaxTax |
The adjustment max tax that can be applied on the product. Only valid after 7.0.29000 |
decimal number |
Cannot be negative Max of 2 decimal places |