All URIs are relative to https://saapi.realgreen.com
| Method | HTTP request | Description |
|---|---|---|
| Invoke-RGSAServiceConditionsIdGet | GET /ServiceConditions/{id} | |
| Invoke-RGSAServiceConditionsSearchPost | POST /ServiceConditions/Search | |
| Invoke-RGSAServiceConditionsServiceIDServiceIdGet | GET /ServiceConditions/ServiceID/{service_id} |
void Invoke-RGSAServiceConditionsIdGet
[-Id]
[-ApiKey]
$Id = 56 # Int32 |
$ApiKey = "MyApiKey" # String | API Key
try {
$Result = Invoke-RGSAServiceConditionsIdGet -Id $Id -ApiKey $ApiKey
} catch {
Write-Host ("Exception occurred when calling Invoke-RGSAServiceConditionsIdGet: {0}" -f ($_.ErrorDetails | ConvertFrom-Json))
Write-Host ("Response headers: {0}" -f ($_.Exception.Response.Headers | ConvertTo-Json))
}| Name | Type | Description | Notes |
|---|---|---|---|
| Id | Int32 | ||
| ApiKey | String | API Key |
void (empty response body)
No authorization required
- Content-Type: Not defined
- Accept: Not defined
[Back to top] [Back to API list] [Back to Model list] [Back to README]
void Invoke-RGSAServiceConditionsSearchPost
[-ApiKey]
[-ServiceID]
$ApiKey = "MyApiKey" # String | API Key
$ServiceID = Initialize-ServiceID -ServiceIDs 0 # ServiceID | (optional)
try {
$Result = Invoke-RGSAServiceConditionsSearchPost -ApiKey $ApiKey -ServiceID $ServiceID
} catch {
Write-Host ("Exception occurred when calling Invoke-RGSAServiceConditionsSearchPost: {0}" -f ($_.ErrorDetails | ConvertFrom-Json))
Write-Host ("Response headers: {0}" -f ($_.Exception.Response.Headers | ConvertTo-Json))
}| Name | Type | Description | Notes |
|---|---|---|---|
| ApiKey | String | API Key | |
| ServiceID | ServiceID | [optional] |
void (empty response body)
No authorization required
- Content-Type: application/json-patch+json, application/json, text/json, application/*+json
- Accept: Not defined
[Back to top] [Back to API list] [Back to Model list] [Back to README]
void Invoke-RGSAServiceConditionsServiceIDServiceIdGet
[-ServiceId]
[-ApiKey]
$ServiceId = 56 # Int32 |
$ApiKey = "MyApiKey" # String | API Key
try {
$Result = Invoke-RGSAServiceConditionsServiceIDServiceIdGet -ServiceId $ServiceId -ApiKey $ApiKey
} catch {
Write-Host ("Exception occurred when calling Invoke-RGSAServiceConditionsServiceIDServiceIdGet: {0}" -f ($_.ErrorDetails | ConvertFrom-Json))
Write-Host ("Response headers: {0}" -f ($_.Exception.Response.Headers | ConvertTo-Json))
}| Name | Type | Description | Notes |
|---|---|---|---|
| ServiceId | Int32 | ||
| ApiKey | String | API Key |
void (empty response body)
No authorization required
- Content-Type: Not defined
- Accept: Not defined
[Back to top] [Back to API list] [Back to Model list] [Back to README]