POST api/Helper/PRODUCT_OPTION_REMOVE_BY_NAME

Request Information

URI Parameters

None.

Body Parameters

ZProductOptionRemoveByNameRequest
NameDescriptionTypeAdditional information
Name

string

None.

ShopID

integer

None.

ProductID

integer

None.

UpdatedBy

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "Name": "sample string 1",
  "ShopID": 2,
  "ProductID": 3,
  "UpdatedBy": 4
}

application/xml, text/xml

Sample:
<ZProductOptionRemoveByNameRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EMS.Entity">
  <Name>sample string 1</Name>
  <ProductID>3</ProductID>
  <ShopID>2</ShopID>
  <UpdatedBy>4</UpdatedBy>
</ZProductOptionRemoveByNameRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

string

Response Formats

application/json, text/json

Sample:
"sample string 1"

application/xml, text/xml

Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>