Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing AllocationID - Xero.NetStandard.OAuth2.Model.Accounting.Allocation #492

Closed
Kylevs opened this issue Nov 22, 2023 · 5 comments
Closed

Comments

@Kylevs
Copy link

Kylevs commented Nov 22, 2023

  • Version 3.33.0

Describe the bug
The Xero.NetStandard.OAuth2.Model.Accounting.Allocation model is missing the AllocationID. When using GetOverpaymentsAsync the allocation list has all the data except the ID which is useful when syncing to keep track of which records have been processed vs the remaining ones.

To Reproduce

Call the GetOverpaymentsAsync method and look at the list of Allocations, the ID is not there, Alternatively you can look at the model directly and the ID is not part of the model.

Expected behavior
The model returns its ID

Screenshots
image

Copy link

PETOSS-368

Copy link

Thanks for raising an issue, a ticket has been created to track your request

@Plasma
Copy link

Plasma commented Nov 27, 2023

The AllocationId is also missing from the Create Allocation API call response and also when retrieving Allocations for a Credit Note.

@manishT72
Copy link
Collaborator

Hi @Kylevs, Thanks for raising this issue, the missing property AllocationId is added in newer SDK versions(>3.34.1). Please verify if you are still encountering this issue when using the latest version of the SDK.

@manishT72
Copy link
Collaborator

Hi @Kylevs
We are closing this issue as it is working correctly in the current version. Feel free to reopen this issue if required.
Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants