Create an on-account credit memo on a student account.
post
/fscmRestApi/resources/11.13.18.05/studentCreditPostings
Request
Header Parameters
-
Metadata-Context: string
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: string
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.
-
Upsert-Mode: string
Contains one of the following values: true or false. If true, the server performs an Upsert operation instead of a Create operation. During an Upsert operation, the server attempts to find an existing resource that matches the payload. If a match is found, the server updates the existing resource instead of creating a new one. If not found or false (default), the server performs a Create operation. Note that the Upsert operation isn't supported for date-effective REST resources.
Supported Media Types
- application/json
Root Schema : schema
Type:
Show Source
object-
AcademicPeriodId: integer
(int64)
Title:
Academic Period IDUnique identifier of the reporting academic period associated with the transaction. -
AcademicPeriodName: string
Title:
Academic Period NameMaximum Length:50Name of the reporting academic period associated with the credit transaction. -
Amount: number
Title:
AmountAmount associated with the transaction. -
CreditCode: string
Title:
Credit CodeMaximum Length:30Unique user-defined credit code. -
CreditId: integer
(int64)
Title:
Credit IDUnique identifier of the credit. -
ExternalReferenceCode: string
Title:
External Reference CodeMaximum Length:100The external reference code of the credit transaction. This can be used to sync credit transactions to Student Financial Planning. -
StatusCode: string
Title:
Status CodeMaximum Length:30Status code of the posted transaction. -
StudentPartyId: integer
(int64)
Title:
Student IDUnique identifier of the student. -
StudentPartyName: string
Title:
Student Party NameMaximum Length:360Name of the student.
Response
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 : studentCreditPostings-item-response
Type:
Show Source
object-
AcademicPeriodId: integer
(int64)
Title:
Academic Period IDUnique identifier of the reporting academic period associated with the transaction. -
AcademicPeriodName: string
Title:
Academic Period NameMaximum Length:50Name of the reporting academic period associated with the credit transaction. -
Amount: number
Title:
AmountAmount associated with the transaction. -
CreationDate: string
(date-time)
Title:
Creation DateRead Only:trueDate when the transaction was created. -
CreditCode: string
Title:
Credit CodeMaximum Length:30Unique user-defined credit code. -
CreditId: integer
(int64)
Title:
Credit IDUnique identifier of the credit. -
CreditName: string
Title:
Credit NameRead Only:trueMaximum Length:50Name of the credit. -
CreditPostingId: integer
(int64)
Title:
Credit Posting IDRead Only:trueUnique identifier of the posted transaction. -
CreditTypeCode: string
Title:
Credit Type CodeRead Only:trueMaximum Length:30Code of the credit type. -
CreditTypeId: integer
(int64)
Title:
Credit TypeRead Only:trueUnique identifier of the credit type. -
CreditTypeName: string
Title:
Credit Type NameRead Only:trueMaximum Length:50Name of the credit type. It can be external funds, waivers, and so on. -
CurrencyCode: string
Title:
Currency CodeRead Only:trueMaximum Length:15The currency code of the posted transaction. -
CurrencySymbol: string
Title:
Currency SymbolRead Only:trueMaximum Length:12The symbol associated with the currency of the transaction. -
CustomerAccountNumber: string
Title:
Customer Account NumberRead Only:trueMaximum Length:30Unique identifier of the student's customer account. -
ExternalReferenceCode: string
Title:
External Reference CodeMaximum Length:100The external reference code of the credit transaction. This can be used to sync credit transactions to Student Financial Planning. -
LastUpdateDate: string
(date-time)
Title:
Last Updated DateRead Only:trueDate when the transaction was last updated. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
PostedDate: string
(date)
Title:
Posted DateRead Only:trueDate when the transaction was posted. -
StatusCode: string
Title:
Status CodeMaximum Length:30Status code of the posted transaction. -
StatusMeaning: string
Title:
Status NameRead Only:trueMaximum Length:80Status of the posted transaction. Valid values are posted, reversed, or error. -
StudentPartyId: integer
(int64)
Title:
Student IDUnique identifier of the student. -
StudentPartyName: string
Title:
Student Party NameMaximum Length:360Name of the student.
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.
Links
- creditsLOV
-
Parameters:
- finder:
CreditPostingFinder
The following properties are defined on the LOV link relation:- Source Attribute: CreditCode; Target Attribute: CreditCode
- Display Attribute: CreditName
- finder:
- periodsLOV
-
Parameters:
- finder:
ByReportingPeriodFinder
The following properties are defined on the LOV link relation:- Source Attribute: AcademicPeriodName; Target Attribute: PeriodName
- Display Attribute: PeriodName
- finder:
- statusesLOV
-
Parameters:
- finder:
LookupTypeFinder%3BLookupType%3DORA_HES_TRANSACTION_POSTING%2CApplicationCode%3DHES
The following properties are defined on the LOV link relation:- Source Attribute: StatusCode; Target Attribute: LookupCode
- Display Attribute: Meaning
- finder: