Create a student account
post
                    /fscmRestApi/resources/11.13.18.05/studentAccounts
Request
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.
Supported Media Types
                            - application/json
Root Schema : schema
    
    	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.
- 
                
                    
                    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 : 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-transactionApplications-item-post-request
    
    	Type: 
    	
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        object- 
                
                    
                    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.
Nested Schema : studentAccounts-transactions-item-post-request
    
    	Type: 
    	
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        object- 
                
                    
                    IndicatorMessage: string
                    
                    
                     
                    
                
                
                Message that indicates payment was made on behalf of a user.
- 
                
                    
                    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.
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-post-request
    
    	Type: 
    	
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        objectResponse
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-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
        
        
    
    
    
    
    
    
    
Links
                                    - accountRelationships
- 
                                                    
                                                        Operation: /fscmRestApi/resources/11.13.18.05/studentAccounts/{AccountId}/child/accountRelationshipsParameters:-  AccountId:$request.path.AccountId
 The account relationships resource is a child of the student accounts resource. It lists the financial accounts that are actively related to this student account.
-  AccountId:
- bills
- 
                                                    
                                                        
                                                    
                                                    
                                                        Parameters:-  AccountId:$request.path.AccountId
 The bills resource is a child of the student account resource and provides a list of bill numbers for a student account.
-  AccountId:
- transactionApplications
- 
                                                    
                                                        Operation: /fscmRestApi/resources/11.13.18.05/studentAccounts/{AccountId}/child/transactionApplicationsParameters:-  AccountId:$request.path.AccountId
 The transaction applications resource is a child of the student accounts resource. It lists all the payments applied to a charge for a student account.
-  AccountId:
- transactions
- 
                                                    
                                                        
                                                    
                                                    
                                                        Parameters:-  AccountId:$request.path.AccountId
 The transactions resource is a child of the student accounts resource and provides a list of charges and payments for a student account.
-  AccountId: