POST api/rep/{RepDID}/BonusOverrides
This API method will allow you to update various representative fields: Lifetime Rank, Force Rank (force to pay at that level in bonus), Bonus Rank Ceiling (force to pay at that level in bonus), Withhold Commissions (If true, the rep will have their commissions withheld/balance forward until a commission period for which they are no longer flagged to withhold.) and Join Date.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
RepDID | string |
Required |
Body Parameters
Collection of ObjectNone.
Request Formats
application/json, text/json, application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessageName | Description | Type | Additional information |
---|---|---|---|
Version | Version |
None. |
|
Content | HttpContent |
None. |
|
StatusCode | HttpStatusCode |
None. |
|
ReasonPhrase | string |
None. |
|
Headers | Collection of Object |
None. |
|
RequestMessage | HttpRequestMessage |
None. |
|
IsSuccessStatusCode | boolean |
None. |