GET api/v1/Hashavshevet?token={token}&startDate={startDate}&endDate={endDate}&exportType={exportType}

Get either movein or heshin for Hashavshevet.
movein.dat is formatted as described in /FaqItem.aspx?id=161
heshin.dat is formatted as described in Caspit's heshin.prm file. (/uploads/heshin.prm)

Request Information

URI Parameters

NameDescriptionType/Additional information
token

string
startDate

Mandatory if exportType = movein.
Format: Use either yyyy-MM-dd or MM/dd/yyyy E.g. for Dec 1, 2018 use either 2018-12-1 or 12/1/2018

date
endDate

Mandatory if exportType = movein.
Format: For Jan 31, 2018 use either 2018-1-31 or 1/31/2018

date
exportType

The following values are supported:
movein = export documents (e.g. invoices, receipts, expenses)
heshin = export accounts (e.g. customers, trx codes)

string

Default value is

Body Parameters

None.

Response Description

A text file attachment. The file is encoded in windows-1255. The text is actually Hebrew DOS Code_page_862

HttpResponseMessage