feat(accounting): add UpdatedDateUTC field#823
Merged
Conversation
gcxero
marked this pull request as ready for review
June 25, 2026 05:46
gcxero
marked this pull request as draft
June 25, 2026 05:47
Contributor
Author
|
Note that this is currently failing PR validation: Pipeline run I believe the Python tests need to be updated to unblock the OpenAPI spec pipeline. I've reached out to the relevant Xero team regarding this to confirm. |
gcxero
marked this pull request as ready for review
July 1, 2026 02:28
shehanster
enabled auto-merge (squash)
July 1, 2026 04:50
shehanster
disabled auto-merge
July 1, 2026 05:20
shehanster
approved these changes
Jul 1, 2026
shehanster
added a commit
to XeroAPI/xero-python
that referenced
this pull request
Jul 13, 2026
…-string-fixtures test(accounting): expect updated_date_utc_string in invoice fixtures fixing to pass build in - XeroAPI/Xero-OpenAPI#823
|
🎉 This PR is included in version 16.1.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Add Open API documentation for the new
UpdatedDateUTCStringattribute to the Accounting API endpoints.This attribute returns the same timestamp as UpdatedDateUTC but in ISO-8601 format (e.g.
2025-02-26T08:02:32Z) instead of the legacy/Date(...)/formatEndpoints updated: