Versions Compared

Key

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

...

If you consume FastTrack360 APIs, there are enhancements/defect fixes you should be aware of in the V12.23 release. Please review these changes carefully to ensure you understand any possible impact to your integrations.

New API - Get Client Status

The following new API has been added to allow consumers to return a list of Client entities that have a specific status in Recruitment Manager:

GET/Client/{Filter}/Status

This API accepts the following query parameters for pagination:

  • pageNo: The page number to retrieve.

  • pageSize: The number of clients to retrieve per page.

The API returns the following attributes from the Client record in Recruitment Manager for each client with a matching status:

  • Client ID

  • Name

  • ABN

  • Office ID

  • Migration ID

  • Alternate Number.

API Defect Fixes

The following API defects have been fixed in this release:

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.

...