POST api/PartyMaster/update
Request Information
URI Parameters
None.
Body Parameters
PartyMasterDtoUpdate| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| PartyName | string |
None. |
|
| OldPartyName | string |
None. |
|
| Status | string |
None. |
|
| BalanceLimit | decimal number |
None. |
|
| MatchCommiType | string |
None. |
|
| Rate | decimal number |
None. |
|
| SMatch | decimal number |
None. |
|
| SSession | decimal number |
None. |
|
| SAbandon | decimal number |
None. |
|
| STie | decimal number |
None. |
|
| SCup | decimal number |
None. |
|
| SMatchCommi | decimal number |
None. |
|
| SSessionCommi | decimal number |
None. |
|
| AParty | string |
None. |
|
| AMatch | decimal number |
None. |
|
| ASession | decimal number |
None. |
|
| AAbandon | decimal number |
None. |
|
| ATie | decimal number |
None. |
|
| ACup | decimal number |
None. |
|
| AMatchCommi | decimal number |
None. |
|
| ASessionCommi | decimal number |
None. |
|
| TParty | string |
None. |
|
| TMatch | decimal number |
None. |
|
| TSession | decimal number |
None. |
|
| TAbandon | decimal number |
None. |
|
| TTie | decimal number |
None. |
|
| TCup | decimal number |
None. |
|
| TMatchCommi | decimal number |
None. |
|
| TSessionCommi | decimal number |
None. |
|
| FParty | string |
None. |
|
| FMatch | decimal number |
None. |
|
| FSession | decimal number |
None. |
|
| FAbandon | decimal number |
None. |
|
| FTie | decimal number |
None. |
|
| FCup | decimal number |
None. |
|
| FMatchCommi | decimal number |
None. |
|
| FSessionCommi | decimal number |
None. |
|
| ACParty | string |
None. |
|
| TCParty | string |
None. |
|
| FCParty | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"PartyName": "sample string 2",
"OldPartyName": "sample string 3",
"Status": "sample string 4",
"BalanceLimit": 5.0,
"MatchCommiType": "sample string 6",
"Rate": 7.0,
"SMatch": 8.0,
"SSession": 9.0,
"SAbandon": 10.0,
"STie": 11.0,
"SCup": 12.0,
"SMatchCommi": 13.0,
"SSessionCommi": 14.0,
"AParty": "sample string 15",
"AMatch": 16.0,
"ASession": 17.0,
"AAbandon": 18.0,
"ATie": 19.0,
"ACup": 20.0,
"AMatchCommi": 21.0,
"ASessionCommi": 22.0,
"TParty": "sample string 23",
"TMatch": 24.0,
"TSession": 25.0,
"TAbandon": 26.0,
"TTie": 27.0,
"TCup": 28.0,
"TMatchCommi": 29.0,
"TSessionCommi": 30.0,
"FParty": "sample string 31",
"FMatch": 32.0,
"FSession": 33.0,
"FAbandon": 34.0,
"FTie": 35.0,
"FCup": 36.0,
"FMatchCommi": 37.0,
"FSessionCommi": 38.0,
"ACParty": "sample string 39",
"TCParty": "sample string 40",
"FCParty": "sample string 41"
}
application/xml, text/xml
Sample:
<PartyMasterDtoUpdate xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SHUBHLABHEnterpriseApi"> <AAbandon>18</AAbandon> <ACParty>sample string 39</ACParty> <ACup>20</ACup> <AMatch>16</AMatch> <AMatchCommi>21</AMatchCommi> <AParty>sample string 15</AParty> <ASession>17</ASession> <ASessionCommi>22</ASessionCommi> <ATie>19</ATie> <BalanceLimit>5</BalanceLimit> <FAbandon>34</FAbandon> <FCParty>sample string 41</FCParty> <FCup>36</FCup> <FMatch>32</FMatch> <FMatchCommi>37</FMatchCommi> <FParty>sample string 31</FParty> <FSession>33</FSession> <FSessionCommi>38</FSessionCommi> <FTie>35</FTie> <Id>1</Id> <MatchCommiType>sample string 6</MatchCommiType> <OldPartyName>sample string 3</OldPartyName> <PartyName>sample string 2</PartyName> <Rate>7</Rate> <SAbandon>10</SAbandon> <SCup>12</SCup> <SMatch>8</SMatch> <SMatchCommi>13</SMatchCommi> <SSession>9</SSession> <SSessionCommi>14</SSessionCommi> <STie>11</STie> <Status>sample string 4</Status> <TAbandon>26</TAbandon> <TCParty>sample string 40</TCParty> <TCup>28</TCup> <TMatch>24</TMatch> <TMatchCommi>29</TMatchCommi> <TParty>sample string 23</TParty> <TSession>25</TSession> <TSessionCommi>30</TSessionCommi> <TTie>27</TTie> </PartyMasterDtoUpdate>
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.