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": "2f616136-b7a6-4bb6-bcd0-7101bb8ccb98",
"tenantId": "190ebabe-5489-44e0-84b3-9714f4725f87",
"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-21T23:44:50.6556588+00:00",
"updatedDateUtc": "2026-02-21T23:44:50.6556588+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-21T23:44:50.6556588+00:00</CreatedDateUtc> <UpdatedDateUtc>2026-02-21T23:44:50.6556588+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>2f616136-b7a6-4bb6-bcd0-7101bb8ccb98</FileId> <IsShared>true</IsShared> <Name>sample string 3</Name> <Size>1</Size> <TenantId>190ebabe-5489-44e0-84b3-9714f4725f87</TenantId> </FileRepresentation>
Sample not available.