PUT api/company/{id}/accountmanager/{accountmanagerid}
This method updates account managers commission details
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | The Company ID | integer |
Required |
| accountmanagerid | The account manager id | integer |
Required |
Body Parameters
AccountManagerPatchRequest| Name | Description | Type | Additional 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.