Get all student accounts
get
                    /fscmRestApi/resources/11.13.18.05/studentAccounts
Request
Query Parameters
                    - 
                            expand: string
                            
                            When this parameter is provided, the specified children are included in the resource payload (instead of just a link). The value of this query parameter is "all" or "". More than one child can be specified using comma as a separator. Example: ?expand=Employees,Localizations. Nested children can also be provided following the format "Child.NestedChild" (Example: ?expand=Employees.Managers). If a nested child is provided (Example: Employees.Managers), the missing children will be processed implicitly. For example, "?expand=Employees.Managers" is the same as "?expand=Employees,Employees.Managers" (which will expand Employees and Managers).
 - 
                            fields: string
                            
                            This parameter filters the resource fields. Only the specified fields are returned, which means that if no fields are specified, no fields are returned (useful to get only the links). If an indirect child resource is provided (Example: Employees.Managers), the missing children will be processed implicitly. For example, "?fields=Employees.Managers:Empname" is the same as "?fields=;Employees:;Employees.Managers:Empname" (which will only return the "Empname" field for Managers). the value of this query parameter is a list of resource fields. The attribute can be a direct (Example: Employees) or indirect (Example: Employees.Managers) child. It cannot be combined with expand query parameter. If both are provided, only fields will be considered.
Format: ?fields=Attribute1,Attribute2
Format for fields in child resource: ?fields=Accessor1:Attribute1,Attribute2 - 
                            finder: string
                            
                            Used as a predefined finder to search the collection.
Format ?finder=<finderName>;<variableName>=<variableValue>,<variableName2>=<variableValue2>
The following are the available finder names and corresponding finder variables- AccountFinder Finds the student account that matches the party ID. 
Finder Variables- PartyId; integer; Unique identifier for a student account.
 
 - PrimaryKey Finds all student accounts matching the primary key criteria specified. 
Finder Variables- AccountId; integer; Unique identifier for a student account.
 
 
 - AccountFinder Finds the student account that matches the party ID. 
 - 
                            limit: integer
                            
                            This parameter restricts the number of resources returned inside the resource collection. If the limit exceeds the resource count then the framework will only return the available resources.
 - 
                            links: string
                            
                            This parameter can be used to show only certain links while accessing a singular resource or a resource collection. The parameter value format is a comma-separated list of : <link_relation>
Example:
self,canonical - 
                            offset: integer
                            
                            Used to define the starting position of the resource collection. If offset exceeds the resource count then no resources are returned. Default value is 0.
 - 
                            onlyData: boolean
                            
                            The resource item payload will be filtered in order to contain only data (no links section, for example).
 - 
                            orderBy: string
                            
                            This parameter orders a resource collection based on the specified fields. The parameter value is a comma-separated string of attribute names, each optionally followed by a colon and "asc" or "desc". Specify "asc" for ascending and "desc" for descending. The default value is "asc". For example, ?orderBy=field1:asc,field2:desc
 - 
                            q: string
                            
                            This query parameter defines the where clause. The resource collection will be queried using the provided expressions. The value of this query parameter is one or more expressions. Example: ?q=Deptno>=10 and <= 30;Loc!=NY
Format: ?q=expression1;expression2
You can use these queryable attributes to filter this collection resource using the q query parameter:- AccountId; integer; Unique identifier for the account created for a student.
 - AccountNumber; string; Unique student account number assigned for display purposes.
 - AllowManualPaymentFlag; boolean; Indicates that the manual payment is allowed. The default value is false.
 - BalanceAmount; number; Total amount due on the student account.
 - BankAccountSupportFlag; boolean; Indicates whether the student can make a payment using their bank account details.
 - BusinessUnitId; integer; Unique identifier for a business unit.
 - BusinessUnitName; string; Name of the business unit.
 - CountryCode; string; A short alphabetic code representing the country that's used as the default address.
 - CreditCardSupportFlag; boolean; Indicates whether the student can make a payment using his credit card.
 - CurrencyCode; string; Currency code associated with the business unit.
 - CurrencySymbol; string; Currency symbol associated with the currency code.
 - CustomerAccountSiteUseId; integer; Unique identifier for the customer account site to be used for billing purposes. For example, student's home address instead of the dormitory address.
 - DueAmount; number; Amount due from the student.
 - DueDate; string; The date when the student must pay an amount due.
 - LastPaymentAmount; number; Amount of the last payment received from the student.
 - LastPaymentDate; string; The date when the last payment was received from the student.
 - ManualPaymentInformation; string; The detailed description for the manual payment.
 - PartySiteId; integer; Unique identifier of the party site, matching the customer account site. Primarily used to identify the default credit card address for making a payment.
 - PaymentOptionCode; string; The code of the payment option. Examples are ORA_IBY_CYBERSOURCE or ORA_OTHER_SERVICE_PROVIDER.
 - StudentPartyId; integer; Unique identifier for a student.
 
 - 
                            totalResults: boolean
                            
                            The resource collection representation will include the "estimated row count" when "?totalResults=true", otherwise the count is not included. The default value is "false".
 
Header Parameters
                    - 
                            Metadata-Context: 
                            
                            If the REST API supports runtime customizations, the shape of the service may change during runtime. The REST client may isolate itself from these changes or choose to interact with the latest version of the API by specifying this header. For example: Metadata-Context:sandbox="TrackEmployeeFeature".
 - 
                            REST-Framework-Version: 
                            
                            The protocol version between a REST client and service. If the client does not specify this header in the request the server will pick a default version for the API.
 
There's no request body for this operation.
Back to TopResponse
Supported Media Types
                - application/json
 
Default Response
The following table describes the default response for this task.
                            
                                Headers
                                - 
                                        Metadata-Context: 
                                        
                                        If the REST API supports runtime customizations, the shape of the service may change during runtime. The REST client may isolate itself from these changes or choose to interact with the latest version of the API by specifying this header. For example: Metadata-Context:sandbox="TrackEmployeeFeature".
 - 
                                        REST-Framework-Version: 
                                        
                                        The protocol version between a REST client and service. If the client does not specify this header in the request the server will pick a default version for the API.
 
Root Schema : studentAccounts
    
    	Type: 
    	
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        object- 
                
                    
                    count(required): integer
                    
                    
                     
                    
                
                
                The number of resource instances returned in the current range.
 - 
                
                    
                    hasMore(required): boolean
                    
                    
                     
                    
                
                
                Indicates whether more resources are available on the server than the subset returned in the response. If the value is true, then there are more resources to retrieve from the server. The default value is false.
 - 
                
                    
                    items: array
                    
                    
                
                
                    Items
                
                
                Title:
ItemsThe items in the collection. - 
                
                    
                    limit(required): integer
                    
                    
                     
                    
                
                
                The actual paging size used by the server.
 - 
                
                    
                    links(required): array
                    
                    
                
                
                    Links
                
                
                Title:
LinksThe link relations associated with the resource instance. - 
                
                    
                    offset(required): integer
                    
                    
                     
                    
                
                
                The offset value used in the current page.
 - 
                
                    
                    totalResults: integer
                    
                    
                     
                    
                
                
                The estimated row count when "?totalResults=true", otherwise the count is not included.
 
Nested Schema : Links
    
    	
    	Type: 
    
    
    
    arrayTitle: 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    LinksThe link relations associated with the resource instance.
    
    
    
    
    
        Show Source
        
        
    
    
    
    
    
    
    
Nested Schema : studentAccounts-item-response
    
    	Type: 
    	
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        object- 
                
                    
                    AccountId: integer
                    
                    
                     
                    
                
                
                Unique identifier for the account created for a student.
 - 
                
                    
                    AccountNumber: string
                    
                    
                     
                    
                
                
                Unique student account number assigned for display purposes.
 - 
                
                    
                    accountRelationships: array
                    
                    
                
                
                    Account Relationships
                
                
                Title:
Account RelationshipsThe account relationships resource is a child of the student accounts resource. It lists the financial accounts that are actively related to this student account. - 
                
                    
                    AllowManualPaymentFlag: boolean
                    
                    
                     
                    
                
                
                Maximum Length:
255Indicates that the manual payment is allowed. The default value is false. - 
                
                    
                    BalanceAmount: number
                    
                    
                     
                    
                
                
                Total amount due on the student account.
 - 
                
                    
                    BankAccountSupportFlag: boolean
                    
                    
                     
                    
                
                
                Indicates whether the student can make a payment using their bank account details.
 - 
                
                    
                    bills: array
                    
                    
                
                
                    Bills
                
                
                Title:
BillsThe bills resource is a child of the student account resource and provides a list of bill numbers for a student account. - 
                
                    
                    BusinessUnitId: integer
                    
                    
                     
                    
                
                
                Unique identifier for a business unit.
 - 
                
                    
                    BusinessUnitName: string
                    
                    
                     
                    
                
                
                Name of the business unit.
 - 
                
                    
                    CountryCode: string
                    
                    
                     
                    
                
                
                Maximum Length:
255A short alphabetic code representing the country that's used as the default address. - 
                
                    
                    CreditCardSupportFlag: boolean
                    
                    
                     
                    
                
                
                Indicates whether the student can make a payment using his credit card.
 - 
                
                    
                    CurrencyCode: string
                    
                    
                     
                    
                
                
                Currency code associated with the business unit.
 - 
                
                    
                    CurrencySymbol: string
                    
                    
                     
                    
                
                
                Currency symbol associated with the currency code.
 - 
                
                    
                    CustomerAccountSiteUseId: integer
                    
                    
                     
                    
                
                
                Unique identifier for the customer account site to be used for billing purposes. For example, student's home address instead of the dormitory address.
 - 
                
                    
                    DueAmount: number
                    
                    
                     
                    
                
                
                Amount due from the student.
 - 
                
                    
                    DueDate: string
                    
                    
                     (date) 
                    
                
                
                The date when the student must pay an amount due.
 - 
                
                    
                    LastPaymentAmount: number
                    
                    
                     
                    
                
                
                Amount of the last payment received from the student.
 - 
                
                    
                    LastPaymentDate: string
                    
                    
                     (date) 
                    
                
                
                The date when the last payment was received from the student.
 - 
                
                    
                    links: array
                    
                    
                
                
                    Links
                
                
                Title:
LinksThe link relations associated with the resource instance. - 
                
                    
                    ManualPaymentInformation: string
                    
                    
                     
                    
                
                
                Read Only:
trueMaximum Length:255The detailed description for the manual payment. - 
                
                    
                    PartySiteId: integer
                    
                    
                     
                    
                
                
                Unique identifier of the party site, matching the customer account site. Primarily used to identify the default credit card address for making a payment.
 - 
                
                    
                    PaymentOptionCode: string
                    
                    
                     
                    
                
                
                Maximum Length:
255The code of the payment option. Examples are ORA_IBY_CYBERSOURCE or ORA_OTHER_SERVICE_PROVIDER. - 
                
                    
                    StudentPartyId: integer
                    
                    
                     
                    
                
                
                Unique identifier for a student.
 - 
                
                    
                    transactionApplications: array
                    
                    
                
                
                    Transaction Applications
                
                
                Title:
Transaction ApplicationsThe transaction applications resource is a child of the student accounts resource. It lists all the payments applied to a charge for a student account. - 
                
                    
                    transactions: array
                    
                    
                
                
                    Transactions
                
                
                Title:
TransactionsThe transactions resource is a child of the student accounts resource and provides a list of charges and payments for a student account. 
Nested Schema : Account Relationships
    
    	
    	Type: 
    
    
    
    arrayTitle: 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    Account RelationshipsThe account relationships resource is a child of the student accounts resource. It lists the financial accounts that are actively related to this student account.
    
    
    
    
    
        Show Source
        
        
    
    
    
    
    
    
    
Nested Schema : Bills
    
    	
    	Type: 
    
    
    
    arrayTitle: 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    BillsThe bills resource is a child of the student account resource and provides a list of bill numbers for a student account.
    
    
    
    
    
        Show Source
        
        
    
    
    
    
    
    
    
Nested Schema : Links
    
    	
    	Type: 
    
    
    
    arrayTitle: 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    LinksThe link relations associated with the resource instance.
    
    
    
    
    
        Show Source
        
        
    
    
    
    
    
    
    
Nested Schema : Transaction Applications
    
    	
    	Type: 
    
    
    
    arrayTitle: 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    Transaction ApplicationsThe transaction applications resource is a child of the student accounts resource. It lists all the payments applied to a charge for a student account.
    
    
    
    
    
        Show Source
        
        
    
    
    
    
    
    
    
Nested Schema : Transactions
    
    	
    	Type: 
    
    
    
    arrayTitle: 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    TransactionsThe transactions resource is a child of the student accounts resource and provides a list of charges and payments for a student account.
    
    
    
    
    
        Show Source
        
        
    
    
    
    
    
    
    
Nested Schema : studentAccounts-accountRelationships-item-response
    
    	Type: 
    	
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        object- 
                
                    
                    CustomerAccountRelationshipId: integer
                    
                    
                     (int64) 
                    
                
                
                Read Only:
trueThe unique identifier of the account relationship. - 
                
                    
                    links: array
                    
                    
                
                
                    Links
                
                
                Title:
LinksThe link relations associated with the resource instance. - 
                
                    
                    RelatedCustomerAccountId: integer
                    
                    
                     (int64) 
                    
                
                
                Read Only:
trueThe unique identifier of the learner's account. - 
                
                    
                    RelationshipType: string
                    
                    
                     
                    
                
                
                Title:
Relationship TypeRead Only:trueMaximum Length:30Indicates the relationship type of a customer to a learner. The default value is Parent. 
Nested Schema : Links
    
    	
    	Type: 
    
    
    
    arrayTitle: 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    LinksThe link relations associated with the resource instance.
    
    
    
    
    
        Show Source
        
        
    
    
    
    
    
    
    
Nested Schema : link
    
    	Type: 
    	
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        object- 
                
                    
                    href: string
                    
                    
                     
                    
                
                
                Title:
hyperlink referenceThe URI to the related resource. - 
                
                    
                    kind: string
                    
                    
                     
                    
                
                
                Title:
kindAllowed Values:[ "collection", "item", "describe", "other" ]The kind of the related resource. - 
                
                    
                    name: string
                    
                    
                     
                    
                
                
                Title:
nameThe name of the link to the related resource. - 
                
                    
                    properties: object
                    
                    
                
                
                    properties
                
                
                
 - 
                
                    
                    rel: string
                    
                    
                     
                    
                
                
                Title:
relationAllowed Values:[ "self", "lov", "parent", "canonical", "child", "enclosure", "action", "custom" ]The name of the relation to the resource instance. Example: self. 
Nested Schema : properties
    
    	Type: 
    	
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        object- 
                
                    
                    changeIndicator: string
                    
                    
                     
                    
                
                
                Change indicator or the ETag value of the resource instance.
 
Nested Schema : studentAccounts-bills-item-response
    
    	Type: 
    	
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        object- 
                
                    
                    BalanceAmount: number
                    
                    
                     
                    
                
                
                Read Only:
trueThe total current amount due remaining in this bill. - 
                
                    
                    BillingDate: string
                    
                    
                     (date) 
                    
                
                
                Read Only:
trueThe date when balance forward transactions are billed. - 
                
                    
                    BillNumber: string
                    
                    
                     
                    
                
                
                Read Only:
trueMaximum Length:30Consolidated billing invoice number. - 
                
                    
                    CurrencyCode: string
                    
                    
                     
                    
                
                
                Read Only:
trueMaximum Length:15Currency code of the transaction. - 
                
                    
                    CurrencySymbol: string
                    
                    
                     
                    
                
                
                Read Only:
trueMaximum Length:12Currency symbol associated with the currency code. - 
                
                    
                    DueDate: string
                    
                    
                     (date) 
                    
                
                
                Read Only:
trueThe date when this bill is due. - 
                
                    
                    EventDate: string
                    
                    
                     (date) 
                    
                
                
                Read Only:
trueThe date when communication event triggered. - 
                
                    
                    FormattedAmount: string
                    
                    
                     
                    
                
                
                Read Only:
trueThe formatted amount to be displayed to recipient. - 
                
                    
                    Institution: string
                    
                    
                     
                    
                
                
                Read Only:
trueMaximum Length:255The institution sending the communication. - 
                
                    
                    links: array
                    
                    
                
                
                    Links
                
                
                Title:
LinksThe link relations associated with the resource instance. - 
                
                    
                    PersonFirstName: string
                    
                    
                     
                    
                
                
                Read Only:
trueMaximum Length:255The preferred first name of the recipient. - 
                
                    
                    PersonLastName: string
                    
                    
                     
                    
                
                
                Read Only:
trueMaximum Length:255The preferred last name of the recipient. - 
                
                    
                    PreferredName: string
                    
                    
                     
                    
                
                
                Read Only:
trueMaximum Length:255The preferred full name of the recipient. - 
                
                    
                    RecipientId: integer
                    
                    
                     (int64) 
                    
                
                
                Read Only:
trueUnique identifier of the recipient of the bill communication. - 
                
                    
                    Report: string
                    
                    
                     (byte) 
                    
                
                
                Read Only:
trueThe business intelligence publisher report containing the information for this bill. - 
                
                    
                    ViewBillURL: string
                    
                    
                     
                    
                
                
                Read Only:
trueThe token to hold the URL of a bill. 
Nested Schema : Links
    
    	
    	Type: 
    
    
    
    arrayTitle: 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    LinksThe link relations associated with the resource instance.
    
    
    
    
    
        Show Source
        
        
    
    
    
    
    
    
    
Nested Schema : studentAccounts-transactionApplications-item-response
    
    	Type: 
    	
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        object- 
                
                    
                    ApplicationDate: string
                    
                    
                     (date) 
                    
                
                
                Read Only:
trueThe date when a payment was applied to a charge. - 
                
                    
                    AppliedAmount: number
                    
                    
                     
                    
                
                
                Title:
Applied AmountRead Only:truePayment amount applied to the charge. - 
                
                    
                    AppliedTransactionId: integer
                    
                    
                     (int64) 
                    
                
                
                Read Only:
trueUnique identifier for the charge being paid for. - 
                
                    
                    AppliedTransactionNumber: string
                    
                    
                     
                    
                
                
                Read Only:
trueMaximum Length:20Transaction number of the charge being paid for. - 
                
                    
                    AppliedTrxDescription: string
                    
                    
                     
                    
                
                
                Read Only:
trueMaximum Length:240Description of the charge being paid for. - 
                
                    
                    CreditDescription: string
                    
                    
                     
                    
                
                
                Read Only:
trueMaximum Length:30Description of the payment applying to a charge. - 
                
                    
                    CreditTransactionId: integer
                    
                    
                     (int64) 
                    
                
                
                Read Only:
trueUnique identifier for the payment applying to a charge. - 
                
                    
                    CreditTransactionNumber: string
                    
                    
                     
                    
                
                
                Read Only:
trueMaximum Length:30Unique transaction number used for the payment of a charge. - 
                
                    
                    CurrencyCode: string
                    
                    
                     
                    
                
                
                Title:
Currency CodeRead Only:trueMaximum Length:15Currency code of the charge. - 
                
                    
                    CurrencySymbol: string
                    
                    
                     
                    
                
                
                Title:
Currency SymbolRead Only:trueMaximum Length:12Currency symbol associated with the currency code. - 
                
                    
                    links: array
                    
                    
                
                
                    Links
                
                
                Title:
LinksThe link relations associated with the resource instance. - 
                
                    
                    PaidBy: string
                    
                    
                     
                    
                
                
                This shows the names of the proxies who made the payment. A single invoice records the amount paid by multiple proxies.
 - 
                
                    
                    PaidFor: string
                    
                    
                     
                    
                
                
                This shows the names of the users whose bills were paid by a proxy. A single receipt acknowledges the payment.
 - 
                
                    
                    StatusCode: string
                    
                    
                     
                    
                
                
                Title:
Status CodeRead Only:trueMaximum Length:30Status of payment application. - 
                
                    
                    TransactionApplicationId: integer
                    
                    
                     
                    
                
                
                Read Only:
trueUnique identifier for the transaction application. 
Nested Schema : Links
    
    	
    	Type: 
    
    
    
    arrayTitle: 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    LinksThe link relations associated with the resource instance.
    
    
    
    
    
        Show Source
        
        
    
    
    
    
    
    
    
Nested Schema : studentAccounts-transactions-item-response
    
    	Type: 
    	
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        object- 
                
                    
                    AcademicPeriodId: string
                    
                    
                     
                    
                
                
                Title:
Academic Period IDRead Only:trueMaximum Length:30Unique identifier for an academic period. - 
                
                    
                    AcademicPeriodName: string
                    
                    
                     
                    
                
                
                Read Only:
trueName of the academic period in which student is enrolled. - 
                
                    
                    AcademicSubjectCode: string
                    
                    
                     
                    
                
                
                Title:
Subject CodeRead Only:trueMaximum Length:30Unique identifier for the subject of the scheduled course. - 
                
                    
                    CreationDate: string
                    
                    
                     (date-time) 
                    
                
                
                Title:
Creation DateRead Only:trueThe date when the transaction is posted. - 
                
                    
                    CurrencyCode: string
                    
                    
                     
                    
                
                
                Title:
Currency CodeRead Only:trueMaximum Length:15Currency code of the transaction. - 
                
                    
                    CurrencySymbol: string
                    
                    
                     
                    
                
                
                Title:
Currency SymbolRead Only:trueMaximum Length:12Currency symbol associated with the currency code. - 
                
                    
                    CurriculumCatalogNumber: string
                    
                    
                     
                    
                
                
                Title:
Catalog NumberRead Only:trueMaximum Length:10Catalog number of the scheduled course. - 
                
                    
                    CurriculumId: string
                    
                    
                     
                    
                
                
                Title:
Curriculum IDRead Only:trueMaximum Length:120Unique identifier of a scheduled course. - 
                
                    
                    CurriculumName: string
                    
                    
                     
                    
                
                
                Title:
Curriculum NameRead Only:trueMaximum Length:50Name of the scheduled course student is enrolled in. - 
                
                    
                    EnrollmentId: string
                    
                    
                     
                    
                
                
                Read Only:
trueMaximum Length:30Unique identifier for student enrollment in a scheduled course. - 
                
                    
                    IndicatorMessage: string
                    
                    
                     
                    
                
                
                Message that indicates payment was made on behalf of a user.
 - 
                
                    
                    InstitutionId: string
                    
                    
                     
                    
                
                
                Title:
Institution IDRead Only:trueMaximum Length:30Unique identifier for an institution. - 
                
                    
                    InstitutionName: string
                    
                    
                     
                    
                
                
                Title:
NameRead Only:trueMaximum Length:50Name of the institution to which the scheduled course belongs. - 
                
                    
                    links: array
                    
                    
                
                
                    Links
                
                
                Title:
LinksThe link relations associated with the resource instance. - 
                
                    
                    OwningCurriculumName: string
                    
                    
                     
                    
                
                
                Title:
Owning NameRead Only:trueMaximum Length:50Translated name for the parent curriculum item of the scheduled course. - 
                
                    
                    ProgramCurriculumId: number
                    
                    
                     
                    
                
                
                Read Only:
trueCurriculum ID of the program to which fee is attached. - 
                
                    
                    ProgramName: string
                    
                    
                     
                    
                
                
                Read Only:
trueMaximum Length:50Name of the program to which fee is attached. - 
                
                    
                    ReportingAcademicPeriodId: string
                    
                    
                     
                    
                
                
                Read Only:
trueMaximum Length:30Unique identifier for a reporting academic period. - 
                
                    
                    ReportingAcademicPeriodName: string
                    
                    
                     
                    
                
                
                Read Only:
trueName of the reporting academic period in which student is enrolled. - 
                
                    
                    ScheduledCourseCode: string
                    
                    
                     
                    
                
                
                Read Only:
trueMaximum Length:30Unique code of the scheduled course. - 
                
                    
                    StatusCode: string
                    
                    
                     
                    
                
                
                Title:
Status CodeRead Only:trueMaximum Length:30Indicates the status of the receipt, such as cleared or reversed. - 
                
                    
                    transactionActivities: array
                    
                    
                
                
                    Transaction Activities
                
                
                Title:
Transaction ActivitiesThe transaction activities resource is a child of the transactions resource. For a charge, it lists the initial charge details and any changes in the amount of the charge, such as a charge reversal, or a discount. For a payment, it lists any refunds emanating from that payment. - 
                
                    
                    TransactionAmount: number
                    
                    
                     
                    
                
                
                Title:
Transaction AmountRead Only:trueActual amount of the transaction. - 
                
                    
                    TransactionBalanceAmount: number
                    
                    
                     
                    
                
                
                Title:
BalanceRead Only:trueBalance amount on the transaction. - 
                
                    
                    TransactionClassCode: string
                    
                    
                     
                    
                
                
                Read Only:
trueMaximum Length:20Identifies the type of transaction, such as invoice or receipt. - 
                
                    
                    TransactionDate: string
                    
                    
                     (date) 
                    
                
                
                Title:
Transaction DateRead Only:trueThe date when the transaction originated. - 
                
                    
                    TransactionDescription: string
                    
                    
                     
                    
                
                
                Read Only:
trueMaximum Length:240The description of the transaction. - 
                
                    
                    TransactionId: integer
                    
                    
                     
                    
                
                
                Read Only:
trueUnique identifier for a transaction. - 
                
                    
                    TransactionNumber: string
                    
                    
                     
                    
                
                
                Title:
Transaction NumberRead Only:trueMaximum Length:30User-defined number used to identify a transaction in accounts receivable. 
Nested Schema : Links
    
    	
    	Type: 
    
    
    
    arrayTitle: 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    LinksThe link relations associated with the resource instance.
    
    
    
    
    
        Show Source
        
        
    
    
    
    
    
    
    
Nested Schema : Transaction Activities
    
    	
    	Type: 
    
    
    
    arrayTitle: 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    Transaction ActivitiesThe transaction activities resource is a child of the transactions resource. For a charge, it lists the initial charge details and any changes in the amount of the charge, such as a charge reversal, or a discount. For a payment, it lists any refunds emanating from that payment.
    
    
    
    
    
        Show Source
        
        
    
    
    
    
    
    
    
Nested Schema : studentAccounts-transactions-transactionActivities-item-response
    
    	Type: 
    	
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        object- 
                
                    
                    ActivityAmount: number
                    
                    
                     
                    
                
                
                Read Only:
trueAmount of the transaction activity. - 
                
                    
                    ActivityDescription: string
                    
                    
                     
                    
                
                
                Read Only:
trueMaximum Length:960Description of the charge or receipt. Examples are tuition, housing, or cash. - 
                
                    
                    ActivityTypeCode: string
                    
                    
                     
                    
                
                
                Read Only:
trueMaximum Length:80Code to identify the type of activity. - 
                
                    
                    CreationDate: string
                    
                    
                     (date-time) 
                    
                
                
                Title:
Creation DateRead Only:trueThe date when the transaction occurred. - 
                
                    
                    CurrencyCode: string
                    
                    
                     
                    
                
                
                Title:
Currency CodeRead Only:trueMaximum Length:15Currency code of the activity. - 
                
                    
                    CurrencySymbol: string
                    
                    
                     
                    
                
                
                Title:
Currency SymbolRead Only:trueMaximum Length:12Currency symbol associated with the currency code. - 
                
                    
                    DueDate: string
                    
                    
                     (date) 
                    
                
                
                Title:
Due DateRead Only:trueThe date when the charge is due. - 
                
                    
                    LineNumber: number
                    
                    
                     
                    
                
                
                Read Only:
trueLine number of the transaction activity. - 
                
                    
                    links: array
                    
                    
                
                
                    Links
                
                
                Title:
LinksThe link relations associated with the resource instance. - 
                
                    
                    TransactionActivityId: integer
                    
                    
                     
                    
                
                
                Read Only:
trueUnique identifier for a transaction activity. - 
                
                    
                    TransactionClassCode: string
                    
                    
                     
                    
                
                
                Read Only:
trueMaximum Length:3Identifies the type of transaction. - 
                
                    
                    TransactionDate: string
                    
                    
                     (date) 
                    
                
                
                Title:
Transaction DateRead Only:trueThe date when the transaction occurred. - 
                
                    
                    TransactionId: integer
                    
                    
                     (int64) 
                    
                
                
                Read Only:
trueUnique identifier for a transaction. - 
                
                    
                    TransactionNumber: string
                    
                    
                     
                    
                
                
                Title:
Transaction NumberRead Only:trueMaximum Length:30User-defined number used to identify a transaction in accounts receivable. 
Nested Schema : Links
    
    	
    	Type: 
    
    
    
    arrayTitle: 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    LinksThe link relations associated with the resource instance.
    
    
    
    
    
        Show Source