POST v{version}/bookkeepings/upload/heycentric/xml

Upload HeyCentric end-of-day transactions as XML (DataContractSerializer format). The raw request body is read and deserialized directly, so the endpoint does not depend on Web API content negotiation or the caller setting a specific Content-Type header. The transactions are reconstructed into a BankFile01 CSV, stored as a (downloadable) blob, and imported through the same flow as an uploaded bank file.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
version

string

None.

Body Parameters

None.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.