POST api/Mapping/SaveUpdateCommunicationMapping
Request Information
URI Parameters
None.
Body Parameters
Collection of CommunicationModelName | Description | Type | Additional information |
---|---|---|---|
Id | integer |
None. |
|
PeopleId | integer |
None. |
|
CompanyId | integer |
None. |
|
Sms | integer |
None. |
|
integer |
None. |
||
LogSheetWithCompetitor | integer |
None. |
|
LogsheetType | integer |
None. |
|
WebAccess | integer |
None. |
|
VideoDownload | integer |
None. |
|
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. |
|
integer |
None. |
||
GroupLink | string |
None. |
|
Transcription | integer |
None. |
|
Link | integer |
None. |
|
PrimeNonPrime | integer |
None. |
|
StoryType | integer |
None. |
|
EmailId | string |
None. |
|
Frequency | string |
None. |
|
CompanyWithCompetition | integer |
None. |
|
Language | integer |
None. |
|
EmailTag | string |
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, "Link": 25, "PrimeNonPrime": 26, "StoryType": 27, "EmailId": "sample string 28", "Frequency": "sample string 29", "CompanyWithCompetition": 30, "Language": 31, "EmailTag": "sample string 32" }, { "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, "Link": 25, "PrimeNonPrime": 26, "StoryType": 27, "EmailId": "sample string 28", "Frequency": "sample string 29", "CompanyWithCompetition": 30, "Language": 31, "EmailTag": "sample string 32" } ]
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> <CompanyWithCompetition>30</CompanyWithCompetition> <Duration>19</Duration> <Email>5</Email> <EmailId>sample string 28</EmailId> <EmailTag>sample string 32</EmailTag> <Frequency>sample string 29</Frequency> <GroupLink>sample string 23</GroupLink> <Id>1</Id> <Language>31</Language> <Link>25</Link> <LogSheetWithCompetitor>6</LogSheetWithCompetitor> <LogsheetType>7</LogsheetType> <OrderNo>13</OrderNo> <PDF>22</PDF> <PRValue>16</PRValue> <PeopleId>2</PeopleId> <PrimeNonPrime>26</PrimeNonPrime> <PrintMedia>11</PrintMedia> <Reach>17</Reach> <Repeat>21</Repeat> <Sentiment>15</Sentiment> <Sms>4</Sms> <Snapshot>14</Snapshot> <StoryType>27</StoryType> <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> <CompanyWithCompetition>30</CompanyWithCompetition> <Duration>19</Duration> <Email>5</Email> <EmailId>sample string 28</EmailId> <EmailTag>sample string 32</EmailTag> <Frequency>sample string 29</Frequency> <GroupLink>sample string 23</GroupLink> <Id>1</Id> <Language>31</Language> <Link>25</Link> <LogSheetWithCompetitor>6</LogSheetWithCompetitor> <LogsheetType>7</LogsheetType> <OrderNo>13</OrderNo> <PDF>22</PDF> <PRValue>16</PRValue> <PeopleId>2</PeopleId> <PrimeNonPrime>26</PrimeNonPrime> <PrintMedia>11</PrintMedia> <Reach>17</Reach> <Repeat>21</Repeat> <Sentiment>15</Sentiment> <Sms>4</Sms> <Snapshot>14</Snapshot> <StoryType>27</StoryType> <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
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml, text/html
Sample:
Sample not available.