Creates a metadata record that is used to track files uploaded to blob storage
| Name | Description | Additional information |
|---|---|---|
| fileRepresentation |
Define this parameter in the request body. |
{
"fileId": "ca25a52b-e00f-42f8-98a3-1b9f355e9e3d",
"tenantId": "7b5878ca-a4b3-4b63-96a3-fe4022a1cc7f",
"name": "sample string 3",
"description": "sample string 4",
"blobStorageUrl": "sample string 5",
"size": 1,
"contentType": "sample string 6",
"isShared": true,
"correlationId": "sample string 8",
"createdBy": "sample string 9",
"createdDateUtc": "2026-02-28T23:56:43.575034+00:00",
"updatedDateUtc": "2026-02-28T23:56:43.575034+00:00"
}
<FileRepresentation xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BlueDot.Cyan.Server.Core.Models.Rest.Version1"> <CreatedDateUtc>2026-02-28T23:56:43.575034+00:00</CreatedDateUtc> <UpdatedDateUtc>2026-02-28T23:56:43.575034+00:00</UpdatedDateUtc> <BlobStorageUrl>sample string 5</BlobStorageUrl> <ContentType>sample string 6</ContentType> <CorrelationId>sample string 8</CorrelationId> <CreatedBy>sample string 9</CreatedBy> <Description>sample string 4</Description> <FileId>ca25a52b-e00f-42f8-98a3-1b9f355e9e3d</FileId> <IsShared>true</IsShared> <Name>sample string 3</Name> <Size>1</Size> <TenantId>7b5878ca-a4b3-4b63-96a3-fe4022a1cc7f</TenantId> </FileRepresentation>
Sample not available.