POST api/service/GetOSPSalesCheckedInCount
Request Information
URI Parameters
None.
Body Parameters
OSPDetailSalesCheckinParametersName | Description | Type | Additional information |
---|---|---|---|
user | string |
None. |
|
branchCode | string |
None. |
|
deviceID | string |
None. |
|
ticketID | string |
None. |
|
OSPSalesCheckInDetails | OSPDetailSalesCheckinModel |
None. |
Request Formats
application/json, text/json
Sample:
{ "user": "sample string 1", "branchCode": "sample string 2", "deviceID": "sample string 3", "ticketID": "sample string 4", "OSPSalesCheckInDetails": { "YestINBApptSch": 1, "TodayINBApptSch": 2, "TomoINBApptSch": 3, "YestINBApptCpl": 4, "TodayINBApptCpl": 5, "TomoINBApptCpl": 6, "YestCTVApptSch": 7, "TodayCTVApptSch": 8, "TomoCTVApptSch": 9, "YestCTVApptCpl": 10, "TodayCTVApptCpl": 11, "TomoCTVApptCpl": 12, "YestInsp": 13, "TodayInsp": 14, "TomoInsp": 15, "YestInspCpl": 16, "TodayInspCpl": 17, "TomoInspCpl": 18, "YestPRP": 19, "TodayPRP": 20, "TomoPRP": 21, "YestTotalPRPAmt": 22.0, "TodayTotalPRPAmt": 23.0, "TomoTotalPRPAmt": 24.0, "YestPRPRate": 25.0, "TodayPRPRate": 26.0, "TomoPRPRate": 27.0, "YestSoldCTVCount": 28, "TodaySoldCTVCount": 29, "TomoSoldCTVCount": 30, "YestSoldCTVAmt": 31.0, "TodaySoldCTVAmt": 32.0, "TomoSoldCTVAmt": 33.0, "YestSoldCTVRate": 34.0, "TodaySoldCTVRate": 35.0, "TomoSoldCTVRate": 36.0, "YestSoldINBCount": 37, "TodaySoldINBCount": 38, "TomoSoldINBCount": 39, "YestSoldINBAmt": 40.0, "TodaySoldINBAmt": 41.0, "TomoSoldINBAmt": 42.0, "YestSoldINBRate": 43.0, "TodaySoldINBRate": 44.0, "TomoSoldINBRate": 45.0, "YestSoldCount": 46, "TodaySoldCount": 47, "TomoSoldCount": 48, "YestSoldAmt": 49.0, "TodaySoldAmt": 50.0, "TomoSoldAmt": 51.0, "YestSoldRate": 52.0, "TodaySoldRate": 53.0, "TomoSoldRate": 54.0, "YestBundleRate": 55.0, "TodayBundleRate": 56.0, "TomoBundleRate": 57.0, "OSPName": "sample string 58", "OSPNumber": "sample string 59", "Manager": "sample string 60", "ManagerNumber": "sample string 61", "BranchName": "sample string 62", "BranchCode": "sample string 63", "RegionName": "sample string 64", "RegionCode": "sample string 65", "DivisionName": "sample string 66", "DivisionCode": "sample string 67", "EnableCheckIn": true } }
application/xml, text/xml
Sample:
<OSPDetailSalesCheckinParameters xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TMXWebAPI.Models"> <OSPSalesCheckInDetails> <BranchCode>sample string 63</BranchCode> <BranchName>sample string 62</BranchName> <DivisionCode>sample string 67</DivisionCode> <DivisionName>sample string 66</DivisionName> <EnableCheckIn>true</EnableCheckIn> <Manager>sample string 60</Manager> <ManagerNumber>sample string 61</ManagerNumber> <OSPName>sample string 58</OSPName> <OSPNumber>sample string 59</OSPNumber> <RegionCode>sample string 65</RegionCode> <RegionName>sample string 64</RegionName> <TodayBundleRate>56</TodayBundleRate> <TodayCTVApptCpl>11</TodayCTVApptCpl> <TodayCTVApptSch>8</TodayCTVApptSch> <TodayINBApptCpl>5</TodayINBApptCpl> <TodayINBApptSch>2</TodayINBApptSch> <TodayInsp>14</TodayInsp> <TodayInspCpl>17</TodayInspCpl> <TodayPRP>20</TodayPRP> <TodayPRPRate>26</TodayPRPRate> <TodaySoldAmt>50</TodaySoldAmt> <TodaySoldCTVAmt>32</TodaySoldCTVAmt> <TodaySoldCTVCount>29</TodaySoldCTVCount> <TodaySoldCTVRate>35</TodaySoldCTVRate> <TodaySoldCount>47</TodaySoldCount> <TodaySoldINBAmt>41</TodaySoldINBAmt> <TodaySoldINBCount>38</TodaySoldINBCount> <TodaySoldINBRate>44</TodaySoldINBRate> <TodaySoldRate>53</TodaySoldRate> <TodayTotalPRPAmt>23</TodayTotalPRPAmt> <TomoBundleRate>57</TomoBundleRate> <TomoCTVApptCpl>12</TomoCTVApptCpl> <TomoCTVApptSch>9</TomoCTVApptSch> <TomoINBApptCpl>6</TomoINBApptCpl> <TomoINBApptSch>3</TomoINBApptSch> <TomoInsp>15</TomoInsp> <TomoInspCpl>18</TomoInspCpl> <TomoPRP>21</TomoPRP> <TomoPRPRate>27</TomoPRPRate> <TomoSoldAmt>51</TomoSoldAmt> <TomoSoldCTVAmt>33</TomoSoldCTVAmt> <TomoSoldCTVCount>30</TomoSoldCTVCount> <TomoSoldCTVRate>36</TomoSoldCTVRate> <TomoSoldCount>48</TomoSoldCount> <TomoSoldINBAmt>42</TomoSoldINBAmt> <TomoSoldINBCount>39</TomoSoldINBCount> <TomoSoldINBRate>45</TomoSoldINBRate> <TomoSoldRate>54</TomoSoldRate> <TomoTotalPRPAmt>24</TomoTotalPRPAmt> <YestBundleRate>55</YestBundleRate> <YestCTVApptCpl>10</YestCTVApptCpl> <YestCTVApptSch>7</YestCTVApptSch> <YestINBApptCpl>4</YestINBApptCpl> <YestINBApptSch>1</YestINBApptSch> <YestInsp>13</YestInsp> <YestInspCpl>16</YestInspCpl> <YestPRP>19</YestPRP> <YestPRPRate>25</YestPRPRate> <YestSoldAmt>49</YestSoldAmt> <YestSoldCTVAmt>31</YestSoldCTVAmt> <YestSoldCTVCount>28</YestSoldCTVCount> <YestSoldCTVRate>34</YestSoldCTVRate> <YestSoldCount>46</YestSoldCount> <YestSoldINBAmt>40</YestSoldINBAmt> <YestSoldINBCount>37</YestSoldINBCount> <YestSoldINBRate>43</YestSoldINBRate> <YestSoldRate>52</YestSoldRate> <YestTotalPRPAmt>22</YestTotalPRPAmt> </OSPSalesCheckInDetails> <branchCode>sample string 2</branchCode> <deviceID>sample string 3</deviceID> <ticketID>sample string 4</ticketID> <user>sample string 1</user> </OSPDetailSalesCheckinParameters>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"
application/xml, text/xml
Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>