# Create an inbound fax profile

Create an inbound fax profile.

Endpoint: PUT /inbound/profiles/{profile}
Version: 2.0
Security: http-basic-auth

## Path parameters:

  - `profile` (string, required)
    Example: "FaxToEmail-USA"

## Request fields (application/json):

  - `serviceType` (string)
    Enum: "Fax2Mail", "Fax2WS", "Fax2FTP"

## Response 200 fields (application/json):

  - `name` (string)

  - `serviceType` (string)
    Enum: same as `serviceType` (3 values)

## Response 401 fields (application/json):

  - `code` (integer)

  - `message` (string)

  - `details` (string)


