POST api/NotificationTemplate/BookingType/CopySystemTemplates
Request Information
URI Parameters
None.
Body Parameters
NotificationTemplateCopySettings| Name | Description | Type | Additional information |
|---|---|---|---|
| SourceBookingTypeIdentity | globally unique identifier |
None. |
|
| DestinationBookingTypeIdentities | Collection of globally unique identifier |
None. |
|
| RecipientType | string |
None. |
|
| NotificationType | string |
None. |
|
| ExcludeContent | boolean |
None. |
|
| CopySchemaOnly | boolean |
None. |
|
| BypassExistingMetadata | boolean |
None. |
|
| OnlyCreateMissingMetadata | boolean |
None. |
|
| IsSystemCopy | boolean |
None. |
|
| AllRecipientCopyIsValid | boolean |
None. |
|
| SingleTemplateCopyIsValid | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"SourceBookingTypeIdentity": "16f045f0-cd94-422b-8bbf-f50c0c172a59",
"DestinationBookingTypeIdentities": [
"ae941f1b-6541-4778-9919-8f1028809fe0",
"9facf668-6056-4359-b92f-c885dbc86bfa"
],
"RecipientType": "sample string 2",
"NotificationType": "sample string 3",
"ExcludeContent": true,
"CopySchemaOnly": true,
"BypassExistingMetadata": true,
"OnlyCreateMissingMetadata": true,
"IsSystemCopy": false,
"AllRecipientCopyIsValid": true,
"SingleTemplateCopyIsValid": true
}
application/xml, text/xml
Sample:
<NotificationTemplateCopySettings xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Scientia.Platform.API.Model">
<BypassExistingMetadata>true</BypassExistingMetadata>
<CopySchemaOnly>true</CopySchemaOnly>
<DestinationBookingTypeIdentities xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>ae941f1b-6541-4778-9919-8f1028809fe0</d2p1:guid>
<d2p1:guid>9facf668-6056-4359-b92f-c885dbc86bfa</d2p1:guid>
</DestinationBookingTypeIdentities>
<ExcludeContent>true</ExcludeContent>
<NotificationType>sample string 3</NotificationType>
<OnlyCreateMissingMetadata>true</OnlyCreateMissingMetadata>
<RecipientType>sample string 2</RecipientType>
<SourceBookingTypeIdentity>16f045f0-cd94-422b-8bbf-f50c0c172a59</SourceBookingTypeIdentity>
</NotificationTemplateCopySettings>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true
application/xml, text/xml
Sample:
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>