POST api/Outlets/bulk
Request Information
URI Parameters
None.
Body Parameters
Collection of Outlets| Name | Description | Type | Additional information |
|---|---|---|---|
| SRNO | string |
None. |
|
| OUTLETID | string |
None. |
|
| OUTLETNAME | string |
None. |
|
| MOBILE | string |
None. |
|
| SESSION | string |
None. |
|
| DATE | string |
None. |
|
| ADDRESS | string |
None. |
|
| LATITUDE | string |
None. |
|
| LONGITUDE | string |
None. |
|
| CITY | string |
None. |
|
| DEALERNAME | string |
None. |
|
| LANDMARK | string |
None. |
|
| VERIFIEDSTATUS | string |
None. |
|
| NEWMOBILE | string |
None. |
|
| UPLOADSTS | string |
None. |
|
| STARTTIME | string |
None. |
|
| ENDTIME | string |
None. |
|
| COKE | string |
None. |
|
| PEPSI | string |
None. |
|
| CAMPA | string |
None. |
|
| PARLE | string |
None. |
|
| BISLERI | string |
None. |
|
| OTHERS | string |
None. |
|
| PSRVISIT | string |
None. |
|
| SGA | string |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"SRNO": "sample string 1",
"OUTLETID": "sample string 2",
"OUTLETNAME": "sample string 3",
"MOBILE": "sample string 4",
"SESSION": "sample string 5",
"DATE": "sample string 6",
"ADDRESS": "sample string 7",
"LATITUDE": "sample string 8",
"LONGITUDE": "sample string 9",
"CITY": "sample string 10",
"DEALERNAME": "sample string 11",
"LANDMARK": "sample string 12",
"VERIFIEDSTATUS": "sample string 13",
"NEWMOBILE": "sample string 14",
"UPLOADSTS": "sample string 15",
"STARTTIME": "sample string 16",
"ENDTIME": "sample string 17",
"COKE": "sample string 18",
"PEPSI": "sample string 19",
"CAMPA": "sample string 20",
"PARLE": "sample string 21",
"BISLERI": "sample string 22",
"OTHERS": "sample string 23",
"PSRVISIT": "sample string 24",
"SGA": "sample string 25"
},
{
"SRNO": "sample string 1",
"OUTLETID": "sample string 2",
"OUTLETNAME": "sample string 3",
"MOBILE": "sample string 4",
"SESSION": "sample string 5",
"DATE": "sample string 6",
"ADDRESS": "sample string 7",
"LATITUDE": "sample string 8",
"LONGITUDE": "sample string 9",
"CITY": "sample string 10",
"DEALERNAME": "sample string 11",
"LANDMARK": "sample string 12",
"VERIFIEDSTATUS": "sample string 13",
"NEWMOBILE": "sample string 14",
"UPLOADSTS": "sample string 15",
"STARTTIME": "sample string 16",
"ENDTIME": "sample string 17",
"COKE": "sample string 18",
"PEPSI": "sample string 19",
"CAMPA": "sample string 20",
"PARLE": "sample string 21",
"BISLERI": "sample string 22",
"OTHERS": "sample string 23",
"PSRVISIT": "sample string 24",
"SGA": "sample string 25"
}
]
application/xml, text/xml
Sample:
<ArrayOfOutlets xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/KeyCodeWebsApis.Models">
<Outlets>
<ADDRESS>sample string 7</ADDRESS>
<BISLERI>sample string 22</BISLERI>
<CAMPA>sample string 20</CAMPA>
<CITY>sample string 10</CITY>
<COKE>sample string 18</COKE>
<DATE>sample string 6</DATE>
<DEALERNAME>sample string 11</DEALERNAME>
<ENDTIME>sample string 17</ENDTIME>
<LANDMARK>sample string 12</LANDMARK>
<LATITUDE>sample string 8</LATITUDE>
<LONGITUDE>sample string 9</LONGITUDE>
<MOBILE>sample string 4</MOBILE>
<NEWMOBILE>sample string 14</NEWMOBILE>
<OTHERS>sample string 23</OTHERS>
<OUTLETID>sample string 2</OUTLETID>
<OUTLETNAME>sample string 3</OUTLETNAME>
<PARLE>sample string 21</PARLE>
<PEPSI>sample string 19</PEPSI>
<PSRVISIT>sample string 24</PSRVISIT>
<SESSION>sample string 5</SESSION>
<SGA>sample string 25</SGA>
<SRNO>sample string 1</SRNO>
<STARTTIME>sample string 16</STARTTIME>
<UPLOADSTS>sample string 15</UPLOADSTS>
<VERIFIEDSTATUS>sample string 13</VERIFIEDSTATUS>
</Outlets>
<Outlets>
<ADDRESS>sample string 7</ADDRESS>
<BISLERI>sample string 22</BISLERI>
<CAMPA>sample string 20</CAMPA>
<CITY>sample string 10</CITY>
<COKE>sample string 18</COKE>
<DATE>sample string 6</DATE>
<DEALERNAME>sample string 11</DEALERNAME>
<ENDTIME>sample string 17</ENDTIME>
<LANDMARK>sample string 12</LANDMARK>
<LATITUDE>sample string 8</LATITUDE>
<LONGITUDE>sample string 9</LONGITUDE>
<MOBILE>sample string 4</MOBILE>
<NEWMOBILE>sample string 14</NEWMOBILE>
<OTHERS>sample string 23</OTHERS>
<OUTLETID>sample string 2</OUTLETID>
<OUTLETNAME>sample string 3</OUTLETNAME>
<PARLE>sample string 21</PARLE>
<PEPSI>sample string 19</PEPSI>
<PSRVISIT>sample string 24</PSRVISIT>
<SESSION>sample string 5</SESSION>
<SGA>sample string 25</SGA>
<SRNO>sample string 1</SRNO>
<STARTTIME>sample string 16</STARTTIME>
<UPLOADSTS>sample string 15</UPLOADSTS>
<VERIFIEDSTATUS>sample string 13</VERIFIEDSTATUS>
</Outlets>
</ArrayOfOutlets>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.