GET api/integration/verb/GetRepInfo?repDID={repDID}&firstOrderRuleType={firstOrderRuleType}
Gets specific information for the representative.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| repDID |
The RepDID |
string |
Required |
| firstOrderRuleType |
First order rule type. Possible values: FirstPostedOrder, FirstPostedOrderWithVolume. |
FirstOrderRuleType |
Default value is FirstPostedOrder |
Body Parameters
None.
Response Information
Resource Description
ApiResultOfIVerbGetRepInfo| Name | Description | Type | Additional information |
|---|---|---|---|
| Result | IVerbGetRepInfo |
None. |
|
| IsSuccessful | boolean |
None. |
|
| MessageTranslationKey | string |
None. |
|
| Message | string |
None. |
|
| Messages | Collection of ApiResultMessage |
None. |
Response Formats
application/xml, text/xml, application/json, text/json
Sample:
Sample not available.