POST {version}/GenerateCallSheetsForEntities
Generate Call Sheet for Entities
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
version | string |
None. |
Body Parameters
CallSheetCriteriaName | Description | Type | Additional information |
---|---|---|---|
QueryType | string |
None. |
|
QueryId | globally unique identifier |
None. |
|
TemplateId | globally unique identifier |
None. |
|
BasePath | string |
None. |
|
OrderBy | string |
None. |
|
NoOfEntities | integer |
None. |
|
AddTags | string |
None. |
|
RemoveTags | string |
None. |
|
Entities | string |
None. |
|
TemplateName | string |
None. |
|
GetEntities | Collection of globally unique identifier |
None. |
Request Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Generate Call Sheet for Entities
CallSheetMasterName | Description | Type | Additional information |
---|---|---|---|
Entities | Collection of CallSheetEntity |
None. |
|
AddTags | Collection of globally unique identifier |
None. |
|
RemoveTags | Collection of globally unique identifier |
None. |
|
EmailMeetingContent | string |
None. |
|
CurrentUserName | string |
None. |
|
FromEmail | string |
None. |
|
BaseUrl | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "Entities": [ { "EntityId": "3a5a6c14-f62b-43d9-9a7e-06a9ba572272", "Details": { "Header": null, "EntityInformation": null, "ContactInformation": null, "Biography": null, "Note": null, "LoggedActivity": null, "Tag": null, "CallResultOptions": null, "TextBox": null, "Footer": null, "DonationSummary": null, "DonationSummarySubHeader": null, "RecentDonation": null, "DonorContributionsToCommittees": null }, "BaseUrl": "sample string 2" }, { "EntityId": "3a5a6c14-f62b-43d9-9a7e-06a9ba572272", "Details": { "Header": null, "EntityInformation": null, "ContactInformation": null, "Biography": null, "Note": null, "LoggedActivity": null, "Tag": null, "CallResultOptions": null, "TextBox": null, "Footer": null, "DonationSummary": null, "DonationSummarySubHeader": null, "RecentDonation": null, "DonorContributionsToCommittees": null }, "BaseUrl": "sample string 2" } ], "AddTags": [ "79aba765-45dd-46d3-a7ac-8b7847434418", "ed2913c6-9f3e-40c4-9b4b-87783dcc5080" ], "RemoveTags": [ "20570d5f-712e-4878-9ea6-0b2145af21a7", "af82d5c5-3085-48ba-8786-e2d4b327081d" ], "EmailMeetingContent": "sample string 1", "CurrentUserName": "sample string 2", "FromEmail": "sample string 3", "BaseUrl": "sample string 4" }
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.