All REST Endpoints
- Create an API annex
- Method: postPath:
/admin/apiAnnexes
- Delete an API annex
- Method: deletePath:
/admin/apiAnnexes/{id}
- Get all API annexes
- Method: getPath:
/admin/apiAnnexes
- Get an API annex
- Method: getPath:
/admin/apiAnnexes/{id}
- Replace an API annex
- Method: putPath:
/admin/apiAnnexes/{id}
- Update an API annex
- Method: patchPath:
/admin/apiAnnexes/{id}
- Create an API
- Method: postPath:
/admin/apis
- Delete an API
- Method: deletePath:
/admin/apis/{id}
- Get all APIs
- Method: getPath:
/admin/apis
- Get an API
- Method: getPath:
/admin/apis/{id}
- Replace an API
- Method: putPath:
/admin/apis/{id}
- Update an API
- Method: patchPath:
/admin/apis/{id}
- Create a connection descriptor
- Method: postPath:
/admin/connectionDescriptors
- Delete a connection descriptor
- Method: deletePath:
/admin/connectionDescriptors/{id}
- Get a connection descriptor
- Method: getPath:
/admin/connectionDescriptors/{id}
- Get all connection descriptors
- Method: getPath:
/admin/connectionDescriptors
- Replace a connection descriptor
- Method: putPath:
/admin/connectionDescriptors/{id}
- Update a connection descriptor
- Method: patchPath:
/admin/connectionDescriptors/{id}
- Create an endpoint rule
- Method: postPath:
/admin/endpointRules
- Delete an endpoint rule
- Method: deletePath:
/admin/endpointRules/{id}
- Get all endpoint rules
- Method: getPath:
/admin/endpointRules
- Get an endpoint rule
- Method: getPath:
/admin/endpointRules/{id}
- Replace an endpoint rule
- Method: putPath:
/admin/endpointRules/{id}
- Update an endpoint rule
- Method: patchPath:
/admin/endpointRules/{id}
- Export all configurations
- Method: getPath:
/admin/export
- Export an individual configuration
- Method: getPath:
/admin/export/{configurationName}
- Create an extensibility secret
- Method: postPath:
/admin/extensibilitySecrets
- Get all extensibility secrets
- Method: getPath:
/admin/extensibilitySecrets
- Replace an extensibility secret
- Method: putPath:
/admin/extensibilitySecrets/{id}
- Enable/Disable a feature flag
- Method: putPath:
/admin/featureFlags/{flag}
- Get a feature flag
- Method: getPath:
/admin/featureFlags/{flag}
- Get all feature flags
- Method: getPath:
/admin/featureFlags
- Create a gatekeeping rule annex
- Method: postPath:
/admin/gatekeepingRuleAnnexes
- Delete a gatekeeping rule annex
- Method: deletePath:
/admin/gatekeepingRuleAnnexes/{id}
- Get a gatekeeping rule annex
- Method: getPath:
/admin/gatekeepingRuleAnnexes/{id}
- Get all gatekeeping rule annexes
- Method: getPath:
/admin/gatekeepingRuleAnnexes
- Replace a gatekeeping rule annex
- Method: putPath:
/admin/gatekeepingRuleAnnexes/{id}
- Update a gatekeeping rule annex
- Method: patchPath:
/admin/gatekeepingRuleAnnexes/{id}
- Get a gatekeeping rule
- Method: getPath:
/admin/gatekeepingRules/{id}
- Get all gatekeeping rules
- Method: getPath:
/admin/gatekeepingRules
- Replace a gatekeeping rule
- Method: putPath:
/admin/gatekeepingRules/{id}
- Import all configurations
- Method: postPath:
/admin/import
- Create an interaction context enrichment
- Method: postPath:
/admin/interactionContextEnrichments
- Delete an interaction context enrichment
- Method: deletePath:
/admin/interactionContextEnrichments/{id}
- Get all interaction context enrichments
- Method: getPath:
/admin/interactionContextEnrichments
- Get an interaction context enrichment
- Method: getPath:
/admin/interactionContextEnrichments/{id}
- Replace an interaction context enrichment
- Method: putPath:
/admin/interactionContextEnrichments/{id}
- Update an interaction context enrichment
- Method: patchPath:
/admin/interactionContextEnrichments/{id}
- Create a listener registration
- Method: postPath:
/admin/listenerRegistrations
- Delete a listener registration
- Method: deletePath:
/admin/listenerRegistrations/{id}
- Get a listener registration
- Method: getPath:
/admin/listenerRegistrations/{id}
- Get all listener registrations
- Method: getPath:
/admin/listenerRegistrations
- Replace a listener registration
- Method: putPath:
/admin/listenerRegistrations/{id}
- Update a listener registration
- Method: patchPath:
/admin/listenerRegistrations/{id}
- Create an OIDC server
- Method: postPath:
/admin/oidcServers
- Delete an OIDC server
- Method: deletePath:
/admin/oidcServers/{id}
- Get all OIDC servers
- Method: getPath:
/admin/oidcServers
- Get an OIDC server
- Method: getPath:
/admin/oidcServers/{id}
- Replace an OIDC server
- Method: putPath:
/admin/oidcServers/{id}
- Update an OIDC server
- Method: patchPath:
/admin/oidcServers/{id}
- Create a routing criteria
- Method: postPath:
/admin/routingCriteria
- Delete a routing criteria
- Method: deletePath:
/admin/routingCriteria/{id}
- Get a routing criteria
- Method: getPath:
/admin/routingCriteria/{id}
- Get all routing criteria
- Method: getPath:
/admin/routingCriteria
- Replace a routing criteria
- Method: putPath:
/admin/routingCriteria/{id}
- Update a routing criteria
- Method: patchPath:
/admin/routingCriteria/{id}
- Create a SCIM configuration
- Method: postPath:
/admin/scimConfigurations
- Get a SCIM configuration
- Method: getPath:
/admin/scimConfigurations/{id}
- Get all SCIM configurations
- Method: getPath:
/admin/scimConfigurations
- Replace a SCIM configuration
- Method: putPath:
/admin/scimConfigurations/{id}
- Update a SCIM configuration
- Method: patchPath:
/admin/scimConfigurations/{id}
- Create a stock response
- Method: postPath:
/admin/stockResponses
- Delete a stock response
- Method: deletePath:
/admin/stockResponses/{id}
- Get a stock response
- Method: getPath:
/admin/stockResponses/{id}
- Get all stock responses
- Method: getPath:
/admin/stockResponses
- Replace a stock response
- Method: putPath:
/admin/stockResponses/{id}
- Update a stock response
- Method: patchPath:
/admin/stockResponses/{id}
- Create a system descriptor
- Method: postPath:
/admin/systemDescriptors
- Delete a system descriptor
- Method: deletePath:
/admin/systemDescriptors/{id}
- Get a system descriptor
- Method: getPath:
/admin/systemDescriptors/{id}
- Get all system descriptors
- Method: getPath:
/admin/systemDescriptors
- Replace a system descriptor
- Method: putPath:
/admin/systemDescriptors/{id}
- Update a system descriptor
- Method: patchPath:
/admin/systemDescriptors/{id}
- Get all tenant configurations
- Method: getPath:
/admin/tenantConfigurations
- Replace a tenant configuration
- Method: putPath:
/admin/tenantConfigurations/{id}
- Get all utility configurations
- Method: getPath:
/admin/utilityConfigurations
- Replace an utility configuration
- Method: putPath:
/admin/utilityConfigurations/{id}
- Create a workspace client
- Method: postPath:
/admin/workspaceClients
- Delete a workspace client
- Method: deletePath:
/admin/workspaceClients/{id}
- Get a workspace client
- Method: getPath:
/admin/workspaceClients/{id}
- Get all workspace clients
- Method: getPath:
/admin/workspaceClients
- Replace a workspace client
- Method: putPath:
/admin/workspaceClients/{id}
- Update a workspace client
- Method: patchPath:
/admin/workspaceClients/{id}
- Get a workspace
- Method: getPath:
/admin/workspaces/{id}
- Get all workspaces
- Method: getPath:
/admin/workspaces
- Replace a workspace
- Method: putPath:
/admin/workspaces/{id}
- Update a workspace
- Method: patchPath:
/admin/workspaces/{id}
Below is the mapping table for design time after market extensions.The extensions created at Shopping Cart (TMF 663) will be copied over Product Order (TMF 622) and Product Inventory (Asset) (TMF 637) based on below mappings
Shopping Cart (TMF 663) | Product Order (TMF 622) | Product Inventory (Asset) (TMF 637) |
---|---|---|
AccountRefOracle | AccountRefOracle | AccountRefOracle |
AddressOracle | AddressOracle | AddressOracle |
BillingAccountRefOracle | BillingAccountRefOracle | BillingAccountRefOracle |
ContactMedium | ||
EligibilityProfileOracle | EligibilityProfileOracle | |
MediumCharacteristic | ||
OracleContractCreateJob | ||
OracleCouponManagement | OracleCouponManagement | |
OracleDeliverySchedule | OracleDeliverySchedule | |
OracleFulfillmentInfo | OracleFulfillmentInfo | |
OracleInstallation | OracleInstallation | |
OracleLoyaltyManagement | OracleLoyaltyManagement | |
OraclePayment | OraclePayment | |
OracleRelatedParty | OracleRelatedParty | |
OracleShipmentTracking | OracleShipmentTracking | |
OracleStorePickUp | OracleStorePickUp | |
OracleTSQ | OracleTSQ | |
OracleValidateCart | ||
Quantity | Quantity | Quantity |
TimePeriod | TimePeriod | TimePeriod |
Money | Money | Money |
OracleContact | OracleContact | |
OracleItemFulfillmentInfo | OracleItemFulfillmentInfo | |
CharacteristicOracle | CharacteristicOracle | CharacteristicOracle |
CartItemOracle | ProductOrderItemOracle | ProductOracle |
BillStructure | ||
OracleValidateOrder | ||
BillingCycleSpecificationRefOrValue | ||
BillFormatRefOrValue | ||
BillPresentationMediaRefOrValue |