Update a linked account details
patch
/fscmRestApi/resources/11.13.18.05/hedCustomerAccounts/{PartyId}/child/linkedAccountDetails/{AccountId}
Request
Path Parameters
-
AccountId(required): integer
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=
-
PartyId(required): integer
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
-
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.
Supported Media Types
- application/json
Root Schema : schema
Type:
Show Source
object
-
CustomerClassCode: string
Title:
Customer Class Code
The unique identifier of the customer class assigned to the customer account. -
CustomerProfileClassId: integer
Title:
Customer Profile Class ID
Code indicating the account's customer profile class. Customer profile classes organize customer accounts into categories that reflect the needs of the deploying company. -
DefaultFlag: boolean
Title:
Default Indicator
Indicates whether a customer account is the default account for a person. If true, Student Management automated processes will use the account when creating transactions. When false, the account can be viewed in Student Management but by default won't be used by automated processes. -
Description: string
Title:
Description
Description of the customer account. -
PaymentTermId: integer
Title:
Payment Term ID
The unique identifier of the payment term assigned to the customer account. Payment terms are used to calculate transaction due dates. -
StatusCode: string
Title:
Status Code
The code that represents the status of a Receivables customer account. Valid values are A for Active or I for Inactive. -
StatusMeaning: string
Title:
Status Meaning
The meaning of the status code. Valid values are Active and Inactive. -
TerminationDate: string
(date)
Title:
Termination Date
The date when a customer account is no longer available for use.
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 : hedCustomerAccounts-linkedAccountDetails-item-response
Type:
Show Source
object
-
AccountId: integer
Title:
Account ID
Read Only:true
The unique identifier for a Receivables customer account. -
AccountNumber: string
Title:
Account Number
Read Only:true
The number that identifies a customer account. -
AccountTypeCode: string
Title:
Account Type Code
Read Only:true
Code indicating the type of customer account. -
AccountTypeMeaning: string
Title:
Account Type Meaning
Read Only:true
Maximum Length:255
Meaning of the customer account type code. -
CustomerClassCode: string
Title:
Customer Class Code
The unique identifier of the customer class assigned to the customer account. -
CustomerClassMeaning: string
Title:
Customer Class Meaning
Read Only:true
Maximum Length:255
The meaning of the customer class assigned to the customer account. -
CustomerProfileClassId: integer
Title:
Customer Profile Class ID
Code indicating the account's customer profile class. Customer profile classes organize customer accounts into categories that reflect the needs of the deploying company. -
CustomerProfileClassName: string
Title:
Customer Profile Class Name
Read Only:true
Maximum Length:255
The name of the account's customer profile class. Customer profile classes organize customer accounts into categories that reflect the needs of the deploying company. -
DefaultFlag: boolean
Title:
Default Indicator
Indicates whether a customer account is the default account for a person. If true, Student Management automated processes will use the account when creating transactions. When false, the account can be viewed in Student Management but by default won't be used by automated processes. -
DeletableFlag: boolean
Title:
Deletable Indicator
Read Only:true
Indicates whether a customer account can be deleted using Student Management. -
Description: string
Title:
Description
Description of the customer account. -
EstablishmentDate: string
(date)
Title:
Establishment Date
Read Only:true
The date when a customer account is set up or becomes valid. -
links: array
Links
Title:
Links
The link relations associated with the resource instance. -
PaymentTermId: integer
Title:
Payment Term ID
The unique identifier of the payment term assigned to the customer account. Payment terms are used to calculate transaction due dates. -
PaymentTermName: string
Title:
Payment Term Name
Read Only:true
Maximum Length:255
The name of the payment term assigned to the customer account. Payment terms are used to calculate transaction due dates. -
StatusCode: string
Title:
Status Code
The code that represents the status of a Receivables customer account. Valid values are A for Active or I for Inactive. -
StatusMeaning: string
Title:
Status Meaning
The meaning of the status code. Valid values are Active and Inactive. -
TerminationDate: string
(date)
Title:
Termination Date
The date when a customer account is no longer available for use.
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
Nested Schema : link
Type:
Show Source
object
-
href: string
Title:
hyperlink reference
The URI to the related resource. -
kind: string
Title:
kind
Allowed Values:[ "collection", "item", "describe", "other" ]
The kind of the related resource. -
name: string
Title:
name
The name of the link to the related resource. -
properties: object
properties
-
rel: string
Title:
relation
Allowed 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
- accountTypesLOV
-
Parameters:
- finder:
LookupTypeFinder%3BLookupType%3DCUSTOMER_TYPE
The following properties are defined on the LOV link relation:- Source Attribute: AccountTypeCode; Target Attribute: LookupCode
- Display Attribute: Meaning
- finder:
- customerClassesLOV
-
Parameters:
- finder:
LookupTypeFinder%3BLookupType%3DCUSTOMER%20CLASS
The following properties are defined on the LOV link relation:- Source Attribute: CustomerClassCode; Target Attribute: LookupCode
- Display Attribute: Meaning
- finder:
- customerProfileClassesLOV
-
The following properties are defined on the LOV link relation:
- Source Attribute: CustomerProfileClassName; Target Attribute: ProfileName
- Display Attribute: ProfileName
- paymentTermsLOV
-
The following properties are defined on the LOV link relation:
- Source Attribute: PaymentTermName; Target Attribute: PaymentTermName
- Display Attribute: PaymentTermName