put https://testapi.imis.com/Asi.Scheduler_SDKDemo/api/Communication/
Updates an instance of Communication by id
Log in to see full request history
time | status | user agent | |
---|---|---|---|
Retrieving recent requests… |
Loading…
Response
200The request was successful.
Updates an instance of Communication by id
time | status | user agent | |
---|---|---|---|
Retrieving recent requests… |
200The request was successful.
xxxxxxxxxx
40fetch('https://testapi.imis.com/Asi.Scheduler_SDKDemo/api/Communication/CommunicationId', options)
const options = {
method: 'PUT',
headers: {'content-type': 'application/json'},
body: JSON.stringify({
$type: 'Asi.Soa.Communications.DataContracts.CommunicationData, Asi.Contracts',
DataSources: {
$type: 'Asi.Soa.Communications.DataContracts.CommunicationDataSourcesData, Asi.Contracts'
},
IsFolder: false,
IsSystem: false,
Options: {
$type: 'Asi.Soa.Communications.DataContracts.CommunicationOptionsData, Asi.Contracts',
AdvancedEmail: false,
AutoMatchReportParameter: false,
CommunicationType: {
$type: 'Asi.Soa.Communications.DataContracts.CommunicationTypeData, Asi.Contracts',
CannotOptOut: false,
DefaultOptOut: false,
IsDefaultType: false,
IsSolicitation: false,
IsSystem: false,
Status: false
},
Exclusions: {
$type: 'Asi.Soa.Communications.DataContracts.CommunicationSelectionData, Asi.Contracts'
},
PreviewOnly: false,
PreviewPager: {
$type: 'Asi.Soa.Core.DataContracts.PagerData, Asi.Contracts',
Try It!
to start a request and see the response here!