Update a fee association

patch

/fscmRestApi/resources/11.13.18.05/feeAssociations/{FeeAssociationId}

Request

Path Parameters
  • The value of this parameter could be a hash of the key that is used to uniquely identify the resource item. The client should not generate the hash key value. Instead, the client should query on the collection resource with a filter to navigate to a specific resource item. For example: products?q=InventoryItemId=
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
  • Title: Active
    Maximum Length: 1
    Default Value: true
    Indicates whether the fee association is active or inactive. The default value is true.
  • Title: Association Type Code
    Maximum Length: 30
    Determines whether the fee association record is linked to an object or criteria.
  • Maximum Length: 1
    Default Value: false
    Indicates whether requests are automatically processed even when there are issues posting transactions to the user's account.
  • Title: Fee Association Description
    Maximum Length: 240
    Description of the fee association.
  • Fee Association Fees
    Title: Fee Association Fees
    The fee association fees resource stores the fees used in a fee association.
  • Title: Fee Association Name
    Maximum Length: 50
    Name of the fee association.
  • Fee Associations Object
    Title: Fee Associations Object
    Fee association objects store information about objects like courses, programs, forms, transcripts, and so on, that are mapped to the fee association.
  • Title: Fee Post Option Code
    Maximum Length: 30
    Indicates whether the fees should be posted to the student account or another location.
  • Title: Require immediate payment
    Maximum Length: 1
    Default Value: true
    Indicates whether the fees must be paid now or can be paid at a later time. The default value is true.
Nested Schema : Fee Association Fees
Type: array
Title: Fee Association Fees
The fee association fees resource stores the fees used in a fee association.
Show Source
Nested Schema : Fee Associations Object
Type: array
Title: Fee Associations Object
Fee association objects store information about objects like courses, programs, forms, transcripts, and so on, that are mapped to the fee association.
Show Source
Nested Schema : schema
Type: object
Show Source
Nested Schema : Fee Association Attributes
Type: array
Title: Fee Association Attributes
The fee association attributes resource stores the attributes used for a fee in a fee association.
Show Source
Nested Schema : feeAssociations-feeAssociationFees-feeAssociationAttributes-item-patch-request
Type: object
Show Source
Nested Schema : feeAssociations-feeAssociationObjects-item-patch-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 : feeAssociations-item-response
Type: object
Show Source
Nested Schema : Fee Association Fees
Type: array
Title: Fee Association Fees
The fee association fees resource stores the fees used in a fee association.
Show Source
Nested Schema : Fee Associations Object
Type: array
Title: Fee Associations Object
Fee association objects store information about objects like courses, programs, forms, transcripts, and so on, that are mapped to the fee association.
Show Source
Nested Schema : feeAssociations-feeAssociationFees-item-response
Type: object
Show Source
Nested Schema : Fee Association Attributes
Type: array
Title: Fee Association Attributes
The fee association attributes resource stores the attributes used for a fee in a fee association.
Show Source
Nested Schema : feeAssociations-feeAssociationFees-feeAssociationAttributes-item-response
Type: object
Show Source
Nested Schema : feeAssociations-feeAssociationObjects-item-response
Type: object
Show Source
Back to Top