POST
api/v1/SaveSkuFilterPrice?Adminmemberid={Adminmemberid}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| Adminmemberid | integer |
Required |
Body Parameters
NewSKUFilterPrice| Name | Description | Type | Additional information |
|---|---|---|---|
| SKUFilterPriceId | integer |
None. |
|
| SkuDetailID | integer |
None. |
|
| ReponseDataGUID | globally unique identifier |
None. |
|
| FormFieldID | integer |
None. |
|
| FormFIeldValueID | integer |
None. |
|
| MRPPrice | decimal number |
None. |
|
| SPPrice | decimal number |
None. |
|
| PurchasePrice | decimal number |
None. |
|
| Discount | decimal number |
None. |
|
| IsActive | boolean |
None. |
|
| IsLogicalDeleted | boolean |
None. |
|
| Value | string |
None. |
|
| Capping | integer |
None. |
|
| IsDefaultFilter | boolean |
None. |
|
| InStock | integer |
None. |
|
| Ordered | integer |
None. |
|
| Commited | integer |
None. |
|
| Available | integer |
None. |
|
| MinOrderQty | integer |
None. |
|
| MinQty | integer |
None. |
|
| MaxQty | integer |
None. |
|
| CreatedBy | integer |
None. |
|
| DeliveryTime | integer |
None. |
|
| CustomerType | string |
None. |
|
| DefaultValue | string |
None. |
|
| BusinessType | integer |
None. |
|
| SKUMatrixCode | string |
None. |
|
| Barcode | integer |
None. |
|
| Packsize | string |
None. |
|
| Weight | decimal number |
None. |
|
| Height | decimal number |
None. |
|
| Width | decimal number |
None. |
|
| Length | decimal number |
None. |
Request Formats
application/json, text/json
{
"SKUFilterPriceId": 1,
"SkuDetailID": 2,
"ReponseDataGUID": "ca14da73-acd8-477b-b457-b09d7c87c89e",
"FormFieldID": 1,
"FormFIeldValueID": 1,
"MRPPrice": 1.0,
"SPPrice": 1.0,
"PurchasePrice": 1.0,
"Discount": 1.0,
"IsActive": true,
"IsLogicalDeleted": true,
"Value": "sample string 5",
"Capping": 1,
"IsDefaultFilter": true,
"InStock": 1,
"Ordered": 1,
"Commited": 1,
"Available": 1,
"MinOrderQty": 1,
"MinQty": 1,
"MaxQty": 1,
"CreatedBy": 1,
"DeliveryTime": 1,
"CustomerType": "sample string 6",
"DefaultValue": "sample string 7",
"BusinessType": 8,
"SKUMatrixCode": "sample string 9",
"Barcode": 10,
"Packsize": "sample string 11",
"Weight": 1.1,
"Height": 1.0,
"Width": 1.0,
"Length": 1.0
}
text/html
{"SKUFilterPriceId":1,"SkuDetailID":2,"ReponseDataGUID":"ca14da73-acd8-477b-b457-b09d7c87c89e","FormFieldID":1,"FormFIeldValueID":1,"MRPPrice":1.0,"SPPrice":1.0,"PurchasePrice":1.0,"Discount":1.0,"IsActive":true,"IsLogicalDeleted":true,"Value":"sample string 5","Capping":1,"IsDefaultFilter":true,"InStock":1,"Ordered":1,"Commited":1,"Available":1,"MinOrderQty":1,"MinQty":1,"MaxQty":1,"CreatedBy":1,"DeliveryTime":1,"CustomerType":"sample string 6","DefaultValue":"sample string 7","BusinessType":8,"SKUMatrixCode":"sample string 9","Barcode":10,"Packsize":"sample string 11","Weight":1.1,"Height":1.0,"Width":1.0,"Length":1.0}
application/xml, text/xml
<NewSKUFilterPrice xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FDCMSAdminAPI.Models.Sku"> <Available>1</Available> <Barcode>10</Barcode> <BusinessType>8</BusinessType> <Capping>1</Capping> <Commited>1</Commited> <CreatedBy>1</CreatedBy> <CustomerType>sample string 6</CustomerType> <DefaultValue>sample string 7</DefaultValue> <DeliveryTime>1</DeliveryTime> <Discount>1</Discount> <FormFIeldValueID>1</FormFIeldValueID> <FormFieldID>1</FormFieldID> <Height>1</Height> <InStock>1</InStock> <IsActive>true</IsActive> <IsDefaultFilter>true</IsDefaultFilter> <IsLogicalDeleted>true</IsLogicalDeleted> <Length>1</Length> <MRPPrice>1</MRPPrice> <MaxQty>1</MaxQty> <MinOrderQty>1</MinOrderQty> <MinQty>1</MinQty> <Ordered>1</Ordered> <Packsize>sample string 11</Packsize> <PurchasePrice>1</PurchasePrice> <ReponseDataGUID>ca14da73-acd8-477b-b457-b09d7c87c89e</ReponseDataGUID> <SKUFilterPriceId>1</SKUFilterPriceId> <SKUMatrixCode>sample string 9</SKUMatrixCode> <SPPrice>1</SPPrice> <SkuDetailID>2</SkuDetailID> <Value>sample string 5</Value> <Weight>1.1</Weight> <Width>1</Width> </NewSKUFilterPrice>
application/x-www-form-urlencoded
Sample not available.
Response Information
Description:
Return type: boolean
Response Formats
application/json, text/json, text/html
true
application/xml, text/xml
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>
