Get all subscription contact roles
get
/crmRestApi/resources/11.13.18.05/contactRoles
Request
Query Parameters
-
expand: string
When this parameter is provided, the specified children are included in the resource payload (instead of just a link). The value of this query parameter is "all" or "". More than one child can be specified using comma as a separator. Example: ?expand=Employees,Localizations. Nested children can also be provided following the format "Child.NestedChild" (Example: ?expand=Employees.Managers). If a nested child is provided (Example: Employees.Managers), the missing children will be processed implicitly. For example, "?expand=Employees.Managers" is the same as "?expand=Employees,Employees.Managers" (which will expand Employees and Managers).
-
fields: string
This parameter filters the resource fields. Only the specified fields are returned, which means that if no fields are specified, no fields are returned (useful to get only the links). If an indirect child resource is provided (Example: Employees.Managers), the missing children will be processed implicitly. For example, "?fields=Employees.Managers:Empname" is the same as "?fields=;Employees:;Employees.Managers:Empname" (which will only return the "Empname" field for Managers). the value of this query parameter is a list of resource fields. The attribute can be a direct (Example: Employees) or indirect (Example: Employees.Managers) child. It cannot be combined with expand query parameter. If both are provided, only fields will be considered.
Format: ?fields=Attribute1,Attribute2
Format for fields in child resource: ?fields=Accessor1:Attribute1,Attribute2 -
finder: string
Used as a predefined finder to search the collection.
Format ?finder=<finderName>;<variableName>=<variableValue>,<variableName2>=<variableValue2>
The following are the available finder names and corresponding finder variables- LookupTypeActiveEnabledOrBindCodeFinder Finds the subscription contact role by active enabled lookup type and code.
Finder Variables- BindCurrentDate; string; The current date used to find the subscription contact role.
- BindLookupCode; string; The lookup code used to find the subscription contact role.
- BindLookupType; string; The lookup type used to find the subscription contact role.
- Bind_ParentLookupCode; string; The parent lookup code used to find the subscription contact role.
- Bind_ParentSetidDetermType; string; The parent set ID determinant type used to find the subscription contact role.
- Bind_ParentSetidDetermValue; string; The parent set ID determinant value used to find the subscription contact role.
- Bind_RelationshipId; integer; The relationship identifier used to find the subscription contact role.
- LookupTypeAndCodeIsEnabledFinder Finds the subscription contact role by lookup type and enabled flag.
Finder Variables- BindLookupCode; string; The enabled flag used to find the subscription contact role.
- BindLookupType; string; The lookup type used to find the subscription contact role.
- LookupTypeAndCodeIsEnabledFinderForUsageType Finds the usage type based on the lookup code and lookup type.
Finder Variables - LookupTypeFinder Finds the subscription contact role by lookup type finder.
Finder Variables- BindLookupType; string; The lookup type used to find the subscription contact role.
- Bind_ParentLookupCode; string; The parent lookup code used to find the subscription contact role.
- Bind_ParentSetidDetermType; string; The parent set ID determinant type used to find the subscription contact role.
- Bind_ParentSetidDetermValue; string; The parent set ID determinant value used to find the subscription contact role.
- Bind_RelationshipId; integer; The relationship identifier used to find the subscription contact role.
- LookupTypeIsActiveEnabledFinder Finds the subscription contact role by active enabled lookup type finder.
Finder Variables- BindCurrentDate; string; The current date used to find the subscription contact role.
- BindLookupType; string; The lookup type used to find the subscription contact role.
- Bind_ParentLookupCode; string; The parent lookup code used to find the subscription contact role.
- Bind_ParentSetidDetermType; string; The parent set ID determinant type used to find the subscription contact role.
- Bind_ParentSetidDetermValue; string; The parent set ID determinant value used to find the subscription contact role.
- Bind_RelationshipId; integer; The relationship used to find the subscription contact role.
- LookupTypeIsActiveFinder Finds the subscription contact role by active lookup type.
Finder Variables- BindCurrentDate; string; The current date used to find the subscription contact role.
- BindLookupType; string; The lookup type used to find the subscription contact role.
- Bind_ParentLookupCode; string; The parent lookup code used to find the subscription contact role.
- Bind_ParentSetidDetermType; string; The parent set ID determinant type used to find the subscription contact role.
- Bind_ParentSetidDetermValue; string; The parent set ID determinant value used to find the coverage subscription contact role.
- Bind_RelationshipId; integer; The relationship identifier used to find the subscription contact role.
- LookupTypeIsEnabledFinder Finds the subscription contact role by enabled lookup type.
Finder Variables- BindLookupType; string; The lookup type used to find the subscription contact role.
- Bind_ParentLookupCode; string; The parent lookup code used to find the subscription contact role.
- Bind_ParentSetidDetermType; string; The parent set ID determinant type used to find the subscription contact role.
- Bind_ParentSetidDetermValue; string; The parent set ID determinant value used to find the subscription contact role.
- Bind_RelationshipId; integer; The relationship identifier used to find the subscription contact role.
- PrimaryKey Finds the subscription contact role with the specified primary key.
Finder Variables- LookupCode; string; The lookup code used to find the subscription contact role.
- LookupType; string; The lookup type used to find the subscription contact role.
- LookupTypeActiveEnabledOrBindCodeFinder Finds the subscription contact role by active enabled lookup type and code.
-
limit: integer
This parameter restricts the number of resources returned inside the resource collection. If the limit exceeds the resource count then the framework will only return the available resources.
-
links: string
This parameter can be used to show only certain links while accessing a singular resource or a resource collection. The parameter value format is a comma-separated list of : <link_relation>
Example:
self,canonical -
offset: integer
Used to define the starting position of the resource collection. If offset exceeds the resource count then no resources are returned. Default value is 0.
-
onlyData: boolean
The resource item payload will be filtered in order to contain only data (no links section, for example).
-
orderBy: string
This parameter orders a resource collection based on the specified fields. The parameter value is a comma-separated string of attribute names, each optionally followed by a colon and "asc" or "desc". Specify "asc" for ascending and "desc" for descending. The default value is "asc". For example, ?orderBy=field1:asc,field2:desc
-
q: string
This query parameter defines the where clause. The resource collection will be queried using the provided expressions. The value of this query parameter is one or more expressions. Example: ?q=Deptno>=10 and <= 30;Loc!=NY
Format: ?q=expression1;expression2
You can use these queryable attributes to filter this collection resource using the q query parameter:- CreatedBy; string; The user who created the subscription contact role.
- CreationDate; string; The date when the subscription contact role was created.
- Description; string; The description of the subscription contact role.
- DisplaySequence; integer; The display sequence of the subscription contact role.
- EnabledFlag; string; Indicates whether the subscription contact role is enabled.
- EndDateActive; string; The active end date of the subscription contact role.
- LastUpdateDate; string; The date when the subscription contact role was last updated.
- LastUpdateLogin; string; The login of the user who last updated the subscription contact role.
- LastUpdatedBy; string; The user who last updated the subscription contact role.
- LookupCode; string; The lookup code of the subscription contact role.
- LookupType; string; The contact role of the subscription contact role.
- Meaning; string; The meaning of the subscription contact role.
- StartDateActive; string; The active start date of the subscription contact role.
- Tag; string; The tag of the subscription contact role.
-
totalResults: boolean
The resource collection representation will include the "estimated row count" when "?totalResults=true", otherwise the count is not included. The default value is "false".
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.
There's no request body for this operation.
Back to TopResponse
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 : contactRoles
Type:
Show Source
object
-
count(required): integer
The number of resource instances returned in the current range.
-
hasMore(required): boolean
Indicates whether more resources are available on the server than the subset returned in the response. If the value is true, then there are more resources to retrieve from the server. The default value is false.
-
items: array
Items
Title:
Items
The items in the collection. -
limit(required): integer
The actual paging size used by the server.
-
links(required): array
Links
Title:
Links
The link relations associated with the resource instance. -
offset(required): integer
The offset value used in the current page.
-
totalResults: integer
The estimated row count when "?totalResults=true", otherwise the count is not included.
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
Nested Schema : contactRoles-item-response
Type:
Show Source
object
-
CreatedBy: string
Read Only:
true
Maximum Length:64
The user who created the subscription contact role. -
CreationDate: string
(date-time)
Read Only:
true
The date when the subscription contact role was created. -
Description: string
Title:
Description
Read Only:true
Maximum Length:240
The description of the subscription contact role. -
DisplaySequence: integer
(int64)
Title:
Display Sequence
Read Only:true
The display sequence of the subscription contact role. -
EnabledFlag: string
Title:
Enabled Flag
Read Only:true
Maximum Length:1
Indicates whether the subscription contact role is enabled. -
EndDateActive: string
(date)
Title:
End Date
Read Only:true
The active end date of the subscription contact role. -
LastUpdateDate: string
(date-time)
Read Only:
true
The date when the subscription contact role was last updated. -
LastUpdatedBy: string
Read Only:
true
Maximum Length:64
The user who last updated the subscription contact role. -
LastUpdateLogin: string
Read Only:
true
Maximum Length:32
The login of the user who last updated the subscription contact role. -
links: array
Links
Title:
Links
The link relations associated with the resource instance. -
LookupCode: string
Title:
Lookup Code
Read Only:true
Maximum Length:30
The lookup code of the subscription contact role. -
LookupType: string
Title:
Lookup Type
Read Only:true
Maximum Length:30
The contact role of the subscription contact role. -
Meaning: string
Title:
Meaning
Read Only:true
Maximum Length:80
The meaning of the subscription contact role. -
StartDateActive: string
(date)
Title:
Start Date
Read Only:true
The active start date of the subscription contact role. -
Tag: string
Title:
Tag
Read Only:true
Maximum Length:150
The tag of the subscription contact role.
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.
Examples
The following example shows how to get all subscription contact roles by submitting a GET request on the REST resource using cURL.
cURL Command
curl -u <username:password> \ -X GET
https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/contactRoles
Example of Response Body
The following shows an example of the response body in JSON format.
{ "items": [ { "LookupType": "ZSF_FCST_GRAPHS", "LookupCode": "ZSF_GRAPH5", "Meaning": "Opportunity Contribution to Forecast", "Description": "Highlights which opportunity contributes the most revenue to a selected forecast.", "EnabledFlag": "N", "StartDateActive": "2012-08-08", "EndDateActive": "2012-08-08", "DisplaySequence": -5, "CreatedBy": "SEED_DATA_FROM_APPLICATION", "CreationDate": "2013-03-24T06:48:37.020+00:00", "LastUpdateDate": "2024-12-23T18:10:01.040+00:00", "LastUpdateLogin": "-1", "LastUpdatedBy": "SEED_DATA_FROM_APPLICATION", "Tag": null, "links": [ { "rel": "self", "href": "https://servername.fa.us2.oraclecloud.com:443/crmRestApi/resources/11.13.18.05/contactRoles/00020000000F5A53465F464353545F4752415048530000000A5A53465F475241504835", "name": "contactRoles", "kind": "item" }, { "rel": "canonical", "href": "https://servername.fa.us2.oraclecloud.com:443/crmRestApi/resources/11.13.18.05/contactRoles/00020000000F5A53465F464353545F4752415048530000000A5A53465F475241504835", "name": "contactRoles", "kind": "item" } ] }, { "LookupType": "ZSF_FCST_GRAPHS", "LookupCode": "ZSF_GRAPH4", "Meaning": "Forecasted Revenue by Sales Channel", "Description": "Identifies which products sold the best through a given sales channel within a selected forecast.", "EnabledFlag": "N", "StartDateActive": "2012-08-08", "EndDateActive": "2012-08-08", "DisplaySequence": -4, "CreatedBy": "SEED_DATA_FROM_APPLICATION", "CreationDate": "2013-03-24T06:48:37+00:00", "LastUpdateDate": "2024-12-23T18:10:01.040+00:00", "LastUpdateLogin": "-1", "LastUpdatedBy": "SEED_DATA_FROM_APPLICATION", "Tag": null, "links": [ { "rel": "self", "href": "https://servername.fa.us2.oraclecloud.com:443/crmRestApi/resources/11.13.18.05/contactRoles/00020000000F5A53465F464353545F4752415048530000000A5A53465F475241504834", "name": "contactRoles", "kind": "item" }, { "rel": "canonical", "href": "https://servername.fa.us2.oraclecloud.com:443/crmRestApi/resources/11.13.18.05/contactRoles/00020000000F5A53465F464353545F4752415048530000000A5A53465F475241504834", "name": "contactRoles", "kind": "item" } ] }, { "LookupType": "ZSF_FCST_GRAPHS", "LookupCode": "ZSF_GRAPH3", "Meaning": "Forecasted Revenue by Customer", "Description": "Identifies which customers contribute the most revenue to a selected forecast.", "EnabledFlag": "N", "StartDateActive": "2012-08-08", "EndDateActive": "2012-08-08", "DisplaySequence": -3, "CreatedBy": "SALES_ADMIN", "CreationDate": "2012-04-26T16:09:35+00:00", "LastUpdateDate": "2024-12-23T18:10:01.040+00:00", "LastUpdateLogin": "-1", "LastUpdatedBy": "SEED_DATA_FROM_APPLICATION", "Tag": null, "links": [ { "rel": "self", "href": "https://servername.fa.us2.oraclecloud.com:443/crmRestApi/resources/11.13.18.05/contactRoles/00020000000F5A53465F464353545F4752415048530000000A5A53465F475241504833", "name": "contactRoles", "kind": "item" }, { "rel": "canonical", "href": "https://servername.fa.us2.oraclecloud.com:443/crmRestApi/resources/11.13.18.05/contactRoles/00020000000F5A53465F464353545F4752415048530000000A5A53465F475241504833", "name": "contactRoles", "kind": "item" } ] }, { "LookupType": "ZSF_FCST_GRAPHS", "LookupCode": "ZSF_GRAPH1", "Meaning": "Forecast Trending Within Forecast Period", "Description": "Analyze the forecast trend for a given forecast period.", "EnabledFlag": "N", "StartDateActive": "2010-05-25", "EndDateActive": "2011-02-04", "DisplaySequence": -2, "CreatedBy": "SEED_DATA_FROM_APPLICATION", "CreationDate": "2010-12-30T00:49:19.229+00:00", "LastUpdateDate": "2024-12-23T18:10:01.040+00:00", "LastUpdateLogin": "-1", "LastUpdatedBy": "SEED_DATA_FROM_APPLICATION", "Tag": null, "links": [ { "rel": "self", "href": "https://servername.fa.us2.oraclecloud.com:443/crmRestApi/resources/11.13.18.05/contactRoles/00020000000F5A53465F464353545F4752415048530000000A5A53465F475241504831", "name": "contactRoles", "kind": "item" }, { "rel": "canonical", "href": "https://servername.fa.us2.oraclecloud.com:443/crmRestApi/resources/11.13.18.05/contactRoles/00020000000F5A53465F464353545F4752415048530000000A5A53465F475241504831", "name": "contactRoles", "kind": "item" } ] }, { "LookupType": "ZSF_FCST_GRAPHS", "LookupCode": "ZSF_GRAPH2", "Meaning": "Forecast Trending Across Forecast Periods", "Description": "Compare the current forecast with forecasts from similar points in time.", "EnabledFlag": "N", "StartDateActive": "2010-05-25", "EndDateActive": "2011-02-04", "DisplaySequence": -1, "CreatedBy": "SEED_DATA_FROM_APPLICATION", "CreationDate": "2010-12-30T00:49:19.240+00:00", "LastUpdateDate": "2024-12-23T18:10:01.040+00:00", "LastUpdateLogin": "-1", "LastUpdatedBy": "SEED_DATA_FROM_APPLICATION", "Tag": null, "links": [ { "rel": "self", "href": "https://servername.fa.us2.oraclecloud.com:443/crmRestApi/resources/11.13.18.05/contactRoles/00020000000F5A53465F464353545F4752415048530000000A5A53465F475241504832", "name": "contactRoles", "kind": "item" }, { "rel": "canonical", "href": "https://servername.fa.us2.oraclecloud.com:443/crmRestApi/resources/11.13.18.05/contactRoles/00020000000F5A53465F464353545F4752415048530000000A5A53465F475241504832", "name": "contactRoles", "kind": "item" } ] }, { "LookupType": "ORA_SVC_OUTBND_EMAIL_RETRY_CNT", "LookupCode": "ORA_DISABLE_RETRY", "Meaning": "-1", "Description": "Disable the retry functionality.", "EnabledFlag": "Y", "StartDateActive": "2021-09-29", "EndDateActive": null, "DisplaySequence": 0, "CreatedBy": "SEED_DATA_FROM_APPLICATION", "CreationDate": "2022-06-22T18:39:24.197+00:00", "LastUpdateDate": "2024-12-23T18:10:01.040+00:00", "LastUpdateLogin": "-1", "LastUpdatedBy": "SEED_DATA_FROM_APPLICATION", "Tag": null, "links": [ { "rel": "self", "href": "https://servername.fa.us2.oraclecloud.com:443/crmRestApi/resources/11.13.18.05/contactRoles/00020000001E4F52415F5356435F4F5554424E445F454D41494C5F52455452595F434E54000000114F52415F44495341424C455F5245545259", "name": "contactRoles", "kind": "item" }, { "rel": "canonical", "href": "https://servername.fa.us2.oraclecloud.com:443/crmRestApi/resources/11.13.18.05/contactRoles/00020000001E4F52415F5356435F4F5554424E445F454D41494C5F52455452595F434E54000000114F52415F44495341424C455F5245545259", "name": "contactRoles", "kind": "item" } ] }, { "LookupType": "ZMM_ACTIVITY_CAL_START_TM", "LookupCode": "0", "Meaning": "0:00 AM", "Description": "Midnight", "EnabledFlag": "Y", "StartDateActive": "2013-03-07", "EndDateActive": null, "DisplaySequence": 0, "CreatedBy": "SEED_DATA_FROM_APPLICATION", "CreationDate": "2013-03-24T06:47:59.511+00:00", "LastUpdateDate": "2024-12-23T18:10:01.040+00:00", "LastUpdateLogin": "-1", "LastUpdatedBy": "SEED_DATA_FROM_APPLICATION", "Tag": null, "links": [ { "rel": "self", "href": "https://servername.fa.us2.oraclecloud.com:443/crmRestApi/resources/11.13.18.05/contactRoles/0002000000195A4D4D5F41435449564954595F43414C5F53544152545F544D0000000130", "name": "contactRoles", "kind": "item" }, { "rel": "canonical", "href": "https://servername.fa.us2.oraclecloud.com:443/crmRestApi/resources/11.13.18.05/contactRoles/0002000000195A4D4D5F41435449564954595F43414C5F53544152545F544D0000000130", "name": "contactRoles", "kind": "item" } ] }, { "LookupType": "ORA_CMK_MSG_DELIVERY_STATUS", "LookupCode": "Aborted", "Meaning": "Aborted", "Description": "The delivery status of a collaboration message is set to aborted.", "EnabledFlag": "Y", "StartDateActive": "1959-01-01", "EndDateActive": null, "DisplaySequence": 0, "CreatedBy": "SEED_DATA_FROM_APPLICATION", "CreationDate": "2015-07-05T15:26:00.136+00:00", "LastUpdateDate": "2024-12-23T18:10:01.040+00:00", "LastUpdateLogin": "-1", "LastUpdatedBy": "SEED_DATA_FROM_APPLICATION", "Tag": null, "links": [ { "rel": "self", "href": "https://servername.fa.us2.oraclecloud.com:443/crmRestApi/resources/11.13.18.05/contactRoles/00020000001B4F52415F434D4B5F4D53475F44454C49564552595F5354415455530000000741626F72746564", "name": "contactRoles", "kind": "item" }, { "rel": "canonical", "href": "https://servername.fa.us2.oraclecloud.com:443/crmRestApi/resources/11.13.18.05/contactRoles/00020000001B4F52415F434D4B5F4D53475F44454C49564552595F5354415455530000000741626F72746564", "name": "contactRoles", "kind": "item" } ] }, { "LookupType": "ORA_CMK_EXT_PTNR_MSG_STATUS", "LookupCode": "Active", "Meaning": "Active", "Description": "The external partner message status set to active.", "EnabledFlag": "Y", "StartDateActive": "1959-01-01", "EndDateActive": null, "DisplaySequence": 0, "CreatedBy": "SEED_DATA_FROM_APPLICATION", "CreationDate": "2015-07-05T15:25:34.126+00:00", "LastUpdateDate": "2024-12-23T18:10:01.040+00:00", "LastUpdateLogin": "-1", "LastUpdatedBy": "SEED_DATA_FROM_APPLICATION", "Tag": null, "links": [ { "rel": "self", "href": "https://servername.fa.us2.oraclecloud.com:443/crmRestApi/resources/11.13.18.05/contactRoles/00020000001B4F52415F434D4B5F4558545F50544E525F4D53475F53544154555300000006416374697665", "name": "contactRoles", "kind": "item" }, { "rel": "canonical", "href": "https://servername.fa.us2.oraclecloud.com:443/crmRestApi/resources/11.13.18.05/contactRoles/00020000001B4F52415F434D4B5F4558545F50544E525F4D53475F53544154555300000006416374697665", "name": "contactRoles", "kind": "item" } ] }, { "LookupType": "ORA_CMK_EXT_PTNR_DOC_STATUS", "LookupCode": "Active", "Meaning": "Active", "Description": "The external partner document status is set to active.", "EnabledFlag": "Y", "StartDateActive": "1959-01-01", "EndDateActive": null, "DisplaySequence": 0, "CreatedBy": "SEED_DATA_FROM_APPLICATION", "CreationDate": "2015-07-05T15:25:33.986+00:00", "LastUpdateDate": "2024-12-23T18:10:01.040+00:00", "LastUpdateLogin": "-1", "LastUpdatedBy": "SEED_DATA_FROM_APPLICATION", "Tag": null, "links": [ { "rel": "self", "href": "https://servername.fa.us2.oraclecloud.com:443/crmRestApi/resources/11.13.18.05/contactRoles/00020000001B4F52415F434D4B5F4558545F50544E525F444F435F53544154555300000006416374697665", "name": "contactRoles", "kind": "item" }, { "rel": "canonical", "href": "https://servername.fa.us2.oraclecloud.com:443/crmRestApi/resources/11.13.18.05/contactRoles/00020000001B4F52415F434D4B5F4558545F50544E525F444F435F53544154555300000006416374697665", "name": "contactRoles", "kind": "item" } ] }, { "LookupType": "PON_RESP_BY_TIME_OPTIONS", "LookupCode": "ACTIVE", "Meaning": "Active", "Description": "Specifies that only active negotiation responses should be displayed.", "EnabledFlag": "Y", "StartDateActive": "0014-11-24", "EndDateActive": null, "DisplaySequence": 0, "CreatedBy": "SEED_DATA_FROM_APPLICATION", "CreationDate": "2010-11-06T18:10:48.397+00:00", "LastUpdateDate": "2025-03-02T00:15:39.950+00:00", "LastUpdateLogin": "-1", "LastUpdatedBy": "SEED_DATA_FROM_APPLICATION", "Tag": null, "links": [ { "rel": "self", "href": "https://servername.fa.us2.oraclecloud.com:443/crmRestApi/resources/11.13.18.05/contactRoles/000200000018504F4E5F524553505F42595F54494D455F4F5054494F4E5300000006414354495645", "name": "contactRoles", "kind": "item" }, { "rel": "canonical", "href": "https://servername.fa.us2.oraclecloud.com:443/crmRestApi/resources/11.13.18.05/contactRoles/000200000018504F4E5F524553505F42595F54494D455F4F5054494F4E5300000006414354495645", "name": "contactRoles", "kind": "item" } ] }, { "LookupType": "ORA_VCS_COLLABORATOR_STATUS", "LookupCode": "ORA_VCS_ACTIVE", "Meaning": "Active", "Description": "The demand collaborator profile is in an active state.", "EnabledFlag": "Y", "StartDateActive": "1959-01-01", "EndDateActive": null, "DisplaySequence": 0, "CreatedBy": "SEED_DATA_FROM_APPLICATION", "CreationDate": "2021-12-23T07:04:07.238+00:00", "LastUpdateDate": "2024-12-23T18:10:01.040+00:00", "LastUpdateLogin": "-1", "LastUpdatedBy": "SEED_DATA_FROM_APPLICATION", "Tag": null, "links": [ { "rel": "self", "href": "https://servername.fa.us2.oraclecloud.com:443/crmRestApi/resources/11.13.18.05/contactRoles/00020000001B4F52415F5643535F434F4C4C41424F5241544F525F5354415455530000000E4F52415F5643535F414354495645", "name": "contactRoles", "kind": "item" }, { "rel": "canonical", "href": "https://servername.fa.us2.oraclecloud.com:443/crmRestApi/resources/11.13.18.05/contactRoles/00020000001B4F52415F5643535F434F4C4C41424F5241544F525F5354415455530000000E4F52415F5643535F414354495645", "name": "contactRoles", "kind": "item" } ] }, { "LookupType": "ORA_OSS_USAGE_CHARGE_TYPE", "LookupCode": "ORA_OSS_USAGE_CHARGE_ACTUAL", "Meaning": "Actual", "Description": "Usage charge based on actual readings.", "EnabledFlag": "Y", "StartDateActive": "1951-01-01", "EndDateActive": null, "DisplaySequence": 0, "CreatedBy": "SEED_DATA_FROM_APPLICATION", "CreationDate": "2020-06-16T07:27:57.605+00:00", "LastUpdateDate": "2024-12-23T18:10:01.040+00:00", "LastUpdateLogin": "-1", "LastUpdatedBy": "SEED_DATA_FROM_APPLICATION", "Tag": null, "links": [ { "rel": "self", "href": "https://servername.fa.us2.oraclecloud.com:443/crmRestApi/resources/11.13.18.05/contactRoles/0002000000194F52415F4F53535F55534147455F4348415247455F545950450000001B4F52415F4F53535F55534147455F4348415247455F41435455414C", "name": "contactRoles", "kind": "item" }, { "rel": "canonical", "href": "https://servername.fa.us2.oraclecloud.com:443/crmRestApi/resources/11.13.18.05/contactRoles/0002000000194F52415F4F53535F55534147455F4348415247455F545950450000001B4F52415F4F53535F55534147455F4348415247455F41435455414C", "name": "contactRoles", "kind": "item" } ] }, { "LookupType": "ORA_CMK_COLLAB_OBJECT", "LookupCode": "AdvanceShipmentNotification", "Meaning": "Advance Shipment Notification", "Description": "The collaboration object value is set to Advance Shipment Notification.", "EnabledFlag": "Y", "StartDateActive": "1959-01-01", "EndDateActive": null, "DisplaySequence": 0, "CreatedBy": "SEED_DATA_FROM_APPLICATION", "CreationDate": "2015-07-05T15:25:33.431+00:00", "LastUpdateDate": "2024-12-23T18:10:01.040+00:00", "LastUpdateLogin": "-1", "LastUpdatedBy": "SEED_DATA_FROM_APPLICATION", "Tag": null, "links": [ { "rel": "self", "href": "https://servername.fa.us2.oraclecloud.com:443/crmRestApi/resources/11.13.18.05/contactRoles/0002000000154F52415F434D4B5F434F4C4C41425F4F424A4543540000001B416476616E6365536869706D656E744E6F74696669636174696F6E", "name": "contactRoles", "kind": "item" }, { "rel": "canonical", "href": "https://servername.fa.us2.oraclecloud.com:443/crmRestApi/resources/11.13.18.05/contactRoles/0002000000154F52415F434D4B5F434F4C4C41425F4F424A4543540000001B416476616E6365536869706D656E744E6F74696669636174696F6E", "name": "contactRoles", "kind": "item" } ] }, { "LookupType": "PON_RESP_LINES_FILTER", "LookupCode": "ALL", "Meaning": "All", "Description": "Specifies that all lines in the negotiation should be displayed.", "EnabledFlag": "Y", "StartDateActive": "0014-11-24", "EndDateActive": null, "DisplaySequence": 0, "CreatedBy": "SEED_DATA_FROM_APPLICATION", "CreationDate": "2010-11-06T18:10:48.457+00:00", "LastUpdateDate": "2025-03-02T00:15:40.017+00:00", "LastUpdateLogin": "-1", "LastUpdatedBy": "SEED_DATA_FROM_APPLICATION", "Tag": null, "links": [ { "rel": "self", "href": "https://servername.fa.us2.oraclecloud.com:443/crmRestApi/resources/11.13.18.05/contactRoles/000200000015504F4E5F524553505F4C494E45535F46494C54455200000003414C4C", "name": "contactRoles", "kind": "item" }, { "rel": "canonical", "href": "https://servername.fa.us2.oraclecloud.com:443/crmRestApi/resources/11.13.18.05/contactRoles/000200000015504F4E5F524553505F4C494E45535F46494C54455200000003414C4C", "name": "contactRoles", "kind": "item" } ] }, { "LookupType": "ORA_VCS_VMI_EXCEPTION_CONTEXT", "LookupCode": "ORA_VCS_VMI_EXCEPTION_ALL", "Meaning": "All", "Description": "The exception counts for all vendor-managed items.", "EnabledFlag": "Y", "StartDateActive": "1959-01-01", "EndDateActive": null, "DisplaySequence": 0, "CreatedBy": "SEED_DATA_FROM_APPLICATION", "CreationDate": "2018-12-27T09:32:09.024+00:00", "LastUpdateDate": "2024-12-23T18:10:01.040+00:00", "LastUpdateLogin": "-1", "LastUpdatedBy": "SEED_DATA_FROM_APPLICATION", "Tag": null, "links": [ { "rel": "self", "href": "https://servername.fa.us2.oraclecloud.com:443/crmRestApi/resources/11.13.18.05/contactRoles/00020000001D4F52415F5643535F564D495F455843455054494F4E5F434F4E54455854000000194F52415F5643535F564D495F455843455054494F4E5F414C4C", "name": "contactRoles", "kind": "item" }, { "rel": "canonical", "href": "https://servername.fa.us2.oraclecloud.com:443/crmRestApi/resources/11.13.18.05/contactRoles/00020000001D4F52415F5643535F564D495F455843455054494F4E5F434F4E54455854000000194F52415F5643535F564D495F455843455054494F4E5F414C4C", "name": "contactRoles", "kind": "item" } ] }, { "LookupType": "ORA_EGP_STRUCTURE_LEVEL", "LookupCode": "0", "Meaning": "All Levels", "Description": "Display all levels of the structure.", "EnabledFlag": "Y", "StartDateActive": "1959-01-01", "EndDateActive": null, "DisplaySequence": 0, "CreatedBy": "SEED_DATA_FROM_APPLICATION", "CreationDate": "2024-06-24T13:46:53.871+00:00", "LastUpdateDate": "2024-12-23T18:10:01.040+00:00", "LastUpdateLogin": "-1", "LastUpdatedBy": "SEED_DATA_FROM_APPLICATION", "Tag": null, "links": [ { "rel": "self", "href": "https://servername.fa.us2.oraclecloud.com:443/crmRestApi/resources/11.13.18.05/contactRoles/0002000000174F52415F4547505F5354525543545552455F4C4556454C0000000130", "name": "contactRoles", "kind": "item" }, { "rel": "canonical", "href": "https://servername.fa.us2.oraclecloud.com:443/crmRestApi/resources/11.13.18.05/contactRoles/0002000000174F52415F4547505F5354525543545552455F4C4556454C0000000130", "name": "contactRoles", "kind": "item" } ] }, { "LookupType": "EXM_ALL_OTHERS", "LookupCode": "zzz_all_others", "Meaning": "All Others", "Description": null, "EnabledFlag": "Y", "StartDateActive": "1951-01-01", "EndDateActive": null, "DisplaySequence": 0, "CreatedBy": "SEED_DATA_FROM_APPLICATION", "CreationDate": "2013-09-02T09:13:37.058+00:00", "LastUpdateDate": "2024-12-23T18:10:01.040+00:00", "LastUpdateLogin": "-1", "LastUpdatedBy": "SEED_DATA_FROM_APPLICATION", "Tag": null, "links": [ { "rel": "self", "href": "https://servername.fa.us2.oraclecloud.com:443/crmRestApi/resources/11.13.18.05/contactRoles/00020000000E45584D5F414C4C5F4F54484552530000000E7A7A7A5F616C6C5F6F7468657273", "name": "contactRoles", "kind": "item" }, { "rel": "canonical", "href": "https://servername.fa.us2.oraclecloud.com:443/crmRestApi/resources/11.13.18.05/contactRoles/00020000000E45584D5F414C4C5F4F54484552530000000E7A7A7A5F616C6C5F6F7468657273", "name": "contactRoles", "kind": "item" } ] }, { "LookupType": "ORA_CMK_ACK_CODE", "LookupCode": "Always", "Meaning": "Always", "Description": "Indicates an acknowledgment message is always sent to the sender after processing message.", "EnabledFlag": "Y", "StartDateActive": "1959-01-01", "EndDateActive": null, "DisplaySequence": 0, "CreatedBy": "SEED_DATA_FROM_APPLICATION", "CreationDate": "2015-07-05T15:25:33.017+00:00", "LastUpdateDate": "2024-12-23T18:10:01.040+00:00", "LastUpdateLogin": "-1", "LastUpdatedBy": "SEED_DATA_FROM_APPLICATION", "Tag": null, "links": [ { "rel": "self", "href": "https://servername.fa.us2.oraclecloud.com:443/crmRestApi/resources/11.13.18.05/contactRoles/0002000000104F52415F434D4B5F41434B5F434F444500000006416C77617973", "name": "contactRoles", "kind": "item" }, { "rel": "canonical", "href": "https://servername.fa.us2.oraclecloud.com:443/crmRestApi/resources/11.13.18.05/contactRoles/0002000000104F52415F434D4B5F41434B5F434F444500000006416C77617973", "name": "contactRoles", "kind": "item" } ] }, { "LookupType": "ORA_CMK_CONFIRMATION_CODE", "LookupCode": "Always", "Meaning": "Always", "Description": "Indicates a confirmation message is always sent to the sender after processing message.", "EnabledFlag": "Y", "StartDateActive": "1959-01-01", "EndDateActive": null, "DisplaySequence": 0, "CreatedBy": "SEED_DATA_FROM_APPLICATION", "CreationDate": "2015-07-05T15:25:33.512+00:00", "LastUpdateDate": "2024-12-23T18:10:01.040+00:00", "LastUpdateLogin": "-1", "LastUpdatedBy": "SEED_DATA_FROM_APPLICATION", "Tag": null, "links": [ { "rel": "self", "href": "https://servername.fa.us2.oraclecloud.com:443/crmRestApi/resources/11.13.18.05/contactRoles/0002000000194F52415F434D4B5F434F4E4649524D4154494F4E5F434F444500000006416C77617973", "name": "contactRoles", "kind": "item" }, { "rel": "canonical", "href": "https://servername.fa.us2.oraclecloud.com:443/crmRestApi/resources/11.13.18.05/contactRoles/0002000000194F52415F434D4B5F434F4E4649524D4154494F4E5F434F444500000006416C77617973", "name": "contactRoles", "kind": "item" } ] }, { "LookupType": "ORA_CMK_OUT_ERR_SUB_TYPE", "LookupCode": "AppPartnerDocNotFound", "Meaning": "Application Partner Document not found", "Description": "No Application Partner Document was found to process the message", "EnabledFlag": "Y", "StartDateActive": "1959-01-01", "EndDateActive": null, "DisplaySequence": 0, "CreatedBy": "SEED_DATA_FROM_APPLICATION", "CreationDate": "2015-07-05T15:26:00.282+00:00", "LastUpdateDate": "2024-12-23T18:10:01.040+00:00", "LastUpdateLogin": "-1", "LastUpdatedBy": "SEED_DATA_FROM_APPLICATION", "Tag": null, "links": [ { "rel": "self", "href": "https://servername.fa.us2.oraclecloud.com:443/crmRestApi/resources/11.13.18.05/contactRoles/0002000000184F52415F434D4B5F4F55545F4552525F5355425F5459504500000015417070506172746E6572446F634E6F74466F756E64", "name": "contactRoles", "kind": "item" }, { "rel": "canonical", "href": "https://servername.fa.us2.oraclecloud.com:443/crmRestApi/resources/11.13.18.05/contactRoles/0002000000184F52415F434D4B5F4F55545F4552525F5355425F5459504500000015417070506172746E6572446F634E6F74466F756E64", "name": "contactRoles", "kind": "item" } ] }, { "LookupType": "MSC_OP_WS_ERROR", "LookupCode": "41", "Meaning": "CTO line not part of model", "Description": "This error is returned when the model item type is sent on single line request instead of using model API.", "EnabledFlag": "Y", "StartDateActive": "1959-01-01", "EndDateActive": null, "DisplaySequence": 0, "CreatedBy": "SEED_DATA_FROM_APPLICATION", "CreationDate": "2015-07-05T15:22:31.256+00:00", "LastUpdateDate": "2024-12-23T18:10:01.040+00:00", "LastUpdateLogin": "-1", "LastUpdatedBy": "SEED_DATA_FROM_APPLICATION", "Tag": null, "links": [ { "rel": "self", "href": "https://servername.fa.us2.oraclecloud.com:443/crmRestApi/resources/11.13.18.05/contactRoles/00020000000F4D53435F4F505F57535F4552524F52000000023431", "name": "contactRoles", "kind": "item" }, { "rel": "canonical", "href": "https://servername.fa.us2.oraclecloud.com:443/crmRestApi/resources/11.13.18.05/contactRoles/00020000000F4D53435F4F505F57535F4552524F52000000023431", "name": "contactRoles", "kind": "item" } ] }, { "LookupType": "ORA_EGO_APPROVER_ACTION", "LookupCode": "ACQUIRED", "Meaning": "Claimed", "Description": "The request was claimed by one of the members of an approver role.", "EnabledFlag": "Y", "StartDateActive": "1959-01-01", "EndDateActive": null, "DisplaySequence": 0, "CreatedBy": "SEED_DATA_FROM_APPLICATION", "CreationDate": "2024-09-18T21:54:45.493+00:00", "LastUpdateDate": "2025-03-02T00:16:01+00:00", "LastUpdateLogin": "-1", "LastUpdatedBy": "SEED_DATA_FROM_APPLICATION", "Tag": null, "links": [ { "rel": "self", "href": "https://servername.fa.us2.oraclecloud.com:443/crmRestApi/resources/11.13.18.05/contactRoles/0002000000174F52415F45474F5F415050524F5645525F414354494F4E000000084143515549524544", "name": "contactRoles", "kind": "item" }, { "rel": "canonical", "href": "https://servername.fa.us2.oraclecloud.com:443/crmRestApi/resources/11.13.18.05/contactRoles/0002000000174F52415F45474F5F415050524F5645525F414354494F4E000000084143515549524544", "name": "contactRoles", "kind": "item" } ] }, { "LookupType": "ORA_EGO_RW_APPROVER_ACTION", "LookupCode": "ACQUIRED", "Meaning": "Claimed", "Description": "The request was claimed by one of the members of an approver role.", "EnabledFlag": "Y", "StartDateActive": "1959-01-01", "EndDateActive": null, "DisplaySequence": 0, "CreatedBy": "SEED_DATA_FROM_APPLICATION", "CreationDate": "2025-03-02T00:16:05.184+00:00", "LastUpdateDate": "2025-03-02T00:16:05.381+00:00", "LastUpdateLogin": "-1", "LastUpdatedBy": "SEED_DATA_FROM_APPLICATION", "Tag": null, "links": [ { "rel": "self", "href": "https://servername.fa.us2.oraclecloud.com:443/crmRestApi/resources/11.13.18.05/contactRoles/00020000001A4F52415F45474F5F52575F415050524F5645525F414354494F4E000000084143515549524544", "name": "contactRoles", "kind": "item" }, { "rel": "canonical", "href": "https://servername.fa.us2.oraclecloud.com:443/crmRestApi/resources/11.13.18.05/contactRoles/00020000001A4F52415F45474F5F52575F415050524F5645525F414354494F4E000000084143515549524544", "name": "contactRoles", "kind": "item" } ] }, { "LookupType": "ORA_VCS_DISPLAYED_PLANS", "LookupCode": "ORA_VCS_PLANS", "Meaning": "Collaboration plans", "Description": "The plans that are published and already created in Supply Chain Collaboration.", "EnabledFlag": "Y", "StartDateActive": "1959-01-01", "EndDateActive": null, "DisplaySequence": 0, "CreatedBy": "SEED_DATA_FROM_APPLICATION", "CreationDate": "2018-02-13T00:15:59.614+00:00", "LastUpdateDate": "2024-12-23T18:10:01.040+00:00", "LastUpdateLogin": "-1", "LastUpdatedBy": "SEED_DATA_FROM_APPLICATION", "Tag": null, "links": [ { "rel": "self", "href": "https://servername.fa.us2.oraclecloud.com:443/crmRestApi/resources/11.13.18.05/contactRoles/0002000000174F52415F5643535F444953504C415945445F504C414E530000000D4F52415F5643535F504C414E53", "name": "contactRoles", "kind": "item" }, { "rel": "canonical", "href": "https://servername.fa.us2.oraclecloud.com:443/crmRestApi/resources/11.13.18.05/contactRoles/0002000000174F52415F5643535F444953504C415945445F504C414E530000000D4F52415F5643535F504C414E53", "name": "contactRoles", "kind": "item" } ] } ], "count": 25, "hasMore": true, "limit": 25, "offset": 0, "links": [ { "rel": "self", "href": "https://servername.fa.us2.oraclecloud.com:443/crmRestApi/resources/11.13.18.05/contactRoles", "name": "contactRoles", "kind": "collection" } ] }