Create Agency
POST/agencies
Create Agency
Request
- application/json
Body
Array [
]
Array [
]
Array [
]
Array [
]
tags string
Tags
type string
Type
name string
Name
addresses
object[]
agencyId string
Agency
type string
Type
isPrimary string
Is Primary
name string
Name
organization string
Organization
address1 string
Address1
address2 string
Address2
address3 string
Address3
city string
City
region string
Region
postalCode string
Postal Code
country string
Country
phoneNumber string
Phone Number
notes string
Notes
tags string
Tags
agencyContactMethods
object[]
agencyId string
Agency
tags string
Tags
type string
Type
name string
Name
value string
Value
priority number
Priority
preferences string
Preferences
notes string
Notes
confirmed string
Confirmed
agencyDocuments
object[]
agencyId string
Agency
tags string
Tags
type string
Type
name string
Name
fileName string
File Name
notes string
Notes
visibility string
Visibility
agencyNotes
object[]
agencyId string
Agency
note string
Note
tags string
Tags
Responses
- 200
Created Agency
- application/json
- Schema
- Example (from schema)
Schema
tags string
Tags
type string
Type
name string
Name
id string
Id
createdAt string
Created At
updatedAt string
Updated At
deletedAt string
Deleted At
deleted string
Deleted
createdBy string
Created By
updatedBy string
Updated By
deletedBy string
Deleted By
{
"tags": "string",
"type": "string",
"name": "string",
"id": "string",
"createdAt": "string",
"updatedAt": "string",
"deletedAt": "string",
"deleted": "string",
"createdBy": "string",
"updatedBy": "string",
"deletedBy": "string"
}
Loading...