POST Policy/IsVIPClient
Request Information
URI Parameters
None.
Body Parameters
SecurityTokenVerifiedRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| SecurityKey | string |
None. |
|
| PolicyId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"SecurityKey": "sample string 1",
"PolicyId": 2
}
application/xml, text/xml
Sample:
<SecurityTokenVerifiedRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/api.oneplan.co.za.Models"> <PolicyId>2</PolicyId> <SecurityKey>sample string 1</SecurityKey> </SecurityTokenVerifiedRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ResponseOfColor| Name | Description | Type | Additional information |
|---|---|---|---|
| Success | boolean |
None. |
|
| Message | string |
None. |
|
| Entity | Color |
None. |
Response Formats
application/json, text/json
Sample:
{
"Success": true,
"Message": "sample string 2",
"Entity": ""
}
application/xml, text/xml
Sample:
<ResponseOfColorpuLW8Skk xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/OnePlan.Core">
<Entity xmlns:d2p1="http://schemas.datacontract.org/2004/07/System.Drawing">
<d2p1:knownColor>0</d2p1:knownColor>
<d2p1:name i:nil="true" />
<d2p1:state>0</d2p1:state>
<d2p1:value>0</d2p1:value>
</Entity>
<Message>sample string 2</Message>
<Success>true</Success>
</ResponseOfColorpuLW8Skk>