GET
api/v1/skufilterpricelisting?skuMasterId={skuMasterId}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
skuMasterId | integer |
Required |
Response Information
Description:
Return type: Collection of SkuFilterPriceFieldValueModel
Response Formats
application/json, text/json
[ { "SKUFilterPriceId": 1, "SkuDetailID": 2, "ReponseDataGUID": "6a378c0e-6d9b-4e7a-a76b-1a1b567e7e16", "FormFieldID": 1, "FieldName": "sample string 3", "FormFIeldValueID": 1, "Value": "sample string 4", "MRPPrice": 1.0, "SPPrice": 1.0, "PurchasePrice": 1.0, "Discount": 1.0, "IsActive": true, "IsCustomerRFQ": true, "IsLogicalDeleted": true, "Capping": 1, "IsDefaultFilter": true }, { "SKUFilterPriceId": 1, "SkuDetailID": 2, "ReponseDataGUID": "6a378c0e-6d9b-4e7a-a76b-1a1b567e7e16", "FormFieldID": 1, "FieldName": "sample string 3", "FormFIeldValueID": 1, "Value": "sample string 4", "MRPPrice": 1.0, "SPPrice": 1.0, "PurchasePrice": 1.0, "Discount": 1.0, "IsActive": true, "IsCustomerRFQ": true, "IsLogicalDeleted": true, "Capping": 1, "IsDefaultFilter": true } ]
text/html
[{"SKUFilterPriceId":1,"SkuDetailID":2,"ReponseDataGUID":"6a378c0e-6d9b-4e7a-a76b-1a1b567e7e16","FormFieldID":1,"FieldName":"sample string 3","FormFIeldValueID":1,"Value":"sample string 4","MRPPrice":1.0,"SPPrice":1.0,"PurchasePrice":1.0,"Discount":1.0,"IsActive":true,"IsCustomerRFQ":true,"IsLogicalDeleted":true,"Capping":1,"IsDefaultFilter":true},{"SKUFilterPriceId":1,"SkuDetailID":2,"ReponseDataGUID":"6a378c0e-6d9b-4e7a-a76b-1a1b567e7e16","FormFieldID":1,"FieldName":"sample string 3","FormFIeldValueID":1,"Value":"sample string 4","MRPPrice":1.0,"SPPrice":1.0,"PurchasePrice":1.0,"Discount":1.0,"IsActive":true,"IsCustomerRFQ":true,"IsLogicalDeleted":true,"Capping":1,"IsDefaultFilter":true}]
application/xml, text/xml
<ArrayOfSkuFilterPriceFieldValueModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FDCMSAdminAPI.Models.Inventory"> <SkuFilterPriceFieldValueModel> <Capping>1</Capping> <Discount>1</Discount> <FieldName>sample string 3</FieldName> <FormFIeldValueID>1</FormFIeldValueID> <FormFieldID>1</FormFieldID> <IsActive>true</IsActive> <IsCustomerRFQ>true</IsCustomerRFQ> <IsDefaultFilter>true</IsDefaultFilter> <IsLogicalDeleted>true</IsLogicalDeleted> <MRPPrice>1</MRPPrice> <PurchasePrice>1</PurchasePrice> <ReponseDataGUID>6a378c0e-6d9b-4e7a-a76b-1a1b567e7e16</ReponseDataGUID> <SKUFilterPriceId>1</SKUFilterPriceId> <SPPrice>1</SPPrice> <SkuDetailID>2</SkuDetailID> <Value>sample string 4</Value> </SkuFilterPriceFieldValueModel> <SkuFilterPriceFieldValueModel> <Capping>1</Capping> <Discount>1</Discount> <FieldName>sample string 3</FieldName> <FormFIeldValueID>1</FormFIeldValueID> <FormFieldID>1</FormFieldID> <IsActive>true</IsActive> <IsCustomerRFQ>true</IsCustomerRFQ> <IsDefaultFilter>true</IsDefaultFilter> <IsLogicalDeleted>true</IsLogicalDeleted> <MRPPrice>1</MRPPrice> <PurchasePrice>1</PurchasePrice> <ReponseDataGUID>6a378c0e-6d9b-4e7a-a76b-1a1b567e7e16</ReponseDataGUID> <SKUFilterPriceId>1</SKUFilterPriceId> <SPPrice>1</SPPrice> <SkuDetailID>2</SkuDetailID> <Value>sample string 4</Value> </SkuFilterPriceFieldValueModel> </ArrayOfSkuFilterPriceFieldValueModel>