Skip to main content
GET
/
datasets
/
companies
/
{companyId}
/
se
/
bankgironumbers
Bankgironumbers
curl --request GET \
  --url https://api.tic.io/datasets/companies/{companyId}/se/bankgironumbers \
  --header 'x-api-key: <api-key>'
[
  {
    "companyId": 123,
    "updatedAt": "2023-11-07T05:31:56Z",
    "updateType": "inserted",
    "bankgironumber": 123,
    "terminated": true,
    "name": "<string>",
    "isTaxBankgironumber": true,
    "ocrType": "notConnectedToOCR",
    "ocrReferenceLength1": 123,
    "ocrReferenceLength2": 123,
    "addressLine1": "<string>",
    "addressLine2": "<string>",
    "addressLine3": "<string>",
    "addressLine4": "<string>",
    "addressLine5": "<string>",
    "postalCode": "<string>",
    "city": "<string>"
  }
]
This endpoint replaces the older bank accounts endpoint.

Authorizations

x-api-key
string
header
required

Path Parameters

companyId
integer
required

The company id

Response

200 - application/json

OK

companyId
integer | null
updatedAt
string<date-time> | null
updateType
enum<string>
Available options:
inserted,
deleted,
updated
bankgironumber
integer | null
terminated
boolean | null
name
string | null
isTaxBankgironumber
boolean | null
ocrType
enum<string>
Available options:
notConnectedToOCR,
connectedToOCRSoftCheckLevel,
connectedToOCRHardCheckLevel,
connectedToOCRHardCheckLevelVariableLength,
connectedToOCRHardCheckLevelFixedLength
ocrReferenceLength1
integer | null
ocrReferenceLength2
integer | null
addressLine1
string | null
addressLine2
string | null
addressLine3
string | null
addressLine4
string | null
addressLine5
string | null
postalCode
string | null
city
string | null