Requires any of the roles: | bookingsupplier-administrator-write, superadmin |
PUT | /messages/templates/{Id} | Updates an existing company message templates | Update an existing company message templates. |
---|
Imports System
Imports System.Collections
Imports System.Collections.Generic
Imports System.Runtime.Serialization
Imports ServiceStack
Imports ServiceStack.DataAnnotations
Imports BokaMera.API.ServiceModel.Dtos
Namespace Global
Namespace BokaMera.API.ServiceModel.Dtos
Public Partial Class MessageServices
Public Overridable Property Id As Integer
'''<Summary>
'''Name of the service
'''</Summary>
<ApiMember(Description:="Name of the service")>
Public Overridable Property Name As String
'''<Summary>
'''The image url of the service
'''</Summary>
<ApiMember(Description:="The image url of the service")>
Public Overridable Property ImageUrl As Uri
End Class
Public Partial Class MessageTemplatesQueryResponse
Public Sub New()
Services = New List(Of MessageServices)
End Sub
'''<Summary>
'''The message template id
'''</Summary>
<ApiMember(Description:="The message template id")>
Public Overridable Property Id As Integer
'''<Summary>
'''The message template name.
'''</Summary>
<ApiMember(Description:="The message template name.")>
Public Overridable Property Name As String
'''<Summary>
'''The message template title.
'''</Summary>
<ApiMember(Description:="The message template title.")>
Public Overridable Property Title As String
'''<Summary>
'''The message template title.
'''</Summary>
<ApiMember(Description:="The message template title.")>
Public Overridable Property Body As String
'''<Summary>
'''The message template sender (an email for message types with sendmethod 1, for SMS this cannot be set).
'''</Summary>
<ApiMember(Description:="The message template sender (an email for message types with sendmethod 1, for SMS this cannot be set).")>
Public Overridable Property Sender As String
'''<Summary>
'''If the message template is the default message currently in use.
'''</Summary>
<ApiMember(Description:="If the message template is the default message currently in use.")>
Public Overridable Property [Default] As Boolean
'''<Summary>
'''If the message type information.
'''</Summary>
<ApiMember(Description:="If the message type information.")>
Public Overridable Property MessageType As MessageTypeQueryResponse
'''<Summary>
'''Template language.
'''</Summary>
<ApiMember(Description:="Template language.")>
Public Overridable Property Language As String
'''<Summary>
'''The connected services which the template is valid for. If empty then it's valid for all services.
'''</Summary>
<ApiMember(Description:="The connected services which the template is valid for. If empty then it's valid for all services.")>
Public Overridable Property Services As List(Of MessageServices)
End Class
Public Partial Class MessageTypeQueryResponse
'''<Summary>
'''The message type id
'''</Summary>
<ApiMember(Description:="The message type id")>
Public Overridable Property Id As Integer
'''<Summary>
'''The message type name.
'''</Summary>
<ApiMember(Description:="The message type name.")>
Public Overridable Property Name As String
'''<Summary>
'''The message type description.
'''</Summary>
<ApiMember(Description:="The message type description.")>
Public Overridable Property Description As String
'''<Summary>
'''The maximum number of charachters that can be entered into message body using this type.
'''</Summary>
<ApiMember(Description:="The maximum number of charachters that can be entered into message body using this type.")>
Public Overridable Property MaxCharacters As Integer
'''<Summary>
'''The default text that is always included when sending messages of this type.
'''</Summary>
<ApiMember(Description:="The default text that is always included when sending messages of this type.")>
Public Overridable Property DefaultText As String
'''<Summary>
'''The send method for this type. 1 = Email, 2 = SMS.
'''</Summary>
<ApiMember(Description:="The send method for this type. 1 = Email, 2 = SMS.")>
Public Overridable Property SendMethodId As Integer
End Class
<ApiResponse(Description:="You were unauthorized to call this service", StatusCode:=401)>
<ValidateRequest(Validator:="IsAuthenticated")>
Public Partial Class UpdateMessageTemplate
Implements ICompany
Public Sub New()
Services = New Integer(){}
End Sub
'''<Summary>
'''The company id, if empty will use the company id for the user you are logged in with.
'''</Summary>
<ApiMember(Description:="The company id, if empty will use the company id for the user you are logged in with.")>
Public Overridable Property CompanyId As Nullable(Of Guid)
'''<Summary>
'''The message template id.
'''</Summary>
<ApiMember(Description:="The message template id.", IsRequired:=true, ParameterType:="path")>
Public Overridable Property Id As Integer
'''<Summary>
'''The message type id. See GET /messages/templates/types
'''</Summary>
<ApiMember(Description:="The message type id. See GET /messages/templates/types ")>
Public Overridable Property TypeId As Nullable(Of Integer)
'''<Summary>
'''The message should be default and the one to be used. All other messages for the same message type will be set to Default = false
'''</Summary>
<ApiMember(Description:="The message should be default and the one to be used. All other messages for the same message type will be set to Default = false")>
Public Overridable Property [Default] As Nullable(Of Boolean)
'''<Summary>
'''The message template name.
'''</Summary>
<ApiMember(Description:="The message template name.")>
Public Overridable Property Name As String
'''<Summary>
'''The message template title.
'''</Summary>
<ApiMember(Description:="The message template title.")>
Public Overridable Property Title As String
'''<Summary>
'''The message template title.
'''</Summary>
<ApiMember(Description:="The message template title.")>
Public Overridable Property Body As String
'''<Summary>
'''The message template sender (an email for message types with sendmethod 1, for SMS this cannot be set).
'''</Summary>
<ApiMember(Description:="The message template sender (an email for message types with sendmethod 1, for SMS this cannot be set).")>
Public Overridable Property Sender As String
'''<Summary>
'''Message template lanugage
'''</Summary>
<ApiMember(Description:="Message template lanugage", IsRequired:=true)>
Public Overridable Property Language As String
'''<Summary>
'''The services that is connected to the template. If null it will be connected to all services.
'''</Summary>
<ApiMember(Description:="The services that is connected to the template. If null it will be connected to all services.")>
Public Overridable Property Services As Integer()
End Class
End Namespace
End Namespace
VB.NET UpdateMessageTemplate DTOs
To override the Content-type in your clients, use the HTTP Accept Header, append the .xml suffix or ?format=xml
The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.
PUT /messages/templates/{Id} HTTP/1.1
Host: api.bokamera.se
Accept: application/xml
Content-Type: application/xml
Content-Length: length
<UpdateMessageTemplate xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BokaMera.API.ServiceModel.Dtos">
<Body>String</Body>
<CompanyId>00000000-0000-0000-0000-000000000000</CompanyId>
<Default>false</Default>
<Id>0</Id>
<Language>String</Language>
<Name>String</Name>
<Sender>String</Sender>
<Services xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:int>0</d2p1:int>
</Services>
<Title>String</Title>
<TypeId>0</TypeId>
</UpdateMessageTemplate>
HTTP/1.1 200 OK Content-Type: application/xml Content-Length: length <MessageTemplatesQueryResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BokaMera.API.ServiceModel.Dtos"> <Body>String</Body> <Default>false</Default> <Id>0</Id> <Language>String</Language> <MessageType> <DefaultText>String</DefaultText> <Description>String</Description> <Id>0</Id> <MaxCharacters>0</MaxCharacters> <Name>String</Name> <SendMethodId>0</SendMethodId> </MessageType> <Name>String</Name> <Sender>String</Sender> <Services> <MessageServices> <Id>0</Id> <ImageUrl i:nil="true" /> <Name>String</Name> </MessageServices> </Services> <Title>String</Title> </MessageTemplatesQueryResponse>