GET api/MOD/GetMODSignedAmmendmentInfo?modId={modId}&associateId={associateId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| modId | integer |
Required |
|
| associateId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
MODSignedAmmendmentDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| ModIds | string |
None. |
|
| ModId | integer |
None. |
|
| AssociateId | integer |
None. |
|
| PolicyNumber | string |
None. |
|
| PolicyHolderName | string |
None. |
|
| AssociateEmail | string |
None. |
|
| CCEmail | string |
None. |
|
| ModInboxAdjustmentEmail | string |
None. |
|
| PolicyNumberToDownload | Collection of string |
None. |
|
| isEmailContent | boolean |
None. |
|
| PolicyNumberNotAllowToEmail | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"ModIds": "sample string 1",
"ModId": 2,
"AssociateId": 3,
"PolicyNumber": "sample string 4",
"PolicyHolderName": "sample string 5",
"AssociateEmail": "sample string 6",
"CCEmail": "sample string 7",
"ModInboxAdjustmentEmail": "sample string 8",
"PolicyNumberToDownload": [
"sample string 1",
"sample string 2"
],
"isEmailContent": true,
"PolicyNumberNotAllowToEmail": "sample string 10"
}