GET api/MOD/ValidateModInviteLetter?modId={modId}&policyNumber={policyNumber}&documentType={documentType}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| modId | integer |
Required |
|
| policyNumber | string |
Required |
|
| documentType | ModSignNowDocumentTypesEnum |
Required |
Body Parameters
None.
Response Information
Resource Description
ModLetterInviteStatusDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| isExist | boolean |
None. |
|
| Message | string |
None. |
|
| ForceInvite | boolean |
None. |
|
| ModSignDocumentId | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"isExist": true,
"Message": "sample string 2",
"ForceInvite": true,
"ModSignDocumentId": 4
}