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 CodeThe unique identifier of the customer class assigned to the customer account. -
CustomerProfileClassId: integer
Title:
Customer Profile Class IDCode 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 IndicatorIndicates 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:
DescriptionDescription of the customer account. -
PaymentTermId: integer
Title:
Payment Term IDThe unique identifier of the payment term assigned to the customer account. Payment terms are used to calculate transaction due dates. -
StatusCode: string
Title:
Status CodeThe code that represents the status of a Receivables customer account. Valid values are A for Active or I for Inactive. -
StatusMeaning: string
Title:
Status MeaningThe meaning of the status code. Valid values are Active and Inactive. -
TerminationDate: string
(date)
Title:
Termination DateThe 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 IDRead Only:trueThe unique identifier for a Receivables customer account. -
AccountNumber: string
Title:
Account NumberRead Only:trueThe number that identifies a customer account. -
AccountTypeCode: string
Title:
Account Type CodeRead Only:trueCode indicating the type of customer account. -
AccountTypeMeaning: string
Title:
Account Type MeaningRead Only:trueMaximum Length:255Meaning of the customer account type code. -
CustomerClassCode: string
Title:
Customer Class CodeThe unique identifier of the customer class assigned to the customer account. -
CustomerClassMeaning: string
Title:
Customer Class MeaningRead Only:trueMaximum Length:255The meaning of the customer class assigned to the customer account. -
CustomerProfileClassId: integer
Title:
Customer Profile Class IDCode 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 NameRead Only:trueMaximum Length:255The 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 IndicatorIndicates 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 IndicatorRead Only:trueIndicates whether a customer account can be deleted using Student Management. -
Description: string
Title:
DescriptionDescription of the customer account. -
EstablishmentDate: string
(date)
Title:
Establishment DateRead Only:trueThe date when a customer account is set up or becomes valid. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
PaymentTermId: integer
Title:
Payment Term IDThe 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 NameRead Only:trueMaximum Length:255The name of the payment term assigned to the customer account. Payment terms are used to calculate transaction due dates. -
StatusCode: string
Title:
Status CodeThe code that represents the status of a Receivables customer account. Valid values are A for Active or I for Inactive. -
StatusMeaning: string
Title:
Status MeaningThe meaning of the status code. Valid values are Active and Inactive. -
TerminationDate: string
(date)
Title:
Termination DateThe date when a customer account is no longer available for use.
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
- 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