List

Request owner documents

get

Request owner documents

Authorizations
Path parameters
typesstringRequired

types

Responses
200
OK
application/json
get
GET //api/docs/list/{types} HTTP/1.1
Host: api.client.nbcgate.tech
Authorization: YOUR_API_KEY
Accept: */*
{
  "comment": "text",
  "companyName": "text",
  "complianceID": "text",
  "country": "text",
  "dateCreated": "text",
  "dateExpire": "text",
  "dateFinished": "text",
  "documents": [
    {
      "CZ": "text",
      "En": "text",
      "RU": "text",
      "additionalInformation": {
        "companyAuthorized": "text",
        "companyBankruptcy": "text",
        "companyFinancialStatements": "text",
        "companyPendingLitigation": "text",
        "companyRegulatedStock": "text",
        "date": "text",
        "expireDate": "text",
        "isCompanyAuthorized": "text",
        "isCompanyBankruptcy": "text",
        "isCompanyFinancialStatements": "text",
        "isCompanyPendingLitigation": "text",
        "isCompanyRegulatedStock": "text",
        "isLicense": "text",
        "licenseFrom": "text",
        "licenseName": "text",
        "licenseNumber": "text",
        "notLicense": "text",
        "sourceValue": "text"
      },
      "base": "text",
      "cloudName": "text",
      "comment": "text",
      "companyDetails": {
        "address": "text",
        "businessPhone": "text",
        "businessPhoneCountry": "text",
        "city": "text",
        "clients": [
          {
            "country": "text",
            "legal": true,
            "other": true,
            "physical": true
          }
        ],
        "clientsCountry": "text",
        "clientsLegal": true,
        "clientsOther": true,
        "clientsPhysical": true,
        "companyName": "text",
        "companyRegisterNumber": "text",
        "country": "text",
        "details": "text",
        "income": "text",
        "isWorkAddress": true,
        "otherCompanyName": "text",
        "postCode": "text",
        "reason": "text",
        "urlSite": "text",
        "workAddress": "text",
        "workBusinessPhone": "text",
        "workBusinessPhoneCountry": "text",
        "workCity": "text",
        "workCountry": "text",
        "workPostCode": "text"
      },
      "dateCreated": "text",
      "dateFinished": "text",
      "declaration": {
        "date": "text",
        "fullName": "text",
        "position": "text",
        "signature": "text"
      },
      "fileLoadType": 1,
      "files": [
        {
          "base": "text",
          "dateCreated": "text",
          "id": 1,
          "intlLabel": "text",
          "label": "text",
          "link": "text",
          "name": "text",
          "size": "text"
        }
      ],
      "id": 1,
      "intlLabel": "text",
      "intlName": "text",
      "label": "text",
      "name": "text",
      "pdf": "text",
      "personsInCompany": {
        "PEPStatement": "text",
        "addInformation": "text",
        "directors": [
          {
            "address": "text",
            "dateBirthday": "text",
            "fullName": "text",
            "passportAuthority": "text",
            "passportDateIssue": "text",
            "passportNumber": "text",
            "phone": "text",
            "phoneCountry": "text"
          }
        ],
        "isDirector": true,
        "owners": [
          {
            "address": "text",
            "dateBirthday": "text",
            "fullName": "text",
            "ownershipValue": "text",
            "passportAuthority": "text",
            "passportDateIssue": "text",
            "passportNumber": "text",
            "phone": "text",
            "phoneCountry": "text"
          }
        ]
      },
      "required": true,
      "status": 2,
      "type": "text",
      "version": 1
    }
  ],
  "email": "text",
  "file": {
    "base": "text",
    "dateCreated": "text",
    "link": "text",
    "name": "text",
    "size": "text"
  },
  "id": "text",
  "idProfile": "text",
  "isShow": "true",
  "language": "cs",
  "name": "text",
  "ownerID": 1,
  "ownerType": 1,
  "status": 2,
  "step": 1,
  "types": 1,
  "version": 1
}