appeasementSubmit

post

/ccadmin/v1/webhook/appeasementSubmit

The details of the appeasement submitted in Oracle CX Commerce

Request

Supported Media Types
Body ()
Root Schema : appeasementSubmit_request
Type: object
Show Source
Example:
{
    "appeasement":{
        "reason":{
            "readableDescription":"Item Arrived Damaged",
            "id":"itemArrivedDamaged"
        },
        "agentId":"service",
        "notes":"Customer complained that the order has arrived damaged, and asked for a refund of shipping amount. Providing 15 USD.",
        "orderId":"o10068",
        "damagedLineItemId":"ci123547",
        "lastModifiedDate":"2020-04-05T15:52:22.622Z",
        "appeasementRefunds":[
            {
                "paymentGroupId":"p13343",
                "refundType":"externalRefund",
                "amount":5,
                "customerPreferredGiftCardId":null,
                "id":"3200006",
                "state":"INCOMPLETE",
                "currencyCode":"USD"
            },
            {
                "paymentGroupId":"pg80414",
                "refundType":"tokenizedCreditCard",
                "amount":2,
                "id":"3200006",
                "state":"INCOMPLETE",
                "currencyCode":"USD"
            }
        ],
        "type":{
            "displayName":"Order",
            "description":"Appeasement to be applied on a given order",
            "id":"order"
        },
        "creationDate":"2020-04-05T15:52:22.622Z",
        "submittedDate":"2020-04-05T15:52:22.622Z",
        "profileId":"se-570031",
        "links":[
            {
                "rel":"self",
                "href":"http://localhost:9080/ccagentui/v1/appeasements/submit"
            }
        ],
        "state":"SUBMITTED",
        "id":"app370003",
        "originOfAppeasement":"agent"
    }
}
Nested Schema : appeasement
Type: object
Details of an appeasement
Show Source
Nested Schema : appeasementRefunds
Type: object
Properties of the appeasemen refund.
Show Source
Nested Schema : reason
Type: object
Reason used for the appeasement. Detailed information
Show Source
Nested Schema : type
Type: object
Type of appeasement, among the configured appeasement type in the system.
Show Source
Back to Top

Response

Supported Media Types

200 Response

No response is returned as this is an event webhook
Body ()
Root Schema : emptyResponse
Show Source
Back to Top