POST api/Document/SaveGridTransactionData?taxYearID={taxYearID}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
taxYearID

integer

Required

Body Parameters

Collection of Transactions
NameDescriptionTypeAdditional information
TransactionId

integer

None.

TrnProcessRequestID

integer

None.

FromEntity

integer

None.

FromEntityIdentifier

string

None.

ToEntity

integer

None.

ToEntityIdentifier

string

None.

TaxYearId

integer

None.

OrganizationId

integer

None.

CreatedBy

integer

None.

CreatedDate

date

None.

Transaction

string

None.

TestedParty

string

None.

Type

string

None.

Policy

string

None.

DocumentationLink

string

None.

BenchmarkingStudyLink

string

None.

AgreementLink

string

None.

APALink

string

None.

ToEntityName

string

None.

FromEntityName

string

None.

ReportArchiveID

integer

None.

BenchmarkingID

integer

None.

AgreementID

integer

None.

Rate

string

None.

AmountLocal

decimal number

None.

Notes

string

None.

FxRate

string

None.

AmountUsd

decimal number

None.

Request Formats

application/json, text/json

Sample:
[
  {
    "transactionId": 1,
    "trnProcessRequestID": 1,
    "fromEntity": 1,
    "fromEntityIdentifier": "sample string 1",
    "toEntity": 1,
    "toEntityIdentifier": "sample string 2",
    "taxYearId": 1,
    "organizationId": 1,
    "createdBy": 1,
    "createdDate": "2025-12-30T08:54:49.5891644+00:00",
    "transaction": "sample string 3",
    "testedParty": "sample string 4",
    "type": "sample string 5",
    "policy": "sample string 6",
    "documentationLink": "sample string 7",
    "benchmarkingStudyLink": "sample string 8",
    "agreementLink": "sample string 9",
    "apaLink": "sample string 10",
    "toEntityName": "sample string 11",
    "fromEntityName": "sample string 12",
    "reportArchiveID": 1,
    "benchmarkingID": 1,
    "agreementID": 1,
    "rate": "sample string 13",
    "amountLocal": 1.0,
    "notes": "sample string 14",
    "fxRate": "sample string 15",
    "amountUsd": 1.0
  },
  {
    "transactionId": 1,
    "trnProcessRequestID": 1,
    "fromEntity": 1,
    "fromEntityIdentifier": "sample string 1",
    "toEntity": 1,
    "toEntityIdentifier": "sample string 2",
    "taxYearId": 1,
    "organizationId": 1,
    "createdBy": 1,
    "createdDate": "2025-12-30T08:54:49.5891644+00:00",
    "transaction": "sample string 3",
    "testedParty": "sample string 4",
    "type": "sample string 5",
    "policy": "sample string 6",
    "documentationLink": "sample string 7",
    "benchmarkingStudyLink": "sample string 8",
    "agreementLink": "sample string 9",
    "apaLink": "sample string 10",
    "toEntityName": "sample string 11",
    "fromEntityName": "sample string 12",
    "reportArchiveID": 1,
    "benchmarkingID": 1,
    "agreementID": 1,
    "rate": "sample string 13",
    "amountLocal": 1.0,
    "notes": "sample string 14",
    "fxRate": "sample string 15",
    "amountUsd": 1.0
  }
]

application/xml, text/xml

Sample:
<ArrayOfTransactions xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Transportal.BAL.Documentation">
  <Transactions>
    <APALink>sample string 10</APALink>
    <AgreementID>1</AgreementID>
    <AgreementLink>sample string 9</AgreementLink>
    <AmountLocal>1</AmountLocal>
    <AmountUsd>1</AmountUsd>
    <BenchmarkingID>1</BenchmarkingID>
    <BenchmarkingStudyLink>sample string 8</BenchmarkingStudyLink>
    <CreatedBy>1</CreatedBy>
    <CreatedDate>2025-12-30T08:54:49.5891644+00:00</CreatedDate>
    <DocumentationLink>sample string 7</DocumentationLink>
    <FromEntity>1</FromEntity>
    <FromEntityIdentifier>sample string 1</FromEntityIdentifier>
    <FromEntityName>sample string 12</FromEntityName>
    <FxRate>sample string 15</FxRate>
    <Notes>sample string 14</Notes>
    <OrganizationId>1</OrganizationId>
    <Policy>sample string 6</Policy>
    <Rate>sample string 13</Rate>
    <ReportArchiveID>1</ReportArchiveID>
    <TaxYearId>1</TaxYearId>
    <TestedParty>sample string 4</TestedParty>
    <ToEntity>1</ToEntity>
    <ToEntityIdentifier>sample string 2</ToEntityIdentifier>
    <ToEntityName>sample string 11</ToEntityName>
    <Transaction>sample string 3</Transaction>
    <TransactionId>1</TransactionId>
    <TrnProcessRequestID>1</TrnProcessRequestID>
    <Type>sample string 5</Type>
  </Transactions>
  <Transactions>
    <APALink>sample string 10</APALink>
    <AgreementID>1</AgreementID>
    <AgreementLink>sample string 9</AgreementLink>
    <AmountLocal>1</AmountLocal>
    <AmountUsd>1</AmountUsd>
    <BenchmarkingID>1</BenchmarkingID>
    <BenchmarkingStudyLink>sample string 8</BenchmarkingStudyLink>
    <CreatedBy>1</CreatedBy>
    <CreatedDate>2025-12-30T08:54:49.5891644+00:00</CreatedDate>
    <DocumentationLink>sample string 7</DocumentationLink>
    <FromEntity>1</FromEntity>
    <FromEntityIdentifier>sample string 1</FromEntityIdentifier>
    <FromEntityName>sample string 12</FromEntityName>
    <FxRate>sample string 15</FxRate>
    <Notes>sample string 14</Notes>
    <OrganizationId>1</OrganizationId>
    <Policy>sample string 6</Policy>
    <Rate>sample string 13</Rate>
    <ReportArchiveID>1</ReportArchiveID>
    <TaxYearId>1</TaxYearId>
    <TestedParty>sample string 4</TestedParty>
    <ToEntity>1</ToEntity>
    <ToEntityIdentifier>sample string 2</ToEntityIdentifier>
    <ToEntityName>sample string 11</ToEntityName>
    <Transaction>sample string 3</Transaction>
    <TransactionId>1</TransactionId>
    <TrnProcessRequestID>1</TrnProcessRequestID>
    <Type>sample string 5</Type>
  </Transactions>
</ArrayOfTransactions>

multipart/form-data

Sample:
<ArrayOfTransactions xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Transportal.BAL.Documentation"><Transactions><APALink>sample string 10</APALink><AgreementID>1</AgreementID><AgreementLink>sample string 9</AgreementLink><AmountLocal>1</AmountLocal><AmountUsd>1</AmountUsd><BenchmarkingID>1</BenchmarkingID><BenchmarkingStudyLink>sample string 8</BenchmarkingStudyLink><CreatedBy>1</CreatedBy><CreatedDate>2025-12-30T08:54:49.5891644+00:00</CreatedDate><DocumentationLink>sample string 7</DocumentationLink><FromEntity>1</FromEntity><FromEntityIdentifier>sample string 1</FromEntityIdentifier><FromEntityName>sample string 12</FromEntityName><FxRate>sample string 15</FxRate><Notes>sample string 14</Notes><OrganizationId>1</OrganizationId><Policy>sample string 6</Policy><Rate>sample string 13</Rate><ReportArchiveID>1</ReportArchiveID><TaxYearId>1</TaxYearId><TestedParty>sample string 4</TestedParty><ToEntity>1</ToEntity><ToEntityIdentifier>sample string 2</ToEntityIdentifier><ToEntityName>sample string 11</ToEntityName><Transaction>sample string 3</Transaction><TransactionId>1</TransactionId><TrnProcessRequestID>1</TrnProcessRequestID><Type>sample string 5</Type></Transactions><Transactions><APALink>sample string 10</APALink><AgreementID>1</AgreementID><AgreementLink>sample string 9</AgreementLink><AmountLocal>1</AmountLocal><AmountUsd>1</AmountUsd><BenchmarkingID>1</BenchmarkingID><BenchmarkingStudyLink>sample string 8</BenchmarkingStudyLink><CreatedBy>1</CreatedBy><CreatedDate>2025-12-30T08:54:49.5891644+00:00</CreatedDate><DocumentationLink>sample string 7</DocumentationLink><FromEntity>1</FromEntity><FromEntityIdentifier>sample string 1</FromEntityIdentifier><FromEntityName>sample string 12</FromEntityName><FxRate>sample string 15</FxRate><Notes>sample string 14</Notes><OrganizationId>1</OrganizationId><Policy>sample string 6</Policy><Rate>sample string 13</Rate><ReportArchiveID>1</ReportArchiveID><TaxYearId>1</TaxYearId><TestedParty>sample string 4</TestedParty><ToEntity>1</ToEntity><ToEntityIdentifier>sample string 2</ToEntityIdentifier><ToEntityName>sample string 11</ToEntityName><Transaction>sample string 3</Transaction><TransactionId>1</TransactionId><TrnProcessRequestID>1</TrnProcessRequestID><Type>sample string 5</Type></Transactions></ArrayOfTransactions>

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, multipart/form-data

Sample:

Sample not available.