POST APIControllers/Policy/DownloadPolicySchedule/{securityKey}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
securityKey

string

Required

Body Parameters

None.

Response Information

Resource Description

ResponseOfByte[]
NameDescriptionTypeAdditional information
Success

boolean

None.

Message

string

None.

Entity

Collection of byte

None.

Response Formats

application/json, text/json

Sample:
{
  "Success": true,
  "Message": "sample string 2",
  "Entity": "QEA="
}

application/xml, text/xml

Sample:
<ResponseOfbase64Binary xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/OnePlan.Core">
  <Entity>QEA=</Entity>
  <Message>sample string 2</Message>
  <Success>true</Success>
</ResponseOfbase64Binary>