Notes

Subcategories:

The notes resource is used to view, create, update, and delete notes associated with a contract template. A note captures comments, information, or instructions related to a contract template.

Resource Plural Label

Notes

Resource Name

Note

Get All Notes

Request: GET

URI: /crmRestApi/resources/<version>/__ORACO__CGContractTemplate_c/{id}/child/Note

Request Path Parameters

This table summarizes the request path parameters:

Name Type Description

Id

integer

The unique identifier of the contract template.

Request Query Parameters

Use these finder parameters to query the resource:

Finder Name Description

Primary Key

Finds a note with the specified primary key.

Finder Variables:
  • NoteId: The unique identifier of the note.
    • Type: integer

Request Body

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

Response Body

This table summarizes the supported response body content types:

Media Type

application/vnd.oracle.adf.resourcecollection+json

Create a Note

Request: POST

URI: /crmRestApi/resources/<version>/__ORACO__CGContractTemplate_c/{id}/child/Note

Request Path Parameters

This table summarizes the request path parameters:

Name Type Description

Id

integer

The unique identifier of the contract template.

Request Body

This table summarizes the supported request body content types:

Media Type

application/vnd.oracle.adf.resourcecollection+json

Response Body

This table summarizes the supported response body content types:

Media Type

application/vnd.oracle.adf.resourcecollection+json

Replace a Note

Request: POST

URI: /crmRestApi/resources/<version>/__ORACO__CGContractTemplate_c/{id}/child/Note

Request Path Parameters

This table summarizes the request path parameters:

Name Type Description

Id

integer

The unique identifier of the contract template.

NoteId

integer

The unique identifier of the note.

Request Body

This table summarizes the supported request body content types:

Media Type

application/vnd.oracle.adf.resourcecollection+json

Response Body

This table summarizes the supported response body content types:

Media Type

application/vnd.oracle.adf.resourcecollection+json

Get a Note

Request: GET

URI: /crmRestApi/resources/<version>/__ORACO__CGContractTemplate_c/{id}/child/Note/{NoteId}

Request Path Parameters

This table summarizes the request path parameters:

Name Type Description

Id

integer

The unique identifier of the contract template.

NoteId

integer

The unique identifier of the note.

Request Body

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

Response Body

This table summarizes the supported response body content types:

Media Type

application/vnd.oracle.adf.resourcecollection+json

Update a Note

Request: PATCH

URI: /crmRestApi/resources/<version>/__ORACO__CGContractTemplate_c/{id}/child/Note/{NoteId}

Request Path Parameters

This table summarizes the request path parameters:

Name Type Description

Id

integer

The unique identifier of the contract template.

NoteId

integer

The unique identifier of the note.

Request Body

This table summarizes the request body content types:

Media Type

application/vnd.oracle.adf.resourcecollection+json

Response Body

This table summarizes the supported response body content types:

Media Type

application/vnd.oracle.adf.resourcecollection+json

Delete a Note

Request: DELETE

URI: /crmRestApi/resources/<version>/__ORACO__CGContractTemplate_c/{id}/child/Note/{NoteId}

Request Path Parameters

This table summarizes the request path parameters:

Name Type Description

Id

integer

The unique identifier of the contract template.

NoteId

integer

The unique identifier of the note.

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.

List of Values

This table lists all the list of values of the resource.

LOV Name Source Attribute in LOV Target Attribute in Resource

NoteSourceTypeVA

MappedLookupCode

NoteTypeCode

NoteVisibilityLookupVA

LookupCode

VisibilityCode

RatedCurrenciesVA

CurrencyCode

CurrencyCode

Resource Attributes

This table lists all the attributes of the resource.

Attribute Name Attribute Type Description

NoteId

integer

The unique identifier of the note.

UI Label:

Note Id

SourceObjectCode

string

The code of the source object such as Activities, Opportunities, as defined in OBJECTS Metadata.

Properties:

The maximum length is 30.

UI Label:

Related Object Type

SourceObjectId

string

The primary key identifier of the source object such as Activities, Opportunities, as defined in OBJECTS Metadata.

Properties:

The maximum length is 64.

UI Label:

Related Object

PartyName

string

The name of the party associated with the note.

Properties:

The maximum length is 360.

UI Label:

Author

NoteTxt

attachment

The actual note text.

UI Label:

Note

NoteTypeCode

string

The code indicating the type of the note. A list of valid values is defined in the lookup NoteSourceTypeVA.

Properties:

The maximum length is 30.

UI Label:

Type

VisibilityCode

string

The code indicating the visibility of the note, such as internal or external.

Properties:

The maximum length is 30.

UI Label:

Private

CreatorPartyId

integer

The unique identifier of the person who created the note.

UI Label:

Creator Party ID

CreatedBy

string

The user who created the note.

Properties:

The maximum length is 64.

UI Label:

Created By

CreationDate

datetime

The date and time when the note was created.

UI Label:

Creation Date

LastUpdateDate

datetime

The date and time when the note was last updated.

UI Label:

Last Update Date

PartyId

integer

The unique identifier of the party associated with the note.

UI Label:

Party ID

CorpCurrencyCode

string

The corporate currency code associated with the record. This attribute is used by CRM Extensibility framework. A list of accepted values is defined in the lookup ZCA_COMMON_CORPORATE_CURRENCY.

Properties:

The maximum length is 15.

UI Label:

Corporate Currency Code

CurcyConvRateType

string

The currency conversion rate type. This attribute is used by CRM Extensibility framework. A list of valid values are defined in the lookup ZCA_COMMON_RATE_TYPE. Review and update the profile option using the Setup and Maintenance work area, Manage Currency Profile Options task.

Properties:

The maximum length is 30.

UI Label:

Currency Conversion Rate Type

CurrencyCode

string

The currency code. This attribute is used by CRM Extensibility framework. A list of valid values are defined in the lookup ZCA_COMMON_CORPORATE_CURRENCY. Review and update the profile option using the Setup and Maintenance work area, Manage Currency Profile Options task.

Properties:

The maximum length is 15.

UI Label:

Currency

ContactRelationshipId

integer

The unique identifier of the relationship, populated when the note is associated with a contact.

UI Label:

Contact Relationship ID

ParentNoteId

integer

The unique identifier of the parent note.

UI Label:

Parent Note ID

LastUpdatedBy

string

The user who last updated the note.

Properties:

The maximum length is 64.

UI Label:

Last Updated By

LastUpdateLogin

string

The login details of the user who last updated the sheet.

Properties:

The maximum length is 32.

UI Label:

Last Update Login

EmailAddress

string

The email address of the user who created the note.

Properties:

The maximum length is 320.

UI Label:

Primary Email

FormattedAddress

string

The address of the user who created the note.

UI Label:

Primary Address

FormattedPhoneNumber

string

The phone number of the user who created the note.

UI Label:

Primary Phone

UpdateFlag

boolean

Indicates whether the user has access to update the record.

UI Label:

Update Indicator

DeleteFlag

boolean

Indicates whether the user has access to delete the record.

UI Label:

Delete Indicator

CG_CONFLICT_ID_c

string

The unique identifier of the conflict used to identify concurrency updates.

Properties:

The maximum length is 80.

UI Label:

CG_CONFLICT_ID