Type Alias WebIntegrationPost

The creation of a web integration response.

type WebIntegrationPost = {
    created?: string;
    createdBy?: string;
    id?: string;
    lastUpdated?: string;
    links?: { self: { href: string } };
    name?: string;
    tenantId?: string;
    validOrigins?: string[];
}
Index

Properties

created?: string

The time the web integration was created.

createdBy?: string
id?: string
lastUpdated?: string
links?: { self: { href: string } }

Type Declaration

  • self: { href: string }

    Link information for current page.

    • href: string

      URL to the current page of records.

name?: string
tenantId?: string
validOrigins?: string[]