Get Agency Address
GET/agencies/:agencyId/addresses/:id
Get Agency Address
Request
Path Parameters
agencyId stringrequired
id stringrequired
Responses
- 200
Get Agency Address
- application/json
- Schema
- Example (from schema)
Schema
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
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
{
"agencyId": "string",
"type": "string",
"isPrimary": "string",
"name": "string",
"organization": "string",
"address1": "string",
"address2": "string",
"address3": "string",
"city": "string",
"region": "string",
"postalCode": "string",
"country": "string",
"phoneNumber": "string",
"notes": "string",
"tags": "string",
"id": "string",
"createdAt": "string",
"updatedAt": "string",
"deletedAt": "string",
"deleted": "string",
"createdBy": "string",
"updatedBy": "string",
"deletedBy": "string"
}
Loading...