GET api/Biz/GetVendorProductList?requestid={requestid}&PageNo={PageNo}&SlNo={SlNo}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| requestid | string |
Required |
|
| PageNo | integer |
Required |
|
| SlNo | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of VendorProduct| Name | Description | Type | Additional information |
|---|---|---|---|
| WORKMODE | string |
None. |
|
| SUBTYPE | string |
None. |
|
| ORNAMENTTYPE | string |
None. |
|
| BRANCH | string |
None. |
|
| MODEL | string |
None. |
|
| STONEPOLICY | string |
None. |
|
| STONECHARGE | string |
None. |
|
| TOUCH | string |
None. |
|
| WASTAGE | string |
None. |
|
| MC | string |
None. |
|
| SUPPLYFREQUENCY | string |
None. |
|
| CAPACITY | string |
None. |
|
| QUANTITY | string |
None. |
|
| MULTISETTLEMENTITEM | string |
None. |
|
| SETTLEMENTMODE | string |
None. |
|
| MCCALCMODESTATUS | string |
None. |
|
| SlNo | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"WORKMODE": "sample string 1",
"SUBTYPE": "sample string 2",
"ORNAMENTTYPE": "sample string 3",
"BRANCH": "sample string 4",
"MODEL": "sample string 5",
"STONEPOLICY": "sample string 6",
"STONECHARGE": "sample string 7",
"TOUCH": "sample string 8",
"WASTAGE": "sample string 9",
"MC": "sample string 10",
"SUPPLYFREQUENCY": "sample string 11",
"CAPACITY": "sample string 12",
"QUANTITY": "sample string 13",
"MULTISETTLEMENTITEM": "sample string 14",
"SETTLEMENTMODE": "sample string 15",
"MCCALCMODESTATUS": "sample string 16",
"SlNo": 17
},
{
"WORKMODE": "sample string 1",
"SUBTYPE": "sample string 2",
"ORNAMENTTYPE": "sample string 3",
"BRANCH": "sample string 4",
"MODEL": "sample string 5",
"STONEPOLICY": "sample string 6",
"STONECHARGE": "sample string 7",
"TOUCH": "sample string 8",
"WASTAGE": "sample string 9",
"MC": "sample string 10",
"SUPPLYFREQUENCY": "sample string 11",
"CAPACITY": "sample string 12",
"QUANTITY": "sample string 13",
"MULTISETTLEMENTITEM": "sample string 14",
"SETTLEMENTMODE": "sample string 15",
"MCCALCMODESTATUS": "sample string 16",
"SlNo": 17
}
]
application/xml, text/xml
Sample:
<ArrayOfVendorProduct xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AXCommunication.Models">
<VendorProduct>
<BRANCH>sample string 4</BRANCH>
<CAPACITY>sample string 12</CAPACITY>
<MC>sample string 10</MC>
<MCCALCMODESTATUS>sample string 16</MCCALCMODESTATUS>
<MODEL>sample string 5</MODEL>
<MULTISETTLEMENTITEM>sample string 14</MULTISETTLEMENTITEM>
<ORNAMENTTYPE>sample string 3</ORNAMENTTYPE>
<QUANTITY>sample string 13</QUANTITY>
<SETTLEMENTMODE>sample string 15</SETTLEMENTMODE>
<STONECHARGE>sample string 7</STONECHARGE>
<STONEPOLICY>sample string 6</STONEPOLICY>
<SUBTYPE>sample string 2</SUBTYPE>
<SUPPLYFREQUENCY>sample string 11</SUPPLYFREQUENCY>
<SlNo>17</SlNo>
<TOUCH>sample string 8</TOUCH>
<WASTAGE>sample string 9</WASTAGE>
<WORKMODE>sample string 1</WORKMODE>
</VendorProduct>
<VendorProduct>
<BRANCH>sample string 4</BRANCH>
<CAPACITY>sample string 12</CAPACITY>
<MC>sample string 10</MC>
<MCCALCMODESTATUS>sample string 16</MCCALCMODESTATUS>
<MODEL>sample string 5</MODEL>
<MULTISETTLEMENTITEM>sample string 14</MULTISETTLEMENTITEM>
<ORNAMENTTYPE>sample string 3</ORNAMENTTYPE>
<QUANTITY>sample string 13</QUANTITY>
<SETTLEMENTMODE>sample string 15</SETTLEMENTMODE>
<STONECHARGE>sample string 7</STONECHARGE>
<STONEPOLICY>sample string 6</STONEPOLICY>
<SUBTYPE>sample string 2</SUBTYPE>
<SUPPLYFREQUENCY>sample string 11</SUPPLYFREQUENCY>
<SlNo>17</SlNo>
<TOUCH>sample string 8</TOUCH>
<WASTAGE>sample string 9</WASTAGE>
<WORKMODE>sample string 1</WORKMODE>
</VendorProduct>
</ArrayOfVendorProduct>