Consuming a Web API

You are integrating with a third-party Web API service. The service enables you to execute CRUD operations to work with time records.

How can you map the HttpClient methods to the standard CRUD operations?
Why is it useful to create classes that map to the return values of the service?