Create a student account

post

/fscmRestApi/resources/11.13.18.05/studentAccounts

Request

Header Parameters
  • 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".
  • 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
Request Body - application/json ()
Root Schema : schema
Type: object
Show Source
Nested Schema : Account Relationships
Type: array
Title: Account Relationships
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.
Show Source
Nested Schema : Bills
Type: array
Title: Bills
The 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: array
Title: Transaction Applications
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.
Show Source
Nested Schema : Transactions
Type: array
Title: Transactions
The 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-post-request
Type: object
Show Source
Nested Schema : studentAccounts-bills-item-post-request
Type: object
Show Source
Nested Schema : studentAccounts-transactionApplications-item-post-request
Type: object
Show Source
  • This shows the names of the proxies who made the payment. A single invoice records the amount paid by multiple proxies.
  • 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: object
Show Source
  • Message that indicates payment was made on behalf of a user.
  • Transaction Activities
    Title: Transaction Activities
    The 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: array
Title: Transaction Activities
The 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: object
Show Source
Back to Top

Response

Supported Media Types

Default Response

The following table describes the default response for this task.
Headers
  • 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".
  • 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.
Body ()
Root Schema : studentAccounts-item-response
Type: object
Show Source
Nested Schema : Account Relationships
Type: array
Title: Account Relationships
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.
Show Source
Nested Schema : Bills
Type: array
Title: Bills
The 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: array
Title: Transaction Applications
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.
Show Source
Nested Schema : Transactions
Type: array
Title: Transactions
The 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: object
Show Source
Nested Schema : studentAccounts-bills-item-response
Type: object
Show Source
Nested Schema : studentAccounts-transactionApplications-item-response
Type: object
Show Source
Nested Schema : studentAccounts-transactions-item-response
Type: object
Show Source
Nested Schema : Transaction Activities
Type: array
Title: Transaction Activities
The 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: object
Show Source
Back to Top