POST api/Promo/DeletePackage

Request Information

URI Parameters

None.

Body Parameters

GetPromoPackRequest
NameDescriptionTypeAdditional information
CompKey

integer

None.

PackKey

integer

None.

PackCode

string

None.

PackName

string

None.

PackIsActive

boolean

None.

Subsordemo

string

None.

PackPrice

decimal number

None.

ProductPackDetList

Collection of PromoPackages

None.

Request Formats

application/json, text/json

Sample:
{
  "CompKey": 1,
  "PackKey": 2,
  "PackCode": "sample string 3",
  "PackName": "sample string 4",
  "PackIsActive": true,
  "Subsordemo": "sample string 6",
  "PackPrice": 7.1,
  "ProductPackDetList": [
    {
      "packKey": 1,
      "packCode": "sample string 2",
      "packName": "sample string 3",
      "compKey": 4,
      "packIsActive": true,
      "prodKey": 6,
      "prodName": "sample string 7",
      "packPrice": 8.0
    },
    {
      "packKey": 1,
      "packCode": "sample string 2",
      "packName": "sample string 3",
      "compKey": 4,
      "packIsActive": true,
      "prodKey": 6,
      "prodName": "sample string 7",
      "packPrice": 8.0
    }
  ]
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, text/xml

Sample:

Sample not available.