POST WEYIServer/Provider/DPTInServiceConfirm
Host server verify an InSession DPT is indeed in service by the same provider
Request Information
URI Parameters
None.
Body Parameters
ParaWebServer_DPTInServiceConfirmName | Description | Type | Additional information |
---|---|---|---|
DPTId | integer |
None. |
|
DPTProviderId | integer |
None. |
|
SecurityItem | ParaWebServerSecurity |
None. |
Request Formats
application/json, text/json
Sample:
{ "DPTId": 1, "DPTProviderId": 2, "SecurityItem": { "GlobalId": 1, "AuthKeyFrom": "sample string 2", "AuthKeyTo": "sample string 3" } }
application/xml, text/xml
Sample:
<ParaWebServer_DPTInServiceConfirm xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/API.Models"> <SecurityItem> <AuthKeyFrom>sample string 2</AuthKeyFrom> <AuthKeyTo>sample string 3</AuthKeyTo> <GlobalId>1</GlobalId> </SecurityItem> <DPTId>1</DPTId> <DPTProviderId>2</DPTProviderId> </ParaWebServer_DPTInServiceConfirm>
Response Information
Resource Description
ParaBoolName | Description | Type | Additional information |
---|---|---|---|
bValue | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{ "bValue": true }
application/xml, text/xml
Sample:
<ParaBool xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/API.Models"> <bValue>true</bValue> </ParaBool>