| name | data type | description |
|---|---|---|
| tax | Tax | |
| amountWithoutTax | number | |
| amountTax | number | |
| amountWithTax | number |
Example
{
"tax" : {
"description" : "...",
"percent" : 12345.0,
"composite" : true,
"parentEntityType" : { },
"cfAccumulatedValues" : {
"valuesByCode" : {
"property1" : [ { }, { } ],
"property2" : [ { }, { } ]
},
"values" : {
"property1" : { },
"property2" : { }
},
"newVersionedCFValuePeriods" : {
"property1" : [ { }, { } ],
"property2" : [ { }, { } ]
},
"encrypted" : true
},
"parentEntity" : {
"auditableFields" : [ { }, { } ],
"description" : "...",
"version" : 12345,
"id" : 12345,
"notified" : true,
"appendGeneratedCode" : true,
"auditable" : { },
"codeChanged" : true,
"parentEntityType" : { },
"descriptionAndCode" : "...",
"descriptionOrCode" : "...",
"transient" : true,
"parentEntity" : { },
"referenceDescription" : "...",
"historized" : true,
"referenceCode" : "...",
"code" : "..."
},
"code" : "...",
"cfValues" : {
"valuesByCode" : {
"property1" : [ { }, { } ],
"property2" : [ { }, { } ]
},
"values" : {
"property1" : { },
"property2" : { }
},
"newVersionedCFValuePeriods" : {
"property1" : [ { }, { } ],
"property2" : [ { }, { } ]
},
"encrypted" : true
},
"referenceDescription" : "...",
"descriptionI18nNullSafe" : {
"property1" : "...",
"property2" : "..."
},
"referenceCode" : "...",
"version" : 12345,
"subTaxes" : [ { }, { } ],
"auditable" : {
"updater" : "...",
"updated" : 12345,
"creator" : "...",
"lastUser" : "...",
"created" : 12345,
"lastModified" : 12345
},
"uuid" : "...",
"auditableFields" : [ {
"historable" : true,
"fieldName" : "...",
"currentState" : { },
"notified" : true,
"notfiable" : true,
"previousState" : { },
"auditType" : "OTHER",
"historized" : true
}, {
"historable" : true,
"fieldName" : "...",
"currentState" : { },
"notified" : true,
"notfiable" : true,
"previousState" : { },
"auditType" : "STATUS",
"historized" : true
} ],
"descriptionAndCode" : "...",
"mainTaxes" : [ { }, { } ],
"descriptionOrCode" : "...",
"notified" : true,
"accountingCode" : {
"transient" : true,
"notified" : true,
"id" : 12345,
"descriptionAndCode" : "...",
"parentAccountingCode" : { },
"appendGeneratedCode" : true,
"chartOfAccountTypeEnum" : "EXPENSE",
"auditableFields" : [ { }, { } ],
"disabled" : true,
"code" : "...",
"referenceDescription" : "...",
"descriptionOrCode" : "...",
"referenceCode" : "...",
"auditable" : { },
"reportingAccount" : "...",
"migrated" : true,
"parentEntity" : { },
"historized" : true,
"notes" : "...",
"description" : "...",
"parentEntityType" : { },
"version" : 12345,
"codeChanged" : true,
"chartOfAccountViewTypeEnum" : "VIEW",
"active" : true
},
"descriptionI18n" : {
"property1" : "...",
"property2" : "..."
},
"transient" : true,
"appendGeneratedCode" : true,
"codeChanged" : true,
"historized" : true,
"parentCFEntities" : [ {
"cfValuesNullSafe" : { },
"dirtyCF" : true,
"parentCFEntities" : [ { }, { } ],
"cfValuesAsValues" : {
"property1" : { },
"property2" : { }
},
"cfAccumulatedValuesNullSafe" : { },
"cfValues" : { },
"cfAccumulatedValues" : { },
"uuid" : "...",
"CFValuesCopy" : { }
}, {
"cfValuesNullSafe" : { },
"dirtyCF" : true,
"parentCFEntities" : [ { }, { } ],
"cfValuesAsValues" : {
"property1" : { },
"property2" : { }
},
"cfAccumulatedValuesNullSafe" : { },
"cfValues" : { },
"cfAccumulatedValues" : { },
"uuid" : "...",
"CFValuesCopy" : { }
} ],
"id" : 12345,
"idOrCode" : "..."
},
"amountWithoutTax" : 12345.0,
"amountTax" : 12345.0,
"amountWithTax" : 12345.0
}