All URIs are relative to https://saapi.realgreen.com
| Method | HTTP request | Description |
|---|---|---|
| Invoke-RGSAZipCodeAllGet | GET /ZipCode/All | Returns all zip code records in the database. |
| Invoke-RGSAZipCodeGet | GET /ZipCode | Returns all zip code records in the database. |
ZipCode[] Invoke-RGSAZipCodeAllGet
[-ApiKey]
Returns all zip code records in the database.
$ApiKey = "MyApiKey" # String | API Key
# Returns all zip code records in the database.
try {
$Result = Invoke-RGSAZipCodeAllGet -ApiKey $ApiKey
} catch {
Write-Host ("Exception occurred when calling Invoke-RGSAZipCodeAllGet: {0}" -f ($_.ErrorDetails | ConvertFrom-Json))
Write-Host ("Response headers: {0}" -f ($_.Exception.Response.Headers | ConvertTo-Json))
}| Name | Type | Description | Notes |
|---|---|---|---|
| ApiKey | String | API Key |
ZipCode[] (PSCustomObject)
No authorization required
- Content-Type: Not defined
- Accept: text/plain, application/json, text/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
ZipCode[] Invoke-RGSAZipCodeGet
[-ApiKey]
Returns all zip code records in the database.
$ApiKey = "MyApiKey" # String | API Key
# Returns all zip code records in the database.
try {
$Result = Invoke-RGSAZipCodeGet -ApiKey $ApiKey
} catch {
Write-Host ("Exception occurred when calling Invoke-RGSAZipCodeGet: {0}" -f ($_.ErrorDetails | ConvertFrom-Json))
Write-Host ("Response headers: {0}" -f ($_.Exception.Response.Headers | ConvertTo-Json))
}| Name | Type | Description | Notes |
|---|---|---|---|
| ApiKey | String | API Key |
ZipCode[] (PSCustomObject)
No authorization required
- Content-Type: Not defined
- Accept: text/plain, application/json, text/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]