Update a payment adapter configuration
patch
/fscmRestApi/resources/11.13.18.05/publicSectorAdapterConfigs/{publicSectorAdapterConfigsUniqID}
Request
Supported Media Types
- application/vnd.oracle.adf.resourceitem+json
- application/json
Path Parameters
-
publicSectorAdapterConfigsUniqID: integer
This is the hash key of the attributes which make up the composite key--- AdapterId, ConfigurationId and AgencyId ---for the Adapter Configs resource and used to uniquely identify an instance of Adapter Configs. The client should not generate the hash key value. Instead, the client should query on the Adapter Configs collection resource with a filter on the primary key values in order to navigate to a specific instance of Adapter Configs.
For example: publicSectorAdapterConfigs?q=AdapterId=<value1>;ConfigurationId=<value2>;AgencyId=<value3>
The following table describes the body parameters in the request for this task.
Root Schema : publicSectorAdapterConfigs-item
Type:
Show Source
object-
AdapterId(optional):
string
Maximum Length:
100The unique identifier of the payment adapter. -
AgencyId(optional):
integer(int64)
The unique identifier of the agency receiving incoming customer payments.
-
ConfigurationId(optional):
string
Maximum Length:
15The unique identifier of the payment adapter configuration. -
ConfigurationName(optional):
string
Maximum Length:
100The name of the payment adapter configuration. -
ConfigurationValue(optional):
string
Maximum Length:
300The individual payment processing option within the payment adapter configuration. -
links(optional):
array Items
Title:
ItemsLink Relations
Nested Schema : link
Type:
Show Source
object-
href(optional):
string
Title:
hyperlink referenceThe URI to the related resource. -
rel(optional):
string
Title:
relationThe name of the relation to the resource instance. Example: self.
Response
Supported Media Types
- application/vnd.oracle.adf.resourceitem+json
- application/json
Default Response
The following table describes the default response for this task.
Root Schema : publicSectorAdapterConfigs-item
Type:
Show Source
object-
AdapterId(optional):
string
Maximum Length:
100The unique identifier of the payment adapter. -
AgencyId(optional):
integer(int64)
The unique identifier of the agency receiving incoming customer payments.
-
ConfigurationId(optional):
string
Maximum Length:
15The unique identifier of the payment adapter configuration. -
ConfigurationName(optional):
string
Maximum Length:
100The name of the payment adapter configuration. -
ConfigurationValue(optional):
string
Maximum Length:
300The individual payment processing option within the payment adapter configuration. -
links(optional):
array Items
Title:
ItemsLink Relations
Nested Schema : link
Type:
Show Source
object-
href(optional):
string
Title:
hyperlink referenceThe URI to the related resource. -
rel(optional):
string
Title:
relationThe name of the relation to the resource instance. Example: self.