POST api/Mapping/SaveUpdateCommunicationMapping

Request Information

URI Parameters

None.

Body Parameters

Collection of CommunicationModel
NameDescriptionTypeAdditional information
Id

integer

None.

PeopleId

integer

None.

CompanyId

integer

None.

Sms

integer

None.

Email

integer

None.

LogSheetWithCompetitor

integer

None.

LogsheetType

integer

None.

WebAccess

integer

None.

VideoDownload

integer

None.

WhatsApp

integer

None.

PrintMedia

integer

None.

WhatsAppType

string

None.

OrderNo

integer

None.

Snapshot

integer

None.

Sentiment

integer

None.

PRValue

integer

None.

Reach

integer

None.

Tag

integer

None.

Duration

integer

None.

AdValue

integer

None.

Repeat

integer

None.

PDF

integer

None.

GroupLink

string

None.

Transcription

integer

None.

Request Formats

application/json, text/json, text/html

Sample:
[
  {
    "Id": 1,
    "PeopleId": 2,
    "CompanyId": 3,
    "Sms": 4,
    "Email": 5,
    "LogSheetWithCompetitor": 6,
    "LogsheetType": 7,
    "WebAccess": 8,
    "VideoDownload": 9,
    "WhatsApp": 10,
    "PrintMedia": 11,
    "WhatsAppType": "sample string 12",
    "OrderNo": 13,
    "Snapshot": 14,
    "Sentiment": 15,
    "PRValue": 16,
    "Reach": 17,
    "Tag": 18,
    "Duration": 19,
    "AdValue": 20,
    "Repeat": 21,
    "PDF": 22,
    "GroupLink": "sample string 23",
    "Transcription": 24
  },
  {
    "Id": 1,
    "PeopleId": 2,
    "CompanyId": 3,
    "Sms": 4,
    "Email": 5,
    "LogSheetWithCompetitor": 6,
    "LogsheetType": 7,
    "WebAccess": 8,
    "VideoDownload": 9,
    "WhatsApp": 10,
    "PrintMedia": 11,
    "WhatsAppType": "sample string 12",
    "OrderNo": 13,
    "Snapshot": 14,
    "Sentiment": 15,
    "PRValue": 16,
    "Reach": 17,
    "Tag": 18,
    "Duration": 19,
    "AdValue": 20,
    "Repeat": 21,
    "PDF": 22,
    "GroupLink": "sample string 23",
    "Transcription": 24
  }
]

application/xml, text/xml

Sample:
<ArrayOfCommunicationModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Vision.Model">
  <CommunicationModel>
    <AdValue>20</AdValue>
    <CompanyId>3</CompanyId>
    <Duration>19</Duration>
    <Email>5</Email>
    <GroupLink>sample string 23</GroupLink>
    <Id>1</Id>
    <LogSheetWithCompetitor>6</LogSheetWithCompetitor>
    <LogsheetType>7</LogsheetType>
    <OrderNo>13</OrderNo>
    <PDF>22</PDF>
    <PRValue>16</PRValue>
    <PeopleId>2</PeopleId>
    <PrintMedia>11</PrintMedia>
    <Reach>17</Reach>
    <Repeat>21</Repeat>
    <Sentiment>15</Sentiment>
    <Sms>4</Sms>
    <Snapshot>14</Snapshot>
    <Tag>18</Tag>
    <Transcription>24</Transcription>
    <VideoDownload>9</VideoDownload>
    <WebAccess>8</WebAccess>
    <WhatsApp>10</WhatsApp>
    <WhatsAppType>sample string 12</WhatsAppType>
  </CommunicationModel>
  <CommunicationModel>
    <AdValue>20</AdValue>
    <CompanyId>3</CompanyId>
    <Duration>19</Duration>
    <Email>5</Email>
    <GroupLink>sample string 23</GroupLink>
    <Id>1</Id>
    <LogSheetWithCompetitor>6</LogSheetWithCompetitor>
    <LogsheetType>7</LogsheetType>
    <OrderNo>13</OrderNo>
    <PDF>22</PDF>
    <PRValue>16</PRValue>
    <PeopleId>2</PeopleId>
    <PrintMedia>11</PrintMedia>
    <Reach>17</Reach>
    <Repeat>21</Repeat>
    <Sentiment>15</Sentiment>
    <Sms>4</Sms>
    <Snapshot>14</Snapshot>
    <Tag>18</Tag>
    <Transcription>24</Transcription>
    <VideoDownload>9</VideoDownload>
    <WebAccess>8</WebAccess>
    <WhatsApp>10</WhatsApp>
    <WhatsAppType>sample string 12</WhatsAppType>
  </CommunicationModel>
</ArrayOfCommunicationModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml, text/html

Sample:

Sample not available.