Purchase Fax Line

post/fax_line/create

Purchases a new Fax Line

Securityapi_key
Request
Request Body schema: application/json
required
area_code
required
integer

Area code of the new Fax Line

country
required
string

Country of the area code

Enum: "CA" "US" "UK"
city
string

City of the area code

account_id
string

Account ID of the account that will be assigned this new Fax Line

Responses
200

successful operation

4XX

failed_operation

Request samples
application/json
{
  • "area_code": 209,
  • "country": "US"
}
Response samples
application/json
{
  • "fax_line": {
    }
}