class Multiwoven::Integrations::Destination::MicrosoftDynamics::Client

def build_url(stream)

def build_url(stream)
  @destination_url = format(MS_DYNAMICS_REST_API, instance_url: @instance_url, api_version: API_VERSION, entity: stream.name)
end