Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions xero_accounting.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20902,10 +20902,10 @@ components:
type: string
format: uuid
DateString:
description: Date the payment is being made (YYYY-MM-DD) e.g. 2009-09-06
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
type: string
Date:
description: Date the payment is being made (YYYY-MM-DD) e.g. 2009-09-06
description: Date the payment is being made, provided as a Unix timestamp in milliseconds with an optional UTC offset e.g. \/Date(1721347200000+0000)\/
type: string
x-is-msdate: true
Amount:
Expand Down Expand Up @@ -23728,7 +23728,7 @@ components:
description: Code of account you are using to make the payment e.g. 001 (note- not all accounts have a code value)
type: string
Date:
description: Date the payment is being made (YYYY-MM-DD) e.g. 2009-09-06
description: Date the payment is being made, provided as a Unix timestamp in milliseconds with an optional UTC offset e.g. \/Date(1721347200000+0000)\/
type: string
x-is-msdate: true
CurrencyRate:
Expand Down