v1

latestOpenAPI 3.0.42026-08-04108409993.8 KB
PropertyRadar

Add Properties to Portfolio

Adds properties to a portfolio by property id's and/or gnaf id's

post/v1/propertyradar/portfolio/{PortfolioId}

Path parameters

PortfolioIdstring required

Request body

OR

Example request

{
  "PropertyIds": [
    "AB-2872-NY",
    "RF-8884-AK"
  ],
  "GnafIds": [
    "GAVIC419677979",
    "GANSW710292212"
  ]
}

Response

Properties added successfully