DELETE api/Incentives/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Body Parameters

None.

Response Information

Resource Description

Incentive
NameDescriptionTypeAdditional information
IncentiveId

integer

None.

IncentiveName

string

None.

IncentiveTypeId

integer

None.

FromValue

decimal number

None.

ToValue

decimal number

None.

ToIncInPercentage

decimal number

None.

ToIncInAmount

decimal number

None.

FieldStaffPercentage

decimal number

None.

OfficeStaffPercentage

decimal number

None.

ManagerPercentage

decimal number

None.

MinTotValue

decimal number

None.

IncentiveType

IncentiveType

None.

Response Formats

application/json, text/json

Sample:
{
  "IncentiveId": 1,
  "IncentiveName": "sample string 2",
  "IncentiveTypeId": 1,
  "FromValue": 1.0,
  "ToValue": 1.0,
  "ToIncInPercentage": 1.0,
  "ToIncInAmount": 1.0,
  "FieldStaffPercentage": 1.0,
  "OfficeStaffPercentage": 1.0,
  "ManagerPercentage": 1.0,
  "MinTotValue": 1.0,
  "IncentiveType": {
    "IncentiveTypeId": 1,
    "IncentiveTypeName": "sample string 2",
    "OptionalOne": "sample string 3",
    "OptionalTwo": "sample string 4",
    "Incentives": []
  }
}