PUT banking/transactions/{year}/{id}/close

Request Information

URI Parameters

NameDescriptionTypeAdditional information
year

integer

Required

id

integer

Required

Body Parameters

Collection of PostItemID
NameDescriptionTypeAdditional 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:

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

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.