GET api/Values/MasterJoining
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of tblMasterJoining| Name | Description | Type | Additional information |
|---|---|---|---|
| JoiningId | integer |
None. |
|
| JoiningName | string |
None. |
|
| Amount | integer |
None. |
|
| BV | integer |
None. |
|
| CapTo | integer |
None. |
|
| BinaryI | decimal number |
None. |
|
| RefferI | decimal number |
None. |
|
| ROI | decimal number |
None. |
|
| NoDay | integer |
None. |
|
| isBlocked | boolean |
None. |
|
| isTopUped | boolean |
None. |
|
| RegisterWithID | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"JoiningId": 1,
"JoiningName": "sample string 2",
"Amount": 3,
"BV": 4,
"CapTo": 5,
"BinaryI": 6.0,
"RefferI": 7.0,
"ROI": 8.0,
"NoDay": 9,
"isBlocked": true,
"isTopUped": true,
"RegisterWithID": 12
},
{
"JoiningId": 1,
"JoiningName": "sample string 2",
"Amount": 3,
"BV": 4,
"CapTo": 5,
"BinaryI": 6.0,
"RefferI": 7.0,
"ROI": 8.0,
"NoDay": 9,
"isBlocked": true,
"isTopUped": true,
"RegisterWithID": 12
}
]
application/xml, text/xml
Sample:
<ArrayOftblMasterJoining xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BusinessLogicLayer">
<tblMasterJoining>
<Amount>3</Amount>
<BV>4</BV>
<BinaryI>6</BinaryI>
<CapTo>5</CapTo>
<JoiningId>1</JoiningId>
<JoiningName>sample string 2</JoiningName>
<NoDay>9</NoDay>
<ROI>8</ROI>
<RefferI>7</RefferI>
<RegisterWithID>12</RegisterWithID>
<isBlocked>true</isBlocked>
<isTopUped>true</isTopUped>
</tblMasterJoining>
<tblMasterJoining>
<Amount>3</Amount>
<BV>4</BV>
<BinaryI>6</BinaryI>
<CapTo>5</CapTo>
<JoiningId>1</JoiningId>
<JoiningName>sample string 2</JoiningName>
<NoDay>9</NoDay>
<ROI>8</ROI>
<RefferI>7</RefferI>
<RegisterWithID>12</RegisterWithID>
<isBlocked>true</isBlocked>
<isTopUped>true</isTopUped>
</tblMasterJoining>
</ArrayOftblMasterJoining>