getType
get
/ccadmin/v1/appeasementTypes/{id}
Gets an appeasement type based on the ID provided.
Request
Supported Media Types
- application/json
Path Parameters
-
id(required): string
ID corresponding to the appeasement type to be fetched.
Response
Supported Media Types
- application/json
200 Response
Following model is returned when operation succeeds.
Root Schema : getType_response
Type:
Show Source
object
-
active:
boolean
Indicates whether appeasement type is enabled or disabled.
-
description:
string
Description of the appeasement type.
-
displayName:
string
Name of the appeasement type.
-
id:
string
Id of the appeasement type.
-
isOrderRequired:
boolean
Indicates whether order is mandatory for the type.
Example:
{
"displayName":"Order",
"description":"Appeasement to be applied on a given order",
"active":true,
"id":"order",
"isOrderRequired":true
}
Default Response
The error response.
The following are the internal error codes thrown by this API when the request processing fails in Oracle Commerce Cloud:
|Error Code|Description|
|------------------|------------------|
|900000|An internal error occurred.|
|900023|No AppeasementType found with given AppeasementType id|
Root Schema : errorModel
Type:
Show Source
object
-
devMessage:
string
An optional non-localized message containing technical information for developers
-
errorCode:
string
The numerical code identifying the error
-
errors:
array errors
An optional list of errors if multiple errors were encountered
-
message:
string
The localized message describing the error
-
moreInfo:
string
An optional non-localized message with more information
-
o:errorPath:
string
An optional machine readable description of where the error occurred
-
status:
string
The HTTP status code
-
type:
string
The URI to the HTTP state code definition
Nested Schema : errors
Type:
array
An optional list of errors if multiple errors were encountered
Show Source
Nested Schema : items
Type:
Show Source
object
-
devMessage:
string
An optional non-localized message containing technical information for developers
-
errorCode:
string
The numerical code identifying the error
-
message:
string
The localized message describing the error
-
moreInfo:
string
An optional non-localized message with more information
-
o:errorPath:
string
An optional machine readable description of where the error occurred
-
status:
string
The HTTP status code