Name | Type | Description | Required? |
---|---|---|---|
Data | Account[] | Unavailable | Not Required |
Expand | System.String[] | Unavailable | Not Required |
ProjectId | System.Int32 | Unavailable | Required |
ProjectId | System.Int32 | Unavailable | Required |
Name | Type | Description | Required? | ProjectId | System.Int32 | Id | Required |
---|
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:api="http://api.phoenixplatform.net" xmlns:tig="http://schemas.datacontract.org/2004/07/Tigerspike.Phoenix.Services" xmlns:arr="http://schemas.microsoft.com/2003/10/Serialization/Arrays" xmlns:tig1="http://schemas.datacontract.org/2004/07/Tigerspike.Phoenix.Services.Filters"> <soapenv:Header> <PhoenixHeader xmlns="http://api.phoenixplatform.com" xmlns:i="http://www.w3.org/2001/XMLSchema-instance"> <AccessToken>[YOUR ACCESS TOKEN]</AccessToken> <Phoenix-ProjectId>1</Phoenix-ProjectId> </PhoenixHeader> </soapenv:Header> <soapenv:Body> <api1:UpdateAccount xmlns:api1="http://api.phoenixplatform.com"> <api1:request> <tig:Id>1</tig:Id> <tig:PhoenixIdentity_CompanyId>1</tig:PhoenixIdentity_CompanyId> <tig:AggregatorId>Apple</tig:AggregatorId> <tig:MessageTypeId>Email</tig:MessageTypeId> <tig:Name>TestValue[7765327715c143dca65df66126b3089a]</tig:Name> <tig:SystemName>TestValue[20450ea5a332431b85e4046351935ec1]</tig:SystemName> <tig:Originator>TestValue[432c803920dc401788b2943d4c4749a1]</tig:Originator> <tig:Username>TestValue[ecf90a52dc7b49fbb61730f5cd564995]</tig:Username> <tig:Password>TestValue[97ef1e5bc8f34037a2bc780dedc23bca]</tig:Password> <tig:Token>TestValue[1a7cbd20552e4a81bd7986fa413cc12c]</tig:Token> <tig:ProviderUrl>TestValue[5ccfb242e0c54273832c50664c7129b1]</tig:ProviderUrl> <tig:SupportsInbound>true</tig:SupportsInbound> <tig:SupportsOutbound>true</tig:SupportsOutbound> <tig:IsProductionGateway>true</tig:IsProductionGateway> <tig:Certificate>System.Byte[]</tig:Certificate> <tig:IsActive>true</tig:IsActive> <tig:ModifyDate>2021-01-17T22:42:45.0171605+00:00</tig:ModifyDate> </api1:request> </api1:UpdateAccount> </soapenv:Body> </soapenv:Envelope>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/"> <s:Header> <ActivityId CorrelationId="d088e8c6-bf1e-4a9d-9e96-3f5faf232af5" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">17abb643-6b2f-4485-b4ff-0afc30697b7d</ActivityId> </s:Header> <s:Body> <MessagingResponse xmlns="http://api.phoenixplatform.com"> <MessagingResult xmlns:a="http://schemas.datacontract.org/2004/07/Tigerspike.Phoenix.Syndicate.Services.Contracts.Article" xmlns:i="http://www.w3.org/2001/XMLSchema-instance"> <b:Data xmlns="http://schemas.datacontract.org/2004/07/Tigerspike.Phoenix.Services" xmlns:b="http://schemas.datacontract.org/2004/07/Tigerspike.Phoenix.Messaging.Model"> <b:Account> <b:CreateDate>2021-01-17T22:42:45.0171605Z</b:CreateDate> <b:IsActive>false</b:IsActive> <b:IsProductionGateway>false</b:IsProductionGateway> <b:ModifyDate>2021-01-17T22:42:45.0171605Z</b:ModifyDate> <b:Name i:nil="true" /> <b:PhoenixIdentity_CompanyId>0</b:PhoenixIdentity_CompanyId> <b:ProjectAccountMaps /> <b:SupportsInbound>false</b:SupportsInbound> <b:SupportsOutbound>false</b:SupportsOutbound> <b:SystemName i:nil="true" /> </b:Account> </b:Data> <TotalRecords xmlns="http://schemas.datacontract.org/2004/07/Tigerspike.Phoenix.Services">1</TotalRecords> </MessagingResult> </MessagingResponse> </s:Body> </s:Envelope>
Sample Request
POST /projects/{projectid}/accounts? HTTP/1.1 Accept-Encoding: gzip,deflate Content-Type: application/json; charset=utf-8 Authorization: Bearer [YOUR SUPER SECURE TOKEN] Content-Length: 1580 Host: [CallHost] Connection: Keep-Alive User-Agent: Apache-HttpClient/4.1.1 (java 1.5)- [{ "Id" : 1, "PhoenixIdentity_CompanyId" : 1, "AggregatorId" : "Clickatell", "MessageTypeId" : "AndroidPushNotification", "Name" : "TestValue[e31a37d4ea4a46b3aa33cec8aa47ad5c]", "SystemName" : "TestValue[212e929ee2ae43ff94692c07c82d89d5]", "Originator" : "TestValue[43567a12d00b425990fdcc6128074e1a]", "Username" : "TestValue[cd206250ec454725b1ecbb2550fdf6f1]", "Password" : "TestValue[d63e68120a2747ab9ce79b77ea4b76ad]", "Token" : "TestValue[1cd0655ee5f04b909e809fe47e81865c]", "ProviderUrl" : "TestValue[dcb9a205fd7b485aa59f7b06733c5377]", "SupportsInbound" : true, "SupportsOutbound" : true, "IsProductionGateway" : true, "Certificate" : {"@type":"B","@items" :[23,34,35,12…..]}, "IsActive" : true, "ModifyDate" : "2021-01-17T22:42:45.0171605+00:00" }]
HTTP/1.1 200 OK Cache-Control: private Content-Length: 200 Content-Type: application/json; charset=utf-8 Server: Microsoft-IIS/8.5 X-AspNet-Version: 4.0.30319 Access-Control-Allow-Origin: * Access-Control-Allow-Methods: GET,PUT,POST,DELETE,OPTIONS Access-Control-Allow-Headers: Content-Type [{ "PhoenixIdentity_CompanyId": 0, "Name": null, "SystemName": null, "SupportsInbound": false, "SupportsOutbound": false, "IsProductionGateway": false, "IsActive": false, "CreateDate": "2021-01-17T22:50:08.2539443Z", "ModifyDate": "2021-01-17T22:50:08.2539443Z", "ProjectAccountMaps": [] }]
Nuget
PM> Install-Package PhoenixServiceHelper
PhoenixServiceHelper Sample
using System; using System.Collections.Generic; using Tigerspike.Phoenix.Services.Api.ServiceConfiguration; using Tigerspike.Phoenix.Services.Api.ServiceRequest; using PhoenixService = Tigerspike.PhoenixMessaging.V1; using Tigerspike.Phoenix.Services.Api; var request = new SoapServiceRequest() { Token = "[YOUR SUPER SECURE TOKEN]", ProjectId = 1 }; var configuration = CustomConfigurationFactory.CreateServiceConfiguration(Assembly.GetExecutingAssembly()); var proxy = new PhoenixServiceHelper<PhoenixService.IPhoenixMessagingService>(configuration); var response = proxy.Execute(request, o => o.UpdateAccount(new PhoenixService.UpdateAccountRequest() { Data = new[] { new PhoenixService.Account() { Id = 1, PhoenixIdentity_CompanyId = 1, AggregatorId = PhoenixService.AggregatorEnum.Webhook, MessageTypeId = PhoenixService.MessageTypeEnum.SMS, Name = "TestValue["Guid.NewGuid().ToString().Replace("-",string.Empty)+"]", SystemName = "TestValue["Guid.NewGuid().ToString().Replace("-",string.Empty)+"]", Originator = "TestValue["Guid.NewGuid().ToString().Replace("-",string.Empty)+"]", Username = "TestValue["Guid.NewGuid().ToString().Replace("-",string.Empty)+"]", Password = "TestValue["Guid.NewGuid().ToString().Replace("-",string.Empty)+"]", Token = "TestValue["Guid.NewGuid().ToString().Replace("-",string.Empty)+"]", ProviderUrl = "TestValue["Guid.NewGuid().ToString().Replace("-",string.Empty)+"]", SupportsInbound = true, SupportsOutbound = true, IsProductionGateway = true, Certificate = Encoding.Default.GetBytes("TestValue[]"), IsActive = true, ModifyDate = DateTime.UtcNow } } }));