Skip to content

Structure "Contact details"

This structure describes contact details of the user.

Description

Name Description Data type Required
contactId Tender owner ID. Number
name Tender owner name. String
nameWithoutBrand No brand name. String
nameWithBrand With brand name. String
nameLang Language. String
face Person. String
phoneItem Phone number. Structure "Phone number"
skype Skype login. String
email Email. String
avatarUrls URL of the user images. String map
logoUrls URL of images. String map

Sample

JSON
{
  "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
  }
}