POST api/Portal_Repositories/Update

Request Information

URI Parameters

None.

Body Parameters

Portal_RepositoryFabricSixteen
NameDescriptionTypeAdditional information
RecordID

integer

None.

UserName

string

None.

ReportDesc

string

None.

ReportType

string

None.

AllowTransfereeAccess

string

None.

AllowClientAccess

string

None.

AllowVendorAccess

string

None.

AddedBy_ID

integer

None.

Added_On

date

None.

Modified_By

string

None.

Modified_On

date

None.

AuthorizationID

string

None.

DocCatID

integer

None.

IsPublicDoc

string

None.

DocNote

string

None.

Filename

string

None.

ID

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "RecordID": 1,
  "UserName": "sample string 2",
  "ReportDesc": "sample string 3",
  "ReportType": "sample string 4",
  "AllowTransfereeAccess": "sample string 5",
  "AllowClientAccess": "sample string 6",
  "AllowVendorAccess": "sample string 7",
  "AddedBy_ID": 1,
  "Added_On": "2025-05-09T17:29:18.0724114+00:00",
  "Modified_By": "sample string 8",
  "Modified_On": "2025-05-09T17:29:18.0724114+00:00",
  "AuthorizationID": "sample string 9",
  "DocCatID": 1,
  "IsPublicDoc": "sample string 10",
  "DocNote": "sample string 11",
  "Filename": "sample string 12",
  "ID": 13
}

application/xml, text/xml

Sample:
<Portal_RepositoryFabricSixteen xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Fabric">
  <AddedBy_ID>1</AddedBy_ID>
  <Added_On>2025-05-09T17:29:18.0724114+00:00</Added_On>
  <AllowClientAccess>sample string 6</AllowClientAccess>
  <AllowTransfereeAccess>sample string 5</AllowTransfereeAccess>
  <AllowVendorAccess>sample string 7</AllowVendorAccess>
  <AuthorizationID>sample string 9</AuthorizationID>
  <DocCatID>1</DocCatID>
  <DocNote>sample string 11</DocNote>
  <Filename>sample string 12</Filename>
  <ID>13</ID>
  <IsPublicDoc>sample string 10</IsPublicDoc>
  <Modified_By>sample string 8</Modified_By>
  <Modified_On>2025-05-09T17:29:18.0724114+00:00</Modified_On>
  <RecordID>1</RecordID>
  <ReportDesc>sample string 3</ReportDesc>
  <ReportType>sample string 4</ReportType>
  <UserName>sample string 2</UserName>
</Portal_RepositoryFabricSixteen>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.