POST api/marketer/UpdateIncentive

Request Information

URI Parameters

None.

Body Parameters

mlgetincentiveconfig
NamedescriptionTypeAdditional information
ConfigSysID

globally unique identifier

None.

FromsalesRange

integer

None.

TosalesRange

integer

None.

Percentage

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "ConfigSysID": "0f05d2a5-e153-41bb-9d09-3d434a603128",
  "FromsalesRange": 2,
  "Percentage": 4,
  "TosalesRange": 3
}

application/xml, text/xml

Sample:
<mlgetincentiveconfig xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Systemic.MLM.Model.Marketer">
  <ConfigSysID>0f05d2a5-e153-41bb-9d09-3d434a603128</ConfigSysID>
  <FromsalesRange>2</FromsalesRange>
  <Percentage>4</Percentage>
  <TosalesRange>3</TosalesRange>
</mlgetincentiveconfig>

response Information

Resource description

ApiResponse
NamedescriptionTypeAdditional information
response

string

Required

failure

MlError

None.

success

MlSuccess

None.