Add a new BankDrop

Add a new BankDrop

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params

BankDrop object that needs to be added.

string

Amount of the bank drop. Usually a negative value.

string
length ≤ 64

User defined bank deposit number.

uri
required

URI for the user that created this resource.

date-time
required

ISO8601 timestamp of the time the resource was created.

integer
enum
required

Currency type

Types:

  • 0 - DEFAULT_CURRENCY
  • 1 - CURRENCY_1
  • 2 - CURRENCY_2
  • 3 - CURRENCY_3
  • 4 - Aggregate
Allowed:
integer
required

Number of the cash drawer the money was taken from. Usually a Till has only one, but two drawers are possible.

uri
required

URI of the establishment the BankDrop will associate with.

string
length ≤ 200

Custom ID field for integrations.

uri
required

URI of the POS station the drop was made on. Should match the "pos_station" field of the associated Till.

uri

URI of the till that was active during bank drop.

uri

URI of a User resource. Specifies the employee that was in charge of the till.

uuid
length ≤ 200

UUID of the bank drop transaction itself. Can not match the "uuid" field.

uri
required

URI of the user that last made changes to this resource.

date-time
required

ISO8601 timestamp of the last time the resource was updated.

uuid
required

UUID of the BankDrop resource. Can not match the "transaction_uuid" field.

date-time

ISO8601 timestamp of the last time the resource was updated. Separate field from "updated_date" to allow custom date to be set via API (updated_date will update to current date on any action, even if changes were not made).

Responses

400

Bad request. Usually caused by invalid request body.

401

Authentication error - make sure the API key & secret is valid, active and provided in the "API-AUTHENTICATION" header.

Language
Credentials
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json