{
"accountCode": "string",
"accountName": "string",
"amount": "double",
"amountUnrounded": "double",
"details": "string",
"externalAccountReferenceId": "string",
"isCredit": "boolean",
"isDebit": "boolean",
"journalItemType": "string",
"location": "string",
"locationExternalReferenceId": "string",
"reference": "string",
"reportingDimensionValueIds": [
"int32"
],
"reportingDimensionValueNames": {
"<key>": [
"string"
]
},
"taxCode": "string",
"units": "double"
}
Name | Type | Description |
---|---|---|
accountCode | string | String |
accountName | string | String |
amount | double | Decimal |
amountUnrounded | double | Decimal |
details | string | String |
externalAccountReferenceId | string | String |
isCredit | boolean | Boolean |
isDebit | boolean | Boolean |
journalItemType | string |
JournalItemType
Possible values are:
|
location | string | String |
locationExternalReferenceId | string | String |
reference | string | String |
reportingDimensionValueIds[] | array of int32 |
Nullable Note: Only applicable to businesses where the Dimensions feature is enabled. Specify an array of dimension value ids (normally only one-per dimension) eg [1,3,7]. If you prefer to specify dimension values by name, use the ReportingDimensionValueNames field instead. If this field is used, ReportingDimensionValueNames will be ignored (the Ids take precedence) |
reportingDimensionValueNames | object |
Nullable Note: Only applicable to businesses where the Dimensions feature is enabled. Specify an object with dimension names and for each one, specify an array of associated value names (normally one-per dimension) eg { "Department": ["Accounting"], "Job Code": ["JC1"] }. If you prefer to specify dimension values directly by Id, use the ReportingDimensionValueIds field instead. If ReportingDimensionValueIds is used, ReportingDimensionValueNames will be ignored (the Ids take precedence) |
reportingDimensionValueNames.<key>[] | array of string | |
taxCode | string | String |
units | double | Decimal |
Powered by DapperDox