PUT api/rep/{repDID}/ChangeRank
This API method allows the user to change the Lifetime Rank of Reps.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
repDID |
Primary identifier for the Rep |
string |
Required |
Body Parameters
The ID of the new Rank Type
integerRequest Formats
application/xml
Sample:
text/xml
Sample:
application/json
Sample:
text/json
Sample:
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
ApiResultName | Description | Type | Additional information |
---|---|---|---|
IsSuccessful |
Whether the action was successful |
boolean |
None. |
MessageTranslationKey |
A translation key for any message that is returned. It will be the first of the messages if more than one exists. |
string |
None. |
Message |
Any message that needs to be conveyed related to the request. It will be the first of the messages if more than one exists. |
string |
None. |
Messages |
Any message that needs to be conveyed related to the request. |
Collection of ApiResultMessage |
None. |
Response Formats
application/xml, text/xml, application/json, text/json
Sample:
Sample not available.