API Docs / Schemas / ClientLinkDto

ClientLinkDto

Response DTO for client link information

Properties

Name Type Description
codestring

The unique code for this link

The unique code for this link

urlstring

The URL of the link

The URL of the link

linkTypeenum

Other Website LinkedIn Instagram

Other Website LinkedIn Instagram

createdDatestring

When the link was created

When the link was created

updatedDatestring

When the link was last updated

When the link was last updated

JSON Example

{
  "code": "string",
  "url": "string",
  "linkType": "Other",
  "createdDate": "2024-01-01T00:00:00Z",
  "updatedDate": "2024-01-01T00:00:00Z"
}

Used By Operations

Contained in Schemas