Xero-NetStandard
Xero-NetStandard copied to clipboard
Generated SDK from Open API version 2.33.0
Generates Xero-NetStandard 3.30.0 from Xero-OpenAPI 2.33.0
Accounting API
- Updates
CreateBrandingThemePaymentServicesmethod to accept an array ofPaymentServiceobjects instead of just onePaymentServiceobject to match API functionality - Adds 2023 tax rates for Singapore
Resolves Xero Node #605
- This will result in a breaking change where any projects currently using this method will need to wrap their
PaymentServiceobject in aPaymentServicesobject like so:
{
"PaymentServices":[
{
"PaymentServiceID":"54b3b4f6-0443-4fba-bcd1-61ec0c35ca55",
"PaymentServiceName":"PayUpNow",
"PaymentServiceUrl":"https://www.payupnow.com/",
"PaymentServiceType":"Custom",
"PayNowText":"Time To Pay"
}
]
}
Types of Changes
- [ ] Bug fix (non-breaking change that fixes an issue)
- [x] New feature (non-breaking change that adds functionality)
- [x] Breaking change (fix or feature that would cause existing functionality to not work as expected)