Special Upgrade / Install Instructions:
If your company uses the SedonaCloud API, IT will update the SedonaCloud version at the same time as your SedonaOffice upgrade. This is to ensure compatibility with the all modules utilizing SedonaCloud.
Supported Environments:
Version Support
** This version of SedonaCloud requires SedonaOffice version 6.2.0.4 or above **
Minimum System Requirements:
• Server is on Microsoft .Net 4.6.1
Features:
None
Bugs:
Note: Development Item Number in Parenthesis ( ), Customer Case Number in brackets [ ]
POST Credit API - BillCycle Required Error posting credit. (26606) [40987]
Issue: Posting Credit is requiring the BillCycle field when item is not recurring item.
Solution: Credit endpoint was updated with newer validations and error messages.Code fields that are present in the view model can be used to look up values (where possible). Fields tied to the Credit endpoint will get set to defaults (where possible).
Sedona API Error on Tax posting Credit. (26882) [40014]
Issue: POST - Error if TaxAmount = 0, Missing output parameter declaration for tax_exempt.
Solution: Added tax_exempt parameter to POST Credit API.
POST Credit API - Credit detail does not work if type isn't I. (27023) [40014]
Issue: POST Credit requires InvoiceID in the CreditDetail and including 1 returns an error.
Solution: Set the defaults for the fields tied to the CreditDetail endpoint and allow code present fields in the view model to be used.
POST Credit API - Sum of credit items does not match credit amount. (27024) [40014]
Issue: TaxAmount is coming in NULL, which is throwing off the calculation to determine whether the error needs returned.
Solution: Added TaxAmount field and added logic to set TaxAmount to 0 if it is Null.