GET v1/ContactPersons/{id}/VCard
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
ContactPersonVCardViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Prefix | string |
None. |
|
| FirstName | string |
None. |
|
| MiddleName | string |
None. |
|
| LastName | string |
None. |
|
| Suffix | string |
None. |
|
| Nickname | string |
None. |
|
| Organization | string |
None. |
|
| Title | string |
None. |
|
| Role | string |
None. |
|
| WorkUrl | string |
None. |
|
| TitleName | string |
None. |
|
| PrivateEmail | string |
None. |
|
| WorkEmail | string |
None. |
|
| HomePhone | string |
None. |
|
| WorkPhone | string |
None. |
|
| CellPhone | string |
None. |
|
| WorkFax | string |
None. |
|
| HomeLabel | string |
None. |
|
| HomeStreet | string |
None. |
|
| HomeCity | string |
None. |
|
| HomeProvince | string |
None. |
|
| HomePostalCode | string |
None. |
|
| HomeCountry | string |
None. |
|
| WorkLabel | string |
None. |
|
| WorkStreet | string |
None. |
|
| WorkCity | string |
None. |
|
| WorkProvince | string |
None. |
|
| WorkPostalCode | string |
None. |
|
| WorkCountry | string |
None. |
|
| BirthDay | date |
None. |
|
| Anniversary | date |
None. |
|
| URL | string |
None. |
|
| Gender | string |
None. |
|
| Note | string |
None. |
|
| Status | boolean |
None. |
|
| Comp | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Prefix": "sample string 1",
"FirstName": "sample string 2",
"MiddleName": "sample string 3",
"LastName": "sample string 4",
"Suffix": "sample string 5",
"Nickname": "sample string 6",
"Organization": "sample string 7",
"Title": "sample string 8",
"Role": "sample string 9",
"WorkUrl": "sample string 10",
"TitleName": "sample string 11",
"PrivateEmail": "sample string 12",
"WorkEmail": "sample string 13",
"HomePhone": "sample string 14",
"WorkPhone": "sample string 15",
"CellPhone": "sample string 16",
"WorkFax": "sample string 17",
"HomeLabel": "sample string 18",
"HomeStreet": "sample string 19",
"HomeCity": "sample string 20",
"HomeProvince": "sample string 21",
"HomePostalCode": "sample string 22",
"HomeCountry": "sample string 23",
"WorkLabel": "sample string 24",
"WorkStreet": "sample string 25",
"WorkCity": "sample string 26",
"WorkProvince": "sample string 27",
"WorkPostalCode": "sample string 28",
"WorkCountry": "sample string 29",
"BirthDay": "2026-02-04T02:53:06.4553262+01:00",
"Anniversary": "2026-02-04T02:53:06.4553262+01:00",
"URL": "sample string 32",
"Gender": "sample string 33",
"Note": "sample string 34",
"Status": true,
"Comp": "sample string 36"
}
application/xml, text/xml
Sample:
<ContactPersonVCardViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Dealerportal.Shared.ViewModels.v1.ContactPerson"> <Anniversary>2026-02-04T02:53:06.4553262+01:00</Anniversary> <BirthDay>2026-02-04T02:53:06.4553262+01:00</BirthDay> <CellPhone>sample string 16</CellPhone> <Comp>sample string 36</Comp> <FirstName>sample string 2</FirstName> <Gender>sample string 33</Gender> <HomeCity>sample string 20</HomeCity> <HomeCountry>sample string 23</HomeCountry> <HomeLabel>sample string 18</HomeLabel> <HomePhone>sample string 14</HomePhone> <HomePostalCode>sample string 22</HomePostalCode> <HomeProvince>sample string 21</HomeProvince> <HomeStreet>sample string 19</HomeStreet> <LastName>sample string 4</LastName> <MiddleName>sample string 3</MiddleName> <Nickname>sample string 6</Nickname> <Note>sample string 34</Note> <Organization>sample string 7</Organization> <Prefix>sample string 1</Prefix> <PrivateEmail>sample string 12</PrivateEmail> <Role>sample string 9</Role> <Status>true</Status> <Suffix>sample string 5</Suffix> <Title>sample string 8</Title> <TitleName>sample string 11</TitleName> <URL>sample string 32</URL> <WorkCity>sample string 26</WorkCity> <WorkCountry>sample string 29</WorkCountry> <WorkEmail>sample string 13</WorkEmail> <WorkFax>sample string 17</WorkFax> <WorkLabel>sample string 24</WorkLabel> <WorkPhone>sample string 15</WorkPhone> <WorkPostalCode>sample string 28</WorkPostalCode> <WorkProvince>sample string 27</WorkProvince> <WorkStreet>sample string 25</WorkStreet> <WorkUrl>sample string 10</WorkUrl> </ContactPersonVCardViewModel>