GET api/Common/getAllRecordsFileManagerByBranch?BranchId={BranchId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
BranchId

integer

Required

Body Parameters

None.

Response Information

Resource Description

Collection of FileManagerRecordsByBranch
NameDescriptionTypeAdditional information
DocumentFileTypeId

integer

None.

DocumentFileTypeName

string

None.

DocumentTypeId

decimal number

None.

DocumentTypeName

string

None.

DocUploadedPath

string

None.

DocumentUploadId

decimal number

None.

CreatedByEmployee

string

None.

CreatedDate

date

None.

FileName

string

None.

GoogleDriveLink

string

None.

BranchName

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "DocumentFileTypeId": 1,
    "DocumentFileTypeName": "sample string 1",
    "DocumentTypeId": 2.0,
    "DocumentTypeName": "sample string 3",
    "DocUploadedPath": "sample string 4",
    "DocumentUploadId": 5.0,
    "CreatedByEmployee": "sample string 6",
    "CreatedDate": "2025-12-06T02:47:53.7636754+05:30",
    "FileName": "sample string 8",
    "GoogleDriveLink": "sample string 9",
    "BranchName": "sample string 10"
  },
  {
    "DocumentFileTypeId": 1,
    "DocumentFileTypeName": "sample string 1",
    "DocumentTypeId": 2.0,
    "DocumentTypeName": "sample string 3",
    "DocUploadedPath": "sample string 4",
    "DocumentUploadId": 5.0,
    "CreatedByEmployee": "sample string 6",
    "CreatedDate": "2025-12-06T02:47:53.7636754+05:30",
    "FileName": "sample string 8",
    "GoogleDriveLink": "sample string 9",
    "BranchName": "sample string 10"
  }
]

application/xml, text/xml

Sample:
<ArrayOfFileManagerRecordsByBranch xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZenoxERP.API.Models.Extensions">
  <FileManagerRecordsByBranch>
    <BranchName>sample string 10</BranchName>
    <CreatedByEmployee>sample string 6</CreatedByEmployee>
    <CreatedDate>2025-12-06T02:47:53.7636754+05:30</CreatedDate>
    <DocUploadedPath>sample string 4</DocUploadedPath>
    <DocumentFileTypeId>1</DocumentFileTypeId>
    <DocumentFileTypeName>sample string 1</DocumentFileTypeName>
    <DocumentTypeId>2</DocumentTypeId>
    <DocumentTypeName>sample string 3</DocumentTypeName>
    <DocumentUploadId>5</DocumentUploadId>
    <FileName>sample string 8</FileName>
    <GoogleDriveLink>sample string 9</GoogleDriveLink>
  </FileManagerRecordsByBranch>
  <FileManagerRecordsByBranch>
    <BranchName>sample string 10</BranchName>
    <CreatedByEmployee>sample string 6</CreatedByEmployee>
    <CreatedDate>2025-12-06T02:47:53.7636754+05:30</CreatedDate>
    <DocUploadedPath>sample string 4</DocUploadedPath>
    <DocumentFileTypeId>1</DocumentFileTypeId>
    <DocumentFileTypeName>sample string 1</DocumentFileTypeName>
    <DocumentTypeId>2</DocumentTypeId>
    <DocumentTypeName>sample string 3</DocumentTypeName>
    <DocumentUploadId>5</DocumentUploadId>
    <FileName>sample string 8</FileName>
    <GoogleDriveLink>sample string 9</GoogleDriveLink>
  </FileManagerRecordsByBranch>
</ArrayOfFileManagerRecordsByBranch>