POST api/NotificationTemplate/BookingType/CopySystemTemplate
Request Information
URI Parameters
None.
Body Parameters
NotificationTemplateCopySettingsName | 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": "59d656af-60c7-4c5f-94af-c1d55624407b", "DestinationBookingTypeIdentities": [ "05911d86-83f6-4131-8c8a-99e70f671837", "d0706f35-7e5d-44a1-857c-3387cea15019" ], "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>05911d86-83f6-4131-8c8a-99e70f671837</d2p1:guid> <d2p1:guid>d0706f35-7e5d-44a1-857c-3387cea15019</d2p1:guid> </DestinationBookingTypeIdentities> <ExcludeContent>true</ExcludeContent> <NotificationType>sample string 3</NotificationType> <OnlyCreateMissingMetadata>true</OnlyCreateMissingMetadata> <RecipientType>sample string 2</RecipientType> <SourceBookingTypeIdentity>59d656af-60c7-4c5f-94af-c1d55624407b</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>