GET api/AlertisApi/GetVisitorById/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
VisitorInfoComplete| Name | Description | Type | Additional information |
|---|---|---|---|
| VisitorInfo | VisitorInfo |
None. |
|
| FirstPhoto | ImageInfo |
None. |
Response Formats
application/json, text/json
Sample:
{
"visitorInfoField": {
"contactPersonIdField": 1,
"contactPersonIdFieldSpecified": true,
"contactPersonIdsField": [
1,
2
],
"companyField": "sample string 3",
"guideIdsField": [
1,
2
],
"personToVisitIdField": 4,
"personToVisitIdFieldSpecified": true,
"lastNameField": "sample string 6",
"personnelNoField": "sample string 7",
"firstNameField": "sample string 8",
"middleNameField": "sample string 9",
"genderField": "sample string 10",
"titleField": "sample string 11",
"phoneNoField": "sample string 12",
"languageField": "sample string 13",
"mobilePhoneNoField": "sample string 14",
"emailField": "sample string 15",
"idField": 16,
"idFieldSpecified": true,
"networkIdField": 18,
"networkIdFieldSpecified": true,
"carrierTypeField": "sample string 20",
"unitIdField": 21,
"unitIdFieldSpecified": true,
"arrivalDateTimeField": "2026-06-14T02:27:33.3059627+00:00",
"arrivalDateTimeFieldSpecified": true,
"leaveDateTimeField": "2026-06-14T02:27:33.3059627+00:00",
"leaveDateTimeFieldSpecified": true,
"nrMovementsField": 27,
"nrMovementsFieldSpecified": true,
"readOnlyField": true,
"readOnlyFieldSpecified": true,
"freefieldField": [
{
"definitionIdField": 1,
"nameField": "sample string 2",
"valueField": "sample string 3",
"warningIdField": 4,
"warningIdFieldSpecified": true,
"PropertyChanged": null
},
{
"definitionIdField": 1,
"nameField": "sample string 2",
"valueField": "sample string 3",
"warningIdField": 4,
"warningIdFieldSpecified": true,
"PropertyChanged": null
}
],
"approveeField": true,
"approveeFieldSpecified": true,
"modificationDateField": "2026-06-14T02:27:33.3059627+00:00",
"modificationDateFieldSpecified": true,
"PropertyChanged": null
},
"firstPhotoField": {
"idField": 1,
"idFieldSpecified": true,
"typeField": "sample string 3",
"pictureField": "QEA=",
"modificationDateField": "2026-06-14T02:27:33.3059627+00:00",
"modificationDateFieldSpecified": true,
"creationDateField": "2026-06-14T02:27:33.3059627+00:00",
"creationDateFieldSpecified": true,
"PropertyChanged": null
},
"PropertyChanged": null
}
application/xml, text/xml
Sample:
<VisitorInfoComplete xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Alertis.DA.AeosSoapService">
<PropertyChanged xmlns:d2p1="http://schemas.datacontract.org/2004/07/System.ComponentModel" i:nil="true" />
<firstPhotoField>
<PropertyChanged xmlns:d3p1="http://schemas.datacontract.org/2004/07/System.ComponentModel" i:nil="true" />
<creationDateField>2026-06-14T02:27:33.3059627+00:00</creationDateField>
<creationDateFieldSpecified>true</creationDateFieldSpecified>
<idField>1</idField>
<idFieldSpecified>true</idFieldSpecified>
<modificationDateField>2026-06-14T02:27:33.3059627+00:00</modificationDateField>
<modificationDateFieldSpecified>true</modificationDateFieldSpecified>
<pictureField>QEA=</pictureField>
<typeField>sample string 3</typeField>
</firstPhotoField>
<visitorInfoField>
<PropertyChanged xmlns:d3p1="http://schemas.datacontract.org/2004/07/System.ComponentModel" i:nil="true" />
<approveeField>true</approveeField>
<approveeFieldSpecified>true</approveeFieldSpecified>
<arrivalDateTimeField>2026-06-14T02:27:33.3059627+00:00</arrivalDateTimeField>
<arrivalDateTimeFieldSpecified>true</arrivalDateTimeFieldSpecified>
<carrierTypeField>sample string 20</carrierTypeField>
<freefieldField>
<FreeFieldInfo>
<PropertyChanged xmlns:d5p1="http://schemas.datacontract.org/2004/07/System.ComponentModel" i:nil="true" />
<definitionIdField>1</definitionIdField>
<nameField>sample string 2</nameField>
<valueField>sample string 3</valueField>
<warningIdField>4</warningIdField>
<warningIdFieldSpecified>true</warningIdFieldSpecified>
</FreeFieldInfo>
<FreeFieldInfo>
<PropertyChanged xmlns:d5p1="http://schemas.datacontract.org/2004/07/System.ComponentModel" i:nil="true" />
<definitionIdField>1</definitionIdField>
<nameField>sample string 2</nameField>
<valueField>sample string 3</valueField>
<warningIdField>4</warningIdField>
<warningIdFieldSpecified>true</warningIdFieldSpecified>
</FreeFieldInfo>
</freefieldField>
<idField>16</idField>
<idFieldSpecified>true</idFieldSpecified>
<leaveDateTimeField>2026-06-14T02:27:33.3059627+00:00</leaveDateTimeField>
<leaveDateTimeFieldSpecified>true</leaveDateTimeFieldSpecified>
<modificationDateField>2026-06-14T02:27:33.3059627+00:00</modificationDateField>
<modificationDateFieldSpecified>true</modificationDateFieldSpecified>
<networkIdField>18</networkIdField>
<networkIdFieldSpecified>true</networkIdFieldSpecified>
<nrMovementsField>27</nrMovementsField>
<nrMovementsFieldSpecified>true</nrMovementsFieldSpecified>
<readOnlyField>true</readOnlyField>
<readOnlyFieldSpecified>true</readOnlyFieldSpecified>
<unitIdField>21</unitIdField>
<unitIdFieldSpecified>true</unitIdFieldSpecified>
<emailField>sample string 15</emailField>
<firstNameField>sample string 8</firstNameField>
<genderField>sample string 10</genderField>
<languageField>sample string 13</languageField>
<lastNameField>sample string 6</lastNameField>
<middleNameField>sample string 9</middleNameField>
<mobilePhoneNoField>sample string 14</mobilePhoneNoField>
<personnelNoField>sample string 7</personnelNoField>
<phoneNoField>sample string 12</phoneNoField>
<titleField>sample string 11</titleField>
<companyField>sample string 3</companyField>
<contactPersonIdField>1</contactPersonIdField>
<contactPersonIdFieldSpecified>true</contactPersonIdFieldSpecified>
<contactPersonIdsField xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:long>1</d3p1:long>
<d3p1:long>2</d3p1:long>
</contactPersonIdsField>
<guideIdsField xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:long>1</d3p1:long>
<d3p1:long>2</d3p1:long>
</guideIdsField>
<personToVisitIdField>4</personToVisitIdField>
<personToVisitIdFieldSpecified>true</personToVisitIdFieldSpecified>
</visitorInfoField>
</VisitorInfoComplete>