Dear Sir/Madam,
I am using RestAssured to automate the CRM api tests for my company. I have endpoint for example [organization URI]/api/data/v9.0/contacts how do I decide the request body to go with the post? What will be the response body after I post the uri? What is the status code should I expect?
I have used Swagger for my api tests on the company developed applications, the response body, request body, status code and parameters for the uri are clearly defined in the Swagger. I am wondering if you have the similar document for your crm APIs. Or could you please explain me how to use your current crm documentations to get those information.
Thanks!
Xuejun