POST api/ActivityTarget

Request Information

URI Parameters

None.

Body Parameters

ActivityTarget
NameDescriptionTypeAdditional information
EMPLOYEE_ID

string

None.

ONION_ABS

string

None.

VEG_ABS

string

None.

POSTERS_BANNERS

string

None.

AWARD_REWARD

string

None.

PRODUCT_DISPLAY

string

None.

FRUITS_DISPLAY

string

None.

KIOSKS_MARKET

string

None.

FARMER_FELICITATION

string

None.

FARMER_MEETING_AT_FIELD

string

None.

FARMER_MEETING_AT_VILLAGE

string

None.

DEALER_MEETING

string

None.

PARTICIPATION_LOCAL_EXHIBITION

string

None.

BAGS_CONTRIBUTION

string

None.

CALENDER_CONTRIBUTION

string

None.

DIWALI_GIFT_DISTRIBUTION

string

None.

EXTRA1

string

None.

EXTRA2

string

None.

EXTRA3

string

None.

Request Formats

application/json, text/json

Sample:
{
  "EMPLOYEE_ID": "sample string 1",
  "ONION_ABS": "sample string 2",
  "VEG_ABS": "sample string 3",
  "POSTERS_BANNERS": "sample string 4",
  "AWARD_REWARD": "sample string 5",
  "PRODUCT_DISPLAY": "sample string 6",
  "FRUITS_DISPLAY": "sample string 7",
  "KIOSKS_MARKET": "sample string 8",
  "FARMER_FELICITATION": "sample string 9",
  "FARMER_MEETING_AT_FIELD": "sample string 10",
  "FARMER_MEETING_AT_VILLAGE": "sample string 11",
  "DEALER_MEETING": "sample string 12",
  "PARTICIPATION_LOCAL_EXHIBITION": "sample string 13",
  "BAGS_CONTRIBUTION": "sample string 14",
  "CALENDER_CONTRIBUTION": "sample string 15",
  "DIWALI_GIFT_DISTRIBUTION": "sample string 16",
  "EXTRA1": "sample string 17",
  "EXTRA2": "sample string 18",
  "EXTRA3": "sample string 19"
}

application/xml, text/xml

Sample:
<ActivityTarget xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebApiEllora.Models">
  <AWARD_REWARD>sample string 5</AWARD_REWARD>
  <BAGS_CONTRIBUTION>sample string 14</BAGS_CONTRIBUTION>
  <CALENDER_CONTRIBUTION>sample string 15</CALENDER_CONTRIBUTION>
  <DEALER_MEETING>sample string 12</DEALER_MEETING>
  <DIWALI_GIFT_DISTRIBUTION>sample string 16</DIWALI_GIFT_DISTRIBUTION>
  <EMPLOYEE_ID>sample string 1</EMPLOYEE_ID>
  <EXTRA1>sample string 17</EXTRA1>
  <EXTRA2>sample string 18</EXTRA2>
  <EXTRA3>sample string 19</EXTRA3>
  <FARMER_FELICITATION>sample string 9</FARMER_FELICITATION>
  <FARMER_MEETING_AT_FIELD>sample string 10</FARMER_MEETING_AT_FIELD>
  <FARMER_MEETING_AT_VILLAGE>sample string 11</FARMER_MEETING_AT_VILLAGE>
  <FRUITS_DISPLAY>sample string 7</FRUITS_DISPLAY>
  <KIOSKS_MARKET>sample string 8</KIOSKS_MARKET>
  <ONION_ABS>sample string 2</ONION_ABS>
  <PARTICIPATION_LOCAL_EXHIBITION>sample string 13</PARTICIPATION_LOCAL_EXHIBITION>
  <POSTERS_BANNERS>sample string 4</POSTERS_BANNERS>
  <PRODUCT_DISPLAY>sample string 6</PRODUCT_DISPLAY>
  <VEG_ABS>sample string 3</VEG_ABS>
</ActivityTarget>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.