Skip to main content

Current day activities

This method allows us to retrieve all activities of the current day.

Query params

accountNumberrequiredstring

An account number

currencyrequiredstring

A currency

GET api/documents/todayactivities/{accountNumber}/{currency}

Response

Idinteger

A unique identifier.

DocKeyinteger

A document unique ID on the business online.

DocNostring

A document number.

PostDatedate

A document creation date.

ValueDatedate

ვალუტირების თარიღი

EntryTypestring

An entry type. Can take the following values:

  • PMC - GEL Operation
  • PLC - Card Operation
  • CDS - Saving Operation
  • LND - Loan Operation
  • PBS - Paybox Operation
  • INC - Inkaso (Debts collection)
  • PMD - Transfer of a national currency
  • PMI - Transfer of a foreign currency
  • COM - Fee

EntryCommentstring

An entry comment, a content of the transaction. Is concatenated from several transactional attributes. (for example: "Automatic payment, 22/12/2021 , JSC ""Insurance Company"", : Name Surname GE75BG00000000000000000GEL JSC "Bank of Georgia" BAGAGE22")

EntryCommentEnstring

An entry comment, a content of the transaction in English.

Nominationstring

A document purpose.

Creditdecimal number

A credit.

Debitdecimal number

A debit.

Amountdecimal number

An amount.

AmountBasedecimal number

An amount equivalent in GEL.

PayerNamestring

A payer name.

PayerInnstring

A payer identification code.

Senderobject

A sender info.

Namestring

A name.

Innstring

An identification number.

AccountNumberstring

An account number.

BankCodestring

A bank code.

BankNamestring

A bank name.

Beneficiaryobject

A recipient info.

Innstring

An identification number.

AccountNumberstring

An account number.

BankCodestring

A bank code.

BankNamestring

A bank name.

[
{
"Id": 1,
"DocKey": 2,
"DocNo": "sample string 3",
"PostDate": "2021-06-18T14:01:32.6806428+04:00",
"ValueDate": "2021-06-18T14:01:32.6806428+04:00",
"EntryType": "sample string 6",
"EntryComment": "sample string 7",
"EntryCommentEn": "sample string 8",
"Nomination": "sample string 9",
"Credit": 10.0,
"Debit": 11.0,
"Amount": 12.0,
"AmountBase": 13.0,
"PayerName": "sample string 14",
"PayerInn": "sample string 15",
"Sender": {
"Name": "sample string 1",
"Inn": "sample string 2",
"AccountNumber": "sample string 3",
"BankCode": "sample string 4",
"BankName": "sample string 5"
},
"Beneficiary": {
"Name": "sample string 1",
"Inn": "sample string 2",
"AccountNumber": "sample string 3",
"BankCode": "sample string 4",
"BankName": "sample string 5"
}
},
{
"Id": 1,
"DocKey": 2,
"DocNo": "sample string 3",
"PostDate": "2021-06-18T14:01:32.6806428+04:00",
"ValueDate": "2021-06-18T14:01:32.6806428+04:00",
"EntryType": "sample string 6",
"EntryComment": "sample string 7",
"EntryCommentEn": "sample string 8",
"Nomination": "sample string 9",
"Credit": 10.0,
"Debit": 11.0,
"Amount": 12.0,
"AmountBase": 13.0,
"PayerName": "sample string 14",
"PayerInn": "sample string 15",
"Sender": {
"Name": "sample string 1",
"Inn": "sample string 2",
"AccountNumber": "sample string 3",
"BankCode": "sample string 4",
"BankName": "sample string 5"
},
"Beneficiary": {
"Name": "sample string 1",
"Inn": "sample string 2",
"AccountNumber": "sample string 3",
"BankCode": "sample string 4",
"BankName": "sample string 5"
}
}
]