Performs an update to the failedEventAction of a queued message.

put

/ccstore/v1/selfservice/queuedActions/{id}

Authenticated endpoint to update the failedEventAction of a queued message belonging to the currently logged-in user. Note: This endpoint only updates the failedEventAction field and does not modify any other part of the queued message.

Request

Supported Media Types
Path Parameters
Body ()
Root Schema : UpdateQueuedActionRequest
Type: object
Show Source
Example:
{
    "failedEventAction":"COPY"
}
Back to Top

Response

Supported Media Types

200 Response

Response containing updated queued message
Body ()
Root Schema : updateQueuedActionsResponse
Type: object
Show Source
Example:
{
    "entityType":"order",
    "errorMessage":null,
    "entityId":"o990431",
    "receivedAt":"2025-04-04T12:11:17.150Z",
    "failedEventAction":"COPY",
    "organizationId":"or-100001",
    "failedEventActionAt":"2025-04-05T12:11:45.210Z",
    "profileId":"bb-110034",
    "entityName":null,
    "repositoryId":"msg-205",
    "processedAt":"2025-04-04T12:11:45.210Z",
    "queuedActionId":"msg-205",
    "siteId":"siteUS",
    "action":"submitOrder",
    "links":[
        {
            "rel":"self",
            "href":"http://localhost:8080/ccstore/v1/selfservice/queuedActions/msg-205"
        }
    ],
    "failedEventActionBy":"bb-110034",
    "status":"FAILED"
}

400 Response

Bad query params in the request
Body ()
Root Schema : Error
Type: object
Show Source
Back to Top