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

country
required
string

Country

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

City

account_id
string

Account ID

Responses
200

successful operation

4XX

failed_operation

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