PUT banking/transactions/{year}/{id}/close
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| year | integer |
Required |
|
| id | integer |
Required |
Body Parameters
Collection of PostItemID| Name | Description | Type | Additional information |
|---|---|---|---|
| Year | integer |
None. |
|
| OrganizationalUnitID | integer |
None. |
|
| CategoryID | integer |
None. |
|
| ID | integer |
None. |
|
| ItemID | integer |
None. |
|
| ExchangeRateHRKEUR | decimal number |
None. |
Request Formats
application/json, text/json
Sample:
[
{},
{}
]
text/xml
Sample:
<ArrayOfPostItemID xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Pixfin.DTO">
<PostItemID>
<CategoryID>3</CategoryID>
<ID>4</ID>
<ItemID>5</ItemID>
<OrganizationalUnitID>2</OrganizationalUnitID>
<Year>1</Year>
</PostItemID>
<PostItemID>
<CategoryID>3</CategoryID>
<ID>4</ID>
<ItemID>5</ItemID>
<OrganizationalUnitID>2</OrganizationalUnitID>
<Year>1</Year>
</PostItemID>
</ArrayOfPostItemID>
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. |