Skip to content

Commit 51f919f

Browse files
authored
Merge pull request #739 from XeroAPI/revert-737-XBAP-22591-UpdateGetDescription
Revert "[XBAP-22591] - Updated Date field decsription for Payment and Batchpayment endpoint"
2 parents 2ed8d37 + 6ac53ee commit 51f919f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

xero_accounting.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20902,10 +20902,10 @@ components:
2090220902
type: string
2090320903
format: uuid
2090420904
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
2090620906
type: string
2090720907
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
2090920909
type: string
2091020910
x-is-msdate: true
2091120911
Amount:
@@ -23728,7 +23728,7 @@ components:
2372823728
description: Code of account you are using to make the payment e.g. 001 (note- not all accounts have a code value)
2372923729
type: string
2373023730
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
2373223732
type: string
2373323733
x-is-msdate: true
2373423734
CurrencyRate:

0 commit comments

Comments
 (0)