POST api/getproductslist
Request Information
URI Parameters
None.
Body Parameters
RequestParamProduct| Name | Description | Type | Additional information |
|---|---|---|---|
| inwardno | string |
None. |
|
| filter | string |
None. |
|
| productid | string |
None. |
|
| artist | string |
None. |
|
| title | string |
None. |
|
| merchant | string |
None. |
|
| merchantid | integer |
None. |
|
| sublocationid | integer |
None. |
|
| catalogueid | integer |
None. |
|
| startpage | integer |
None. |
|
| pagesize | integer |
None. |
|
| flaginwardoutward | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"inwardno": "sample string 1",
"filter": "sample string 2",
"productid": "sample string 3",
"artist": "sample string 4",
"title": "sample string 5",
"merchant": "sample string 6",
"merchantid": 7,
"sublocationid": 8,
"catalogueid": 9,
"startpage": 10,
"pagesize": 11,
"flaginwardoutward": "sample string 12"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ProductResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| lstproduct | Collection of ProductModel |
None. |
|
| totalItems | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"lstproduct": [
{
"$id": "2",
"Id": 1,
"ProductId": 1,
"Title": "sample string 2",
"ImageUrl": "sample string 3",
"ArtistName": "sample string 4",
"ArtistId": 1,
"MerchantId": 1,
"MerchantName": "sample string 5",
"OriginalQuantity": 1,
"Quantity": 1,
"RowNumber": 6,
"Name": "sample string 7",
"Height": 8.1,
"Width": 9.1,
"PriceCurrency": "sample string 10",
"Price": 1.1,
"ProductTypeId": 1,
"TaxCodeFull": "sample string 11"
},
{
"$ref": "2"
}
],
"totalItems": 1
}