Skip to content

Latest commit

 

History

History
executable file
·
25 lines (16 loc) · 385 Bytes

enrich.md

File metadata and controls

executable file
·
25 lines (16 loc) · 385 Bytes

enrich

Available in: companies

Enrich a company profile

Example Usage

require_relative structure


s = structure::Structure.new

   
req = operations.Operations::EnrichCompanyRequest(
  path_params=Operations::EnrichCompanyRequest(
    id="a05dfc2d-df7c-4c78-8a1b-a928fc816742",
  ),
)
    
res = s.companies::enrich(req)

if ! res.body.nil?
    # handle response