GET api/MobexSellerListing
Request Information
URI Parameters
None.
Body Parameters
DataTable| Name | Description | Type | Additional information |
|---|---|---|---|
| CaseSensitive | boolean |
None. |
|
| IsInitialized | boolean |
None. |
|
| RemotingFormat | SerializationFormat |
None. |
|
| ChildRelations | Collection of Object |
None. |
|
| Columns | Collection of Object |
None. |
|
| Constraints | Collection of Object |
None. |
|
| DataSet | DataSet |
None. |
|
| DefaultView | Collection of Object |
None. |
|
| DisplayExpression | string |
None. |
|
| ExtendedProperties | Dictionary of Object [key] and Object [value] |
None. |
|
| HasErrors | boolean |
None. |
|
| Locale | CultureInfo |
None. |
|
| MinimumCapacity | integer |
None. |
|
| ParentRelations | Collection of Object |
None. |
|
| PrimaryKey | Collection of DataColumn |
None. |
|
| Rows | Collection of Object |
None. |
|
| TableName | string |
None. |
|
| Namespace | string |
None. |
|
| Prefix | string |
None. |
|
| Site | ISite |
None. |
|
| Container | IContainer |
None. |
|
| DesignMode | boolean |
None. |
Request Formats
application/json, text/json, application/xml, text/xml, application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of MobexSellerListingDetailResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| MAKE | string |
None. |
|
| MODEL | string |
None. |
|
| COLOR | string |
None. |
|
| RAM | string |
None. |
|
| ROM | string |
None. |
|
| VENDORGRADE | string |
None. |
|
| VENDORPRICE | decimal number |
None. |
|
| VENDORQTY | string |
None. |
|
| VENDORNAME | string |
None. |
|
| ORIGINALKIT | string |
None. |
|
| NGEAPRV | string |
None. |
|
| STATUS | string |
None. |
|
| MOBILENEWRATE | decimal number |
None. |
|
| IMEINO | string |
None. |
|
| REJECTREASON | string |
None. |
|
| LAUNCHYEAR | string |
None. |
|
| UNLISTBY | string |
None. |
|
| IMAGE | string |
None. |
|
| BASICPURRATE | decimal number |
None. |
|
| BLANCCORESULT | string |
None. |
|
| BLANCCOREMARK | string |
None. |
|
| CREATEDATE | string |
None. |
|
| NEGAPRVDATE | string |
None. |
|
| RESERVEDDATE | string |
None. |
|
| BLANCCOQCDATE | string |
None. |
|
| INWARDDATE | string |
None. |
|
| RETURNDATETIME | string |
None. |
|
| LISTEDDATE | string |
None. |
|
| UNLISTEDDATE | string |
None. |
|
| INITIATEPAYBANKACTDETAIL | MobexSellerListingPayBankDetail |
None. |
|
| RETURNREASON | string |
None. |
|
| CURRENTMOBILENEWRATE | decimal number |
None. |
|
| CURRENTBASICPURRATE | decimal number |
None. |
|
| AGINCOLORCODE | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"ID": 1,
"MAKE": "sample string 2",
"MODEL": "sample string 3",
"COLOR": "sample string 4",
"RAM": "sample string 5",
"ROM": "sample string 6",
"VENDORGRADE": "sample string 7",
"VENDORPRICE": 8.1,
"VENDORQTY": "sample string 9",
"VENDORNAME": "sample string 10",
"ORIGINALKIT": "sample string 11",
"NGEAPRV": "sample string 12",
"STATUS": "sample string 13",
"MOBILENEWRATE": 14.1,
"IMEINO": "sample string 15",
"REJECTREASON": "sample string 16",
"LAUNCHYEAR": "sample string 17",
"UNLISTBY": "sample string 18",
"IMAGE": "sample string 19",
"BASICPURRATE": 20.1,
"BLANCCORESULT": "sample string 21",
"BLANCCOREMARK": "sample string 22",
"CREATEDATE": "sample string 23",
"NEGAPRVDATE": "sample string 24",
"RESERVEDDATE": "sample string 25",
"BLANCCOQCDATE": "sample string 26",
"INWARDDATE": "sample string 27",
"RETURNDATETIME": "sample string 28",
"LISTEDDATE": "sample string 29",
"UNLISTEDDATE": "sample string 30",
"INITIATEPAYBANKACTDETAIL": {
"VENDCODE": "sample string 1",
"NAME1": "sample string 2",
"SHORTNM": "sample string 3",
"BANKNAME": "sample string 4",
"ACCOUNTNO": "sample string 5",
"ACCNTTYPE": "sample string 6",
"IFSCCODE": "sample string 7"
},
"RETURNREASON": "sample string 31",
"CURRENTMOBILENEWRATE": 32.1,
"CURRENTBASICPURRATE": 33.1,
"AGINCOLORCODE": "sample string 34"
},
{
"ID": 1,
"MAKE": "sample string 2",
"MODEL": "sample string 3",
"COLOR": "sample string 4",
"RAM": "sample string 5",
"ROM": "sample string 6",
"VENDORGRADE": "sample string 7",
"VENDORPRICE": 8.1,
"VENDORQTY": "sample string 9",
"VENDORNAME": "sample string 10",
"ORIGINALKIT": "sample string 11",
"NGEAPRV": "sample string 12",
"STATUS": "sample string 13",
"MOBILENEWRATE": 14.1,
"IMEINO": "sample string 15",
"REJECTREASON": "sample string 16",
"LAUNCHYEAR": "sample string 17",
"UNLISTBY": "sample string 18",
"IMAGE": "sample string 19",
"BASICPURRATE": 20.1,
"BLANCCORESULT": "sample string 21",
"BLANCCOREMARK": "sample string 22",
"CREATEDATE": "sample string 23",
"NEGAPRVDATE": "sample string 24",
"RESERVEDDATE": "sample string 25",
"BLANCCOQCDATE": "sample string 26",
"INWARDDATE": "sample string 27",
"RETURNDATETIME": "sample string 28",
"LISTEDDATE": "sample string 29",
"UNLISTEDDATE": "sample string 30",
"INITIATEPAYBANKACTDETAIL": {
"VENDCODE": "sample string 1",
"NAME1": "sample string 2",
"SHORTNM": "sample string 3",
"BANKNAME": "sample string 4",
"ACCOUNTNO": "sample string 5",
"ACCNTTYPE": "sample string 6",
"IFSCCODE": "sample string 7"
},
"RETURNREASON": "sample string 31",
"CURRENTMOBILENEWRATE": 32.1,
"CURRENTBASICPURRATE": 33.1,
"AGINCOLORCODE": "sample string 34"
}
]
application/xml, text/xml
Sample:
<ArrayOfMobexSellerListingDetailResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/QuikE_WebAPI.Models">
<MobexSellerListingDetailResponse>
<AGINCOLORCODE>sample string 34</AGINCOLORCODE>
<BASICPURRATE>20.1</BASICPURRATE>
<BLANCCOQCDATE>sample string 26</BLANCCOQCDATE>
<BLANCCOREMARK>sample string 22</BLANCCOREMARK>
<BLANCCORESULT>sample string 21</BLANCCORESULT>
<COLOR>sample string 4</COLOR>
<CREATEDATE>sample string 23</CREATEDATE>
<CURRENTBASICPURRATE>33.1</CURRENTBASICPURRATE>
<CURRENTMOBILENEWRATE>32.1</CURRENTMOBILENEWRATE>
<ID>1</ID>
<IMAGE>sample string 19</IMAGE>
<IMEINO>sample string 15</IMEINO>
<INITIATEPAYBANKACTDETAIL>
<ACCNTTYPE>sample string 6</ACCNTTYPE>
<ACCOUNTNO>sample string 5</ACCOUNTNO>
<BANKNAME>sample string 4</BANKNAME>
<IFSCCODE>sample string 7</IFSCCODE>
<NAME1>sample string 2</NAME1>
<SHORTNM>sample string 3</SHORTNM>
<VENDCODE>sample string 1</VENDCODE>
</INITIATEPAYBANKACTDETAIL>
<INWARDDATE>sample string 27</INWARDDATE>
<LAUNCHYEAR>sample string 17</LAUNCHYEAR>
<LISTEDDATE>sample string 29</LISTEDDATE>
<MAKE>sample string 2</MAKE>
<MOBILENEWRATE>14.1</MOBILENEWRATE>
<MODEL>sample string 3</MODEL>
<NEGAPRVDATE>sample string 24</NEGAPRVDATE>
<NGEAPRV>sample string 12</NGEAPRV>
<ORIGINALKIT>sample string 11</ORIGINALKIT>
<RAM>sample string 5</RAM>
<REJECTREASON>sample string 16</REJECTREASON>
<RESERVEDDATE>sample string 25</RESERVEDDATE>
<RETURNDATETIME>sample string 28</RETURNDATETIME>
<RETURNREASON>sample string 31</RETURNREASON>
<ROM>sample string 6</ROM>
<STATUS>sample string 13</STATUS>
<UNLISTBY>sample string 18</UNLISTBY>
<UNLISTEDDATE>sample string 30</UNLISTEDDATE>
<VENDORGRADE>sample string 7</VENDORGRADE>
<VENDORNAME>sample string 10</VENDORNAME>
<VENDORPRICE>8.1</VENDORPRICE>
<VENDORQTY>sample string 9</VENDORQTY>
</MobexSellerListingDetailResponse>
<MobexSellerListingDetailResponse>
<AGINCOLORCODE>sample string 34</AGINCOLORCODE>
<BASICPURRATE>20.1</BASICPURRATE>
<BLANCCOQCDATE>sample string 26</BLANCCOQCDATE>
<BLANCCOREMARK>sample string 22</BLANCCOREMARK>
<BLANCCORESULT>sample string 21</BLANCCORESULT>
<COLOR>sample string 4</COLOR>
<CREATEDATE>sample string 23</CREATEDATE>
<CURRENTBASICPURRATE>33.1</CURRENTBASICPURRATE>
<CURRENTMOBILENEWRATE>32.1</CURRENTMOBILENEWRATE>
<ID>1</ID>
<IMAGE>sample string 19</IMAGE>
<IMEINO>sample string 15</IMEINO>
<INITIATEPAYBANKACTDETAIL>
<ACCNTTYPE>sample string 6</ACCNTTYPE>
<ACCOUNTNO>sample string 5</ACCOUNTNO>
<BANKNAME>sample string 4</BANKNAME>
<IFSCCODE>sample string 7</IFSCCODE>
<NAME1>sample string 2</NAME1>
<SHORTNM>sample string 3</SHORTNM>
<VENDCODE>sample string 1</VENDCODE>
</INITIATEPAYBANKACTDETAIL>
<INWARDDATE>sample string 27</INWARDDATE>
<LAUNCHYEAR>sample string 17</LAUNCHYEAR>
<LISTEDDATE>sample string 29</LISTEDDATE>
<MAKE>sample string 2</MAKE>
<MOBILENEWRATE>14.1</MOBILENEWRATE>
<MODEL>sample string 3</MODEL>
<NEGAPRVDATE>sample string 24</NEGAPRVDATE>
<NGEAPRV>sample string 12</NGEAPRV>
<ORIGINALKIT>sample string 11</ORIGINALKIT>
<RAM>sample string 5</RAM>
<REJECTREASON>sample string 16</REJECTREASON>
<RESERVEDDATE>sample string 25</RESERVEDDATE>
<RETURNDATETIME>sample string 28</RETURNDATETIME>
<RETURNREASON>sample string 31</RETURNREASON>
<ROM>sample string 6</ROM>
<STATUS>sample string 13</STATUS>
<UNLISTBY>sample string 18</UNLISTBY>
<UNLISTEDDATE>sample string 30</UNLISTEDDATE>
<VENDORGRADE>sample string 7</VENDORGRADE>
<VENDORNAME>sample string 10</VENDORNAME>
<VENDORPRICE>8.1</VENDORPRICE>
<VENDORQTY>sample string 9</VENDORQTY>
</MobexSellerListingDetailResponse>
</ArrayOfMobexSellerListingDetailResponse>