Current day activities
This method allows us to retrieve all activities of the current day.
Query params
accountNumberrequiredstring
An account number
currencyrequiredstring
A currency
- REQUEST
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.
- JSON
- XML
[
{
"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"
}
}
]
<ArrayOfTodayActivityDetail xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CIBApi.Models">
<TodayActivityDetail>
<Amount>12</Amount>
<AmountBase>13</AmountBase>
<Beneficiary>
<AccountNumber>sample string 3</AccountNumber>
<BankCode>sample string 4</BankCode>
<BankName>sample string 5</BankName>
<Inn>sample string 2</Inn>
<Name>sample string 1</Name>
</Beneficiary>
<Credit>10</Credit>
<Debit>11</Debit>
<DocKey>2</DocKey>
<DocNo>sample string 3</DocNo>
<EntryComment>sample string 7</EntryComment>
<EntryCommentEn>sample string 8</EntryCommentEn>
<EntryType>sample string 6</EntryType>
<Id>1</Id>
<Nomination>sample string 9</Nomination>
<PostDate>2021-06-18T14:01:32.6806428+04:00</PostDate>
<Sender>
<AccountNumber>sample string 3</AccountNumber>
<BankCode>sample string 4</BankCode>
<BankName>sample string 5</BankName>
<Inn>sample string 2</Inn>
<Name>sample string 1</Name>
</Sender>
<ValueDate>2021-06-18T14:01:32.6806428+04:00</ValueDate>
</TodayActivityDetail>
<TodayActivityDetail>
<Amount>12</Amount>
<AmountBase>13</AmountBase>
<Beneficiary>
<AccountNumber>sample string 3</AccountNumber>
<BankCode>sample string 4</BankCode>
<BankName>sample string 5</BankName>
<Inn>sample string 2</Inn>
<Name>sample string 1</Name>
</Beneficiary>
<Credit>10</Credit>
<Debit>11</Debit>
<DocKey>2</DocKey>
<DocNo>sample string 3</DocNo>
<EntryComment>sample string 7</EntryComment>
<EntryCommentEn>sample string 8</EntryCommentEn>
<EntryType>sample string 6</EntryType>
<Id>1</Id>
<Nomination>sample string 9</Nomination>
<PostDate>2021-06-18T14:01:32.6806428+04:00</PostDate>
<Sender>
<AccountNumber>sample string 3</AccountNumber>
<BankCode>sample string 4</BankCode>
<BankName>sample string 5</BankName>
<Inn>sample string 2</Inn>
<Name>sample string 1</Name>
</Sender>
<ValueDate>2021-06-18T14:01:32.6806428+04:00</ValueDate>
</TodayActivityDetail>
</ArrayOfTodayActivityDetail>