POST api/Document/SaveDataBaseUsed/
Request Information
URI Parameters
None.
Body Parameters
Benchmarking| Name | Description | Type | Additional information |
|---|---|---|---|
| BenchmarkingID | integer |
None. |
|
| Title | string |
None. |
|
| RegionID | integer |
None. |
|
| CountryID | integer |
None. |
|
| TaxYearID | integer |
None. |
|
| OrganizationID | integer |
None. |
|
| CreatedBy | integer |
None. |
|
| CreatedDate | date |
None. |
|
| TaxYearRange | string |
None. |
|
| FromYear | integer |
None. |
|
| FromYearID | integer |
None. |
|
| ToYearID | integer |
None. |
|
| ToYear | integer |
None. |
|
| DataBaseUsedID | integer |
None. |
|
| DataPoints | integer |
None. |
|
| PLIID | integer |
None. |
|
| Period | string |
None. |
|
| RMin | string |
None. |
|
| RLQ | string |
None. |
|
| RMedium | string |
None. |
|
| RUQ | string |
None. |
|
| RMax | string |
None. |
|
| FileURL | string |
None. |
|
| FileManagerID | integer |
None. |
|
| FileTypeID | string |
None. |
|
| FileName | string |
None. |
|
| BlobName | string |
None. |
|
| DataBaseUsedName | string |
None. |
|
| Notes | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"benchmarkingID": 1,
"title": "sample string 2",
"regionID": 1,
"countryID": 1,
"taxYearID": 1,
"organizationID": 1,
"createdBy": 1,
"createdDate": "2025-12-30T08:53:28.5443525+00:00",
"taxYearRange": "sample string 4",
"fromYear": 1,
"fromYearID": 1,
"toYearID": 1,
"toYear": 1,
"dataBaseUsedID": 1,
"dataPoints": 1,
"pliid": 1,
"period": "sample string 5",
"rMin": "sample string 6",
"rlq": "sample string 7",
"rMedium": "sample string 8",
"ruq": "sample string 9",
"rMax": "sample string 10",
"fileURL": "sample string 11",
"fileManagerID": 1,
"fileTypeID": "sample string 12",
"fileName": "sample string 13",
"blobName": "sample string 14",
"dataBaseUsedName": "sample string 15",
"notes": "sample string 16"
}
application/xml, text/xml
Sample:
<Benchmarking xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Transportal.BAL.Documentation"> <BenchmarkingID>1</BenchmarkingID> <BlobName>sample string 14</BlobName> <CountryID>1</CountryID> <CreatedBy>1</CreatedBy> <CreatedDate>2025-12-30T08:53:28.5443525+00:00</CreatedDate> <DataBaseUsedID>1</DataBaseUsedID> <DataBaseUsedName>sample string 15</DataBaseUsedName> <DataPoints>1</DataPoints> <FileManagerID>1</FileManagerID> <FileName>sample string 13</FileName> <FileTypeID>sample string 12</FileTypeID> <FileURL>sample string 11</FileURL> <FromYear>1</FromYear> <FromYearID>1</FromYearID> <Notes>sample string 16</Notes> <OrganizationID>1</OrganizationID> <PLIID>1</PLIID> <Period>sample string 5</Period> <RLQ>sample string 7</RLQ> <RMax>sample string 10</RMax> <RMedium>sample string 8</RMedium> <RMin>sample string 6</RMin> <RUQ>sample string 9</RUQ> <RegionID>1</RegionID> <TaxYearID>1</TaxYearID> <TaxYearRange>sample string 4</TaxYearRange> <Title>sample string 2</Title> <ToYear>1</ToYear> <ToYearID>1</ToYearID> </Benchmarking>
multipart/form-data
Sample:
<Benchmarking xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Transportal.BAL.Documentation"><BenchmarkingID>1</BenchmarkingID><BlobName>sample string 14</BlobName><CountryID>1</CountryID><CreatedBy>1</CreatedBy><CreatedDate>2025-12-30T08:53:28.5443525+00:00</CreatedDate><DataBaseUsedID>1</DataBaseUsedID><DataBaseUsedName>sample string 15</DataBaseUsedName><DataPoints>1</DataPoints><FileManagerID>1</FileManagerID><FileName>sample string 13</FileName><FileTypeID>sample string 12</FileTypeID><FileURL>sample string 11</FileURL><FromYear>1</FromYear><FromYearID>1</FromYearID><Notes>sample string 16</Notes><OrganizationID>1</OrganizationID><PLIID>1</PLIID><Period>sample string 5</Period><RLQ>sample string 7</RLQ><RMax>sample string 10</RMax><RMedium>sample string 8</RMedium><RMin>sample string 6</RMin><RUQ>sample string 9</RUQ><RegionID>1</RegionID><TaxYearID>1</TaxYearID><TaxYearRange>sample string 4</TaxYearRange><Title>sample string 2</Title><ToYear>1</ToYear><ToYearID>1</ToYearID></Benchmarking>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml, multipart/form-data
Sample:
Sample not available.