IMPORTANT NOTE - We are using SugarCRM application version 14.0 and in postman we are using its associated Rest version v11_24.
We are not able to CREATE a Record on Trackers module from the Postman but instead of CREATE we are able to perform the GET, UPDATE and DELETE operations and getting desired response.
If we change module name in postman URL for CREATE Record API from "Trackers" to "SchedulersJobs" we are able to Insert the Record and also we are able to do GET operation and fetch that newly created record with module name "SchedulersJobs", but when we compare this response of GET operation performed with module name "SchedulersJobs" with the response of GET operation performed with module name "Trackers", we observed that the response fields are totally different.
So, Can we say that module name is changed from "Trackers" to "SchedulersJobs" ?
If Yes, then why it is giving totally different response fields if we do GET operation on both "Trackers" and "SchedulersJobs" ?