ClientLinkDto
Response DTO for client link information
Properties
| Name | Type | Description |
|---|---|---|
| code | string | The unique code for this link |
The unique code for this link | ||
| url | string | The URL of the link |
The URL of the link | ||
| linkType | enum | Other Website LinkedIn Instagram |
Other Website LinkedIn Instagram | ||
| createdDate | string | When the link was created |
When the link was created | ||
| updatedDate | string | 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"
}