POST api/Integration/TransactionsByPeriod

Request Information

URI Parameters

None.

Body Parameters

PostTransactionByPeriod
NameDescriptionTypeAdditional information
StartDate

date

None.

EndDate

date

None.

ContactId

integer

None.

InvestorId

integer

None.

InvestorAccountId

integer

None.

TargetCurrency

string

None.

LimitAmount

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "StartDate": "2025-12-05T22:08:34.4927379-06:00",
  "EndDate": "2025-12-05T22:08:34.4927379-06:00",
  "ContactId": 3,
  "InvestorId": 4,
  "InvestorAccountId": 5,
  "TargetCurrency": "sample string 6",
  "LimitAmount": 7
}

application/xml, text/xml

Sample:
<IntegrationController.PostTransactionByPeriod xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ApiLMD.Controllers">
  <ContactId>3</ContactId>
  <EndDate>2025-12-05T22:08:34.4927379-06:00</EndDate>
  <InvestorAccountId>5</InvestorAccountId>
  <InvestorId>4</InvestorId>
  <LimitAmount>7</LimitAmount>
  <StartDate>2025-12-05T22:08:34.4927379-06:00</StartDate>
  <TargetCurrency>sample string 6</TargetCurrency>
</IntegrationController.PostTransactionByPeriod>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'PostTransactionByPeriod'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.