You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: xero_accounting.yaml
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -20902,10 +20902,10 @@ components:
20902
20902
type: string
20903
20903
format: uuid
20904
20904
DateString:
20905
-
description: Date the payment is being made, provided as an ISO 8601 datetime string in the format YYYY-MM-DDTHH:mm:ss e.g. 2018-10-03T00:00:00
20905
+
description: Date the payment is being made (YYYY-MM-DD) e.g. 2009-09-06
20906
20906
type: string
20907
20907
Date:
20908
-
description: Date the payment is being made, provided as a Unix timestamp in milliseconds with an optional UTC offset e.g. \/Date(1721347200000+0000)\/
20908
+
description: Date the payment is being made (YYYY-MM-DD) e.g. 2009-09-06
20909
20909
type: string
20910
20910
x-is-msdate: true
20911
20911
Amount:
@@ -23728,7 +23728,7 @@ components:
23728
23728
description: Code of account you are using to make the payment e.g. 001 (note- not all accounts have a code value)
23729
23729
type: string
23730
23730
Date:
23731
-
description: Date the payment is being made, provided as a Unix timestamp in milliseconds with an optional UTC offset e.g. \/Date(1721347200000+0000)\/
23731
+
description: Date the payment is being made (YYYY-MM-DD) e.g. 2009-09-06
0 commit comments