kustomer-client
    Preparing search index...

    Type Alias CreateNoteResponses

    type CreateNoteResponses = {
        "201": {
            data: {
                attributes: { body: string; createdAt: string; externalId: 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 };
                    };
                    org: { data: { id: string; type: string }; links: { self: string } };
                    userMentions: { data: { id: string; type: string }[] };
                };
                type: string;
            };
        };
    }
    Index

    Properties

    Properties

    "201": {
        data: {
            attributes: { body: string; createdAt: string; externalId: 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 } };
                org: { data: { id: string; type: string }; links: { self: string } };
                userMentions: { data: { id: string; type: string }[] };
            };
            type: string;
        };
    }

    Created