POST api/Statment
Request Information
URI Parameters
None.
Body Parameters
StatmentModel| Name | Description | Type | Additional information |
|---|---|---|---|
| InstallationID | integer |
None. |
|
| VC | integer |
None. |
|
| StartDate | date |
None. |
|
| EndDate | date |
None. |
|
| RC | integer |
None. |
|
| EmailIt | boolean |
None. |
|
| EmailTo | string |
None. |
|
| ConfirmationCode | integer |
None. |
|
| SenderConfirmationCode | integer |
None. |
|
| LangID | integer |
None. |
|
| SecondPartyAccountID | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"InstallationID": 1,
"VC": 2,
"StartDate": "2025-12-31T11:03:38.7015845+00:00",
"EndDate": "2025-12-31T11:03:38.7015845+00:00",
"RC": 5,
"EmailIt": true,
"EmailTo": "sample string 7",
"ConfirmationCode": 8,
"SenderConfirmationCode": 9,
"LangID": 10,
"SecondPartyAccountID": 1
}
text/xml
Sample:
<StatmentModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/iCashAPI.Models"> <ConfirmationCode>8</ConfirmationCode> <EmailIt>true</EmailIt> <EmailTo>sample string 7</EmailTo> <EndDate>2025-12-31T11:03:38.7015845+00:00</EndDate> <InstallationID>1</InstallationID> <LangID>10</LangID> <RC>5</RC> <SecondPartyAccountID>1</SecondPartyAccountID> <SenderConfirmationCode>9</SenderConfirmationCode> <StartDate>2025-12-31T11:03:38.7015845+00:00</StartDate> <VC>2</VC> </StatmentModel>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |