GET api/Policy/GetAnnualPaymentSchedule?policyId={policyId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| policyId | string |
Required |
Body Parameters
None.
Response Information
Resource Description
FileResponseModel| Name | Description | Type | Additional information |
|---|---|---|---|
| FileName | string |
None. |
|
| Content | Collection of byte |
None. |
Response Formats
application/json, text/json
Sample:
{
"FileName": "sample string 1",
"Content": {
"$type": "System.Byte[], mscorlib",
"$value": "QEA="
}
}