Cyclos 4.10.3 REST deprecation notes.

This page reports the deprecated elements in Cyclos REST web services.
As policy, breaking changes are marked as deprecated for at least 2 major Cyclos versions, then removed.

Model properties

To remove onModelPropertyNotes
4.11Permissionsaccounts

Use banking.accounts instead

4.11PermissionssystemRecords

Use records.system instead

4.11PermissionsuserRecords

Use records.user instead

4.11VoucherBasicDatadescription

Since 4.9 the correct way to get this value is through the type.voucherDescription property.

4.11VoucherBasicDatatitle

Since 4.9 the correct way to get this value is through the type.voucherTitle property.

4.12AdViewaddresses

Use userAddresses instead

4.12TicketsPermissionsaccept

Use approve instead

4.12UsersPermissionscontacts

Use ContactsPermissions.enable instead

Service operations

To remove onURLMethodNotes
4.12/tickets/{ticket}/acceptPOST

Use POST /tickets/{ticket}/approve instead

4.12/{user}/contacts/{contact}DELETE

Use DELETE /contact-list/{id} instead

4.12/{user}/contacts/{contact}POST

Use POST /{user}/contact-list instead