For more information on using API

PUT http://webapi.mymarketing.co.il/api/campaigns/{id}/template

Update campaign template

Request Information

URI Parameters

Name

Description

Type

Additional information

id

Campaign id

integer

Required

Body Parameters

ApiCampaignTemplate

Name

Description

Type

Additional information

id

The id of the campaign template

integer

Request Formats

application/json, text/json

Sample:
{
  "id": 1
}

application/xml, text/xml

Sample:
<ApiCampaignTemplate xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ActiveTrail.RESTfulApi.Models">
  <id>1</id>
</ApiCampaignTemplate>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.