POST V02/SetOpeningsUren
Request Information
URI Parameters
None.
Body Parameters
WEB_OPENINGSUUR_V02| Name | Description | Type | Additional information |
|---|---|---|---|
| RelatieNr | integer |
None. |
|
| Openingsuren | Collection of WEB_OPENINGSUUR_V02 |
None. |
|
| DagNr | integer |
None. |
|
| BezoekVM | boolean |
None. |
|
| BezoekNM | boolean |
None. |
|
| BezoekTekst | string |
None. |
Request Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
text/html
Sample:
Sample not available.
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
WEB_RESULT_V02| 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_V02 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_V02>