Create new agency

Creates an agency under the current account.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Request

POST /v1/agency

Request Body

{
  id: <integer>,
  name: <string>,
  contact_name: <string>,
  street: <string>,
  city: <string>,
  state: <string>,
  zip: <string>,
  country: <string>,
  phone: <string>,
  fax: <string>,
  email: <string>,
  description: <string>,
  externalAgencyId: <string>
}
Body Params
int32
string
required
string
string
string
string
string
string
string
string
string
string
string
length ≤ 128
^[a-zA-Z0-9!"#$%&'()*+,./:;<=>?`@\[\]^_{|}~-]*$
Responses

401

Unauthorized

403

Forbidden

404

Not Found

Language
Credentials
Basic
base64
:
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json