POST api/admin/ProductsApi/MultiVendorProductDetails
Request Information
URI Parameters
None.
Body Parameters
DuplicateVendorsName | Description | Type | Additional information |
---|---|---|---|
ProductId | integer |
None. |
|
BrandId | integer |
None. |
|
BrandName | string |
None. |
|
StyleName | string |
None. |
|
Status | string |
None. |
|
VendorId | integer |
None. |
|
VendorName | string |
None. |
|
CurrentPage | integer |
None. |
|
PerPage | integer |
None. |
|
IsVendorStatusActiveCount | integer |
None. |
|
IsVendorStatusNotActiveCount | integer |
None. |
|
SearchBy | string |
None. |
|
VendorCount | integer |
None. |
|
IsVendorStatusActiveDate | date |
None. |
|
Vendors | Collection of DuplicateVendorList |
None. |
Request Formats
application/json, text/json
Sample:
{ "ProductId": 1, "BrandId": 2, "BrandName": "sample string 3", "StyleName": "sample string 4", "Status": "sample string 5", "VendorId": 6, "VendorName": "sample string 7", "CurrentPage": 8, "PerPage": 9, "IsVendorStatusActiveCount": 10, "IsVendorStatusNotActiveCount": 11, "SearchBy": "sample string 12", "VendorCount": 13, "IsVendorStatusActiveDate": "2025-06-07T11:36:54.7032037", "Vendors": [ { "VendorID": 1, "VendorCode": "sample string 2", "VendorName": "sample string 3", "BrandId": 4, "BrandName": "sample string 5", "IsProdutExists": true, "IsOpted": true, "sizelist": [ { "Status": "sample string 1", "Size": "sample string 2", "MinPrice": 3.1, "MaxPrice": 4.1 }, { "Status": "sample string 1", "Size": "sample string 2", "MinPrice": 3.1, "MaxPrice": 4.1 } ] }, { "VendorID": 1, "VendorCode": "sample string 2", "VendorName": "sample string 3", "BrandId": 4, "BrandName": "sample string 5", "IsProdutExists": true, "IsOpted": true, "sizelist": [ { "Status": "sample string 1", "Size": "sample string 2", "MinPrice": 3.1, "MaxPrice": 4.1 }, { "Status": "sample string 1", "Size": "sample string 2", "MinPrice": 3.1, "MaxPrice": 4.1 } ] } ] }
application/xml, text/xml
Sample:
<DuplicateVendors xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BAWModels"> <BrandId>2</BrandId> <BrandName>sample string 3</BrandName> <CurrentPage>8</CurrentPage> <IsVendorStatusActiveCount>10</IsVendorStatusActiveCount> <IsVendorStatusActiveDate>2025-06-07T11:36:54.7032037-04:00</IsVendorStatusActiveDate> <IsVendorStatusNotActiveCount>11</IsVendorStatusNotActiveCount> <PerPage>9</PerPage> <ProductId>1</ProductId> <SearchBy>sample string 12</SearchBy> <Status>sample string 5</Status> <StyleName>sample string 4</StyleName> <VendorCount>13</VendorCount> <VendorId>6</VendorId> <VendorName>sample string 7</VendorName> <Vendors> <DuplicateVendorList> <BrandId>4</BrandId> <BrandName>sample string 5</BrandName> <IsOpted>true</IsOpted> <IsProdutExists>true</IsProdutExists> <VendorCode>sample string 2</VendorCode> <VendorID>1</VendorID> <VendorName>sample string 3</VendorName> <sizelist> <DuplicateSizePriceList> <MaxPrice>4.1</MaxPrice> <MinPrice>3.1</MinPrice> <Size>sample string 2</Size> <Status>sample string 1</Status> </DuplicateSizePriceList> <DuplicateSizePriceList> <MaxPrice>4.1</MaxPrice> <MinPrice>3.1</MinPrice> <Size>sample string 2</Size> <Status>sample string 1</Status> </DuplicateSizePriceList> </sizelist> </DuplicateVendorList> <DuplicateVendorList> <BrandId>4</BrandId> <BrandName>sample string 5</BrandName> <IsOpted>true</IsOpted> <IsProdutExists>true</IsProdutExists> <VendorCode>sample string 2</VendorCode> <VendorID>1</VendorID> <VendorName>sample string 3</VendorName> <sizelist> <DuplicateSizePriceList> <MaxPrice>4.1</MaxPrice> <MinPrice>3.1</MinPrice> <Size>sample string 2</Size> <Status>sample string 1</Status> </DuplicateSizePriceList> <DuplicateSizePriceList> <MaxPrice>4.1</MaxPrice> <MinPrice>3.1</MinPrice> <Size>sample string 2</Size> <Status>sample string 1</Status> </DuplicateSizePriceList> </sizelist> </DuplicateVendorList> </Vendors> </DuplicateVendors>
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.