POST WEYIServer/Sync/RequestServiceAvailable

Process Remote Server Sync/RequestAvailableService Request.

Request Information

URI Parameters

None.

Body Parameters

ParaWebServer_RequestServiceAvailable
NameDescriptionTypeAdditional information
RequestServiceAvailableList

string

None.

SecurityItem

ParaWebServerSecurity

None.

Request Formats

application/json, text/json

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

application/xml, text/xml

Sample:
<ParaWebServer_RequestServiceAvailable 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>
  <RequestServiceAvailableList>sample string 1</RequestServiceAvailableList>
</ParaWebServer_RequestServiceAvailable>

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.