All URIs are relative to https://saapi.realgreen.com
| Method | HTTP request | Description |
|---|---|---|
| Invoke-RGSAPrepayCodesAllProgramsAllprogGet | GET /PrepayCodes/AllPrograms/{allprog} | |
| Invoke-RGSAPrepayCodesAllSpecialsAllspecGet | GET /PrepayCodes/AllSpecials/{allspec} | |
| Invoke-RGSAPrepayCodesAnybranchAnybranchGet | GET /PrepayCodes/Anybranch/{anybranch} | |
| Invoke-RGSAPrepayCodesAvailableAvailableGet | GET /PrepayCodes/Available/{available} | |
| Invoke-RGSAPrepayCodesEligibilityPost | POST /PrepayCodes/Eligibility | |
| Invoke-RGSAPrepayCodesGet | GET /PrepayCodes | |
| Invoke-RGSAPrepayCodesHandheldHandheldGet | GET /PrepayCodes/Handheld/{handheld} | |
| Invoke-RGSAPrepayCodesIdGet | GET /PrepayCodes/{id} | |
| Invoke-RGSAPrepayCodesInstallmentInstallmntGet | GET /PrepayCodes/Installment/{installmnt} | |
| Invoke-RGSAPrepayCodesPercentPercentGet | GET /PrepayCodes/Percent/{percent} |
void Invoke-RGSAPrepayCodesAllProgramsAllprogGet
[-Allprog]
[-ApiKey]
$Allprog = $true # Boolean |
$ApiKey = "MyApiKey" # String | API Key
try {
$Result = Invoke-RGSAPrepayCodesAllProgramsAllprogGet -Allprog $Allprog -ApiKey $ApiKey
} catch {
Write-Host ("Exception occurred when calling Invoke-RGSAPrepayCodesAllProgramsAllprogGet: {0}" -f ($_.ErrorDetails | ConvertFrom-Json))
Write-Host ("Response headers: {0}" -f ($_.Exception.Response.Headers | ConvertTo-Json))
}| Name | Type | Description | Notes |
|---|---|---|---|
| Allprog | Boolean | ||
| 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-RGSAPrepayCodesAllSpecialsAllspecGet
[-Allspec]
[-ApiKey]
$Allspec = $true # Boolean |
$ApiKey = "MyApiKey" # String | API Key
try {
$Result = Invoke-RGSAPrepayCodesAllSpecialsAllspecGet -Allspec $Allspec -ApiKey $ApiKey
} catch {
Write-Host ("Exception occurred when calling Invoke-RGSAPrepayCodesAllSpecialsAllspecGet: {0}" -f ($_.ErrorDetails | ConvertFrom-Json))
Write-Host ("Response headers: {0}" -f ($_.Exception.Response.Headers | ConvertTo-Json))
}| Name | Type | Description | Notes |
|---|---|---|---|
| Allspec | Boolean | ||
| 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-RGSAPrepayCodesAnybranchAnybranchGet
[-Anybranch]
[-ApiKey]
$Anybranch = $true # Boolean |
$ApiKey = "MyApiKey" # String | API Key
try {
$Result = Invoke-RGSAPrepayCodesAnybranchAnybranchGet -Anybranch $Anybranch -ApiKey $ApiKey
} catch {
Write-Host ("Exception occurred when calling Invoke-RGSAPrepayCodesAnybranchAnybranchGet: {0}" -f ($_.ErrorDetails | ConvertFrom-Json))
Write-Host ("Response headers: {0}" -f ($_.Exception.Response.Headers | ConvertTo-Json))
}| Name | Type | Description | Notes |
|---|---|---|---|
| Anybranch | Boolean | ||
| 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-RGSAPrepayCodesAvailableAvailableGet
[-Available]
[-ApiKey]
$Available = $true # Boolean |
$ApiKey = "MyApiKey" # String | API Key
try {
$Result = Invoke-RGSAPrepayCodesAvailableAvailableGet -Available $Available -ApiKey $ApiKey
} catch {
Write-Host ("Exception occurred when calling Invoke-RGSAPrepayCodesAvailableAvailableGet: {0}" -f ($_.ErrorDetails | ConvertFrom-Json))
Write-Host ("Response headers: {0}" -f ($_.Exception.Response.Headers | ConvertTo-Json))
}| Name | Type | Description | Notes |
|---|---|---|---|
| Available | Boolean | ||
| 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-RGSAPrepayCodesEligibilityPost
[-ApiKey]
[-PrepayCodeLookup]
$ApiKey = "MyApiKey" # String | API Key
$PrepayCodeLookup = Initialize-PrepayCodeLookup -CompanyID 0 -ProgramDefinitionIDs 0 # PrepayCodeLookup | (optional)
try {
$Result = Invoke-RGSAPrepayCodesEligibilityPost -ApiKey $ApiKey -PrepayCodeLookup $PrepayCodeLookup
} catch {
Write-Host ("Exception occurred when calling Invoke-RGSAPrepayCodesEligibilityPost: {0}" -f ($_.ErrorDetails | ConvertFrom-Json))
Write-Host ("Response headers: {0}" -f ($_.Exception.Response.Headers | ConvertTo-Json))
}| Name | Type | Description | Notes |
|---|---|---|---|
| ApiKey | String | API Key | |
| PrepayCodeLookup | PrepayCodeLookup | [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-RGSAPrepayCodesGet
[-ApiKey]
$ApiKey = "MyApiKey" # String | API Key
try {
$Result = Invoke-RGSAPrepayCodesGet -ApiKey $ApiKey
} catch {
Write-Host ("Exception occurred when calling Invoke-RGSAPrepayCodesGet: {0}" -f ($_.ErrorDetails | ConvertFrom-Json))
Write-Host ("Response headers: {0}" -f ($_.Exception.Response.Headers | ConvertTo-Json))
}| Name | Type | Description | Notes |
|---|---|---|---|
| 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-RGSAPrepayCodesHandheldHandheldGet
[-Handheld]
[-ApiKey]
$Handheld = $true # Boolean |
$ApiKey = "MyApiKey" # String | API Key
try {
$Result = Invoke-RGSAPrepayCodesHandheldHandheldGet -Handheld $Handheld -ApiKey $ApiKey
} catch {
Write-Host ("Exception occurred when calling Invoke-RGSAPrepayCodesHandheldHandheldGet: {0}" -f ($_.ErrorDetails | ConvertFrom-Json))
Write-Host ("Response headers: {0}" -f ($_.Exception.Response.Headers | ConvertTo-Json))
}| Name | Type | Description | Notes |
|---|---|---|---|
| Handheld | Boolean | ||
| 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-RGSAPrepayCodesIdGet
[-Id]
[-ApiKey]
$Id = "MyId" # String |
$ApiKey = "MyApiKey" # String | API Key
try {
$Result = Invoke-RGSAPrepayCodesIdGet -Id $Id -ApiKey $ApiKey
} catch {
Write-Host ("Exception occurred when calling Invoke-RGSAPrepayCodesIdGet: {0}" -f ($_.ErrorDetails | ConvertFrom-Json))
Write-Host ("Response headers: {0}" -f ($_.Exception.Response.Headers | ConvertTo-Json))
}| Name | Type | Description | Notes |
|---|---|---|---|
| Id | String | ||
| 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-RGSAPrepayCodesInstallmentInstallmntGet
[-Installmnt]
[-ApiKey]
$Installmnt = $true # Boolean |
$ApiKey = "MyApiKey" # String | API Key
try {
$Result = Invoke-RGSAPrepayCodesInstallmentInstallmntGet -Installmnt $Installmnt -ApiKey $ApiKey
} catch {
Write-Host ("Exception occurred when calling Invoke-RGSAPrepayCodesInstallmentInstallmntGet: {0}" -f ($_.ErrorDetails | ConvertFrom-Json))
Write-Host ("Response headers: {0}" -f ($_.Exception.Response.Headers | ConvertTo-Json))
}| Name | Type | Description | Notes |
|---|---|---|---|
| Installmnt | Boolean | ||
| 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-RGSAPrepayCodesPercentPercentGet
[-Percent]
[-ApiKey]
$Percent = 1.2 # Double |
$ApiKey = "MyApiKey" # String | API Key
try {
$Result = Invoke-RGSAPrepayCodesPercentPercentGet -Percent $Percent -ApiKey $ApiKey
} catch {
Write-Host ("Exception occurred when calling Invoke-RGSAPrepayCodesPercentPercentGet: {0}" -f ($_.ErrorDetails | ConvertFrom-Json))
Write-Host ("Response headers: {0}" -f ($_.Exception.Response.Headers | ConvertTo-Json))
}| Name | Type | Description | Notes |
|---|---|---|---|
| Percent | Double | ||
| 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]