POST api/documentgeneration/singlelettingspropertymatch
Generates a correspondence to multiple applicants, sending them all the same letting property role
Request Information
URI Parameters
None.
Body Parameters
SendSinglePropertyMatchToApplicantListPackDataContractName | Description | Type | Additional information |
---|---|---|---|
PropertyRoleId | integer |
None. |
|
ApplicantRoleIds | Collection of integer |
None. |
|
ExcludedApplicantRoleIds | Collection of integer |
None. |
|
Filter | RoleApplicantMatchFilterDataContract |
None. |
|
SackFriendlyName | string |
None. |
|
EnvelopeTemplatePackId | integer |
None. |
|
BrandId | integer |
None. |
|
BranchId | integer |
None. |
|
NegotiatorPpId | integer |
None. |
|
CustomText | string |
None. |
|
EnvelopeProcessingMethod | EnumDataContract |
None. |
|
AutoProcessSack | boolean |
None. |
|
SendToDrafts | boolean |
None. |
|
PrintedOnHeaded | boolean |
None. |
|
WorkflowIndex | integer |
None. |
|
DestinationPrintBagName | string |
None. |
|
PostDocGenerationHandler | PostDocGenerationHandlerDataContract |
None. |
|
PreviewOnly | boolean |
None. |
|
EmailSubject | string |
None. |
|
Attachments | Collection of DocumentDataContract |
None. |
|
Id | integer |
None. |
Request Formats
application/x-www-form-urlencoded
Sample:
application/json
Sample:
text/json
Sample:
Response Information
Resource Description
JobInvocationDetailsDataContractName | Description | Type | Additional information |
---|---|---|---|
SupportsCancellation | boolean |
None. |
|
ReportsProgress | boolean |
None. |
|
InitialStatusText | string |
None. |
|
JobReference | globally unique identifier |
None. |
|
Success | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{ "SupportsCancellation": true, "ReportsProgress": true, "InitialStatusText": "sample string 3", "JobReference": "300293e4-7b71-4ccd-b101-2a9986929808", "Success": true }