POST api/MyLab/SaveWAMsg
Request Information
URI Parameters
None.
Body Parameters
MLPWAName | Description | Type | Additional information |
---|---|---|---|
lstMLP | Collection of MLPeople |
None. |
|
lstMlWA | Collection of MLSaveWA |
None. |
Request Formats
application/json, text/json, text/html
Sample:
{ "lstMLP": [ { "PeopleID": 1, "PeopleName": "sample string 2", "MobileNo": "sample string 3", "Snapshot": 4, "Sentiment": 5, "OrderNo": 6, "WhatsAppInd": 7, "WhatsAppMsg": "sample string 8", "CompanyId": 9, "IsGroup": 10 }, { "PeopleID": 1, "PeopleName": "sample string 2", "MobileNo": "sample string 3", "Snapshot": 4, "Sentiment": 5, "OrderNo": 6, "WhatsAppInd": 7, "WhatsAppMsg": "sample string 8", "CompanyId": 9, "IsGroup": 10 } ], "lstMlWA": [ { "ClipId": 1, "OrderNo": 2, "ChannelName": "sample string 3", "AiringDate": "sample string 4", "Title": "sample string 5", "ChnDateTime": "sample string 6", "CBName": "sample string 7", "URL": "sample string 8" }, { "ClipId": 1, "OrderNo": 2, "ChannelName": "sample string 3", "AiringDate": "sample string 4", "Title": "sample string 5", "ChnDateTime": "sample string 6", "CBName": "sample string 7", "URL": "sample string 8" } ] }
application/xml, text/xml
Sample:
<MLPWA xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Vision.Model"> <lstMLP> <MLPeople> <CompanyId>9</CompanyId> <IsGroup>10</IsGroup> <MobileNo>sample string 3</MobileNo> <OrderNo>6</OrderNo> <PeopleID>1</PeopleID> <PeopleName>sample string 2</PeopleName> <Sentiment>5</Sentiment> <Snapshot>4</Snapshot> <WhatsAppInd>7</WhatsAppInd> <WhatsAppMsg>sample string 8</WhatsAppMsg> </MLPeople> <MLPeople> <CompanyId>9</CompanyId> <IsGroup>10</IsGroup> <MobileNo>sample string 3</MobileNo> <OrderNo>6</OrderNo> <PeopleID>1</PeopleID> <PeopleName>sample string 2</PeopleName> <Sentiment>5</Sentiment> <Snapshot>4</Snapshot> <WhatsAppInd>7</WhatsAppInd> <WhatsAppMsg>sample string 8</WhatsAppMsg> </MLPeople> </lstMLP> <lstMlWA> <MLSaveWA> <AiringDate>sample string 4</AiringDate> <CBName>sample string 7</CBName> <ChannelName>sample string 3</ChannelName> <ChnDateTime>sample string 6</ChnDateTime> <ClipId>1</ClipId> <OrderNo>2</OrderNo> <Title>sample string 5</Title> <URL>sample string 8</URL> </MLSaveWA> <MLSaveWA> <AiringDate>sample string 4</AiringDate> <CBName>sample string 7</CBName> <ChannelName>sample string 3</ChannelName> <ChnDateTime>sample string 6</ChnDateTime> <ClipId>1</ClipId> <OrderNo>2</OrderNo> <Title>sample string 5</Title> <URL>sample string 8</URL> </MLSaveWA> </lstMlWA> </MLPWA>
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.