Update an inbound message filter
patch
/crmRestApi/resources/11.13.18.05/inboundMsgFilters/{FilterId}
Request
Path Parameters
-
FilterId(required): integer(int64)
The unique identifier of the inbound message filter.
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-
ActionCd: string
Title:
Action CodeMaximum Length:30The code indicating if an Accept or a Reject action is applied on the filter. A list of accepted values is defined in the lookup ORA_SVC_INBND_FLTR_ACTION_TYPE. -
ActionCdMeaning: string
Title:
Action ValueMaximum Length:255Indicates the display value corresponding to the action lookup code for the inbound email filters. -
CustomFilterFlag: boolean
Title:
User-Defined FilterMaximum Length:1Default Value:falseIndicates whether the filter is user defined. -
DeletedFlag: boolean
Title:
DeletedMaximum Length:1Default Value:falseIndicates whether the filter is deleted. The default value is false. -
Description: string
Title:
DescriptionMaximum Length:400The description of the filter. -
FieldName: string
Title:
Field NameMaximum Length:64The name of the field on which the filter is to be applied. -
FilterTypeCd: string
Title:
Filter Type CodeMaximum Length:30The code indicating the type of the filter. A list of accepted values is defined in the lookup ORA_SVC_INBND_FLTR_FIELD_TYPE. -
FilterTypeCdMeaning: string
Title:
Filter Type ValueMaximum Length:255Indicates the display value corresponding to the filter type lookup code for the inbound email filters. -
OrderNumber: integer
(int64)
Title:
Order NumberThe order in which the filters must be applied. Valid only if there are more than one filters. -
Pattern: string
Title:
PatternMaximum Length:400The pattern value of the filter.
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 : inboundMsgFilters-item-response
Type:
Show Source
object-
ActionCd: string
Title:
Action CodeMaximum Length:30The code indicating if an Accept or a Reject action is applied on the filter. A list of accepted values is defined in the lookup ORA_SVC_INBND_FLTR_ACTION_TYPE. -
ActionCdMeaning: string
Title:
Action ValueMaximum Length:255Indicates the display value corresponding to the action lookup code for the inbound email filters. -
CreatedBy: string
Title:
Created ByRead Only:trueMaximum Length:64The user who created the inbound message filter. -
CreationDate: string
(date-time)
Title:
Creation DateRead Only:trueThe date when the inbound message filter was created. -
CustomFilterFlag: boolean
Title:
User-Defined FilterMaximum Length:1Default Value:falseIndicates whether the filter is user defined. -
DeletedFlag: boolean
Title:
DeletedMaximum Length:1Default Value:falseIndicates whether the filter is deleted. The default value is false. -
DeleteFlag: boolean
Title:
Can DeleteRead Only:trueIndicates if the inbound message filter can be deleted. The default value is false. -
Description: string
Title:
DescriptionMaximum Length:400The description of the filter. -
FieldName: string
Title:
Field NameMaximum Length:64The name of the field on which the filter is to be applied. -
FilterId: integer
(int64)
Title:
Filter IDThe unique identifier of the inbound message filter. -
FilterTypeCd: string
Title:
Filter Type CodeMaximum Length:30The code indicating the type of the filter. A list of accepted values is defined in the lookup ORA_SVC_INBND_FLTR_FIELD_TYPE. -
FilterTypeCdMeaning: string
Title:
Filter Type ValueMaximum Length:255Indicates the display value corresponding to the filter type lookup code for the inbound email filters. -
LastUpdateDate: string
(date-time)
Title:
Last Updated DateRead Only:trueThe date when the inbound message filter was last updated. -
LastUpdatedBy: string
Title:
Last Updated ByRead Only:trueMaximum Length:64The user who last updated the inbound message filter. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
OrderNumber: integer
(int64)
Title:
Order NumberThe order in which the filters must be applied. Valid only if there are more than one filters. -
Pattern: string
Title:
PatternMaximum Length:400The pattern value of the filter. -
UpdateFlag: boolean
Title:
Can UpdateRead Only:trueIndicates if the inbound message filter can be updated. The default value is false.
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
- ActionCdLookup
-
Parameters:
- finder:
LookupTypeFinder%3BLookupType%3DORA_SVC_INBND_FLTR_ACTION_TYPE
The following properties are defined on the LOV link relation:- Source Attribute: ActionCd; Target Attribute: LookupCode
- Display Attribute: Meaning
- finder:
- FilterTypeLookup
-
Parameters:
- finder:
LookupTypeFinder%3BLookupType%3DORA_SVC_INBND_FLTR_FIELD_TYPE
The following properties are defined on the LOV link relation:- Source Attribute: FilterTypeCd; Target Attribute: LookupCode
- Display Attribute: Meaning
- finder:
- YesNoLookupPVO
-
Parameters:
- finder:
LookupTypeFinder%3BLookupType%3DYES_NO
The list of values indicating whether an inbound message filter is deleted.
The following properties are defined on the LOV link relation:- Source Attribute: DeletedFlag; Target Attribute: LookupCode
- Display Attribute: Meaning
- finder:
Examples
Use PATCH with the following URI syntax to update an inbound message filter:
Example of Request URI
The following shows an example of the request URL.
https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/inboundMsgFilters/300100091717107
Example of Request Header
The following shows an example of the request header.
PATCH /crmRestApi/resources/11.13.18.05/inboundMsgFilters/300100091717107 HTTP/1.1 HOST: servername.fa.us2.oraclecloud.com authorization: Basic U0FMRVNfQURNSU46V2VsY29tZTE= content-type: application/vnd.oracle.adf.resourceitem+json
Example of Response Header
The following shows an example of the response header.
HTTP/1.1 200: OK Date: Mon, 18 Jan 2017 08:55:04 GMT Server: Oracle-HTTP-Server-11g Content-Type: application/vnd.oracle.adf.resourceitem+json Content-Language: en
Example of Response Body
The following shows an example of the response body in JSON format.
Content type:
{
"FilterId": 300100091717107,
"FilterTypeCd": "ORA_SVC_MIME",
"FieldName": "MIMEAttachment",
"Pattern": ".*spam.*spam",
"OrderNumber": 300100091712547,
"Description": "This filter is to reject mail if subject is spam_updated desc",
"CustomFilterFlag": true,
"DeletedFlag": false,
"CreationDate": "2016-10-20T03:05:11-07:00",
"CreatedBy": "xInboundEmailUI1",
"LastUpdateDate": "2017-01-18T00:55:16-08:00",
"LastUpdatedBy": "SALES_ADMIN",
"ActionCd": "ORA_SVC_REJECT",
"links": [
{
"rel": "self",
"href": "http://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/inboundMsgFilters/300100091717107",
"name": "inboundMsgFilters",
"kind": "item",
"properties": {
"changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B020000787200106A6176612E6C616E672E4F626A656374000000000000000000000078700000000878"
}
},
{
"rel": "canonical",
"href": "http://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/inboundMsgFilters/300100091717107",
"name": "inboundMsgFilters",
"kind": "item"
},
{
"rel": "lov",
"href": "http://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/inboundMsgFilters/300100091717107/lov/ActionCdLookupPVO",
"name": "ActionCdLookupPVO",
"kind": "collection"
},
{
"rel": "lov",
"href": "http://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/inboundMsgFilters/300100091717107/lov/YesNoLookupPVO",
"name": "YesNoLookupPVO",
"kind": "collection"
},
{
"rel": "lov",
"href": "http://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/inboundMsgFilters/300100091717107/lov/FilterTypeLookupPVO",
"name": "FilterTypeLookupPVO",
"kind": "collection"
}
],
}