POST WEYIServer/Sync/DPTServiceAvailable

Process Remote Server Sync/DPTAvailableService Request.

Request Information

URI Parameters

None.

Body Parameters

ParaWebServer_DPTServiceAvailable
NameDescriptionTypeAdditional information
DPTServiceAvailableList

string

None.

SecurityItem

ParaWebServerSecurity

None.

Request Formats

application/json, text/json

Sample:
{
  "DPTServiceAvailableList": "sample string 1",
  "SecurityItem": {
    "GlobalId": 1,
    "AuthKeyFrom": "sample string 2",
    "AuthKeyTo": "sample string 3"
  }
}

application/xml, text/xml

Sample:
<ParaWebServer_DPTServiceAvailable 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>
  <DPTServiceAvailableList>sample string 1</DPTServiceAvailableList>
</ParaWebServer_DPTServiceAvailable>

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.