< Back

Get-PFees

Sat Jan 18, 2020 7:27 pm

NAME Get-PFees



SYNOPSIS

Returns all information related to fees configured for the institution.





SYNTAX

Get-PFees [-PopuliUri] <String> [-PopuliAuthkey] <String> [<CommonParameters>]





DESCRIPTION

You must have the Financial Admin, Student Billing, or Financial Aid role to call this task.





PARAMETERS

-PopuliUri <String>

Set to the correct URL for your college (i.e. https://<YOUR_SUBDOMAIN_HERE>.populiweb.com/api/).

This parameter is required.



Required? true

Position? 1

Default value

Accept pipeline input? false

Accept wildcard characters? false



-PopuliAuthkey <String>

The authentication key with necessary permissions for the data you are requesting.

This parameter is required.



Required? true

Position? 2

Default value

Accept pipeline input? false

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS



OUTPUTS

Returns PowerShell objects:

FeeId

FeeName

FeeType

Status

Description

Amount

MaxAmount

ReportOn1098T (1=Yes / 0=No)

ReportOnT2202A (1=Yes / 0=No)

Refundable (1=Yes / 0=No)

Condition

FinaidApplies (1=Yes / 0=No)

FeeClass

AccountName

AccountNumber

AccountType





NOTES





Author: Matthew Rehm

Creation Date: 02/13/2019



-------------------------- EXAMPLE 1 --------------------------



Get-PFees -PopuliUri 'https://<YOUR_SUBDOMAIN_HERE>.populiweb.com/api/ -PopuliAuthkey '1234567890'















RELATED LINKS