...
Element | Data Type | Required? | Default | Description | Sample Data |
---|---|---|---|---|---|
TaxTypeCode | String (20)On Insert: | Yes (if One of TaxTypeCode or TaxTypeUid is not supplied) On Update: Yes (if TaxTypeUid is not supplied) required | The tax type code is a unique identifier for a tax type | VAT | |
TaxTypeId | Int32 | On Insert: No On Update: No | The tax type Id is a unique identifier for a tax type. For internal use only. | 21282 | |
TaxTypeUid | Int64 | On Insert: Yes (if TaxTypeCode is not supplied) On Update: Yes (if TaxTypeCode is not supplied)See TaxTypeCode | A unique and immutable identifier for a tax type | 1152921504606868258 |
...