| Time | Status | User Agent |  |
| :-- | :-- | :-- | :-- |
| Make a request to see history. |

#### URL Expired

The URL for this request expired after 30 days.

### Schema Definitions

- **id**  
  The Opening ID (string, required)

- **active**  
  Indicator for whether the opening is active (boolean | null)

- **additional_info**  
  Additional info about the opening (string | null)

- **alternative_locales**  
  List of alternate locales (array of strings | null)

- **compensation_currency_code**  
  The currency of the pay rate (string | null)

- **compensation_type**  
  How often the pay occurs (string | null, enum: `hour`, `day`, `month`, `year`)

- **compensation**  
  The pay rate (string | null)

- **custom_id**  
  Identifier custom to opening for the account (string | null)

- **customer_attributes**  
  List of customer attributes for the opening (array of objects | null)

- **do_launch_portal_from_form**  
  Indicator for whether to launch the applicant into the workflow after application (boolean | null)

- **external_title**  
  Title that will be shown on sourcing and career sites (string | null)

- **force_applicant_identity**  
  Indicator for whether applicant identity is enforced (boolean | null)

- **is_hiring_funnel**  
  Indicator for whether the opening is for hiring (boolean | null)

- **is_private**  
  Indicator for whether the opening is private (boolean | null)

- **is_sourcing_funnel**  
  Indicator for whether the opening is for sourcing (boolean | null)

- **job_hours**  
  Indicator for whether the opening is full or part time (string | null, enum: `full_time`, `part_time`)

- **job_industry**  
  Industry the opening is for (string | null, enum values: `accounting`, `agriculture`, `audio_visual`, `automotive`, `banking_and_finance`, `business_operations`, `construction`, `consultancy`, `customer_service_and_call_centres`, `dental`, `education_and_training`, `electronics`, `energy_oil_and_gas`, `engineering`, `environmental_and_waste`, `facilities_management`, `food_hospitality`, `franchise_services`, `hair_beauty_and_cosmetics`, `health_medical_and_related`, `human_resources`, `insurance`, `it_and_internet`, `legal`, `logistics_procurement_distribution_and_supply_chain`, `management_executive`, `manufacturing_and_production`, `marketing_advertising_and_pr`, `media_new_media_and_creative`, `military_and_defence`, `mining`, `nonprofit`, `other`, `property_and_real-estate`, `recruitment`, `retail`, `sales`, `scientific_and_pharmaceuticals`, `secretarial_and_administration`, `telecommunications`, `training`, `travel_leisure_and_tourism`, `transportation`, `web_html_info_design`, `writing_editing`)

- **job_type**  
  The type of job represented by the opening (string | null, enum: `permanent`, `temporary`, `contract_freelancer`, `casual`, `finance_plus_accounting`, `operations_leadership`, `all_other_administrative_plus_professional`, `information_technology`, `customer_service_plus_operations`, `local`, `regional`, `trainee`, `shuttle`)

- **location_id**  
  The unique identifier for the location associated with the opening (string | null)

- **owner_id**  
  The unique identifier for the owner associated with the opening (string | null)

- **position_id**  
  The unique identifier for the position associated with the opening (string | null)

- **shift_attributes**  
  The values to update an existing shift or define a new shift for the opening (object)

- **shift_id**  
  The unique identifier for the shift to be associated with the opening (string | null)

- **title**  
  The title of the opening (string | null)

- **use_obiq_form**  
  Indicator for whether an external application form will be used (boolean | null)

- **workflow_id**  
  The unique identifier for the workflow to associate with the opening (string | null)

- **is_internal_funnel**  
  Indicates whether the funnel is an internal job posting (boolean)

- **internal_job_duration**  
  Specifies the number of days the internal job remains active after approval or activation (integer)

- **internal_job_expiration_date**  
  Explicit expiration date for the internal job posting (date)

- **internal_job_expiration_action**  
  Determines the funnel’s behavior when the internal posting expires (integer, enum: `0`, `1`)

- **go_enabled**  
  When true, enables this opening for Hire Go (boolean | null)

### API Response Status Codes

- `200` Ok
- `401` Unauthorized
- `404` Not Found

### Example cURL Request

```bash
curl --request PUT \
     --url https://api.fountain.com/v2/funnels/id \
     --header 'accept: application/json' \
     --header 'content-type: application/json'
```

### Example Responses

application/json

```json
{ "status": "200" }
{ "status": "401" }
{ "status": "404" }
```
