Skip to content

Structure "Tender owner"

This structure describes the owner of the tender.

Description

Name Description Data type Required
refId ID of the tender owner. Number
ownershipType Owner type.
active User profile is verified. Logical
deleted User has been deleted. Logical
regDate Registration date. Number
regProject Project registration. Number
firmCode Code of the firm. Number
lang Language. String
contact Owner's contact details. Structure "Owner"
address Owner's address. Structure "Address"
rating Owner's rating. Structure "Rating"
flags Premium IDs. Structure "ID"

Sample

JSON
{
    "refId": 10270310400,
    "ownershipType": "ENTREPRENEUR",
    "active": true,
    "deleted": false,
    "regDate": 1642067358000,
    "regProject": null,
    "firmCode": "4564564569",
    "lang": "RU",
    "contact": {
      "contactId": 0,
      "name": "Ivanov Ivan Ivanovich",
      "nameWithoutBrand": "Ivanov Ivan Ivanovich",
      "nameWithBrand": "Ivanov Ivan Ivanovich",
      "nameLang": "RU",
      "face": "Ivanov Ivan Ivanovich",
      "phoneItem1": {
        "phone": "+380(45)4564545",
        "messengerTypes": []
      },
      "phoneItem2": {
        "phone": "",
        "messengerTypes": []
      },
      "phoneItem3": {
        "phone": "",
        "messengerTypes": []
      },
      "phoneItem4": {
        "phone": "",
        "messengerTypes": []
      },
      "skype": "",
      "email": "gmai@gmail.test",
      "avatarUrls": {
        "url40x40": null,
        "url100x100": null
      },
      "logoUrls": {
        "url40x40": null,
        "url60x60": null,
        "url72x72": null,
        "url100x100": null,
        "url170x132": null,
        "url340x340": null
      }
    },
    "address": {
      "town": {
        "id": 69,
        "name": "Харьков"
      },
      "country": {
        "id": 1,
        "name": "Украина",
        "sign": "UA"
      },
      "area": {
        "id": 34,
        "name": "Харьковская обл."
      }
    },
    "rating": {
      "goodResponseCount": 0,
      "badResponseCount": 0,
      "ball": 0.0
    },
    "flags": {
      "premium": false,
      "shipper": false,
      "carrier": false,
      "carrierGps": false,
      "approvedProfile": false,
      "approvedContacts": false,
      "topBrand": false,
      "vip": false,
      "lardiClient": true,
      "autoRepeat": true,
      "hideAds": false
    }
}