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