Create new agency

Creates an agency under the current account.

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>
}
Language
Credentials
Basic
base64
:
URL
Click Try It! to start a request and see the response here!