POST V01/GetBezoekTypesList
Request Information
URI Parameters
None.
Body Parameters
WEB_GEBRUIKER_V01| Name | Description | Type | Additional information |
|---|---|---|---|
| GebruikerCode | string |
None. |
|
| GebruikerPasw | string |
None. |
|
| GebruikerNaam | string |
None. |
|
| SchermTitel | string |
None. |
|
| Taalcode | string |
None. |
|
| LoginOK | boolean |
None. |
|
| DocumentenActief | boolean |
None. |
|
| AgendaActief | boolean |
None. |
|
| TaakObjActief | boolean |
None. |
|
| NieuwPasw | string |
None. |
|
| RelatieToevoegen | boolean |
None. |
|
| ContactToevoegen | boolean |
None. |
|
| ZoekVeld1 | string |
None. |
|
| ZoekVeld2 | string |
None. |
|
| ZoekVeld3 | string |
None. |
|
| ZoekVeld4 | string |
None. |
|
| ZoekVeld5 | string |
None. |
|
| CallStatus | integer |
None. |
|
| CallErrorMsg | string |
None. |
|
| Vertegenwoordigers | Collection of WEB_VTW_V01 |
None. |
|
| UserCode | string |
None. |
|
| UserName | string |
None. |
|
| IsAdmin | boolean |
None. |
|
| IsActief | boolean |
None. |
|
| Action | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"GebruikerCode": "sample string 1",
"GebruikerPasw": "sample string 2",
"GebruikerNaam": "sample string 3",
"SchermTitel": "sample string 4",
"Taalcode": "sample string 5",
"LoginOK": true,
"DocumentenActief": true,
"AgendaActief": true,
"TaakObjActief": true,
"NieuwPasw": "sample string 6",
"RelatieToevoegen": true,
"ContactToevoegen": true,
"ZoekVeld1": "sample string 7",
"ZoekVeld2": "sample string 8",
"ZoekVeld3": "sample string 9",
"ZoekVeld4": "sample string 10",
"ZoekVeld5": "sample string 11",
"CallStatus": 1,
"CallErrorMsg": "sample string 12",
"Vertegenwoordigers": [
{
"VtwNr": 1,
"GebruikerCode": "sample string 1",
"VtwNaam": "sample string 2",
"BezoekRapportBewaren": 1,
"ErpNr": "sample string 3",
"SynchroniseerAgenda": true,
"Email": "sample string 4",
"SynchroniseerContacten": true,
"ContactenMailbox": "sample string 5",
"ContactenEnkelLeegmaken": true
},
{
"VtwNr": 1,
"GebruikerCode": "sample string 1",
"VtwNaam": "sample string 2",
"BezoekRapportBewaren": 1,
"ErpNr": "sample string 3",
"SynchroniseerAgenda": true,
"Email": "sample string 4",
"SynchroniseerContacten": true,
"ContactenMailbox": "sample string 5",
"ContactenEnkelLeegmaken": true
}
],
"UserCode": "sample string 13",
"UserName": "sample string 14",
"IsAdmin": true,
"IsActief": true,
"Action": 1
}
text/html
Sample:
{"GebruikerCode":"sample string 1","GebruikerPasw":"sample string 2","GebruikerNaam":"sample string 3","SchermTitel":"sample string 4","Taalcode":"sample string 5","LoginOK":true,"DocumentenActief":true,"AgendaActief":true,"TaakObjActief":true,"NieuwPasw":"sample string 6","RelatieToevoegen":true,"ContactToevoegen":true,"ZoekVeld1":"sample string 7","ZoekVeld2":"sample string 8","ZoekVeld3":"sample string 9","ZoekVeld4":"sample string 10","ZoekVeld5":"sample string 11","CallStatus":1,"CallErrorMsg":"sample string 12","Vertegenwoordigers":[{"VtwNr":1,"GebruikerCode":"sample string 1","VtwNaam":"sample string 2","BezoekRapportBewaren":1,"ErpNr":"sample string 3","SynchroniseerAgenda":true,"Email":"sample string 4","SynchroniseerContacten":true,"ContactenMailbox":"sample string 5","ContactenEnkelLeegmaken":true},{"VtwNr":1,"GebruikerCode":"sample string 1","VtwNaam":"sample string 2","BezoekRapportBewaren":1,"ErpNr":"sample string 3","SynchroniseerAgenda":true,"Email":"sample string 4","SynchroniseerContacten":true,"ContactenMailbox":"sample string 5","ContactenEnkelLeegmaken":true}],"UserCode":"sample string 13","UserName":"sample string 14","IsAdmin":true,"IsActief":true,"Action":1}
application/xml, text/xml
Sample:
<WEB_GEBRUIKER_V01 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WEBAPI">
<Action>1</Action>
<AgendaActief>true</AgendaActief>
<CallErrorMsg>sample string 12</CallErrorMsg>
<CallStatus>1</CallStatus>
<ContactToevoegen>true</ContactToevoegen>
<DocumentenActief>true</DocumentenActief>
<GebruikerCode>sample string 1</GebruikerCode>
<GebruikerNaam>sample string 3</GebruikerNaam>
<GebruikerPasw>sample string 2</GebruikerPasw>
<IsActief>true</IsActief>
<IsAdmin>true</IsAdmin>
<LoginOK>true</LoginOK>
<NieuwPasw>sample string 6</NieuwPasw>
<RelatieToevoegen>true</RelatieToevoegen>
<SchermTitel>sample string 4</SchermTitel>
<TaakObjActief>true</TaakObjActief>
<Taalcode>sample string 5</Taalcode>
<UserCode>sample string 13</UserCode>
<UserName>sample string 14</UserName>
<Vertegenwoordigers>
<WEB_VTW_V01>
<BezoekRapportBewaren>1</BezoekRapportBewaren>
<ContactenEnkelLeegmaken>true</ContactenEnkelLeegmaken>
<ContactenMailbox>sample string 5</ContactenMailbox>
<Email>sample string 4</Email>
<ErpNr>sample string 3</ErpNr>
<GebruikerCode>sample string 1</GebruikerCode>
<SynchroniseerAgenda>true</SynchroniseerAgenda>
<SynchroniseerContacten>true</SynchroniseerContacten>
<VtwNaam>sample string 2</VtwNaam>
<VtwNr>1</VtwNr>
</WEB_VTW_V01>
<WEB_VTW_V01>
<BezoekRapportBewaren>1</BezoekRapportBewaren>
<ContactenEnkelLeegmaken>true</ContactenEnkelLeegmaken>
<ContactenMailbox>sample string 5</ContactenMailbox>
<Email>sample string 4</Email>
<ErpNr>sample string 3</ErpNr>
<GebruikerCode>sample string 1</GebruikerCode>
<SynchroniseerAgenda>true</SynchroniseerAgenda>
<SynchroniseerContacten>true</SynchroniseerContacten>
<VtwNaam>sample string 2</VtwNaam>
<VtwNr>1</VtwNr>
</WEB_VTW_V01>
</Vertegenwoordigers>
<ZoekVeld1>sample string 7</ZoekVeld1>
<ZoekVeld2>sample string 8</ZoekVeld2>
<ZoekVeld3>sample string 9</ZoekVeld3>
<ZoekVeld4>sample string 10</ZoekVeld4>
<ZoekVeld5>sample string 11</ZoekVeld5>
</WEB_GEBRUIKER_V01>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of WEB_BEZOEKTYPE_V01| Name | Description | Type | Additional information |
|---|---|---|---|
| BezoekTypeNr | integer |
None. |
|
| BezoekTypeOms | string |
None. |
|
| Action | integer |
None. |
|
| CallStatus | integer |
None. |
|
| CallErrorMsg | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"BezoekTypeNr": 1,
"BezoekTypeOms": "sample string 1",
"Action": 1,
"CallStatus": 1,
"CallErrorMsg": "sample string 2"
},
{
"BezoekTypeNr": 1,
"BezoekTypeOms": "sample string 1",
"Action": 1,
"CallStatus": 1,
"CallErrorMsg": "sample string 2"
}
]
text/html
Sample:
[{"BezoekTypeNr":1,"BezoekTypeOms":"sample string 1","Action":1,"CallStatus":1,"CallErrorMsg":"sample string 2"},{"BezoekTypeNr":1,"BezoekTypeOms":"sample string 1","Action":1,"CallStatus":1,"CallErrorMsg":"sample string 2"}]
application/xml, text/xml
Sample:
<ArrayOfWEB_BEZOEKTYPE_V01 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WEBAPI">
<WEB_BEZOEKTYPE_V01>
<Action>1</Action>
<BezoekTypeNr>1</BezoekTypeNr>
<BezoekTypeOms>sample string 1</BezoekTypeOms>
<CallErrorMsg>sample string 2</CallErrorMsg>
<CallStatus>1</CallStatus>
</WEB_BEZOEKTYPE_V01>
<WEB_BEZOEKTYPE_V01>
<Action>1</Action>
<BezoekTypeNr>1</BezoekTypeNr>
<BezoekTypeOms>sample string 1</BezoekTypeOms>
<CallErrorMsg>sample string 2</CallErrorMsg>
<CallStatus>1</CallStatus>
</WEB_BEZOEKTYPE_V01>
</ArrayOfWEB_BEZOEKTYPE_V01>