New APIs to support WellLogAcquisition.1.0.0 schema

Create 5 new API's for handling WellLogAcquisition kind:

HTTP URL description
POST /ddms/v3/welllogacquisition Create or update the WellLogAcquisition using osdu schema
DELETE /ddms/v3/welllogacquisition/{welllogacquisitionid} Delete the WellLogAcquisitionId. The API performs a logical deletion of the given record. No recursive delete for OSDU kinds
GET /ddms/v3/welllogacquisition/{welllogacquisitionid} Get the WellLogAcquisition using osdu schema
GET /ddms/v3/welllogacquisition/{welllogacquisitionid}/versions Get all versions of the WellLogAcquisition
GET /ddms/v3/welllogaquisition/{welllogacquisitionid}/versions/{version} Get the given version of the WellLogAcquisition using OSDU WellogAcquisition schema
Edited by Steinar Hjellvik