Submits deposit data for a location and business date for end-of-day or intraday processing
Put ONLY your JWT Bearer token on textbox below!
Submits deposit data for a location and business date for end-of-day or intraday processing
Unique identifier (GUID) of the R365 location the import applies to.
Business date the submitted data represents.
Processing mode for the import. Values are "EOD", "Intraday".
A deposit submitted for import, containing amounts for up to five deposit slots.
Variable-length collection of deposit amounts mapped to slots 1 through 5. Values beyond five are accumulated into slot 5.
Optional comment associated with the deposit.
Optional client-supplied key to prevent duplicate submissions. Requests with the same key within 24 hours return a 409.
Optional identifier for correlating this request with the caller's system.
Optional UTC timestamp from the client, used to resolve which request is latest when multiple exist for the same import type.
OK
Response returned after submitting an import request.
Unique numeric identifier of the import session.
Unique numeric identifier of the individual import request within the session.
Indicates whether a new import session was created. Returns false when submitting to an existing session.
Correlation identifier echoed from the request, if provided.
Unprocessable Content