PUT api/values/Shopitemedit
No documentation available.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
mod | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{ "id": 1, "Shop_id": 1, "Item_id": 1, "Shop_price": 1, "No": 1, "IsThereOffer": "sample string 2", "Delivery_time": 1, "IsActive": "sample string 3" }
application/xml, text/xml
Sample:
<ShopProductsDetail xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ApiLinks.Models"> <Delivery_time>1</Delivery_time> <IsActive>sample string 3</IsActive> <IsThereOffer>sample string 2</IsThereOffer> <Item_id>1</Item_id> <No>1</No> <Shop_id>1</Shop_id> <Shop_price>1</Shop_price> <id>1</id> </ShopProductsDetail>
application/x-www-form-urlencoded
Sample:
Response Information
No documentation available.
Response body formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.