PUT api/campaign/{name}/signiqticket/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
name

string

Required

id

globally unique identifier

Required

Body Parameters

CampaignSignIqTicket
NameDescriptionTypeAdditional information
Identifier

Collection of byte

None.

IdentifierGuid

globally unique identifier

None.

CampaignName

string

None.

Message

string

None.

TicketFileSource

string

None.

TicketFileDestination

string

None.

StoreID

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "identifier": "0p8HYkJMXkuqltzkoshHBw==",
  "identifierGuid": "62079fd2-4c42-4b5e-aa96-dce4a2c84707",
  "campaignName": "sample string 2",
  "message": "sample string 3",
  "ticketFileSource": "sample string 4",
  "ticketFileDestination": "sample string 5",
  "storeID": 1
}

application/xml, text/xml

Sample:
<CampaignSignIqTicket xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EziManager.Models.EMC.Campaigns">
  <CampaignName>sample string 2</CampaignName>
  <Identifier>0p8HYkJMXkuqltzkoshHBw==</Identifier>
  <IdentifierGuid>62079fd2-4c42-4b5e-aa96-dce4a2c84707</IdentifierGuid>
  <Message>sample string 3</Message>
  <StoreID>1</StoreID>
  <TicketFileDestination>sample string 5</TicketFileDestination>
  <TicketFileSource>sample string 4</TicketFileSource>
</CampaignSignIqTicket>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.