kustomer-client
    Preparing search index...

    Type Alias CreateMessageResponses

    type CreateMessageResponses = {
        "201": {
            data: {
                attributes: {
                    app: string;
                    channel: string;
                    createdAt: string;
                    direction: string;
                    lang: string;
                    meta: string;
                    modifiedAt: string;
                    preview: string;
                    sentAt: string;
                    size: string;
                    status: string;
                    subject: string;
                    updatedAt: string;
                };
                id: string;
                links: { self: string };
                relationships: {
                    conversation: {
                        data: { id: string; type: string };
                        links: { self: string };
                    };
                    createdBy: {
                        data: { id: string; type: string };
                        links: { self: string };
                    };
                    customer: {
                        data: { id: string; type: string };
                        links: { self: string };
                    };
                    modifiedBy: {
                        data: { id: string; type: string };
                        links: { self: string };
                    };
                    org: { data: { id: string; type: string }; links: { self: string } };
                };
                type: string;
            };
        };
    }
    Index

    Properties

    Properties

    "201": {
        data: {
            attributes: {
                app: string;
                channel: string;
                createdAt: string;
                direction: string;
                lang: string;
                meta: string;
                modifiedAt: string;
                preview: string;
                sentAt: string;
                size: string;
                status: string;
                subject: string;
                updatedAt: string;
            };
            id: string;
            links: { self: string };
            relationships: {
                conversation: {
                    data: { id: string; type: string };
                    links: { self: string };
                };
                createdBy: {
                    data: { id: string; type: string };
                    links: { self: string };
                };
                customer: { data: { id: string; type: string }; links: { self: string } };
                modifiedBy: {
                    data: { id: string; type: string };
                    links: { self: string };
                };
                org: { data: { id: string; type: string }; links: { self: string } };
            };
            type: string;
        };
    }

    Created