Podcast
Questions and Answers
Which method should be used to find a company in a parameter table using the API?
Which method should be used to find a company in a parameter table using the API?
- api.fetch
- api.get
- api.find (correct)
- api.search
What is the purpose of using api.find on a company parameter table?
What is the purpose of using api.find on a company parameter table?
- To retrieve company details (correct)
- To add a new company
- To delete a company
- To update company information
Which parameter should be passed to api.find when searching for a company?
Which parameter should be passed to api.find when searching for a company?
- companyAddress
- companyName (correct)
- companyID
- companyEmail