Financial Account Contact

The Financial Account Contact resource is used to store the relationship between a Financial Account and a Contact. A Financial Account can have multiple Contacts associated with it (Joint Account) and a Contact can have multiple Financial Accounts associated with it. Fin Account Contact is the intersection object which stores the relationship between Financial Accounts and Contacts. A Fin Account record consists of a Financial Account ID and a Contact ID. All other data is read from its parent objects.

Resource Plural Label Fin Account Contacts

Resource Name

__ORAFS__FinAccountContact_c

Get all Financial Account Contacts

Request: GET

URI: crmRestApi/resources/11.13.18.05/__ORAFS__FinAccountContact_c

Request Path Parameters

There are no required path parameters for this task.

Request Query Parameters

Use the following finder parameters to query the resource:

Finder Name Description

Id

Finds Fin Account Contact records by ID.

Finder Variables:
  • PrimaryKey
    • Type: Integer
    • Description: The unique identifier of the Fin Account Contact record.

Request Body

There are no elements in the request body for this task.

Response Body

Returns an array of Fin Account Contact resources.

The following table summarizes the supported response body content types:

Media Type

application/json

Media Type

application/vnd.oracle.adf.resourcecollection+json

Example

Gets all Fin Account Contact records.

Example Command: curl --user sales_cloud_user https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/__ORAFS__FinAccountContact_c

Example Response Body

{
"Id" : 300000000888550,
"RowType" : "__ORAFS__FinAccountContact_c",
"RecordName" : "300000000888329",
"CreatedBy" : "aic_1",
"CreationDate" : "2015-05-26T11.12.1.0:15:52+00:00",
"LastUpdatedBy" : "SALES.REP1_US@ap6023fems.us.oraclecloud.com",
"LastUpdateDate" : "2015-06-05T05:26:04+00:00",
"LastUpdateLogin" : null,
"CpdrfVerSor" : null,
"UserLastUpdateDate" : null,
"CpdrfLastUpd" : null,
"CpdrfVerPillar" : null,
"JobDefinitionPackage" : null,
"RequestId" : null,
"JobDefinitionName" : null,
"CurrencyCode" : "USD",
"CurcyConvRateType" : "Corporate",
"CorpCurrencyCode" : "USD",
"SourceType" : "__ORAFS__FINACCOUNTCONTACT_C",
"AttachmentEntityName" : "__ORAFS__FinAccountContact_c",
"PKProxy" : "300000000888550",
"IsOwner" : "false",
"__ORAFS__FinancialAccount_Id_c" : 300000000888329,
"__ORAFS__FinancialAccount_c" : "2605201511.12.1.0",
"__ORAFS__Contact_Id_c" : 300000000839369,
"__ORAFS__Contact_c" : "Mark Smith",
"__ORAFS__Type_c" : "Portfolio",
"__ORAFS__Product_c" : "",
"__ORAFS__Balance_c" : 0,
"__ORAFS__BalanceAsOfDate_c" : "2014-09-11.12.1.0T00:00:00+00:00",
"__ORAFS__DateOpened_c" : "2013-09-11.12.1.0T00:00:00+00:00",
"__ORAFS__Email_c" : "mark.smith@citrix.com",
"FinancialSummary_Id___ORAFS__HolderSummary" : 300000000907411.12.1.0,
"__ORAFS__Extn__ORAFS__FinAccountContact_cFuseCreateLayoutURL" : "/cust/apps/__extension__/__ORAFS__FinAccountContact_c/__ORAFS__FinAccountContact_cFuseCreate/__ORAFS__FinAccountContact_cFuseCreate_Layout2.jsff",
"__ORAFS__Extn__ORAFS__FinAccountContact_cFuseCreateLayoutDrivers" : "null",
"__ORAFS__Extn__ORAFS__FinAccountContact_cFuseDetailLayoutURL" : "/cust/apps/__extension__/__ORAFS__FinAccountContact_c/__ORAFS__FinAccountContact_cFuseDetail/__ORAFS__FinAccountContact_cFuseDetail_Layout2.jsff",
"__ORAFS__Extn__ORAFS__FinAccountContact_cFuseDetailLayoutDrivers" : "null",
"Extn__ORAFS__FinAccountContact_cFuseCreateLayoutURL" : "/cust/apps/__extension__/__ORAFS__FinAccountContact_c/__ORAFS__FinAccountContact_cFuseCreate/__ORAFS__FinAccountContact_cFuseCreate_Layout2.jsff",
"Extn__ORAFS__FinAccountContact_cFuseCreateLayoutDrivers" : null,
"Extn__ORAFS__FinAccountContact_cFuseDetailLayoutURL" : "/cust/apps/__extension__/__ORAFS__FinAccountContact_c/__ORAFS__FinAccountContact_cFuseDetail/__ORAFS__FinAccountContact_cFuseDetail_Layout2.jsff",
"Extn__ORAFS__FinAccountContact_cFuseDetailLayoutDrivers" : null,
"links" : [{
...
}]
}

Create a Financial Account Contact

Request: POST

URI: crmRestApi/resources/11.13.18.05/__ORAFS__FinAccountContact_c

Request Path Parameters

There are no required path parameters for this task.

Request Body

Media Type

application/vnd.oracle.adf.resourceitem+json

Response Body

Returns a Fin Account Contact resource item.

The following table summarizes the supported response body content types:

Media Type

application/vnd.oracle.adf.resourcecollection+json

Example

Creates a new Fin Account Contact record.

Example Command: curl --user sales_cloud_user https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/__ORAFS__FinAccountContact_c

Get a Financial Account Contact

Request: GET

URI: crmRestApi/resources/11.13.18.05/__ORAFS__FinAccountContact_c/< Replace with system generated unique ID>

Request Path Parameters

The following are the required path parameters for this task:

Name Type Description

Id

Integer

The unique identifier of the Fin Account Contact record.

Request Body

There are no elements in the request body for this task.

Response Body

Returns a Fin Account Contact resource item.

The following table summarizes the supported response body content types:

Media Type

application/json

Media Type

application/vnd.oracle.adf.resourceitem+json

Example

Gets a Fin Account Contact record.

Example Command: curl --user sales_cloud_user https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/__ORAFS__FinAccountContact_c/30000000089311.12.1.02

Update a Financial Account Contact

Request: PATCH

URI: crmRestApi/resources/11.13.18.05/__ORAFS__FinAccountContact_c/< Replace with system generated unique ID>

Request Path Parameters

The following are the required path parameters for this task:

Name Type Description

Id

Integer

The unique identifier of the Fin Account Contact record.

Request Body

The following table summarizes the supported request body content types:

Media Type

application/vnd.oracle.adf.resourceitem+json

Response Body

Returns a Fin Account Contact resource item.

The following table summarizes the supported response body content types:

Media Type

application/vnd.oracle.adf.resourceitem+json

Example

Updates an existing Fin Account Contact record.

Example Command: curl --user sales_cloud_user https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/__ORAFS__FinAccountContact_c/30000000089311.12.1.02

Delete a Financial Account Contact

Request: DELETE

URI: crmRestApi/resources/11.13.18.05/__ORAFS__FinAccountContact_c/< Replace with system generated unique ID>

Request Path Parameters

The following are the required path parameters for this task:

Name Type Description

Id

Integer

The unique identifier of the Fin Account Contact record.

Request Body

There are no elements in the request body for this task.

Response Body

There are no elements in the response body for this task.

Example

Deletes an existing Fin Account Contact record.

Example Command: curl --user sales_cloud_user https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/__ORAFS__FinAccountContact_c/30000000089311.12.1.02

List of Values

This resource defines the following list of values (LOV):

LOV Name Source Attribute in LOV Target Attribute in Resource

ViewAccessor_CurrencyCode

CurrencyCode

Currency Code

FK_LOVVA_For___ORAFS__FinancialAccount_c

__ORAFS__FinancialAccount_Id_c

Financial Account

LOVVA_For___ORAFS__FinancialAccount_c

__ORAFS__FinancialAccount_c

Financial Account

FK_LOVVA_For___ORAFS__Contact_c

__ORAFS__Contact_Id_c

Contact

LOVVA_For___ORAFS__Contact_c

__ORAFS__Contact_c

Contact

Resource Attributes

This resource has the following attributes:

Attribute Name Attribute Type Description

Id

integer

The unique identifier of the Fin Account Contact record.

UI Label

Record ID

RowType

string

The name of the Fin Account Contact object. In this case __ORAFS__FinAccountContact_c.

Properties

The maximum length is 80.

RecordName

string

An autogenerated unique identifier for the Fin Account Contact record.

Properties

The maximum length is 80.

UI Label

Record #

CreatedBy

string

The user who created the Fin Account Contact record.

Properties

The maximum length is 32.

UI Label

Created By

CreationDate

string

The date and time when the Fin Account Contact record was created.

UI Label

Creation Date

LastUpdatedBy

string

The user who last updated the Fin Account Contact record.

Properties

The maximum length is 32.

UI Label

Last Updated By

LastUpdateDate

string

The date and time when the Fin Account Contact record was last updated.

UI Label

Last Update Date

CurrencyCode

string

The currency code associated with the Fin Account Contact record.

Properties

The maximum length is 15.

UI Label

Currency Code

SourceType

string

The name of the Fin Account Contact object. In this case __ORAFS__DailyBalance_c.

__ORAFS__FinancialAccount_Id_c

integer

The unique identifier for which Fin Account Contact information is entered.

UI Label

Financial Account

__ORAFS__FinancialAccount_c

string

The financial account for which Fin Account Contact information is entered.

Properties

The maximum length is 1500.

UI Label

Financial Account

__ORAFS__Contact_Id_c

integer

The unique identifier of the contact for which Fin Account Contact information is entered.

UI Label

Contact

__ORAFS__Contact_c

string

The name of the contact for which Fin Account Contact information is entered.

Properties

The maximum length is 1500.

UI Label

Contact

__ORAFS__Type_c

string

The financial account type for the associated Fin Account Contact. This is a read-only field.

UI Label

Type

__ORAFS__Product_c

string

The name of the product for the associated financial account.

UI Label

Product

__ORAFS__Balance_c

integer

The balance of the associated financial account.

UI Label

Balance

__ORAFS__BalanceAsOfDate_c

string

The balance as of date of the associated financial account.

UI Label

Balance as of Date

__ORAFS__DateOpened_c

string

The date when the associated financial account opened.

UI Label

Date Opened

__ORAFS__Email_c

string

The e-mail address of the contact associated with the financial account.

UI Label

E-Mail