POST stewart/dms/api/v3/documents/verifyPolicies
Request Information
URI Parameters
None.
Body Parameters
VerifyPolicyRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| Profile | string |
None. |
|
| Policies | Collection of Policy |
None. |
|
| IsDebug | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"Profile": "sample string 1",
"Policies": [
{
"PolicyNumber": "sample string 1",
"FileNumber": "sample string 2"
},
{
"PolicyNumber": "sample string 1",
"FileNumber": "sample string 2"
}
],
"IsDebug": true
}
text/html
Sample:
{"Profile":"sample string 1","Policies":[{"PolicyNumber":"sample string 1","FileNumber":"sample string 2"},{"PolicyNumber":"sample string 1","FileNumber":"sample string 2"}],"IsDebug":true}
application/xml, text/xml
Sample:
<VerifyPolicyRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MessageConverter">
<IsDebug>true</IsDebug>
<Policies>
<Policy>
<FileNumber>sample string 2</FileNumber>
<PolicyNumber>sample string 1</PolicyNumber>
</Policy>
<Policy>
<FileNumber>sample string 2</FileNumber>
<PolicyNumber>sample string 1</PolicyNumber>
</Policy>
</Policies>
<Profile>sample string 1</Profile>
</VerifyPolicyRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
application/bson
Sample:
Binary JSON content. See http://bsonspec.org for details.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, text/html, application/xml, text/xml
Sample:
Sample not available.
application/bson
Sample:
Binary JSON content. See http://bsonspec.org for details.