Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Expand
titlePUT /reduceInvoiceAmount/{id}
  • A defect has been fixed in this release whereby the ‘amount’ field in the request was accepting integer values only. Because of this defect, only whole dollar amounts could be adjusted; decimal values on invoices could not be changed and the error ‘Amount: Input string ‘0.xx’ is not a valid integer.’ was returned. This issue has been fixed and the call now accepts decimals. CY-1388.

Expand
titlePOST/PUT/PATCH Candidate
  • If ‘Display Payee Mailing Address’ is NOT selected against the country in the Hierarchy, when a Candidate record is created/edited in the UI, the main address is automatically copied to the mailing address. The API, however, will only populate the Candidate main address. This problem has been fixed. Now when using the API POST/PUT/PATCH call to a Candidate to add/update the Address, if the ‘Display Payee Mailing Address' is not selected in the Country’s Hierarchy settings, the main address is updated and mailing address is set to the same values. CY-3101.

Expand
titlePATCH Client/Parent

This method now includes the ‘industryId’ value to bring this in line with the GET, POST and PUT. CY-2995.

...