POST api/values/AddItemToShop

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
Data
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:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'ShopProductsDetail'.

Response Information

No documentation available.

Response body formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.