POST api/MOD/DownloadAndLogLetter
Request Information
URI Parameters
None.
Body Parameters
MODSendDocumentInviteDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| ModId | integer |
None. |
|
| HouseholdId | integer |
None. |
|
| ApplicantName | string |
None. |
|
| PolicyNumber | string |
None. |
|
| EmailAddress | string |
None. |
|
| AgentEmailAddress | string |
None. |
|
| AgentName | string |
None. |
|
| QuestionaireName | string |
None. |
|
| StateCode | string |
None. |
|
| ModNotesQuestionaireType | MODNotesQuestionnaireEnum |
None. |
|
| ModSignNowDocumentType | integer |
None. |
|
| ForceInvite | boolean |
None. |
|
| ModSignDocumentDetailId | integer |
None. |
|
| SendSignedToAIL | boolean |
None. |
|
| SkipMessageAgain | boolean |
None. |
|
| associateId | integer |
None. |
|
| UserLocationContext | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"ModId": 1,
"HouseholdId": 2,
"ApplicantName": "sample string 3",
"PolicyNumber": "sample string 4",
"EmailAddress": "sample string 5",
"AgentEmailAddress": "sample string 6",
"AgentName": "sample string 7",
"QuestionaireName": "sample string 8",
"StateCode": "sample string 9",
"ModNotesQuestionaireType": 1,
"ModSignNowDocumentType": 10,
"ForceInvite": true,
"ModSignDocumentDetailId": 12,
"SendSignedToAIL": true,
"SkipMessageAgain": true,
"associateId": 15,
"UserLocationContext": "sample string 16"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
FileInfoDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| FileName | string |
None. |
|
| ContentType | string |
None. |
|
| FileData | Collection of byte |
None. |
|
| Data | string |
None. |
|
| AssociateId | integer |
None. |
|
| Status | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"FileName": "sample string 1",
"ContentType": "sample string 2",
"FileData": "QEA=",
"Data": "sample string 3",
"AssociateId": 4,
"Status": 5
}