POST {version}/GenerateCallSheetsForEntities
Generate Call Sheet for Entities
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| version | string |
None. |
Body Parameters
CallSheetCriteria| Name | 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
CallSheetMaster| Name | 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": "5f97fbbd-a270-419e-b780-be3533f5c4b8",
"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": "5f97fbbd-a270-419e-b780-be3533f5c4b8",
"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": [
"94db1833-bf7f-4ccf-8c9b-2e1c9dcd1c68",
"b5b6107c-2e2f-432d-8bd2-c2f4d9e5bcd5"
],
"RemoveTags": [
"34f8a286-628f-4488-9e3f-c83125742f2e",
"d7ea52ec-9025-499c-bbc5-3cc187dc1819"
],
"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.