| Name | Description | Type | Additional information |
|---|---|---|---|
| JobNumber | string |
Required |
|
| ChargeDescription |
This value must have been validated against GetChargeDescriptions() |
string |
Required String length: inclusive between 0 and 40 |
| NominalAccount |
This value must have been validated against GetChargeDescriptions() |
string |
Required |
| Supplier |
Supplier/Vendor name. |
string |
None. |
| CostCurrency |
This value must have been validated against GetValidCurrencies() |
string |
Required String length: inclusive between 0 and 3 |
| CostAmount | decimal number |
Required |
|
| CostTaxAmount | decimal number |
Required |
|
| CostTaxCode |
This value must have been validated against GetTaxCodes() |
string |
Required String length: inclusive between 0 and 10 |
| CostComment | string |
String length: inclusive between 0 and 255 |
|
| ChargeCurrency |
This value must have been validated against GetValidCurrencies() |
string |
Required String length: inclusive between 0 and 3 |
| ChargeAmount | decimal number |
Required |
|
| ChargeTaxAmount | decimal number |
Required |
|
| ChargeTaxCode |
This value must have been validated against GetTaxCodes() |
string |
Required String length: inclusive between 0 and 10 |
| ChargeComment | string |
String length: inclusive between 0 and 255 |