POST api/Policy/SendPolicyReport
Request Information
URI Parameters
None.
Body Parameters
SendPolicyReportDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| PolicyNumber | string |
None. |
|
| AssociateId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"PolicyNumber": "sample string 1",
"AssociateId": 1
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true