ResponseContainerNotificant

ResponseContainerNotificant
ResponseContainerNotificant

JSON container for the HTTP response along with status

JSON Example
{
    "status": {
        "result": "string",
        "message": "string",
        "code": 0
    },
    "response": {
        "method": "string",
        "id": "string",
        "contentType": "string",
        "description": "string",
        "createdEpochMillis": 0,
        "updatedEpochMillis": 0,
        "title": "string",
        "customerId": "string",
        "triggers": [
            "string"
        ],
        "template": "string",
        "recipient": "string",
        "emailSubject": "string",
        "isHtmlContent": false,
        "routes": [
            {
                "method": "string",
                "target": "string",
                "filter": "string"
            }
        ],
        "creatorId": "string",
        "updaterId": "string"
    }
}
status
Required

status

response
Optional

response