-
Notifications
You must be signed in to change notification settings - Fork 124
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
Comments
PETOSS-368 |
Thanks for raising an issue, a ticket has been created to track your request |
The AllocationId is also missing from the Create Allocation API call response and also when retrieving Allocations for a Credit Note. |
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. |
Hi @Kylevs |
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
The text was updated successfully, but these errors were encountered: