An open API service indexing awesome lists of open source software.

https://github.com/joelst/realgreensa-powershell

Real Green Service Assistant Mini PowerShell Module
https://github.com/joelst/realgreensa-powershell

api client powershell rest-api workwave

Last synced: 10 months ago
JSON representation

Real Green Service Assistant Mini PowerShell Module

Awesome Lists containing this project

README

          

# RealGreenSaPS - the PowerShell module for the Real Green Service Assistant Common API

Work with the Workwave Real Green Service Assistant API using PowerShell. This is not well optimized or documented. If you have suggestions on how to make this better, please create a pull request.

This PowerShell module is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:

- API version: v01
- SDK version: 0.1.2
- Generator version: 7.11.0
- Build package: org.openapitools.codegen.languages.PowerShellClientCodegen

## Frameworks supported

- PowerShell 6.2 or later

## Dependencies

## Installation

To install from the source, run the following command to build and install the PowerShell module locally:

```powershell
Build.ps1
Import-Module -Name '.\src\RealGreenSaPS' -Verbose
```

To avoid function name collision, one can use `-Prefix`, e.g. `Import-Module -Name '.\src\RealGreenSaPS' -Prefix prefix`

To uninstall the module, run:

```powershell
Remove-Module -FullyQualifiedName @{ModuleName = "RealGreenSaPS"; ModuleVersion = "0.1.2"}
```

## Tests

To install and run `Pester`, please execute the following commands in the terminal:

```powershell
Install-module -name Pester -force

Invoke-Pester
```

For troubleshooting, please run `$DebugPreference = 'Continue'` to turn on debugging and disable it with `$DebugPreference = 'SilentlyContinue'` when done with the troubleshooting.

## Documentation for API Endpoints

All URIs are relative to *saapi.realgreen.com*

Class | Method | HTTP request | Description
------------ | ------------- | ------------- | -------------
*RGSAAccountApi* | [**Invoke-RGSAGeneralLedgerAccountsAccountIDAccountGet**](docs/RGSAAccountApi.md#Invoke-RGSAGeneralLedgerAccountsAccountIDAccountGet) | **GET** /GeneralLedger/Accounts/AccountID/{account} | Returns a single GL account by ID
*RGSAAccountApi* | [**Invoke-RGSAGeneralLedgerAccountsAccountTypeAcctTypeGet**](docs/RGSAAccountApi.md#Invoke-RGSAGeneralLedgerAccountsAccountTypeAcctTypeGet) | **GET** /GeneralLedger/Accounts/AccountType/{acct_type} | Returns a list of GL accounts that are assigned the provided account type.
*RGSAAccountApi* | [**Invoke-RGSAGeneralLedgerAccountsCashAccountCashAcctGet**](docs/RGSAAccountApi.md#Invoke-RGSAGeneralLedgerAccountsCashAccountCashAcctGet) | **GET** /GeneralLedger/Accounts/CashAccount/{cash_acct} | Returns a list of accounts that are (cash_acct=true) or are not (cash_acct=false) cash accounts.
*RGSAAccountApi* | [**Invoke-RGSAGeneralLedgerAccountsGet**](docs/RGSAAccountApi.md#Invoke-RGSAGeneralLedgerAccountsGet) | **GET** /GeneralLedger/Accounts | Returns a list of all GL Accounts
*RGSAAccountApi* | [**Invoke-RGSAGeneralLedgerAccountsNotChangeNotchangeGet**](docs/RGSAAccountApi.md#Invoke-RGSAGeneralLedgerAccountsNotChangeNotchangeGet) | **GET** /GeneralLedger/Accounts/NotChange/{notchange} | Returns a list of GL accounts that can (notchange=false) or cannot (notchange=true) be altered within the system.
*RGSAActionStatusApi* | [**Invoke-RGSAActionStatusDefaultStatusDefstatGet**](docs/RGSAActionStatusApi.md#Invoke-RGSAActionStatusDefaultStatusDefstatGet) | **GET** /ActionStatus/DefaultStatus/{defstat} | Returns a list of action statuses that are/are not default statuses based on the provided defstat value.
*RGSAActionStatusApi* | [**Invoke-RGSAActionStatusGet**](docs/RGSAActionStatusApi.md#Invoke-RGSAActionStatusGet) | **GET** /ActionStatus | Returns all action statuses in the database.
*RGSAActionStatusApi* | [**Invoke-RGSAActionStatusHandheldHandheldGet**](docs/RGSAActionStatusApi.md#Invoke-RGSAActionStatusHandheldHandheldGet) | **GET** /ActionStatus/Handheld/{handheld} | Returns a list of action statuses that are/are not available on handheld devices based on the provided handheld value.
*RGSAActionStatusApi* | [**Invoke-RGSAActionStatusResolvedResolvedGet**](docs/RGSAActionStatusApi.md#Invoke-RGSAActionStatusResolvedResolvedGet) | **GET** /ActionStatus/Resolved/{resolved} | Returns a list of action statuses that correspond to the provided resolved value.
*RGSAActionStatusApi* | [**Invoke-RGSAActionStatusStatusStatusGet**](docs/RGSAActionStatusApi.md#Invoke-RGSAActionStatusStatusStatusGet) | **GET** /ActionStatus/Status/{status} | Returns a single action status record that corresponds to the status provided.
*RGSAAdjustmentCodeApi* | [**Invoke-RGSAAdjustmentCodeAvailableAvailableGet**](docs/RGSAAdjustmentCodeApi.md#Invoke-RGSAAdjustmentCodeAvailableAvailableGet) | **GET** /AdjustmentCode/Available/{available} | Returns a list of all available adjustment codes.
*RGSAAdjustmentCodeApi* | [**Invoke-RGSAAdjustmentCodeCreditOrDebitCredordebGet**](docs/RGSAAdjustmentCodeApi.md#Invoke-RGSAAdjustmentCodeCreditOrDebitCredordebGet) | **GET** /AdjustmentCode/CreditOrDebit/{credordeb} | Returns a list of adjustment codes that correspond to the provided credit or debit type.
*RGSAAdjustmentCodeApi* | [**Invoke-RGSAAdjustmentCodeDontReportDontreportGet**](docs/RGSAAdjustmentCodeApi.md#Invoke-RGSAAdjustmentCodeDontReportDontreportGet) | **GET** /AdjustmentCode/DontReport/{dontreport} | Returns a list of adjustment codes that are (dontreport=false) or are not (dontreport=true) reported to collection agencies.
*RGSAAdjustmentCodeApi* | [**Invoke-RGSAAdjustmentCodeGet**](docs/RGSAAdjustmentCodeApi.md#Invoke-RGSAAdjustmentCodeGet) | **GET** /AdjustmentCode | Returns all adjustment codes in the database.
*RGSAAdjustmentCodeApi* | [**Invoke-RGSAAdjustmentCodeIdGet**](docs/RGSAAdjustmentCodeApi.md#Invoke-RGSAAdjustmentCodeIdGet) | **GET** /AdjustmentCode/{id} | Returns a single adjustment code record that corresponds to the provided ID.
*RGSAAssemblyInfoApi* | [**Invoke-RGSAAssemblyInfoGetAssemblyInfoGet**](docs/RGSAAssemblyInfoApi.md#Invoke-RGSAAssemblyInfoGetAssemblyInfoGet) | **GET** /AssemblyInfo/GetAssemblyInfo | Returns assembly info.
*RGSABatchApi* | [**Invoke-RGSABatchIdGet**](docs/RGSABatchApi.md#Invoke-RGSABatchIdGet) | **GET** /Batch/{id} | Get a single batch record by ID.
*RGSABatchApi* | [**Invoke-RGSABatchSearchGet**](docs/RGSABatchApi.md#Invoke-RGSABatchSearchGet) | **GET** /Batch/Search | Search for one or many batches.
*RGSABatchApi* | [**Invoke-RGSABatchSearchPost**](docs/RGSABatchApi.md#Invoke-RGSABatchSearchPost) | **POST** /Batch/Search | Search for one or many batches.
*RGSACallAheadApi* | [**Invoke-RGSACallAheadAvailableAvailableGet**](docs/RGSACallAheadApi.md#Invoke-RGSACallAheadAvailableAvailableGet) | **GET** /CallAhead/Available/{available} | Returns a list of call ahead reasons that are, or are not, available based on the provided value.
*RGSACallAheadApi* | [**Invoke-RGSACallAheadCallAheadDescriptionCallDescGet**](docs/RGSACallAheadApi.md#Invoke-RGSACallAheadCallAheadDescriptionCallDescGet) | **GET** /CallAhead/CallAheadDescription/{call_desc} | Returns a single call ahead record that corresponds to the provided description.
*RGSACallAheadApi* | [**Invoke-RGSACallAheadGet**](docs/RGSACallAheadApi.md#Invoke-RGSACallAheadGet) | **GET** /CallAhead | Returns all call ahead parameters in the database.
*RGSACallAheadApi* | [**Invoke-RGSACallAheadHighlightHighlightGet**](docs/RGSACallAheadApi.md#Invoke-RGSACallAheadHighlightHighlightGet) | **GET** /CallAhead/Highlight/{highlight} | Returns a list of call ahead reasons that are, or are not, highlighted based on the provided value.
*RGSACallAheadApi* | [**Invoke-RGSACallAheadIdGet**](docs/RGSACallAheadApi.md#Invoke-RGSACallAheadIdGet) | **GET** /CallAhead/{id} | Returns a single call ahead record that corresponds to the provided ID.
*RGSACallAheadApi* | [**Invoke-RGSACallAheadNotificationTypeNotifytypeGet**](docs/RGSACallAheadApi.md#Invoke-RGSACallAheadNotificationTypeNotifytypeGet) | **GET** /CallAhead/NotificationType/{notifytype} | Returns a list of call ahead reasons that have the provided notification type.
*RGSACallAheadApi* | [**Invoke-RGSACallAheadRenewableRenewableGet**](docs/RGSACallAheadApi.md#Invoke-RGSACallAheadRenewableRenewableGet) | **GET** /CallAhead/Renewable/{renewable} | Returns a list of all call ahead reasons that are, or are not, renewable based on the provided value.
*RGSACallLogApi* | [**Invoke-RGSACallLogAddCallLogPost**](docs/RGSACallLogApi.md#Invoke-RGSACallLogAddCallLogPost) | **POST** /CallLog/AddCallLog | Add a call log record.
*RGSACallLogApi* | [**Invoke-RGSACallLogCustomerCustomerIdGet**](docs/RGSACallLogApi.md#Invoke-RGSACallLogCustomerCustomerIdGet) | **GET** /CallLog/Customer/{customerId} | Retreive all call logs by customer ID
*RGSACallReasonApi* | [**Invoke-RGSACallReasonActionReasonIDActreasidGet**](docs/RGSACallReasonApi.md#Invoke-RGSACallReasonActionReasonIDActreasidGet) | **GET** /CallReason/ActionReasonID/{actreasid} | Returns a single call reason that corresponds to the provided ActionReasonID.
*RGSACallReasonApi* | [**Invoke-RGSACallReasonBlockLeadBlockleadGet**](docs/RGSACallReasonApi.md#Invoke-RGSACallReasonBlockLeadBlockleadGet) | **GET** /CallReason/BlockLead/{blocklead} | Returns a list of call reasons that are or are not available for block leading based on the provided blocklead boolean.
*RGSACallReasonApi* | [**Invoke-RGSACallReasonContactOrAttemptContatmptGet**](docs/RGSACallReasonApi.md#Invoke-RGSACallReasonContactOrAttemptContatmptGet) | **GET** /CallReason/ContactOrAttempt/{contatmpt} | Returns a list of call reasons that are either attempts (A) or contacts (C).
*RGSACallReasonApi* | [**Invoke-RGSACallReasonGet**](docs/RGSACallReasonApi.md#Invoke-RGSACallReasonGet) | **GET** /CallReason | Returns all call reasons in the database
*RGSACallReasonApi* | [**Invoke-RGSACallReasonHandheldHandheldGet**](docs/RGSACallReasonApi.md#Invoke-RGSACallReasonHandheldHandheldGet) | **GET** /CallReason/Handheld/{handheld} | Returns a list of call reasons that are or are not available on handled devices, based on the provided handheld value.
*RGSACallReasonApi* | [**Invoke-RGSACallReasonLetterIDLetteridGet**](docs/RGSACallReasonApi.md#Invoke-RGSACallReasonLetterIDLetteridGet) | **GET** /CallReason/LetterID/{letterid} | Use for AMA
*RGSACallReasonApi* | [**Invoke-RGSACallReasonSendNoteSendNoteGet**](docs/RGSACallReasonApi.md#Invoke-RGSACallReasonSendNoteSendNoteGet) | **GET** /CallReason/SendNote/{sendNote} | Use for AMA
*RGSACallReasonApi* | [**Invoke-RGSACallReasonStatusStatusGet**](docs/RGSACallReasonApi.md#Invoke-RGSACallReasonStatusStatusGet) | **GET** /CallReason/Status/{status} | Returns a list of call reasons that have the specified status.
*RGSACancelReasonApi* | [**Stop-RGSAReasonAvailableAvailableGet**](docs/RGSACancelReasonApi.md#Stop-RGSAReasonAvailableAvailableGet) | **GET** /CancelReason/Available/{available} | Returns a list of cancel reasons that are or are not available based on the provided available value.
*RGSACancelReasonApi* | [**Stop-RGSAReasonCancelCategoryIDCancatidGet**](docs/RGSACancelReasonApi.md#Stop-RGSAReasonCancelCategoryIDCancatidGet) | **GET** /CancelReason/CancelCategoryID/{cancatid} | Returns a list of cancel reasons that have the provided category ID.
*RGSACancelReasonApi* | [**Stop-RGSAReasonDocumentTemplateIDDocumentTemplateIDGet**](docs/RGSACancelReasonApi.md#Stop-RGSAReasonDocumentTemplateIDDocumentTemplateIDGet) | **GET** /CancelReason/DocumentTemplateID/{DocumentTemplateID} | Returns a list of cancel reasons that have the provided document template ID.
*RGSACancelReasonApi* | [**Stop-RGSAReasonGet**](docs/RGSACancelReasonApi.md#Stop-RGSAReasonGet) | **GET** /CancelReason | Returns all cancel reasons in the database.
*RGSACancelReasonApi* | [**Stop-RGSAReasonIdGet**](docs/RGSACancelReasonApi.md#Stop-RGSAReasonIdGet) | **GET** /CancelReason/{id} | Returns a single cancel reason that corresponds to the provided ID.
*RGSACancelReasonApi* | [**Stop-RGSAReasonLetterIDLetteridGet**](docs/RGSACancelReasonApi.md#Stop-RGSAReasonLetterIDLetteridGet) | **GET** /CancelReason/LetterID/{letterid} | Returns a list of cancel reasons that have the provided Letter ID.
*RGSACompanyApi* | [**Invoke-RGSACompanyBranchNumberBranchnoGet**](docs/RGSACompanyApi.md#Invoke-RGSACompanyBranchNumberBranchnoGet) | **GET** /Company/BranchNumber/{branchno} | Returns a single company record that corresponds with the provided branch number.
*RGSACompanyApi* | [**Invoke-RGSACompanyCountryGet**](docs/RGSACompanyApi.md#Invoke-RGSACompanyCountryGet) | **GET** /Company/Country | -
*RGSACompanyApi* | [**Invoke-RGSACompanyEmployeeEmployeeIdGet**](docs/RGSACompanyApi.md#Invoke-RGSACompanyEmployeeEmployeeIdGet) | **GET** /Company/Employee/{employeeId} | Returns all companies the supplied user can access.
*RGSACompanyApi* | [**Invoke-RGSACompanyGet**](docs/RGSACompanyApi.md#Invoke-RGSACompanyGet) | **GET** /Company | Returns all companies in the database.
*RGSACompanyApi* | [**Invoke-RGSACompanyIdGet**](docs/RGSACompanyApi.md#Invoke-RGSACompanyIdGet) | **GET** /Company/{id} | Returns a single company record that corresponds with the provided ID.
*RGSAConditionCodeApi* | [**Invoke-RGSAConditionCodeAnyBranchAnybranchGet**](docs/RGSAConditionCodeApi.md#Invoke-RGSAConditionCodeAnyBranchAnybranchGet) | **GET** /ConditionCode/AnyBranch/{anybranch} | Retrieve a list of condition codes that are/are not available for all branches.
*RGSAConditionCodeApi* | [**Invoke-RGSAConditionCodeAvailableAvailableGet**](docs/RGSAConditionCodeApi.md#Invoke-RGSAConditionCodeAvailableAvailableGet) | **GET** /ConditionCode/Available/{available} | Retrieve a list of condition codes that are/are not available.
*RGSAConditionCodeApi* | [**Invoke-RGSAConditionCodeCategoryIDCondcatidGet**](docs/RGSAConditionCodeApi.md#Invoke-RGSAConditionCodeCategoryIDCondcatidGet) | **GET** /ConditionCode/CategoryID/{condcatid} | Retrieve a list of condition codes that match the corresponding condition category ID.
*RGSAConditionCodeApi* | [**Invoke-RGSAConditionCodeCustomerTypeCustomerActionCustdoGet**](docs/RGSAConditionCodeApi.md#Invoke-RGSAConditionCodeCustomerTypeCustomerActionCustdoGet) | **GET** /ConditionCode/CustomerTypeCustomerAction/{custdo} | Retrieve a list of condition codes that have/don't have customer actions.
*RGSAConditionCodeApi* | [**Invoke-RGSAConditionCodeDiscountDisccodeGet**](docs/RGSAConditionCodeApi.md#Invoke-RGSAConditionCodeDiscountDisccodeGet) | **GET** /ConditionCode/Discount/{disccode} | Retrieve a list of condition codes that have the corresponding discount code.
*RGSAConditionCodeApi* | [**Invoke-RGSAConditionCodeGet**](docs/RGSAConditionCodeApi.md#Invoke-RGSAConditionCodeGet) | **GET** /ConditionCode | Retrieve all condition codes
*RGSAConditionCodeApi* | [**Invoke-RGSAConditionCodeIdGet**](docs/RGSAConditionCodeApi.md#Invoke-RGSAConditionCodeIdGet) | **GET** /ConditionCode/{id} | Retrieve a single condition code by ID.
*RGSAConditionCodeApi* | [**Invoke-RGSAConditionCodeInternalUseInternaluseGet**](docs/RGSAConditionCodeApi.md#Invoke-RGSAConditionCodeInternalUseInternaluseGet) | **GET** /ConditionCode/InternalUse/{internaluse} | Retrieve a list of condition codes that are/are not available only for internal use.
*RGSAConditionCodeApi* | [**Invoke-RGSAConditionCodeIsMobileHandheldGet**](docs/RGSAConditionCodeApi.md#Invoke-RGSAConditionCodeIsMobileHandheldGet) | **GET** /ConditionCode/IsMobile/{handheld} | Retrieve a list of condition codes that are/are not available on Mobile
*RGSAConditionCodeApi* | [**Invoke-RGSAConditionCodeLetterIDLetteridGet**](docs/RGSAConditionCodeApi.md#Invoke-RGSAConditionCodeLetterIDLetteridGet) | **GET** /ConditionCode/LetterID/{letterid} | Retrieve a list of condition codes that match the corresponding letter id.
*RGSAConditionCodeApi* | [**Invoke-RGSAConditionCodeSendEmailSendemailGet**](docs/RGSAConditionCodeApi.md#Invoke-RGSAConditionCodeSendEmailSendemailGet) | **GET** /ConditionCode/SendEmail/{sendemail} | Retrieve a list of condition codes that will/will not send emails.
*RGSAConditionCodeApi* | [**Invoke-RGSAConditionCodeUpsellProgramTypeProgdefidGet**](docs/RGSAConditionCodeApi.md#Invoke-RGSAConditionCodeUpsellProgramTypeProgdefidGet) | **GET** /ConditionCode/UpsellProgramType/{progdefid} | Retrieve a list of condition codes that match the provided program definition ID
*RGSACustomerApi* | [**Invoke-RGSACustomerAddAttachmentPost**](docs/RGSACustomerApi.md#Invoke-RGSACustomerAddAttachmentPost) | **POST** /Customer/AddAttachment | Add an attachment to the database.
*RGSACustomerApi* | [**Invoke-RGSACustomerCustomerNumberContactPreferencesGet**](docs/RGSACustomerApi.md#Invoke-RGSACustomerCustomerNumberContactPreferencesGet) | **GET** /Customer/{customerNumber}/ContactPreferences | Returns the specified customers contact preferences
*RGSACustomerApi* | [**Invoke-RGSACustomerCustomerNumberContactPreferencesPut**](docs/RGSACustomerApi.md#Invoke-RGSACustomerCustomerNumberContactPreferencesPut) | **PUT** /Customer/{customerNumber}/ContactPreferences | Update a customers contact preferences
*RGSACustomerApi* | [**Invoke-RGSACustomerCustomerNumberFlagsAddFlagIdPost**](docs/RGSACustomerApi.md#Invoke-RGSACustomerCustomerNumberFlagsAddFlagIdPost) | **POST** /Customer/{customerNumber}/Flags/Add/{flagId} | Add a flag to a customer account
*RGSACustomerApi* | [**Invoke-RGSACustomerCustomerNumberFlagsGet**](docs/RGSACustomerApi.md#Invoke-RGSACustomerCustomerNumberFlagsGet) | **GET** /Customer/{customerNumber}/Flags | Retrieve all flags for a customer
*RGSACustomerApi* | [**Invoke-RGSACustomerFlagIDsPost**](docs/RGSACustomerApi.md#Invoke-RGSACustomerFlagIDsPost) | **POST** /Customer/Flag/IDs | Returns a list of customer numbers that have the specified flag.
*RGSACustomerApi* | [**Invoke-RGSACustomerFlagPost**](docs/RGSACustomerApi.md#Invoke-RGSACustomerFlagPost) | **POST** /Customer/Flag | Returns a list of customers that have the specified flag. Return fields must be specified.
*RGSACustomerApi* | [**Invoke-RGSACustomerFlagsAddPost**](docs/RGSACustomerApi.md#Invoke-RGSACustomerFlagsAddPost) | **POST** /Customer/Flags/Add | Add a flag to multiple customer accounts
*RGSACustomerApi* | [**Invoke-RGSACustomerFlagsDeletePost**](docs/RGSACustomerApi.md#Invoke-RGSACustomerFlagsDeletePost) | **POST** /Customer/Flags/Delete | Remove a flag from multiple customer accounts
*RGSACustomerApi* | [**Invoke-RGSACustomerGetCustomerNumberByPhonePost**](docs/RGSACustomerApi.md#Invoke-RGSACustomerGetCustomerNumberByPhonePost) | **POST** /Customer/GetCustomerNumberByPhone | Returns a list of customer numbers that have the provided phone number.
*RGSACustomerApi* | [**Invoke-RGSACustomerGetCustomersByPhonePost**](docs/RGSACustomerApi.md#Invoke-RGSACustomerGetCustomersByPhonePost) | **POST** /Customer/GetCustomersByPhone | Returns a list of customers that have the provided phone number on their account.
*RGSACustomerApi* | [**Invoke-RGSACustomerIdGet**](docs/RGSACustomerApi.md#Invoke-RGSACustomerIdGet) | **GET** /Customer/{id} | Retrieve a single customer record by customer number
*RGSACustomerApi* | [**Invoke-RGSACustomerIdPatch**](docs/RGSACustomerApi.md#Invoke-RGSACustomerIdPatch) | **PATCH** /Customer/{id} | Update a portion of a customer without sending the entire customer object.
*RGSACustomerApi* | [**Invoke-RGSACustomerInstallmentFrequenciesGet**](docs/RGSACustomerApi.md#Invoke-RGSACustomerInstallmentFrequenciesGet) | **GET** /Customer/Installment/Frequencies | Returns a list of valid installment payment frequencies to use when adding a new installment.
*RGSACustomerApi* | [**Invoke-RGSACustomerInstallmentPost**](docs/RGSACustomerApi.md#Invoke-RGSACustomerInstallmentPost) | **POST** /Customer/Installment | Build and add an installment contract to the database.
*RGSACustomerApi* | [**Invoke-RGSACustomerInstallmentStatusesGet**](docs/RGSACustomerApi.md#Invoke-RGSACustomerInstallmentStatusesGet) | **GET** /Customer/Installment/Statuses | Returns a list of valid installment statuses to use when adding a new installment.
*RGSACustomerApi* | [**Invoke-RGSACustomerNPSPost**](docs/RGSACustomerApi.md#Invoke-RGSACustomerNPSPost) | **POST** /Customer/NPS | Insert an NPS score.
*RGSACustomerApi* | [**Invoke-RGSACustomerPost**](docs/RGSACustomerApi.md#Invoke-RGSACustomerPost) | **POST** /Customer | Insert a customer to the database.
*RGSACustomerApi* | [**Invoke-RGSACustomerPrepayAllocationPost**](docs/RGSACustomerApi.md#Invoke-RGSACustomerPrepayAllocationPost) | **POST** /Customer/PrepayAllocation | Add prepay code to services in given prog_id(s)
*RGSACustomerApi* | [**Invoke-RGSACustomerPut**](docs/RGSACustomerApi.md#Invoke-RGSACustomerPut) | **PUT** /Customer | Update a customer by pasing the entire customer object
*RGSACustomerApi* | [**Invoke-RGSACustomerSearchGet**](docs/RGSACustomerApi.md#Invoke-RGSACustomerSearchGet) | **GET** /Customer/Search | Returns a list of customers that match the provided criteria.
*RGSACustomerApi* | [**Invoke-RGSACustomerSearchMobilePost**](docs/RGSACustomerApi.md#Invoke-RGSACustomerSearchMobilePost) | **POST** /Customer/SearchMobile | -
*RGSACustomerApi* | [**Invoke-RGSACustomerSearchPost**](docs/RGSACustomerApi.md#Invoke-RGSACustomerSearchPost) | **POST** /Customer/Search | Returns a list of customers that match the provided criteria.
*RGSADiscountCodeApi* | [**Invoke-RGSADiscountCodeAvailableAvailableGet**](docs/RGSADiscountCodeApi.md#Invoke-RGSADiscountCodeAvailableAvailableGet) | **GET** /DiscountCode/Available/{available} | Returns a list of discount codes that are or are not available based on the supplied value.
*RGSADiscountCodeApi* | [**Invoke-RGSADiscountCodeAvailableOnHandheldHandheldGet**](docs/RGSADiscountCodeApi.md#Invoke-RGSADiscountCodeAvailableOnHandheldHandheldGet) | **GET** /DiscountCode/AvailableOnHandheld/{handheld} | Returns a list of discount codes that are or are not available on handhelds based on the supplied value.
*RGSADiscountCodeApi* | [**Invoke-RGSADiscountCodeAvailableOnWebWebavailGet**](docs/RGSADiscountCodeApi.md#Invoke-RGSADiscountCodeAvailableOnWebWebavailGet) | **GET** /DiscountCode/AvailableOnWeb/{webavail} | Returns a lit of discount codes that are or are not available on CAW based on the supplied value.
*RGSADiscountCodeApi* | [**Invoke-RGSADiscountCodeDollarDiscountDollardiscGet**](docs/RGSADiscountCodeApi.md#Invoke-RGSADiscountCodeDollarDiscountDollardiscGet) | **GET** /DiscountCode/DollarDiscount/{dollardisc} | Retruns a list of discount codes that are either a dollar discount (1) or percentage discount (0).
*RGSADiscountCodeApi* | [**Invoke-RGSADiscountCodeGet**](docs/RGSADiscountCodeApi.md#Invoke-RGSADiscountCodeGet) | **GET** /DiscountCode | Returns all discount codes in the database.
*RGSADiscountCodeApi* | [**Invoke-RGSADiscountCodeIdGet**](docs/RGSADiscountCodeApi.md#Invoke-RGSADiscountCodeIdGet) | **GET** /DiscountCode/{id} | Returns a single discount code record that corresponds to the provided ID.
*RGSADiscountCodeApi* | [**Invoke-RGSADiscountCodeIsSurchargeSurchargeGet**](docs/RGSADiscountCodeApi.md#Invoke-RGSADiscountCodeIsSurchargeSurchargeGet) | **GET** /DiscountCode/IsSurcharge/{surcharge} | Returns a list of discount codes that correspond with the supplied surcharge value.
*RGSADiscountCodeApi* | [**Invoke-RGSADiscountCodePermanentPermanentGet**](docs/RGSADiscountCodeApi.md#Invoke-RGSADiscountCodePermanentPermanentGet) | **GET** /DiscountCode/Permanent/{permanent} | Returns a list of discount codes that are or are not permanent based on the supplied value.
*RGSADocumentCategoryApi* | [**Invoke-RGSADocumentCategoryAvailableOnMobileHandheldGet**](docs/RGSADocumentCategoryApi.md#Invoke-RGSADocumentCategoryAvailableOnMobileHandheldGet) | **GET** /DocumentCategory/AvailableOnMobile/{handheld} | Retrieve a list of document categories that are (webavail=true) or are not (webavail=false) available on Mobile.
*RGSADocumentCategoryApi* | [**Invoke-RGSADocumentCategoryAvailableOnWebWebavailGet**](docs/RGSADocumentCategoryApi.md#Invoke-RGSADocumentCategoryAvailableOnWebWebavailGet) | **GET** /DocumentCategory/AvailableOnWeb/{webavail} | Retrieve a list of document categories that are (webavail=true) or are not (webavail=false) available on CAW.
*RGSADocumentCategoryApi* | [**Invoke-RGSADocumentCategoryGet**](docs/RGSADocumentCategoryApi.md#Invoke-RGSADocumentCategoryGet) | **GET** /DocumentCategory | Retreive all document categories in the database.
*RGSADocumentCategoryApi* | [**Invoke-RGSADocumentCategoryIdGet**](docs/RGSADocumentCategoryApi.md#Invoke-RGSADocumentCategoryIdGet) | **GET** /DocumentCategory/{id} | Return a single document category record that correseponds to the provided ID
*RGSADocumentCategoryApi* | [**Invoke-RGSADocumentCategoryIdPatch**](docs/RGSADocumentCategoryApi.md#Invoke-RGSADocumentCategoryIdPatch) | **PATCH** /DocumentCategory/{id} | Update a portion of a document category without sending the entire category object.
*RGSADocumentCategoryApi* | [**Invoke-RGSADocumentCategoryPost**](docs/RGSADocumentCategoryApi.md#Invoke-RGSADocumentCategoryPost) | **POST** /DocumentCategory | Insert a new document category.
*RGSADocumentCategoryApi* | [**Invoke-RGSADocumentCategoryPut**](docs/RGSADocumentCategoryApi.md#Invoke-RGSADocumentCategoryPut) | **PUT** /DocumentCategory | Update an entire existing document category.
*RGSAEmployeeApi* | [**Invoke-RGSAEmployeeActiveActiveGet**](docs/RGSAEmployeeApi.md#Invoke-RGSAEmployeeActiveActiveGet) | **GET** /Employee/Active/{active} | Returns a list of employees who are or are not active based on the provided value.
*RGSAEmployeeApi* | [**Invoke-RGSAEmployeeApplicatorLicenseNumberApplicenseGet**](docs/RGSAEmployeeApi.md#Invoke-RGSAEmployeeApplicatorLicenseNumberApplicenseGet) | **GET** /Employee/ApplicatorLicenseNumber/{applicense} | Returns a single employee record that has the provided application license number.
*RGSAEmployeeApi* | [**Invoke-RGSAEmployeeDepartmentDeptGet**](docs/RGSAEmployeeApi.md#Invoke-RGSAEmployeeDepartmentDeptGet) | **GET** /Employee/Department/{dept} | Returns a list of employees who are assigned to the provided department.
*RGSAEmployeeApi* | [**Invoke-RGSAEmployeeEmailEmailGet**](docs/RGSAEmployeeApi.md#Invoke-RGSAEmployeeEmailEmailGet) | **GET** /Employee/Email/{email} | Returns a single employee record that has the email provided.
*RGSAEmployeeApi* | [**Invoke-RGSAEmployeeGet**](docs/RGSAEmployeeApi.md#Invoke-RGSAEmployeeGet) | **GET** /Employee | Returns all employees in the database.
*RGSAEmployeeApi* | [**Invoke-RGSAEmployeeIdGet**](docs/RGSAEmployeeApi.md#Invoke-RGSAEmployeeIdGet) | **GET** /Employee/{id} | Returns a single employee record that correseponds with the provided ID.
*RGSAEmployeeApi* | [**Invoke-RGSAEmployeePositionPositionGet**](docs/RGSAEmployeeApi.md#Invoke-RGSAEmployeePositionPositionGet) | **GET** /Employee/Position/{position} | Returns a list of employees who are assigned the provided position.
*RGSAEmployeeApi* | [**Invoke-RGSAEmployeeSimplePost**](docs/RGSAEmployeeApi.md#Invoke-RGSAEmployeeSimplePost) | **POST** /Employee/Simple | Add a simple employee to the database. Employee is inactive. EmployeeID will be generated (FirstInitial,LastInitial,MMddyy) (Ex: RM082421) if not passed.
*RGSAEmployeeApi* | [**Invoke-RGSAEmployeeTruckTrackingConfigEmployeeIdGet**](docs/RGSAEmployeeApi.md#Invoke-RGSAEmployeeTruckTrackingConfigEmployeeIdGet) | **GET** /Employee/TruckTrackingConfig/{employeeId} | -
*RGSAFlagApi* | [**Invoke-RGSAFlagAvailableAvailableGet**](docs/RGSAFlagApi.md#Invoke-RGSAFlagAvailableAvailableGet) | **GET** /Flag/Available/{available} | Returns a list of flags that are or are not avaialble based on the provided boolean value.
*RGSAFlagApi* | [**Invoke-RGSAFlagGet**](docs/RGSAFlagApi.md#Invoke-RGSAFlagGet) | **GET** /Flag | Returns all flag parameters in the database.
*RGSAFlagApi* | [**Invoke-RGSAFlagIdGet**](docs/RGSAFlagApi.md#Invoke-RGSAFlagIdGet) | **GET** /Flag/{id} | Returns a single flag parameter that corresponds to the provided ID
*RGSAFlagApi* | [**Invoke-RGSAFlagInsertFlagPost**](docs/RGSAFlagApi.md#Invoke-RGSAFlagInsertFlagPost) | **POST** /Flag/InsertFlag | Insert a flag to the database.
*RGSAFlagApi* | [**Invoke-RGSAFlagShowOnEstimateShowestGet**](docs/RGSAFlagApi.md#Invoke-RGSAFlagShowOnEstimateShowestGet) | **GET** /Flag/ShowOnEstimate/{showest} | Returns a list of flags that are or are not shown on estimates based on the provided boolean value.
*RGSAFlagApi* | [**Invoke-RGSAFlagShowOnInvoiceShowinvGet**](docs/RGSAFlagApi.md#Invoke-RGSAFlagShowOnInvoiceShowinvGet) | **GET** /Flag/ShowOnInvoice/{showinv} | Returns a list of flags that are or are not shown on invoices based on the provided boolean value.
*RGSAFlagApi* | [**Invoke-RGSAFlagWebsiteAvailableWebavailGet**](docs/RGSAFlagApi.md#Invoke-RGSAFlagWebsiteAvailableWebavailGet) | **GET** /Flag/WebsiteAvailable/{webavail} | Returns a list of flags that are or are not available based on the provided boolean value.
*RGSAHistoryApi* | [**Invoke-RGSAHistorySearchPost**](docs/RGSAHistoryApi.md#Invoke-RGSAHistorySearchPost) | **POST** /History/Search | Search for history records for a specic customer.
*RGSAHistoryApi* | [**Invoke-RGSAHistoryTransactionSearchGet**](docs/RGSAHistoryApi.md#Invoke-RGSAHistoryTransactionSearchGet) | **GET** /History/Transaction/Search | Search for history records.
*RGSAHistoryApi* | [**Invoke-RGSAHistoryTransactionSearchPost**](docs/RGSAHistoryApi.md#Invoke-RGSAHistoryTransactionSearchPost) | **POST** /History/Transaction/Search | Search for history records.
*RGSAHoldCodeApi* | [**Invoke-RGSAHoldCodeAvailableAvailableGet**](docs/RGSAHoldCodeApi.md#Invoke-RGSAHoldCodeAvailableAvailableGet) | **GET** /HoldCode/Available/{available} | Returns a list of hold reasons that are/are not available based on the provided available value.
*RGSAHoldCodeApi* | [**Invoke-RGSAHoldCodeGet**](docs/RGSAHoldCodeApi.md#Invoke-RGSAHoldCodeGet) | **GET** /HoldCode | Returns all hold reasons in the database.
*RGSAHoldCodeApi* | [**Invoke-RGSAHoldCodeIdGet**](docs/RGSAHoldCodeApi.md#Invoke-RGSAHoldCodeIdGet) | **GET** /HoldCode/{id} | Returns a single hold reason that corresponds to the provided ID.
*RGSALeadFormApi* | [**Invoke-RGSALeadFormSubmitPost**](docs/RGSALeadFormApi.md#Invoke-RGSALeadFormSubmitPost) | **POST** /LeadForm/Submit | Adds/Updates a lead in the database.
*RGSALettersApi* | [**Invoke-RGSALettersAnybranchAnybranchGet**](docs/RGSALettersApi.md#Invoke-RGSALettersAnybranchAnybranchGet) | **GET** /Letters/Anybranch/{anybranch} | -
*RGSALettersApi* | [**Invoke-RGSALettersAvailableAvailableGet**](docs/RGSALettersApi.md#Invoke-RGSALettersAvailableAvailableGet) | **GET** /Letters/Available/{available} | -
*RGSALettersApi* | [**Invoke-RGSALettersCancelGet**](docs/RGSALettersApi.md#Invoke-RGSALettersCancelGet) | **GET** /Letters/Cancel | -
*RGSALettersApi* | [**Invoke-RGSALettersCollectionGet**](docs/RGSALettersApi.md#Invoke-RGSALettersCollectionGet) | **GET** /Letters/Collection | -
*RGSALettersApi* | [**Invoke-RGSALettersConfirmationGet**](docs/RGSALettersApi.md#Invoke-RGSALettersConfirmationGet) | **GET** /Letters/Confirmation | -
*RGSALettersApi* | [**Invoke-RGSALettersContractGet**](docs/RGSALettersApi.md#Invoke-RGSALettersContractGet) | **GET** /Letters/Contract | -
*RGSALettersApi* | [**Invoke-RGSALettersGet**](docs/RGSALettersApi.md#Invoke-RGSALettersGet) | **GET** /Letters | -
*RGSALettersApi* | [**Invoke-RGSALettersIdGet**](docs/RGSALettersApi.md#Invoke-RGSALettersIdGet) | **GET** /Letters/{id} | -
*RGSALettersApi* | [**Invoke-RGSALettersInfoUpsellGet**](docs/RGSALettersApi.md#Invoke-RGSALettersInfoUpsellGet) | **GET** /Letters/InfoUpsell | -
*RGSALettersApi* | [**Invoke-RGSALettersLetterTypeLettertypeGet**](docs/RGSALettersApi.md#Invoke-RGSALettersLetterTypeLettertypeGet) | **GET** /Letters/LetterType/{lettertype} | -
*RGSALettersApi* | [**Invoke-RGSALettersPendingPendingGet**](docs/RGSALettersApi.md#Invoke-RGSALettersPendingPendingGet) | **GET** /Letters/Pending/{pending} | -
*RGSALettersApi* | [**Invoke-RGSALettersPostcardGet**](docs/RGSALettersApi.md#Invoke-RGSALettersPostcardGet) | **GET** /Letters/Postcard | -
*RGSALettersApi* | [**Invoke-RGSALettersPrepayGet**](docs/RGSALettersApi.md#Invoke-RGSALettersPrepayGet) | **GET** /Letters/Prepay | -
*RGSALettersApi* | [**Invoke-RGSALettersReferralGet**](docs/RGSALettersApi.md#Invoke-RGSALettersReferralGet) | **GET** /Letters/Referral | -
*RGSALettersApi* | [**Invoke-RGSALettersTypeLetterTypeGet**](docs/RGSALettersApi.md#Invoke-RGSALettersTypeLetterTypeGet) | **GET** /Letters/Type/{letterType} | Get Letters by their type (Confirmation, Prepay, InfoUpsell, Cancel, Collection, Postcard, Referral)
*RGSALettersApi* | [**Invoke-RGSALettersUseLetterheadUseltrheadGet**](docs/RGSALettersApi.md#Invoke-RGSALettersUseLetterheadUseltrheadGet) | **GET** /Letters/UseLetterhead/{useltrhead} | -
*RGSAPrepayCodeApi* | [**Invoke-RGSAPrepayCodesAllProgramsAllprogGet**](docs/RGSAPrepayCodeApi.md#Invoke-RGSAPrepayCodesAllProgramsAllprogGet) | **GET** /PrepayCodes/AllPrograms/{allprog} | -
*RGSAPrepayCodeApi* | [**Invoke-RGSAPrepayCodesAllSpecialsAllspecGet**](docs/RGSAPrepayCodeApi.md#Invoke-RGSAPrepayCodesAllSpecialsAllspecGet) | **GET** /PrepayCodes/AllSpecials/{allspec} | -
*RGSAPrepayCodeApi* | [**Invoke-RGSAPrepayCodesAnybranchAnybranchGet**](docs/RGSAPrepayCodeApi.md#Invoke-RGSAPrepayCodesAnybranchAnybranchGet) | **GET** /PrepayCodes/Anybranch/{anybranch} | -
*RGSAPrepayCodeApi* | [**Invoke-RGSAPrepayCodesAvailableAvailableGet**](docs/RGSAPrepayCodeApi.md#Invoke-RGSAPrepayCodesAvailableAvailableGet) | **GET** /PrepayCodes/Available/{available} | -
*RGSAPrepayCodeApi* | [**Invoke-RGSAPrepayCodesEligibilityPost**](docs/RGSAPrepayCodeApi.md#Invoke-RGSAPrepayCodesEligibilityPost) | **POST** /PrepayCodes/Eligibility | -
*RGSAPrepayCodeApi* | [**Invoke-RGSAPrepayCodesGet**](docs/RGSAPrepayCodeApi.md#Invoke-RGSAPrepayCodesGet) | **GET** /PrepayCodes | -
*RGSAPrepayCodeApi* | [**Invoke-RGSAPrepayCodesHandheldHandheldGet**](docs/RGSAPrepayCodeApi.md#Invoke-RGSAPrepayCodesHandheldHandheldGet) | **GET** /PrepayCodes/Handheld/{handheld} | -
*RGSAPrepayCodeApi* | [**Invoke-RGSAPrepayCodesIdGet**](docs/RGSAPrepayCodeApi.md#Invoke-RGSAPrepayCodesIdGet) | **GET** /PrepayCodes/{id} | -
*RGSAPrepayCodeApi* | [**Invoke-RGSAPrepayCodesInstallmentInstallmntGet**](docs/RGSAPrepayCodeApi.md#Invoke-RGSAPrepayCodesInstallmentInstallmntGet) | **GET** /PrepayCodes/Installment/{installmnt} | -
*RGSAPrepayCodeApi* | [**Invoke-RGSAPrepayCodesPercentPercentGet**](docs/RGSAPrepayCodeApi.md#Invoke-RGSAPrepayCodesPercentPercentGet) | **GET** /PrepayCodes/Percent/{percent} | -
*RGSAPriceTableApi* | [**Invoke-RGSAPriceTableAvailableAvailableGet**](docs/RGSAPriceTableApi.md#Invoke-RGSAPriceTableAvailableAvailableGet) | **GET** /PriceTable/Available/{available} | Returns a list of price tables that are (available=true) or are not (available=false) available to use.
*RGSAPriceTableApi* | [**Invoke-RGSAPriceTableGet**](docs/RGSAPriceTableApi.md#Invoke-RGSAPriceTableGet) | **GET** /PriceTable | Returns all price table headers in the database.
*RGSAPriceTableApi* | [**Invoke-RGSAPriceTableIdDetailedGet**](docs/RGSAPriceTableApi.md#Invoke-RGSAPriceTableIdDetailedGet) | **GET** /PriceTable/{id}/Detailed | Returns a detailed price table record that includes the size and price ranges that correspond to the provided ID.
*RGSAPriceTableApi* | [**Invoke-RGSAPriceTableIdGet**](docs/RGSAPriceTableApi.md#Invoke-RGSAPriceTableIdGet) | **GET** /PriceTable/{id} | Returns a single price table that matches the provided ID.
*RGSAProductsApi* | [**Invoke-RGSAProductsAnyBranchAnybranchGet**](docs/RGSAProductsApi.md#Invoke-RGSAProductsAnyBranchAnybranchGet) | **GET** /Products/AnyBranch/{anybranch} | -
*RGSAProductsApi* | [**Invoke-RGSAProductsAvailableOnHandheldHandheldGet**](docs/RGSAProductsApi.md#Invoke-RGSAProductsAvailableOnHandheldHandheldGet) | **GET** /Products/AvailableOnHandheld/{handheld} | -
*RGSAProductsApi* | [**Invoke-RGSAProductsEPANumberEpanoGet**](docs/RGSAProductsApi.md#Invoke-RGSAProductsEPANumberEpanoGet) | **GET** /Products/EPANumber/{epano} | -
*RGSAProductsApi* | [**Invoke-RGSAProductsGet**](docs/RGSAProductsApi.md#Invoke-RGSAProductsGet) | **GET** /Products | -
*RGSAProductsApi* | [**Invoke-RGSAProductsIdGet**](docs/RGSAProductsApi.md#Invoke-RGSAProductsIdGet) | **GET** /Products/{id} | -
*RGSAProductsApi* | [**Invoke-RGSAProductsIsLaborIslaborGet**](docs/RGSAProductsApi.md#Invoke-RGSAProductsIsLaborIslaborGet) | **GET** /Products/IsLabor/{islabor} | -
*RGSAProductsApi* | [**Invoke-RGSAProductsIsMasterIsmasterGet**](docs/RGSAProductsApi.md#Invoke-RGSAProductsIsMasterIsmasterGet) | **GET** /Products/IsMaster/{ismaster} | -
*RGSAProductsApi* | [**Invoke-RGSAProductsIsNonInventoryNoninvGet**](docs/RGSAProductsApi.md#Invoke-RGSAProductsIsNonInventoryNoninvGet) | **GET** /Products/IsNonInventory/{noninv} | -
*RGSAProductsApi* | [**Invoke-RGSAProductsIsProductionForproducGet**](docs/RGSAProductsApi.md#Invoke-RGSAProductsIsProductionForproducGet) | **GET** /Products/IsProduction/{forproduc} | -
*RGSAProductsApi* | [**Invoke-RGSAProductsIsWorkOrderForworkordGet**](docs/RGSAProductsApi.md#Invoke-RGSAProductsIsWorkOrderForworkordGet) | **GET** /Products/IsWorkOrder/{forworkord} | -
*RGSAProductsApi* | [**Invoke-RGSAProductsOnHandOnhandGet**](docs/RGSAProductsApi.md#Invoke-RGSAProductsOnHandOnhandGet) | **GET** /Products/OnHand/{onhand} | -
*RGSAProductsApi* | [**Invoke-RGSAProductsOnHoldOnholdGet**](docs/RGSAProductsApi.md#Invoke-RGSAProductsOnHoldOnholdGet) | **GET** /Products/OnHold/{onhold} | -
*RGSAProductsApi* | [**Invoke-RGSAProductsPost**](docs/RGSAProductsApi.md#Invoke-RGSAProductsPost) | **POST** /Products | -
*RGSAProductsApi* | [**Invoke-RGSAProductsProductCodeProdcodeGet**](docs/RGSAProductsApi.md#Invoke-RGSAProductsProductCodeProdcodeGet) | **GET** /Products/ProductCode/{prodcode} | -
*RGSAProgramApi* | [**Invoke-RGSAProgramIdGet**](docs/RGSAProgramApi.md#Invoke-RGSAProgramIdGet) | **GET** /Program/{id} | Returns a single program record that correseponds to the provided ID
*RGSAProgramApi* | [**Invoke-RGSAProgramIdPatch**](docs/RGSAProgramApi.md#Invoke-RGSAProgramIdPatch) | **PATCH** /Program/{id} | Allows updating a program object without passing the entire object.
*RGSAProgramApi* | [**Invoke-RGSAProgramPackageAllGet**](docs/RGSAProgramApi.md#Invoke-RGSAProgramPackageAllGet) | **GET** /Program/Package/All | Returns all package information.
*RGSAProgramApi* | [**Invoke-RGSAProgramPackageIdGet**](docs/RGSAProgramApi.md#Invoke-RGSAProgramPackageIdGet) | **GET** /Program/Package/{id} | Returns detailed package information for the package with the specified ID.
*RGSAProgramApi* | [**Invoke-RGSAProgramPackagePost**](docs/RGSAProgramApi.md#Invoke-RGSAProgramPackagePost) | **POST** /Program/Package | Adds the programs/special jobs contained within the package to the customers account.
*RGSAProgramApi* | [**Invoke-RGSAProgramPost**](docs/RGSAProgramApi.md#Invoke-RGSAProgramPost) | **POST** /Program | Inserts and program and it's corresponding services.
*RGSAProgramApi* | [**Invoke-RGSAProgramPut**](docs/RGSAProgramApi.md#Invoke-RGSAProgramPut) | **PUT** /Program | Update a program record using the entire model.
*RGSAProgramApi* | [**Invoke-RGSAProgramQuoteBuildPost**](docs/RGSAProgramApi.md#Invoke-RGSAProgramQuoteBuildPost) | **POST** /Program/Quote/Build | Returns an accurate pricing quote for the supplied program definition IDs
*RGSAProgramApi* | [**Invoke-RGSAProgramRevenuePost**](docs/RGSAProgramApi.md#Invoke-RGSAProgramRevenuePost) | **POST** /Program/Revenue | Returns gross price, discount amounts, and net revenue for the specified programs.
*RGSAProgramApi* | [**Invoke-RGSAProgramSearchGet**](docs/RGSAProgramApi.md#Invoke-RGSAProgramSearchGet) | **GET** /Program/Search | Perform a search for all customer programs and special jobs that match the provided criteria.
*RGSAProgramApi* | [**Invoke-RGSAProgramSearchPost**](docs/RGSAProgramApi.md#Invoke-RGSAProgramSearchPost) | **POST** /Program/Search | Perform a search for all customer programs and special jobs that match the provided criteria.
*RGSAProgramApi* | [**Invoke-RGSAProgramSimpleBuildPost**](docs/RGSAProgramApi.md#Invoke-RGSAProgramSimpleBuildPost) | **POST** /Program/Simple/Build | Builds a program and its service records.
*RGSAProgramApi* | [**Invoke-RGSAProgramSimplePost**](docs/RGSAProgramApi.md#Invoke-RGSAProgramSimplePost) | **POST** /Program/Simple | Inserts a program using minimum requirements.
*RGSAProgramCodeApi* | [**Invoke-RGSAProgramCodeCodeIdGet**](docs/RGSAProgramCodeApi.md#Invoke-RGSAProgramCodeCodeIdGet) | **GET** /ProgramCode/Code/{id} | Returns a single program code record that corresponds to the provided program code.
*RGSAProgramCodeApi* | [**Invoke-RGSAProgramCodeCompanyGet**](docs/RGSAProgramCodeApi.md#Invoke-RGSAProgramCodeCompanyGet) | **GET** /ProgramCode/Company | Returns a list of programs that are available forthe specified company IDs Warning: This includes inactive ProgramCodes
*RGSAProgramCodeApi* | [**Invoke-RGSAProgramCodeCompanyPost**](docs/RGSAProgramCodeApi.md#Invoke-RGSAProgramCodeCompanyPost) | **POST** /ProgramCode/Company | Returns a list of programs that are available forthe specified company IDs
*RGSAProgramCodeApi* | [**Invoke-RGSAProgramCodeGet**](docs/RGSAProgramCodeApi.md#Invoke-RGSAProgramCodeGet) | **GET** /ProgramCode | Returns a list of all program code parameters from the database.
*RGSAProgramCodeApi* | [**Invoke-RGSAProgramCodeIdGet**](docs/RGSAProgramCodeApi.md#Invoke-RGSAProgramCodeIdGet) | **GET** /ProgramCode/{id} | Returns a single program code record that correseponds to the provided ID.
*RGSAProgramCodeApi* | [**Invoke-RGSAProgramCodeIdServicesGet**](docs/RGSAProgramCodeApi.md#Invoke-RGSAProgramCodeIdServicesGet) | **GET** /ProgramCode/{id}/Services | Returns the services that are contained within a program/repeating special.
*RGSAProgramTypeApi* | [**Invoke-RGSAProgramTypeGet**](docs/RGSAProgramTypeApi.md#Invoke-RGSAProgramTypeGet) | **GET** /ProgramType | -
*RGSAProgramTypeApi* | [**Invoke-RGSAProgramTypeProgtypeGet**](docs/RGSAProgramTypeApi.md#Invoke-RGSAProgramTypeProgtypeGet) | **GET** /ProgramType/{progtype} |-
*RGSAPropertyInventoryApi* | [**Invoke-RGSAPropertyInventoryAnyBranchAnybranchGet**](docs/RGSAPropertyInventoryApi.md#Invoke-RGSAPropertyInventoryAnyBranchAnybranchGet) | **GET** /PropertyInventory/AnyBranch/{anybranch} | Returns a list of property inventory parameters that are/are not available for all companies/branches based on the provided anybranch value.
*RGSAPropertyInventoryApi* | [**Invoke-RGSAPropertyInventoryCategoryIDInvcatidGet**](docs/RGSAPropertyInventoryApi.md#Invoke-RGSAPropertyInventoryCategoryIDInvcatidGet) | **GET** /PropertyInventory/CategoryID/{invcatid} | Returns a list of property inventory parameters that are assigned the provided InventoryCategoryID.
*RGSAPropertyInventoryApi* | [**Invoke-RGSAPropertyInventoryGet**](docs/RGSAPropertyInventoryApi.md#Invoke-RGSAPropertyInventoryGet) | **GET** /PropertyInventory | Returns a list of all property inventory parameters in the database.
*RGSAPropertyInventoryApi* | [**Invoke-RGSAPropertyInventoryIdGet**](docs/RGSAPropertyInventoryApi.md#Invoke-RGSAPropertyInventoryIdGet) | **GET** /PropertyInventory/{id} | Returns a single property inventory parameter that corresponds to the provided ID.
*RGSARejectCodeApi* | [**Deny-RGSACodeAvailableAvailableGet**](docs/RGSARejectCodeApi.md#Deny-RGSACodeAvailableAvailableGet) | **GET** /RejectCode/Available/{available} | Returns a list of reject codes that are/are not available based on the provided available value.
*RGSARejectCodeApi* | [**Deny-RGSACodeGet**](docs/RGSARejectCodeApi.md#Deny-RGSACodeGet) | **GET** /RejectCode | Returns all reject codes in the database.
*RGSARejectCodeApi* | [**Deny-RGSACodeIdGet**](docs/RGSARejectCodeApi.md#Deny-RGSACodeIdGet) | **GET** /RejectCode/{id} | Returns a single reject code that corresponds to the provided ID.
*RGSAReportingApi* | [**Invoke-RGSAReportingBalanceAnalysisExtendedGet**](docs/RGSAReportingApi.md#Invoke-RGSAReportingBalanceAnalysisExtendedGet) | **GET** /Reporting/BalanceAnalysis/Extended | Returns a balance analysis summary with additional information involving prepay dollars broken down by company.
*RGSAReportingApi* | [**Invoke-RGSAReportingBalanceAnalysisExtendedPost**](docs/RGSAReportingApi.md#Invoke-RGSAReportingBalanceAnalysisExtendedPost) | **POST** /Reporting/BalanceAnalysis/Extended | Returns a balance analysis summary with additional information involving prepay dollars broken down by company.
*RGSAReportingApi* | [**Invoke-RGSAReportingBalanceAnalysisExtendedSummaryGet**](docs/RGSAReportingApi.md#Invoke-RGSAReportingBalanceAnalysisExtendedSummaryGet) | **GET** /Reporting/BalanceAnalysis/Extended/Summary | Returns a balance analysis summary with additional information involving prepay dollars.
*RGSAReportingApi* | [**Invoke-RGSAReportingBalanceAnalysisExtendedSummaryPost**](docs/RGSAReportingApi.md#Invoke-RGSAReportingBalanceAnalysisExtendedSummaryPost) | **POST** /Reporting/BalanceAnalysis/Extended/Summary | Returns a balance analysis summary with additional information involving prepay dollars.
*RGSAReportingApi* | [**Invoke-RGSAReportingBalanceAnalysisGet**](docs/RGSAReportingApi.md#Invoke-RGSAReportingBalanceAnalysisGet) | **GET** /Reporting/BalanceAnalysis | Returns a summary of customer balances broken down by company and aging category.
*RGSAReportingApi* | [**Invoke-RGSAReportingBalanceAnalysisPost**](docs/RGSAReportingApi.md#Invoke-RGSAReportingBalanceAnalysisPost) | **POST** /Reporting/BalanceAnalysis | Returns a summary of customer balances broken down by company and aging category.
*RGSAReportingApi* | [**Invoke-RGSAReportingBalanceAnalysisSummaryGet**](docs/RGSAReportingApi.md#Invoke-RGSAReportingBalanceAnalysisSummaryGet) | **GET** /Reporting/BalanceAnalysis/Summary | Returns a summary of customer balances.
*RGSAReportingApi* | [**Invoke-RGSAReportingBalanceAnalysisSummaryPost**](docs/RGSAReportingApi.md#Invoke-RGSAReportingBalanceAnalysisSummaryPost) | **POST** /Reporting/BalanceAnalysis/Summary | Returns a summary of customer balances.
*RGSAReportingApi* | [**Invoke-RGSAReportingBillingTypeSummaryGet**](docs/RGSAReportingApi.md#Invoke-RGSAReportingBillingTypeSummaryGet) | **GET** /Reporting/BillingTypeSummary | Returns a count of active programs and counts of their billtypes in the current season.
*RGSAReportingApi* | [**Invoke-RGSAReportingBillingTypeSummaryPost**](docs/RGSAReportingApi.md#Invoke-RGSAReportingBillingTypeSummaryPost) | **POST** /Reporting/BillingTypeSummary | Returns a count of active programs and counts of their billtypes in the current season.
*RGSAReportingApi* | [**Invoke-RGSAReportingCAWRegistrationSummaryGet**](docs/RGSAReportingApi.md#Invoke-RGSAReportingCAWRegistrationSummaryGet) | **GET** /Reporting/CAW/RegistrationSummary | Returns CAW registration / autopay stats for all companies.
*RGSAReportingApi* | [**Invoke-RGSAReportingCAWRegistrationSummaryPost**](docs/RGSAReportingApi.md#Invoke-RGSAReportingCAWRegistrationSummaryPost) | **POST** /Reporting/CAW/RegistrationSummary | Returns CAW registration / autopay stats for specified companies.
*RGSAReportingApi* | [**Invoke-RGSAReportingCancelStatisticsByReasonGet**](docs/RGSAReportingApi.md#Invoke-RGSAReportingCancelStatisticsByReasonGet) | **GET** /Reporting/CancelStatisticsByReason | Returns service call scheduled counts, completed counts, and response time (in days).
*RGSAReportingApi* | [**Invoke-RGSAReportingCancelStatisticsByReasonPost**](docs/RGSAReportingApi.md#Invoke-RGSAReportingCancelStatisticsByReasonPost) | **POST** /Reporting/CancelStatisticsByReason | Returns service call scheduled counts, completed counts, and response time (in days).
*RGSAReportingApi* | [**Invoke-RGSAReportingCashInGet**](docs/RGSAReportingApi.md#Invoke-RGSAReportingCashInGet) | **GET** /Reporting/CashIn | Returns a summary of payments received based on the provided criteria.
*RGSAReportingApi* | [**Invoke-RGSAReportingCashInPost**](docs/RGSAReportingApi.md#Invoke-RGSAReportingCashInPost) | **POST** /Reporting/CashIn | Returns a summary of payments received based on the provided criteria.
*RGSAReportingApi* | [**Invoke-RGSAReportingCustomerCreatedGet**](docs/RGSAReportingApi.md#Invoke-RGSAReportingCustomerCreatedGet) | **GET** /Reporting/Customer/Created | Returns a list of customer numbers for customers that have been created witin the specified time frame.
*RGSAReportingApi* | [**Invoke-RGSAReportingCustomerCreatedPost**](docs/RGSAReportingApi.md#Invoke-RGSAReportingCustomerCreatedPost) | **POST** /Reporting/Customer/Created | Returns a list of customer numbers for customers that have been created witin the specified time frame.
*RGSAReportingApi* | [**Invoke-RGSAReportingCustomerUpdatedGet**](docs/RGSAReportingApi.md#Invoke-RGSAReportingCustomerUpdatedGet) | **GET** /Reporting/Customer/Updated | Returns a list of customer numbers for customers that have been updated witin the specified time frame.
*RGSAReportingApi* | [**Invoke-RGSAReportingCustomerUpdatedPost**](docs/RGSAReportingApi.md#Invoke-RGSAReportingCustomerUpdatedPost) | **POST** /Reporting/Customer/Updated | Returns a list of customer numbers for customers that have been updated witin the specified time frame.
*RGSAReportingApi* | [**Invoke-RGSAReportingDiscountsSummaryGet**](docs/RGSAReportingApi.md#Invoke-RGSAReportingDiscountsSummaryGet) | **GET** /Reporting/Discounts/Summary | Returns a list of given and remaining discount amounts broken down by discount code.
*RGSAReportingApi* | [**Invoke-RGSAReportingDiscountsSummaryPost**](docs/RGSAReportingApi.md#Invoke-RGSAReportingDiscountsSummaryPost) | **POST** /Reporting/Discounts/Summary | Returns a list of given and remaining discount amounts broken down by discount code.
*RGSAReportingApi* | [**Invoke-RGSAReportingEmailPenetrationGet**](docs/RGSAReportingApi.md#Invoke-RGSAReportingEmailPenetrationGet) | **GET** /Reporting/EmailPenetration | Returns a count of active programs and counts of their billtypes in the current season.
*RGSAReportingApi* | [**Invoke-RGSAReportingEmailPenetrationPost**](docs/RGSAReportingApi.md#Invoke-RGSAReportingEmailPenetrationPost) | **POST** /Reporting/EmailPenetration | Returns a count of active programs and counts of their billtypes in the current season.
*RGSAReportingApi* | [**Invoke-RGSAReportingFinancialCreditHoldSummaryGet**](docs/RGSAReportingApi.md#Invoke-RGSAReportingFinancialCreditHoldSummaryGet) | **GET** /Reporting/Financial/CreditHold/Summary | Returns a summary of balances due for customers that are on credit hold
*RGSAReportingApi* | [**Invoke-RGSAReportingFinancialCreditHoldSummaryPost**](docs/RGSAReportingApi.md#Invoke-RGSAReportingFinancialCreditHoldSummaryPost) | **POST** /Reporting/Financial/CreditHold/Summary | Returns a summary of balances due for customers that are on credit hold
*RGSAReportingApi* | [**Invoke-RGSAReportingFinancialCustomerValueGet**](docs/RGSAReportingApi.md#Invoke-RGSAReportingFinancialCustomerValueGet) | **GET** /Reporting/Financial/CustomerValue | Returns a single decimal summary of the average customer value for the specified criteria.
*RGSAReportingApi* | [**Invoke-RGSAReportingFinancialCustomerValuePost**](docs/RGSAReportingApi.md#Invoke-RGSAReportingFinancialCustomerValuePost) | **POST** /Reporting/Financial/CustomerValue | Returns a single decimal summary of the average customer value for the specified criteria.
*RGSAReportingApi* | [**Invoke-RGSAReportingFinancialNewSaleCancelsGet**](docs/RGSAReportingApi.md#Invoke-RGSAReportingFinancialNewSaleCancelsGet) | **GET** /Reporting/Financial/NewSaleCancels | Returns a summary of sales and cancel numbers for the speific date ranges
*RGSAReportingApi* | [**Invoke-RGSAReportingFinancialNewSaleCancelsPost**](docs/RGSAReportingApi.md#Invoke-RGSAReportingFinancialNewSaleCancelsPost) | **POST** /Reporting/Financial/NewSaleCancels | Returns a summary of sales and cancel numbers for the speific date ranges
*RGSAReportingApi* | [**Invoke-RGSAReportingLeadSourceSummaryGet**](docs/RGSAReportingApi.md#Invoke-RGSAReportingLeadSourceSummaryGet) | **GET** /Reporting/LeadSource/Summary | Returns a count and dollar amount summary of all leads, rejected leads, and sold leads within the specified time frame broken down by source.
*RGSAReportingApi* | [**Invoke-RGSAReportingLeadSourceSummaryPost**](docs/RGSAReportingApi.md#Invoke-RGSAReportingLeadSourceSummaryPost) | **POST** /Reporting/LeadSource/Summary | Returns a count and dollar amount summary of all leads, rejected leads, and sold leads within the specified time frame broken down by source.
*RGSAReportingApi* | [**Invoke-RGSAReportingNPSGet**](docs/RGSAReportingApi.md#Invoke-RGSAReportingNPSGet) | **GET** /Reporting/NPS | Returns an NPS report for the specified criteria.
*RGSAReportingApi* | [**Invoke-RGSAReportingNPSPost**](docs/RGSAReportingApi.md#Invoke-RGSAReportingNPSPost) | **POST** /Reporting/NPS | Returns an NPS report for the specified criteria.
*RGSAReportingApi* | [**Invoke-RGSAReportingPrepaySummaryGet**](docs/RGSAReportingApi.md#Invoke-RGSAReportingPrepaySummaryGet) | **GET** /Reporting/Prepay/Summary | Returns a list of given and remaining prepay amounts broken down by prepay code.
*RGSAReportingApi* | [**Invoke-RGSAReportingPrepaySummaryPost**](docs/RGSAReportingApi.md#Invoke-RGSAReportingPrepaySummaryPost) | **POST** /Reporting/Prepay/Summary | Returns a list of given and remaining prepay amounts broken down by prepay code.
*RGSAReportingApi* | [**Invoke-RGSAReportingProductionByProgramGet**](docs/RGSAReportingApi.md#Invoke-RGSAReportingProductionByProgramGet) | **GET** /Reporting/Production/ByProgram | Returns a summary of production that is broken down by program.
*RGSAReportingApi* | [**Invoke-RGSAReportingProductionByProgramPost**](docs/RGSAReportingApi.md#Invoke-RGSAReportingProductionByProgramPost) | **POST** /Reporting/Production/ByProgram | Returns a summary of production that is broken down by program.
*RGSAReportingApi* | [**Invoke-RGSAReportingProductionBySalesPersonGet**](docs/RGSAReportingApi.md#Invoke-RGSAReportingProductionBySalesPersonGet) | **GET** /Reporting/Production/BySalesPerson | Returns a summary of production numbers separated by sales person.
*RGSAReportingApi* | [**Invoke-RGSAReportingProductionBySalesPersonPost**](docs/RGSAReportingApi.md#Invoke-RGSAReportingProductionBySalesPersonPost) | **POST** /Reporting/Production/BySalesPerson | Returns a summary of production numbers separated by sales person.
*RGSAReportingApi* | [**Invoke-RGSAReportingProductionByServiceGet**](docs/RGSAReportingApi.md#Invoke-RGSAReportingProductionByServiceGet) | **GET** /Reporting/Production/ByService | Returns a summary of production thatis broken down by service.
*RGSAReportingApi* | [**Invoke-RGSAReportingProductionByServicePost**](docs/RGSAReportingApi.md#Invoke-RGSAReportingProductionByServicePost) | **POST** /Reporting/Production/ByService | Returns a summary of production thatis broken down by service.
*RGSAReportingApi* | [**Invoke-RGSAReportingProgramCreatedGet**](docs/RGSAReportingApi.md#Invoke-RGSAReportingProgramCreatedGet) | **GET** /Reporting/Program/Created | Returns a list of program IDs for programs/special jobs that have been created witin the specified time frame.
*RGSAReportingApi* | [**Invoke-RGSAReportingProgramCreatedPost**](docs/RGSAReportingApi.md#Invoke-RGSAReportingProgramCreatedPost) | **POST** /Reporting/Program/Created | Returns a list of program IDs for programs/special jobs that have been created witin the specified time frame.
*RGSAReportingApi* | [**Invoke-RGSAReportingProgramUpdatedGet**](docs/RGSAReportingApi.md#Invoke-RGSAReportingProgramUpdatedGet) | **GET** /Reporting/Program/Updated | Returns a list of program IDs for program/special jobs that have been updated within the specified time frame.
*RGSAReportingApi* | [**Invoke-RGSAReportingProgramUpdatedPost**](docs/RGSAReportingApi.md#Invoke-RGSAReportingProgramUpdatedPost) | **POST** /Reporting/Program/Updated | Returns a list of program IDs for program/special jobs that have been updated within the specified time frame.
*RGSAReportingApi* | [**Invoke-RGSAReportingRevenueServiceYearRemainingGet**](docs/RGSAReportingApi.md#Invoke-RGSAReportingRevenueServiceYearRemainingGet) | **GET** /Reporting/Revenue/ServiceYearRemaining | Returns a dollar amount summary of Total Incomplete Services, Total Completed And Unpaid, Installment Charges Not Posted, Unpaid Posted Installments
*RGSAReportingApi* | [**Invoke-RGSAReportingRevenueServiceYearRemainingPost**](docs/RGSAReportingApi.md#Invoke-RGSAReportingRevenueServiceYearRemainingPost) | **POST** /Reporting/Revenue/ServiceYearRemaining | Returns a dollar amount summary of Total Incomplete Services, Total Completed And Unpaid, Installment Charges Not Posted, Unpaid Posted Installments
*RGSAReportingApi* | [**Invoke-RGSAReportingSalesByEmployeeGet**](docs/RGSAReportingApi.md#Invoke-RGSAReportingSalesByEmployeeGet) | **GET** /Reporting/Sales/ByEmployee | Returns a summary of gross and net sales broken down by employee and copmany.
*RGSAReportingApi* | [**Invoke-RGSAReportingSalesByEmployeePost**](docs/RGSAReportingApi.md#Invoke-RGSAReportingSalesByEmployeePost) | **POST** /Reporting/Sales/ByEmployee | Returns a summary of gross and net sales broken down by employee and copmany.
*RGSAReportingApi* | [**Invoke-RGSAReportingSalesByEmployeeSummaryGet**](docs/RGSAReportingApi.md#Invoke-RGSAReportingSalesByEmployeeSummaryGet) | **GET** /Reporting/Sales/ByEmployee/Summary | Returns a summary of gross and net sales broken down by employee.
*RGSAReportingApi* | [**Invoke-RGSAReportingSalesByEmployeeSummaryPost**](docs/RGSAReportingApi.md#Invoke-RGSAReportingSalesByEmployeeSummaryPost) | **POST** /Reporting/Sales/ByEmployee/Summary | Returns a summary of gross and net sales broken down by employee.
*RGSAReportingApi* | [**Invoke-RGSAReportingSchedulingSkippedServicesSummaryGet**](docs/RGSAReportingApi.md#Invoke-RGSAReportingSchedulingSkippedServicesSummaryGet) | **GET** /Reporting/Scheduling/SkippedServices/Summary | Returns a summary of skipped service information by reason
*RGSAReportingApi* | [**Invoke-RGSAReportingSchedulingSkippedServicesSummaryPost**](docs/RGSAReportingApi.md#Invoke-RGSAReportingSchedulingSkippedServicesSummaryPost) | **POST** /Reporting/Scheduling/SkippedServices/Summary | Returns a summary of skipped service information by reason
*RGSAReportingApi* | [**Invoke-RGSAReportingSeasonSummaryRoundGet**](docs/RGSAReportingApi.md#Invoke-RGSAReportingSeasonSummaryRoundGet) | **GET** /Reporting/SeasonSummary/Round | Returns a season summary report by Round/Cycle separated by company/branch
*RGSAReportingApi* | [**Invoke-RGSAReportingSeasonSummaryRoundPost**](docs/RGSAReportingApi.md#Invoke-RGSAReportingSeasonSummaryRoundPost) | **POST** /Reporting/SeasonSummary/Round | Returns a season summary report by Round/Cycle separated by company/branch
*RGSAReportingApi* | [**Invoke-RGSAReportingSeasonSummaryRoundSummaryGet**](docs/RGSAReportingApi.md#Invoke-RGSAReportingSeasonSummaryRoundSummaryGet) | **GET** /Reporting/SeasonSummary/Round/Summary | Returns a season summary report by Round/Cycle
*RGSAReportingApi* | [**Invoke-RGSAReportingSeasonSummaryRoundSummaryPost**](docs/RGSAReportingApi.md#Invoke-RGSAReportingSeasonSummaryRoundSummaryPost) | **POST** /Reporting/SeasonSummary/Round/Summary | Returns a season summary report by Round/Cycle
*RGSAReportingApi* | [**Invoke-RGSAReportingServiceCallResponseSummaryGet**](docs/RGSAReportingApi.md#Invoke-RGSAReportingServiceCallResponseSummaryGet) | **GET** /Reporting/ServiceCallResponse/Summary | Returns service call scheduled counts, completed counts, and response time (in days).
*RGSAReportingApi* | [**Invoke-RGSAReportingServiceCallResponseSummaryPost**](docs/RGSAReportingApi.md#Invoke-RGSAReportingServiceCallResponseSummaryPost) | **POST** /Reporting/ServiceCallResponse/Summary | Returns service call scheduled counts, completed counts, and response time (in days).
*RGSAReportingApi* | [**Invoke-RGSAReportingWeeklyProductivityReportPost**](docs/RGSAReportingApi.md#Invoke-RGSAReportingWeeklyProductivityReportPost) | **POST** /Reporting/WeeklyProductivityReport | -
*RGSARouteApi* | [**Invoke-RGSARouteAllProgramsAllprogGet**](docs/RGSARouteApi.md#Invoke-RGSARouteAllProgramsAllprogGet) | **GET** /Route/AllPrograms/{allprog} | Returns a list of routes that are/are not available for all programs/specials based on the provided AllProg value.
*RGSARouteApi* | [**Invoke-RGSARouteAvailableAvailableGet**](docs/RGSARouteApi.md#Invoke-RGSARouteAvailableAvailableGet) | **GET** /Route/Available/{available} | Returns a list of route that are/are not available based on the provided available value.
*RGSARouteApi* | [**Invoke-RGSARouteCompanyIDCompIdGet**](docs/RGSARouteApi.md#Invoke-RGSARouteCompanyIDCompIdGet) | **GET** /Route/CompanyID/{comp_id} | Returns a list of routes that are assigned to the corresponding Company ID.
*RGSARouteApi* | [**Invoke-RGSARouteCrewIDCrewIdGet**](docs/RGSARouteApi.md#Invoke-RGSARouteCrewIDCrewIdGet) | **GET** /Route/CrewID/{crew_id} | Returns a list of routes that are assigned to the specified CrewID.
*RGSARouteApi* | [**Invoke-RGSARouteEmployeeIDEmpIdGet**](docs/RGSARouteApi.md#Invoke-RGSARouteEmployeeIDEmpIdGet) | **GET** /Route/EmployeeID/{emp_id} | Returns a list of routes that are assigned to the specified employee.
*RGSARouteApi* | [**Invoke-RGSARouteGet**](docs/RGSARouteApi.md#Invoke-RGSARouteGet) | **GET** /Route | Returns all routes in the database.
*RGSARouteApi* | [**Invoke-RGSARouteIdGet**](docs/RGSARouteApi.md#Invoke-RGSARouteIdGet) | **GET** /Route/{id} | Returns a single route record that corresponds to the provided ID.
*RGSARouteApi* | [**Invoke-RGSARouteZoneIDZoneIdGet**](docs/RGSARouteApi.md#Invoke-RGSARouteZoneIDZoneIdGet) | **GET** /Route/ZoneID/{zone_id} | Returns a list of routes that as assigned the provided ZoneID.
*RGSASecurityCodeApi* | [**Invoke-RGSASecurityCodeGet**](docs/RGSASecurityCodeApi.md#Invoke-RGSASecurityCodeGet) | **GET** /SecurityCode | Returns all security code parameters in the database.
*RGSASecurityCodeApi* | [**Invoke-RGSASecurityCodeIdGet**](docs/RGSASecurityCodeApi.md#Invoke-RGSASecurityCodeIdGet) | **GET** /SecurityCode/{id} | Returns a single security code record that corresponds to the provided ID.
*RGSAServiceApi* | [**Invoke-RGSAServiceAllocationsPost**](docs/RGSAServiceApi.md#Invoke-RGSAServiceAllocationsPost) | **POST** /Service/Allocations | Returns a summary of service amount and allocations for the services specified.
*RGSAServiceApi* | [**Invoke-RGSAServiceSearchGet**](docs/RGSAServiceApi.md#Invoke-RGSAServiceSearchGet) | **GET** /Service/Search | Returns a list of services that match the provided criteria.
*RGSAServiceApi* | [**Invoke-RGSAServiceSearchPost**](docs/RGSAServiceApi.md#Invoke-RGSAServiceSearchPost) | **POST** /Service/Search | Returns a list of services that match the provided criteria.
*RGSAServiceApi* | [**Invoke-RGSAServiceServiceIdGet**](docs/RGSAServiceApi.md#Invoke-RGSAServiceServiceIdGet) | **GET** /Service/{serviceId} | Returns a single service record that corresponds to the provided ID.
*RGSAServiceCodeApi* | [**Invoke-RGSAServiceCodeAvailableAvailableGet**](docs/RGSAServiceCodeApi.md#Invoke-RGSAServiceCodeAvailableAvailableGet) | **GET** /ServiceCode/Available/{available} | Returns a list of service codes that are (available=true) or are not (avaialble=false) avaialble.
*RGSAServiceCodeApi* | [**Invoke-RGSAServiceCodeCodeServiceCodeGet**](docs/RGSAServiceCodeApi.md#Invoke-RGSAServiceCodeCodeServiceCodeGet) | **GET** /ServiceCode/Code/{serviceCode} | Returns a single service code for the provided service ID
*RGSAServiceCodeApi* | [**Invoke-RGSAServiceCodeGet**](docs/RGSAServiceCodeApi.md#Invoke-RGSAServiceCodeGet) | **GET** /ServiceCode | Returns all service code parameters in the database.
*RGSAServiceCodeApi* | [**Invoke-RGSAServiceCodeServiceCodeServiceCodeGet**](docs/RGSAServiceCodeApi.md#Invoke-RGSAServiceCodeServiceCodeServiceCodeGet) | **GET** /ServiceCode/ServiceCode/{serviceCode} | Returns a single service code for the provided service ID
*RGSAServiceConditionsApi* | [**Invoke-RGSAServiceConditionsIdGet**](docs/RGSAServiceConditionsApi.md#Invoke-RGSAServiceConditionsIdGet) | **GET** /ServiceConditions/{id} | -
*RGSAServiceConditionsApi* | [**Invoke-RGSAServiceConditionsSearchPost**](docs/RGSAServiceConditionsApi.md#Invoke-RGSAServiceConditionsSearchPost) | **POST** /ServiceConditions/Search | -
*RGSAServiceConditionsApi* | [**Invoke-RGSAServiceConditionsServiceIDServiceIdGet**](docs/RGSAServiceConditionsApi.md#Invoke-RGSAServiceConditionsServiceIDServiceIdGet) | **GET** /ServiceConditions/ServiceID/{service_id} | -
*RGSAServiceStatusApi* | [**Invoke-RGSAServiceStatusGet**](docs/RGSAServiceStatusApi.md#Invoke-RGSAServiceStatusGet) | **GET** /ServiceStatus | -
*RGSAServiceStatusApi* | [**Invoke-RGSAServiceStatusIdGet**](docs/RGSAServiceStatusApi.md#Invoke-RGSAServiceStatusIdGet) | **GET** /ServiceStatus/{id} | -
*RGSASourceCodeApi* | [**Invoke-RGSASourceCodeActiveOrPassiveActorpassGet**](docs/RGSASourceCodeApi.md#Invoke-RGSASourceCodeActiveOrPassiveActorpassGet) | **GET** /SourceCode/ActiveOrPassive/{actorpass} | Returns a list of source code parameters that are either active (1) or passive (0) sources.
*RGSASourceCodeApi* | [**Invoke-RGSASourceCodeAnyBranchAnybranchGet**](docs/RGSASourceCodeApi.md#Invoke-RGSASourceCodeAnyBranchAnybranchGet) | **GET** /SourceCode/AnyBranch/{anybranch} | Returns a list of sources that are/are not available for all branches based on the provided AnyBranch value.
*RGSASourceCodeApi* | [**Invoke-RGSASourceCodeAvailableAvailableGet**](docs/RGSASourceCodeApi.md#Invoke-RGSASourceCodeAvailableAvailableGet) | **GET** /SourceCode/Available/{available} | Returns a list of source codes that are/are not available based on the provided available value.
*RGSASourceCodeApi* | [**Invoke-RGSASourceCodeGet**](docs/RGSASourceCodeApi.md#Invoke-RGSASourceCodeGet) | **GET** /SourceCode | Returns all source code parameters in the database.
*RGSASourceCodeApi* | [**Invoke-RGSASourceCodeHandheldHandheldGet**](docs/RGSASourceCodeApi.md#Invoke-RGSASourceCodeHandheldHandheldGet) | **GET** /SourceCode/Handheld/{handheld} | Returns a list of source codes that are/are not available on handhelds based on the provided handheld value.
*RGSASourceCodeApi* | [**Invoke-RGSASourceCodeIdGet**](docs/RGSASourceCodeApi.md#Invoke-RGSASourceCodeIdGet) | **GET** /SourceCode/{id} | Returns a single source code record that corresponds to the provided ID.
*RGSASourceCodeApi* | [**Invoke-RGSASourceCodePost**](docs/RGSASourceCodeApi.md#Invoke-RGSASourceCodePost) | **POST** /SourceCode | Insert a source code into the database.
*RGSASourceCodeApi* | [**Invoke-RGSASourceCodeSourceAbbreviationSrcabbrevGet**](docs/RGSASourceCodeApi.md#Invoke-RGSASourceCodeSourceAbbreviationSrcabbrevGet) | **GET** /SourceCode/SourceAbbreviation/{srcabbrev} | Returns a single source code parameter record that is assigned the provided SourceAbbreviation.
*RGSASubdivisionApi* | [**Invoke-RGSASubdivisionAvailableAvailableGet**](docs/RGSASubdivisionApi.md#Invoke-RGSASubdivisionAvailableAvailableGet) | **GET** /Subdivision/Available/{available} | Returns a list of subdivisions that are/are not available based on the provided available value.
*RGSASubdivisionApi* | [**Invoke-RGSASubdivisionCompanyIDCompIdGet**](docs/RGSASubdivisionApi.md#Invoke-RGSASubdivisionCompanyIDCompIdGet) | **GET** /Subdivision/CompanyID/{comp_id} | Returns a list of subdivisions that are assigned the provided Company ID.
*RGSASubdivisionApi* | [**Invoke-RGSASubdivisionGet**](docs/RGSASubdivisionApi.md#Invoke-RGSASubdivisionGet) | **GET** /Subdivision | Returns all subdivisions in the database.
*RGSASubdivisionApi* | [**Invoke-RGSASubdivisionIdGet**](docs/RGSASubdivisionApi.md#Invoke-RGSASubdivisionIdGet) | **GET** /Subdivision/{id} | Returns a single subdivision that corresponds to the provided ID.
*RGSASubdivisionApi* | [**Invoke-RGSASubdivisionNameSubnameGet**](docs/RGSASubdivisionApi.md#Invoke-RGSASubdivisionNameSubnameGet) | **GET** /Subdivision/Name/{subname} | Returns a list of subdivisions that are assigned the provided SubName.
*RGSASuffixApi* | [**Invoke-RGSASuffixFullSuffixFullsuffixGet**](docs/RGSASuffixApi.md#Invoke-RGSASuffixFullSuffixFullsuffixGet) | **GET** /Suffix/FullSuffix/{fullsuffix} | Returns a single suffix record that is assigned the provided full suffix.
*RGSASuffixApi* | [**Invoke-RGSASuffixGet**](docs/RGSASuffixApi.md#Invoke-RGSASuffixGet) | **GET** /Suffix | Returns all suffixes in the database.
*RGSASuffixApi* | [**Invoke-RGSASuffixIdGet**](docs/RGSASuffixApi.md#Invoke-RGSASuffixIdGet) | **GET** /Suffix/{id} | Returns a single suffix that corresponds to the provided ID.
*RGSATaxApi* | [**Invoke-RGSATaxAvailableAvailableGet**](docs/RGSATaxApi.md#Invoke-RGSATaxAvailableAvailableGet) | **GET** /Tax/Available/{available} | Returns a list of tax parameters that are/are not available based on the provided available value.
*RGSATaxApi* | [**Invoke-RGSATaxGet**](docs/RGSATaxApi.md#Invoke-RGSATaxGet) | **GET** /Tax | Returns all tax codes in the database.
*RGSATaxApi* | [**Invoke-RGSATaxIdGet**](docs/RGSATaxApi.md#Invoke-RGSATaxIdGet) | **GET** /Tax/{id} | Returns a single tax record that corresponds to the provided ID.
*RGSATerritoryApi* | [**Invoke-RGSATerritoryAvailableAvailableGet**](docs/RGSATerritoryApi.md#Invoke-RGSATerritoryAvailableAvailableGet) | **GET** /Territory/Available/{available} | Returns a list of territory records that are/are not available based on the provided available value.
*RGSATerritoryApi* | [**Invoke-RGSATerritoryCompanyIDCompIdGet**](docs/RGSATerritoryApi.md#Invoke-RGSATerritoryCompanyIDCompIdGet) | **GET** /Territory/CompanyID/{comp_id} | Returns a list of territory records that are assigned to the provided CompanyID.
*RGSATerritoryApi* | [**Invoke-RGSATerritoryGet**](docs/RGSATerritoryApi.md#Invoke-RGSATerritoryGet) | **GET** /Territory | Returns all territoriese in the database.
*RGSATerritoryApi* | [**Invoke-RGSATerritoryIdGet**](docs/RGSATerritoryApi.md#Invoke-RGSATerritoryIdGet) | **GET** /Territory/{id} | Returns a single territory parameter record that corresponds to the provided ID.
*RGSATitleApi* | [**Invoke-RGSATitleGet**](docs/RGSATitleApi.md#Invoke-RGSATitleGet) | **GET** /Title | Returns all title records in the database.
*RGSATitleApi* | [**Invoke-RGSATitleIdGet**](docs/RGSATitleApi.md#Invoke-RGSATitleIdGet) | **GET** /Title/{id} | Returns a single title record that correseponds to the provided ID.
*RGSATopicApi* | [**Invoke-RGSATopicGet**](docs/RGSATopicApi.md#Invoke-RGSATopicGet) | **GET** /Topic | Returns all topics
*RGSATopicApi* | [**Invoke-RGSATopicIdGet**](docs/RGSATopicApi.md#Invoke-RGSATopicIdGet) | **GET** /Topic/{id} | Returns a single call topic that corresponds to the provided ID.
*RGSATopicApi* | [**Invoke-RGSATopicIdPatch**](docs/RGSATopicApi.md#Invoke-RGSATopicIdPatch) | **PATCH** /Topic/{id} | Update a portion of a topic without sending the entire topic object.
*RGSATopicApi* | [**Invoke-RGSATopicPost**](docs/RGSATopicApi.md#Invoke-RGSATopicPost) | **POST** /Topic | Insert a new call topic.
*RGSATopicApi* | [**Invoke-RGSATopicPut**](docs/RGSATopicApi.md#Invoke-RGSATopicPut) | **PUT** /Topic | Update an entire existing call topic.
*RGSAUtilitiesApi* | [**Invoke-RGSAUtilitiesYearEndPriceIncreasePost**](docs/RGSAUtilitiesApi.md#Invoke-RGSAUtilitiesYearEndPriceIncreasePost) | **POST** /Utilities/YearEnd/PriceIncrease | -
*RGSAVehicleApi* | [**Invoke-RGSAVehicleAvailableAvailableGet**](docs/RGSAVehicleApi.md#Invoke-RGSAVehicleAvailableAvailableGet) | **GET** /Vehicle/Available/{available} | Returns a list of vehicle records that are/are not available based on the provided available value.
*RGSAVehicleApi* | [**Invoke-RGSAVehicleCompanyIDCompIdGet**](docs/RGSAVehicleApi.md#Invoke-RGSAVehicleCompanyIDCompIdGet) | **GET** /Vehicle/CompanyID/{comp_id} | Returns a list of vehicles that are assigned to the provided Company ID.
*RGSAVehicleApi* | [**Invoke-RGSAVehicleGet**](docs/RGSAVehicleApi.md#Invoke-RGSAVehicleGet) | **GET** /Vehicle | Returns all vehicles in the database.
*RGSAVehicleApi* | [**Invoke-RGSAVehicleIdGet**](docs/RGSAVehicleApi.md#Invoke-RGSAVehicleIdGet) | **GET** /Vehicle/{id} | Returns a single vehicle record that corresponds to the provided ID.
*RGSAVehicleApi* | [**Invoke-RGSAVehicleLicenseNumberLicensenoGet**](docs/RGSAVehicleApi.md#Invoke-RGSAVehicleLicenseNumberLicensenoGet) | **GET** /Vehicle/LicenseNumber/{licenseno} | Returns a single vehicle record that corresponds to the provided license number.
*RGSAVehicleApi* | [**Invoke-RGSAVehicleMakeMakeGet**](docs/RGSAVehicleApi.md#Invoke-RGSAVehicleMakeMakeGet) | **GET** /Vehicle/Make/{make} | Returns a list of vehicles that are of the specified Make.
*RGSAVehicleApi* | [**Invoke-RGSAVehicleVINVinGet**](docs/RGSAVehicleApi.md#Invoke-RGSAVehicleVINVinGet) | **GET** /Vehicle/VIN/{vin} | Returns a single vehicle that is assigned the provided VIN.
*RGSAVehicleApi* | [**Invoke-RGSAVehicleYearModelyearGet**](docs/RGSAVehicleApi.md#Invoke-RGSAVehicleYearModelyearGet) | **GET** /Vehicle/Year/{modelyear} | Returns a list of vehicles that are of the provided model year.
*RGSAZipCodeApi* | [**Invoke-RGSAZipCodeAllGet**](docs/RGSAZipCodeApi.md#Invoke-RGSAZipCodeAllGet) | **GET** /ZipCode/All | Returns all zip code records in the database.
*RGSAZipCodeApi* | [**Invoke-RGSAZipCodeGet**](docs/RGSAZipCodeApi.md#Invoke-RGSAZipCodeGet) | **GET** /ZipCode | Returns all zip code records in the database.

## Documentation for Models

- [RealGreenSaPS\Model.APICustomerInsert](docs/APICustomerInsert.md)
- [RealGreenSaPS\Model.APIEmployee](docs/APIEmployee.md)
- [RealGreenSaPS\Model.APIEmployeeInsert](docs/APIEmployeeInsert.md)
- [RealGreenSaPS\Model.APIError](docs/APIError.md)
- [RealGreenSaPS\Model.APIErrorCodes](docs/APIErrorCodes.md)
- [RealGreenSaPS\Model.APIFlagInsert](docs/APIFlagInsert.md)
- [RealGreenSaPS\Model.APIProductInsert](docs/APIProductInsert.md)
- [RealGreenSaPS\Model.ActionStatus](docs/ActionStatus.md)
- [RealGreenSaPS\Model.AddInstallmentRequest](docs/AddInstallmentRequest.md)
- [RealGreenSaPS\Model.AddInstallmentResult](docs/AddInstallmentResult.md)
- [RealGreenSaPS\Model.Address](docs/Address.md)
- [RealGreenSaPS\Model.AdjustmentCode](docs/AdjustmentCode.md)
- [RealGreenSaPS\Model.AssemblyInfo](docs/AssemblyInfo.md)
- [RealGreenSaPS\Model.Attachment](docs/Attachment.md)
- [RealGreenSaPS\Model.AuditLogSearchCommon](docs/AuditLogSearchCommon.md)
- [RealGreenSaPS\Model.BalanceAnalysis](docs/BalanceAnalysis.md)
- [RealGreenSaPS\Model.BalanceAnalysisExtended](docs/BalanceAnalysisExtended.md)
- [RealGreenSaPS\Model.BalanceAnalysisExtendedSummary](docs/BalanceAnalysisExtendedSummary.md)
- [RealGreenSaPS\Model.BalanceAnalysisRequest](docs/BalanceAnalysisRequest.md)
- [RealGreenSaPS\Model.BalanceAnalysisSummary](docs/BalanceAnalysisSummary.md)
- [RealGreenSaPS\Model.Batch](docs/Batch.md)
- [RealGreenSaPS\Model.BatchLookup](docs/BatchLookup.md)
- [RealGreenSaPS\Model.BatchType](docs/BatchType.md)
- [RealGreenSaPS\Model.BillType](docs/BillType.md)
- [RealGreenSaPS\Model.BillTypeSummary](docs/BillTypeSummary.md)
- [RealGreenSaPS\Model.BillTypeSummaryCriteria](docs/BillTypeSummaryCriteria.md)
- [RealGreenSaPS\Model.CAWRegistrationSummary](docs/CAWRegistrationSummary.md)
- [RealGreenSaPS\Model.CallAhead](docs/CallAhead.md)
- [RealGreenSaPS\Model.CallLogNote](docs/CallLogNote.md)
- [RealGreenSaPS\Model.CallLogSimple](docs/CallLogSimple.md)
- [RealGreenSaPS\Model.CallLogWithNotes](docs/CallLogWithNotes.md)
- [RealGreenSaPS\Model.CallReason](docs/CallReason.md)
- [RealGreenSaPS\Model.CancelReason](docs/CancelReason.md)
- [RealGreenSaPS\Model.CashIn](docs/CashIn.md)
- [RealGreenSaPS\Model.CashInDateType](docs/CashInDateType.md)
- [RealGreenSaPS\Model.CashInRequest](docs/CashInRequest.md)
- [RealGreenSaPS\Model.Company](docs/Company.md)
- [RealGreenSaPS\Model.CompanyID](docs/CompanyID.md)
- [RealGreenSaPS\Model.CompanyIDsAndDateRange](docs/CompanyIDsAndDateRange.md)
- [RealGreenSaPS\Model.ContractPlanStatus](docs/ContractPlanStatus.md)
- [RealGreenSaPS\Model.CreditHoldSummary](docs/CreditHoldSummary.md)
- [RealGreenSaPS\Model.CreditHoldSummaryCriteria](docs/CreditHoldSummaryCriteria.md)
- [RealGreenSaPS\Model.Customer](docs/Customer.md)
- [RealGreenSaPS\Model.CustomerContactPreferences](docs/CustomerContactPreferences.md)
- [RealGreenSaPS\Model.CustomerContactPreferencesProperties](docs/CustomerContactPreferencesProperties.md)
- [RealGreenSaPS\Model.CustomerFlag](docs/CustomerFlag.md)
- [RealGreenSaPS\Model.CustomerFlagAPIRequest](docs/CustomerFlagAPIRequest.md)
- [RealGreenSaPS\Model.CustomerFlagModifierBulk](docs/CustomerFlagModifierBulk.md)
- [RealGreenSaPS\Model.CustomerProperty](docs/CustomerProperty.md)
- [RealGreenSaPS\Model.CustomerSearch](docs/CustomerSearch.md)
- [RealGreenSaPS\Model.CustomerValueRequest](docs/CustomerValueRequest.md)
- [RealGreenSaPS\Model.DateBasedOn](docs/DateBasedOn.md)
- [RealGreenSaPS\Model.DateRanges](docs/DateRanges.md)
- [RealGreenSaPS\Model.DateTimeRange](docs/DateTimeRange.md)
- [RealGreenSaPS\Model.DecimalRange](docs/DecimalRange.md)
- [RealGreenSaPS\Model.DetailedPriceTable](docs/DetailedPriceTable.md)
- [RealGreenSaPS\Model.DiscountCode](docs/DiscountCode.md)
- [RealGreenSaPS\Model.DiscountPricing](docs/DiscountPricing.md)
- [RealGreenSaPS\Model.DiscountSummary](docs/DiscountSummary.md)
- [RealGreenSaPS\Model.DiscountSummaryRequest](docs/DiscountSummaryRequest.md)
- [RealGreenSaPS\Model.DocumentCategory](docs/DocumentCategory.md)
- [RealGreenSaPS\Model.DoneByEmployee](docs/DoneByEmployee.md)
- [RealGreenSaPS\Model.EmailPenetration](docs/EmailPenetration.md)
- [RealGreenSaPS\Model.EmailPenetrationCriteria](docs/EmailPenetrationCriteria.md)
- [RealGreenSaPS\Model.Flag](docs/Flag.md)
- [RealGreenSaPS\Model.FullPackage](docs/FullPackage.md)
- [RealGreenSaPS\Model.FullProgram](docs/FullProgram.md)
- [RealGreenSaPS\Model.HistoryItemSearch](docs/HistoryItemSearch.md)
- [RealGreenSaPS\Model.HistorySearch](docs/HistorySearch.md)
- [RealGreenSaPS\Model.HoldCode](docs/HoldCode.md)
- [RealGreenSaPS\Model.IndividualInstallment](docs/IndividualInstallment.md)
- [RealGreenSaPS\Model.InstallmentPaymentFrequency](docs/InstallmentPaymentFrequency.md)
- [RealGreenSaPS\Model.IntRange](docs/IntRange.md)
- [RealGreenSaPS\Model.JobTypes](docs/JobTypes.md)
- [RealGreenSaPS\Model.Keys](docs/Keys.md)
- [RealGreenSaPS\Model.LeadForm](docs/LeadForm.md)
- [RealGreenSaPS\Model.LeadFormResponseObject](docs/LeadFormResponseObject.md)
- [RealGreenSaPS\Model.LeadSourceSummary](docs/LeadSourceSummary.md)
- [RealGreenSaPS\Model.LeadSourceSummaryRequest](docs/LeadSourceSummaryRequest.md)
- [RealGreenSaPS\Model.LocationType](docs/LocationType.md)
- [RealGreenSaPS\Model.MobileCustomerSearch](docs/MobileCustomerSearch.md)
- [RealGreenSaPS\Model.NPSRecord](docs/NPSRecord.md)
- [RealGreenSaPS\Model.NPSRequest](docs/NPSRequest.md)
- [RealGreenSaPS\Model.NPSResult](docs/NPSResult.md)
- [RealGreenSaPS\Model.NewSaleCancels](docs/NewSaleCancels.md)
- [RealGreenSaPS\Model.NewSaleCancelsRequest](docs/NewSaleCancelsRequest.md)
- [RealGreenSaPS\Model.NonServiceDetail](docs/NonServiceDetail.md)
- [RealGreenSaPS\Model.Operation](docs/Operation.md)
- [RealGreenSaPS\Model.OperationType](docs/OperationType.md)
- [RealGreenSaPS\Model.Package](docs/Package.md)
- [RealGreenSaPS\Model.PackageProgram](docs/PackageProgram.md)
- [RealGreenSaPS\Model.Phone](docs/Phone.md)
- [RealGreenSaPS\Model.PhoneSearch](docs/PhoneSearch.md)
- [RealGreenSaPS\Model.PhoneTypes](docs/PhoneTypes.md)
- [RealGreenSaPS\Model.PreferredPhoneType](docs/PreferredPhoneType.md)
- [RealGreenSaPS\Model.PrepayAdjustmentServiceModel](docs/PrepayAdjustmentServiceModel.md)
- [RealGreenSaPS\Model.PrepayAdjustmentServiceStatus](docs/PrepayAdjustmentServiceStatus.md)
- [RealGreenSaPS\Model.PrepayCodeLookup](docs/PrepayCodeLookup.md)
- [RealGreenSaPS\Model.PrepaySummary](docs/PrepaySummary.md)
- [RealGreenSaPS\Model.PrepaySummaryCriteria](docs/PrepaySummaryCriteria.md)
- [RealGreenSaPS\Model.PriceByTypes](docs/PriceByTypes.md)
- [RealGreenSaPS\Model.PriceIncreaseCriteria](docs/PriceIncreaseCriteria.md)
- [RealGreenSaPS\Model.PriceRange](docs/PriceRange.md)
- [RealGreenSaPS\Model.PriceTable](docs/PriceTable.md)
- [RealGreenSaPS\Model.ProductionParams](docs/ProductionParams.md)
- [RealGreenSaPS\Model.ProductionRequest](docs/ProductionRequest.md)
- [RealGreenSaPS\Model.ProductionResult](docs/ProductionResult.md)
- [RealGreenSaPS\Model.ProductsUsed](docs/ProductsUsed.md)
- [RealGreenSaPS\Model.Program](docs/Program.md)
- [RealGreenSaPS\Model.ProgramCancelReasonStatsCriteria](docs/ProgramCancelReasonStatsCriteria.md)
- [RealGreenSaPS\Model.ProgramCancelReasonStatsResult](docs/ProgramCancelReasonStatsResult.md)
- [RealGreenSaPS\Model.ProgramCodes](docs/ProgramCodes.md)
- [RealGreenSaPS\Model.ProgramID](docs/ProgramID.md)
- [RealGreenSaPS\Model.ProgramJobLength](docs/ProgramJobLength.md)
- [RealGreenSaPS\Model.ProgramPrice](docs/ProgramPrice.md)
- [RealGreenSaPS\Model.ProgramPriceRequest](docs/ProgramPriceRequest.md)
- [RealGreenSaPS\Model.ProgramProductionBySalesPerson](docs/ProgramProductionBySalesPerson.md)
- [RealGreenSaPS\Model.ProgramProductionBySalesPersonRequest](docs/ProgramProductionBySalesPersonRequest.md)
- [RealGreenSaPS\Model.ProgramRevenue](docs/ProgramRevenue.md)
- [RealGreenSaPS\Model.ProgramSearch](docs/ProgramSearch.md)
- [RealGreenSaPS\Model.ProgramService](docs/ProgramService.md)
- [RealGreenSaPS\Model.ProgramServicePrice](docs/ProgramServicePrice.md)
- [RealGreenSaPS\Model.PropertyInventory](docs/PropertyInventory.md)
- [RealGreenSaPS\Model.PropertyItemCategory](docs/PropertyItemCategory.md)
- [RealGreenSaPS\Model.PropertyItemType](docs/PropertyItemType.md)
- [RealGreenSaPS\Model.RejectCode](docs/RejectCode.md)
- [RealGreenSaPS\Model.RevenueRemaining](docs/RevenueRemaining.md)
- [RealGreenSaPS\Model.RoundCycleCompanyDetail](docs/RoundCycleCompanyDetail.md)
- [RealGreenSaPS\Model.RoundCycleDetail](docs/RoundCycleDetail.md)
- [RealGreenSaPS\Model.Route](docs/Route.md)
- [RealGreenSaPS\Model.SalesByEmployee](docs/SalesByEmployee.md)
- [RealGreenSaPS\Model.SalesByEmployeeBase](docs/SalesByEmployeeBase.md)
- [RealGreenSaPS\Model.SalesByEmployeeRequest](docs/SalesByEmployeeRequest.md)
- [RealGreenSaPS\Model.SeasonSummaryByRoundCycleCompanyResult](docs/SeasonSummaryByRoundCycleCompanyResult.md)
- [RealGreenSaPS\Model.SeasonSummaryByRoundCycleCriteria](docs/SeasonSummaryByRoundCycleCriteria.md)
- [RealGreenSaPS\Model.SeasonSummaryByRoundCycleResult](docs/SeasonSummaryByRoundCycleResult.md)
- [RealGreenSaPS\Model.SecurityCode](docs/SecurityCode.md)
- [RealGreenSaPS\Model.Service](docs/Service.md)
- [RealGreenSaPS\Model.ServiceAllocationItem](docs/ServiceAllocationItem.md)
- [RealGreenSaPS\Model.ServiceAllocationRecord](docs/ServiceAllocationRecord.md)
- [RealGreenSaPS\Model.ServiceCallResponseRates](docs/ServiceCallResponseRates.md)
- [RealGreenSaPS\Model.ServiceCode](docs/ServiceCode.md)
- [RealGreenSaPS\Model.ServiceID](docs/ServiceID.md)
- [RealGreenSaPS\Model.ServiceSearch](docs/ServiceSearch.md)
- [RealGreenSaPS\Model.ServiceServiceHistory](docs/ServiceServiceHistory.md)
- [RealGreenSaPS\Model.SimplePackageDTO](docs/SimplePackageDTO.md)
- [RealGreenSaPS\Model.SimpleProgramDTO](docs/SimpleProgramDTO.md)
- [RealGreenSaPS\Model.SkipServicesAPIResult](docs/SkipServicesAPIResult.md)
- [RealGreenSaPS\Model.SkipServicesRequest](docs/SkipServicesRequest.md)
- [RealGreenSaPS\Model.SourceCode](docs/SourceCode.md)
- [RealGreenSaPS\Model.SourceCodeCompany](docs/SourceCodeCompany.md)
- [RealGreenSaPS\Model.SourceCodeInsert](docs/SourceCodeInsert.md)
- [RealGreenSaPS\Model.StatementFrequency](docs/StatementFrequency.md)
- [RealGreenSaPS\Model.StringRange](docs/StringRange.md)
- [RealGreenSaPS\Model.Subdivision](docs/Subdivision.md)
- [RealGreenSaPS\Model.Suffix](docs/Suffix.md)
- [RealGreenSaPS\Model.SuffixAlternates](docs/SuffixAlternates.md)
- [RealGreenSaPS\Model.Tax](docs/Tax.md)
- [RealGreenSaPS\Model.TaxSimple](docs/TaxSimple.md)
- [RealGreenSaPS\Model.TelematicsIdleConfiguration](docs/TelematicsIdleConfiguration.md)
- [RealGreenSaPS\Model.TelematicsMobileTokenResponseModel](docs/TelematicsMobileTokenResponseModel.md)
- [RealGreenSaPS\Model.TelematicsTrackingConfiguration](docs/TelematicsTrackingConfiguration.md)
- [RealGreenSaPS\Model.TelematicsTrackingTime](docs/TelematicsTrackingTime.md)
- [RealGreenSaPS\Model.Territory](docs/Territory.md)
- [RealGreenSaPS\Model.TimeSpan](docs/TimeSpan.md)
- [RealGreenSaPS\Model.Title](docs/Title.md)
- [RealGreenSaPS\Model.Topic](docs/Topic.md)
- [RealGreenSaPS\Model.TransactionCode](docs/TransactionCode.md)
- [RealGreenSaPS\Model.TranslateableString](docs/TranslateableString.md)
- [RealGreenSaPS\Model.UnitOfMeasure](docs/UnitOfMeasure.md)
- [RealGreenSaPS\Model.Vehicle](docs/Vehicle.md)
- [RealGreenSaPS\Model.WeeklyProductivitySearchCriteriaAPI](docs/WeeklyProductivitySearchCriteriaAPI.md)
- [RealGreenSaPS\Model.ZipCode](docs/ZipCode.md)

## Documentation for Authorization

Endpoints do not require authorization.