PATCH api/company/{id}/accountmanager/{accountmanagerid}

Updates account manager commission details

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id The Company to be updated integer

Required

accountmanagerid The account manager id integer

Required

Body Parameters

AccountManagerPatchRequest
NameDescriptionTypeAdditional information
IsPrimary boolean

None.

CommissionOn integer

Required

CommissionRate decimal number

Range: inclusive between 0 and 100

CommissionPlan integer

None.

Request Formats

application/json, text/json

Sample:
{
  "IsPrimary": true,
  "CommissionOn": 2,
  "CommissionRate": 1.1,
  "CommissionPlan": 1
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.