All URIs are relative to https://saapi.realgreen.com
| Method | HTTP request | Description |
|---|---|---|
| Invoke-RGSAProductsAnyBranchAnybranchGet | GET /Products/AnyBranch/{anybranch} | |
| Invoke-RGSAProductsAvailableOnHandheldHandheldGet | GET /Products/AvailableOnHandheld/{handheld} | |
| Invoke-RGSAProductsEPANumberEpanoGet | GET /Products/EPANumber/{epano} | |
| Invoke-RGSAProductsGet | GET /Products | |
| Invoke-RGSAProductsIdGet | GET /Products/{id} | |
| Invoke-RGSAProductsIsLaborIslaborGet | GET /Products/IsLabor/{islabor} | |
| Invoke-RGSAProductsIsMasterIsmasterGet | GET /Products/IsMaster/{ismaster} | |
| Invoke-RGSAProductsIsNonInventoryNoninvGet | GET /Products/IsNonInventory/{noninv} | |
| Invoke-RGSAProductsIsProductionForproducGet | GET /Products/IsProduction/{forproduc} | |
| Invoke-RGSAProductsIsWorkOrderForworkordGet | GET /Products/IsWorkOrder/{forworkord} | |
| Invoke-RGSAProductsOnHandOnhandGet | GET /Products/OnHand/{onhand} | |
| Invoke-RGSAProductsOnHoldOnholdGet | GET /Products/OnHold/{onhold} | |
| Invoke-RGSAProductsPost | POST /Products | |
| Invoke-RGSAProductsProductCodeProdcodeGet | GET /Products/ProductCode/{prodcode} |
void Invoke-RGSAProductsAnyBranchAnybranchGet
[-Anybranch]
[-ApiKey]
$Anybranch = $true # Boolean |
$ApiKey = "MyApiKey" # String | API Key
try {
$Result = Invoke-RGSAProductsAnyBranchAnybranchGet -Anybranch $Anybranch -ApiKey $ApiKey
} catch {
Write-Host ("Exception occurred when calling Invoke-RGSAProductsAnyBranchAnybranchGet: {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-RGSAProductsAvailableOnHandheldHandheldGet
[-Handheld]
[-ApiKey]
$Handheld = $true # Boolean |
$ApiKey = "MyApiKey" # String | API Key
try {
$Result = Invoke-RGSAProductsAvailableOnHandheldHandheldGet -Handheld $Handheld -ApiKey $ApiKey
} catch {
Write-Host ("Exception occurred when calling Invoke-RGSAProductsAvailableOnHandheldHandheldGet: {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-RGSAProductsEPANumberEpanoGet
[-Epano]
[-ApiKey]
$Epano = "MyEpano" # String |
$ApiKey = "MyApiKey" # String | API Key
try {
$Result = Invoke-RGSAProductsEPANumberEpanoGet -Epano $Epano -ApiKey $ApiKey
} catch {
Write-Host ("Exception occurred when calling Invoke-RGSAProductsEPANumberEpanoGet: {0}" -f ($_.ErrorDetails | ConvertFrom-Json))
Write-Host ("Response headers: {0}" -f ($_.Exception.Response.Headers | ConvertTo-Json))
}| Name | Type | Description | Notes |
|---|---|---|---|
| Epano | 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-RGSAProductsGet
[-ApiKey]
$ApiKey = "MyApiKey" # String | API Key
try {
$Result = Invoke-RGSAProductsGet -ApiKey $ApiKey
} catch {
Write-Host ("Exception occurred when calling Invoke-RGSAProductsGet: {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-RGSAProductsIdGet
[-Id]
[-ApiKey]
$Id = 56 # Int32 |
$ApiKey = "MyApiKey" # String | API Key
try {
$Result = Invoke-RGSAProductsIdGet -Id $Id -ApiKey $ApiKey
} catch {
Write-Host ("Exception occurred when calling Invoke-RGSAProductsIdGet: {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-RGSAProductsIsLaborIslaborGet
[-Islabor]
[-ApiKey]
$Islabor = $true # Boolean |
$ApiKey = "MyApiKey" # String | API Key
try {
$Result = Invoke-RGSAProductsIsLaborIslaborGet -Islabor $Islabor -ApiKey $ApiKey
} catch {
Write-Host ("Exception occurred when calling Invoke-RGSAProductsIsLaborIslaborGet: {0}" -f ($_.ErrorDetails | ConvertFrom-Json))
Write-Host ("Response headers: {0}" -f ($_.Exception.Response.Headers | ConvertTo-Json))
}| Name | Type | Description | Notes |
|---|---|---|---|
| Islabor | 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-RGSAProductsIsMasterIsmasterGet
[-Ismaster]
[-ApiKey]
$Ismaster = $true # Boolean |
$ApiKey = "MyApiKey" # String | API Key
try {
$Result = Invoke-RGSAProductsIsMasterIsmasterGet -Ismaster $Ismaster -ApiKey $ApiKey
} catch {
Write-Host ("Exception occurred when calling Invoke-RGSAProductsIsMasterIsmasterGet: {0}" -f ($_.ErrorDetails | ConvertFrom-Json))
Write-Host ("Response headers: {0}" -f ($_.Exception.Response.Headers | ConvertTo-Json))
}| Name | Type | Description | Notes |
|---|---|---|---|
| Ismaster | 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-RGSAProductsIsNonInventoryNoninvGet
[-Noninv]
[-ApiKey]
$Noninv = $true # Boolean |
$ApiKey = "MyApiKey" # String | API Key
try {
$Result = Invoke-RGSAProductsIsNonInventoryNoninvGet -Noninv $Noninv -ApiKey $ApiKey
} catch {
Write-Host ("Exception occurred when calling Invoke-RGSAProductsIsNonInventoryNoninvGet: {0}" -f ($_.ErrorDetails | ConvertFrom-Json))
Write-Host ("Response headers: {0}" -f ($_.Exception.Response.Headers | ConvertTo-Json))
}| Name | Type | Description | Notes |
|---|---|---|---|
| Noninv | 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-RGSAProductsIsProductionForproducGet
[-Forproduc]
[-ApiKey]
$Forproduc = $true # Boolean |
$ApiKey = "MyApiKey" # String | API Key
try {
$Result = Invoke-RGSAProductsIsProductionForproducGet -Forproduc $Forproduc -ApiKey $ApiKey
} catch {
Write-Host ("Exception occurred when calling Invoke-RGSAProductsIsProductionForproducGet: {0}" -f ($_.ErrorDetails | ConvertFrom-Json))
Write-Host ("Response headers: {0}" -f ($_.Exception.Response.Headers | ConvertTo-Json))
}| Name | Type | Description | Notes |
|---|---|---|---|
| Forproduc | 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-RGSAProductsIsWorkOrderForworkordGet
[-Forworkord]
[-ApiKey]
$Forworkord = $true # Boolean |
$ApiKey = "MyApiKey" # String | API Key
try {
$Result = Invoke-RGSAProductsIsWorkOrderForworkordGet -Forworkord $Forworkord -ApiKey $ApiKey
} catch {
Write-Host ("Exception occurred when calling Invoke-RGSAProductsIsWorkOrderForworkordGet: {0}" -f ($_.ErrorDetails | ConvertFrom-Json))
Write-Host ("Response headers: {0}" -f ($_.Exception.Response.Headers | ConvertTo-Json))
}| Name | Type | Description | Notes |
|---|---|---|---|
| Forworkord | 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-RGSAProductsOnHandOnhandGet
[-Onhand]
[-ApiKey]
$Onhand = 1.2 # Double |
$ApiKey = "MyApiKey" # String | API Key
try {
$Result = Invoke-RGSAProductsOnHandOnhandGet -Onhand $Onhand -ApiKey $ApiKey
} catch {
Write-Host ("Exception occurred when calling Invoke-RGSAProductsOnHandOnhandGet: {0}" -f ($_.ErrorDetails | ConvertFrom-Json))
Write-Host ("Response headers: {0}" -f ($_.Exception.Response.Headers | ConvertTo-Json))
}| Name | Type | Description | Notes |
|---|---|---|---|
| Onhand | 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]
void Invoke-RGSAProductsOnHoldOnholdGet
[-Onhold]
[-ApiKey]
$Onhold = 1.2 # Double |
$ApiKey = "MyApiKey" # String | API Key
try {
$Result = Invoke-RGSAProductsOnHoldOnholdGet -Onhold $Onhold -ApiKey $ApiKey
} catch {
Write-Host ("Exception occurred when calling Invoke-RGSAProductsOnHoldOnholdGet: {0}" -f ($_.ErrorDetails | ConvertFrom-Json))
Write-Host ("Response headers: {0}" -f ($_.Exception.Response.Headers | ConvertTo-Json))
}| Name | Type | Description | Notes |
|---|---|---|---|
| Onhold | 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]
void Invoke-RGSAProductsPost
[-ApiKey]
[-APIProductInsert]
$ApiKey = "MyApiKey" # String | API Key
$APIProductInsert = Initialize-APIProductInsert -ProductCode "MyProductCode" -Description "MyDescription" -EpaNumber "MyEpaNumber" -OnHand 0 -UnitCost 0 -UnitPrice 0 -ProductCategoryId 0 -UnitofMeasure 0 -ProposalNotes "MyProposalNotes" -CrewNotes "MyCrewNotes" # APIProductInsert | (optional)
try {
$Result = Invoke-RGSAProductsPost -ApiKey $ApiKey -APIProductInsert $APIProductInsert
} catch {
Write-Host ("Exception occurred when calling Invoke-RGSAProductsPost: {0}" -f ($_.ErrorDetails | ConvertFrom-Json))
Write-Host ("Response headers: {0}" -f ($_.Exception.Response.Headers | ConvertTo-Json))
}| Name | Type | Description | Notes |
|---|---|---|---|
| ApiKey | String | API Key | |
| APIProductInsert | APIProductInsert | [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-RGSAProductsProductCodeProdcodeGet
[-Prodcode]
[-ApiKey]
$Prodcode = "MyProdcode" # String |
$ApiKey = "MyApiKey" # String | API Key
try {
$Result = Invoke-RGSAProductsProductCodeProdcodeGet -Prodcode $Prodcode -ApiKey $ApiKey
} catch {
Write-Host ("Exception occurred when calling Invoke-RGSAProductsProductCodeProdcodeGet: {0}" -f ($_.ErrorDetails | ConvertFrom-Json))
Write-Host ("Response headers: {0}" -f ($_.Exception.Response.Headers | ConvertTo-Json))
}| Name | Type | Description | Notes |
|---|---|---|---|
| Prodcode | 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]