POST api/Integration/TransactionsByPeriod
Request Information
URI Parameters
None.
Body Parameters
PostTransactionByPeriod| Name | Description | Type | Additional 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-06T12:54:37.4587336-06:00",
"EndDate": "2025-12-06T12:54:37.4587336-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-06T12:54:37.4587336-06:00</EndDate> <InvestorAccountId>5</InvestorAccountId> <InvestorId>4</InvestorId> <LimitAmount>7</LimitAmount> <StartDate>2025-12-06T12:54:37.4587336-06:00</StartDate> <TargetCurrency>sample string 6</TargetCurrency> </IntegrationController.PostTransactionByPeriod>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.