Skip to content

Structure "Tender participant"

This structure describes the following parts of the tender.

Description

Name Description Data type Required
comment Description. String
document Documents. String array
owner The user who has submitted the bid. Structure "Owners"
bidCount Number of bids. Number
actualBid Current bid. Structure "Tender bids"

Sample

JSON
{
    "comment": "",
    "documents": [],
    "owner": {
        "refId": 16687601664,
        "ownershipType": "ENTREPRENEUR",
        "active": true,
        "deleted": false,
        "regDate": 1650954917000,
        "regProject": null,
        "firmCode": "3237012832",
        "lang": "RU",
        "contact": {
            "contactId": 0,
            "name": "Сидоров Александр Александрович",
            "nameWithoutBrand": "Сидоров Александр Александрович",
            "nameWithBrand": "Сидоров Александр Александрович",
            "nameLang": "RU",
            "face": "Сидоров Александр Александрович",
            "phoneItem1": {
                "phone": "+380(67)7734578",
                "messengerTypes": []
            },
            "phoneItem2": {
                "phone": "",
                "messengerTypes": []
            },
            "phoneItem3": {
                "phone": "",
                "messengerTypes": []
            },
            "phoneItem4": {
                "phone": "",
                "messengerTypes": []
            },
            "skype": "",
            "email": "topf4993@gmail.com",
            "avatarUrls": {
                "url40x40": null,
                "url100x100": null
            },
            "logoUrls": {
                "url40x40": null,
                "url60x60": null,
                "url72x72": null,
                "url100x100": null,
                "url170x132": null,
                "url340x340": null
            }
        },
        "address": {
            "town": {
                "id": 7522,
                "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": false,
            "autoRepeat": false,
            "hideAds": false
        }
    },
    "bidCount": 3,
        "actualBid": {
            "id": 409,
            "date": 1650974985000,
            "value": 850.00
    }
}