diff --git a/docs/v1/accounting/index.html b/docs/v1/accounting/index.html index fea3018a..fd4947c9 100644 --- a/docs/v1/accounting/index.html +++ b/docs/v1/accounting/index.html @@ -1512,6 +1512,22 @@ "format" : "uuid", "readOnly" : true }, + "FromIsReconciled" : { + "type" : "boolean", + "description" : "The Bank Transaction boolean to show if it is reconciled for the source account", + "example" : false, + "default" : false + }, + "ToIsReconciled" : { + "type" : "boolean", + "description" : "The Bank Transaction boolean to show if it is reconciled for the destination account", + "example" : false, + "default" : false + }, + "Reference" : { + "type" : "string", + "description" : "Reference for the transactions." + }, "HasAttachments" : { "type" : "boolean", "description" : "Boolean to indicate if a Bank Transfer has an attachment", @@ -1828,12 +1844,16 @@ "x-is-msdate" : true }, "Amount" : { - "type" : "integer", - "description" : "LineItem Quantity" + "type" : "number", + "description" : "LineItem Quantity", + "format" : "double", + "x-is-money" : true }, "UnitAmount" : { - "type" : "integer", - "description" : "Budgeted amount" + "type" : "number", + "description" : "Budgeted amount", + "format" : "double", + "x-is-money" : true }, "Notes" : { "maxLength" : 255, @@ -5936,7 +5956,7 @@