Request Information

URI Parameters

None.

Body Parameters

The app campaign.

Nano.AppCampaign
NameDescriptionTypeAdditional information
campaign

Gets or sets the campaign.

string

None.

date

Gets or sets the date.

date

None.

appCampaignId

Gets or sets the app campaign id.

integer

None.

app

Gets or sets the application identifier.

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "campaign": "sample String 1",
  "date": "2025-04-25T18:34:08.8946399Z",
  "appCampaignId": 3,
  "app": "4"
}

text/html

Sample:
{"campaign":"sample String 1","date":"2025-04-25T18:34:08.8946399Z","appCampaignId":3,"app":"4"}

application/xml, text/xml

Sample:
<AppCampaign xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <Campaign>sample String 1</Campaign>
  <Date>2025-04-25T18:34:08.8946399Z</Date>
  <AppCampaignId>3</AppCampaignId>
  <AppId>4</AppId>
</AppCampaign>

application/x-www-form-urlencoded

Sample:

Sample not available.

application/vnd.api+json

Sample:

Sample not available.

Response Information

Resource Description

The created app campaign.

Nano.AppCampaign
NameDescriptionTypeAdditional information
campaign

Gets or sets the campaign.

string

None.

date

Gets or sets the date.

date

None.

appCampaignId

Gets or sets the app campaign id.

integer

None.

app

Gets or sets the application identifier.

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "campaign": "sample String 1",
  "date": "2025-04-25T18:34:08.8946399Z",
  "appCampaignId": 3,
  "app": "4"
}

text/html

Sample:
{"campaign":"sample String 1","date":"2025-04-25T18:34:08.8946399Z","appCampaignId":3,"app":"4"}

application/xml, text/xml

Sample:
<AppCampaign xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <Campaign>sample String 1</Campaign>
  <Date>2025-04-25T18:34:08.8946399Z</Date>
  <AppCampaignId>3</AppCampaignId>
  <AppId>4</AppId>
</AppCampaign>

application/vnd.api+json

Sample:

Sample not available.