POST V01/SetOpeningsUren
Request Information
URI Parameters
None.
Body Parameters
Collection of WEB_OPENINGSUUR_V01| Name | Description | Type | Additional information |
|---|---|---|---|
| RelatieNr | integer |
None. |
|
| DagNr | integer |
None. |
|
| BezoekVM | boolean |
None. |
|
| BezoekNM | boolean |
None. |
|
| BezoekTekst | string |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"RelatieNr": 1,
"DagNr": 1,
"BezoekVM": true,
"BezoekNM": true,
"BezoekTekst": "sample string 1"
},
{
"RelatieNr": 1,
"DagNr": 1,
"BezoekVM": true,
"BezoekNM": true,
"BezoekTekst": "sample string 1"
}
]
text/html
Sample:
[{"RelatieNr":1,"DagNr":1,"BezoekVM":true,"BezoekNM":true,"BezoekTekst":"sample string 1"},{"RelatieNr":1,"DagNr":1,"BezoekVM":true,"BezoekNM":true,"BezoekTekst":"sample string 1"}]
application/xml, text/xml
Sample:
<ArrayOfWEB_OPENINGSUUR_V01 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WEBAPI">
<WEB_OPENINGSUUR_V01>
<BezoekNM>true</BezoekNM>
<BezoekTekst>sample string 1</BezoekTekst>
<BezoekVM>true</BezoekVM>
<DagNr>1</DagNr>
<RelatieNr>1</RelatieNr>
</WEB_OPENINGSUUR_V01>
<WEB_OPENINGSUUR_V01>
<BezoekNM>true</BezoekNM>
<BezoekTekst>sample string 1</BezoekTekst>
<BezoekVM>true</BezoekVM>
<DagNr>1</DagNr>
<RelatieNr>1</RelatieNr>
</WEB_OPENINGSUUR_V01>
</ArrayOfWEB_OPENINGSUUR_V01>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
WEB_RESULT_V01| Name | Description | Type | Additional information |
|---|---|---|---|
| ResultNr | integer |
None. |
|
| ResultOms | string |
None. |
|
| CallStatus | integer |
None. |
|
| CallErrorMsg | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"ResultNr": 1,
"ResultOms": "sample string 1",
"CallStatus": 1,
"CallErrorMsg": "sample string 2"
}
text/html
Sample:
{"ResultNr":1,"ResultOms":"sample string 1","CallStatus":1,"CallErrorMsg":"sample string 2"}
application/xml, text/xml
Sample:
<WEB_RESULT_V01 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WEBAPI"> <CallErrorMsg>sample string 2</CallErrorMsg> <CallStatus>1</CallStatus> <ResultNr>1</ResultNr> <ResultOms>sample string 1</ResultOms> </WEB_RESULT_V01>