Skip to main content

ExpenseView

accounting object
codestring
labelstring
accountingDatestring
amount object
excludingTaxesnumber<double>
includingTaxesnumber<double>
assetCodestring
codestring
customerExpenseItem object
codestring
labelstring
labelstring
organizationCodestring
recoverabilityPercentagenumber<double>
referentialExpenseItem object
codestring
labelstring
stakeholder object
codestring
namestring
ExpenseView
{
"accounting": {
"code": "string",
"label": "string"
},
"accountingDate": "string",
"amount": {
"excludingTaxes": 0,
"includingTaxes": 0
},
"assetCode": "string",
"code": "string",
"customerExpenseItem": {
"code": "string",
"label": "string"
},
"label": "string",
"organizationCode": "string",
"recoverabilityPercentage": 0,
"referentialExpenseItem": {
"code": "string",
"label": "string"
},
"stakeholder": {
"code": "string",
"name": "string"
}
}