GET api/integration/rallyware/GetRepInfo?repDID={repDID}
Gets additional representative information.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| repDID |
Rep # to look up information. |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
IRallywareRepInfoResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| RepID | integer |
None. |
|
| RepDID | string |
None. |
|
| LifetimeRank | string |
None. |
|
| LifetimeRankID | integer |
None. |
|
| Sponsor_RepID | string |
None. |
|
| Sponsor_RepDID | string |
None. |
|
| Sponsor_FirstName | string |
None. |
|
| Sponsor_LastName | string |
None. |
|
| Sponsor_Company | string |
None. |
|
| Sponsor_ShipCity | string |
None. |
|
| Sponsor_ShipCountry | string |
None. |
|
| Sponsor_LifetimeRank | string |
None. |
|
| Sponsor_LifetimeRankID | integer |
None. |
|
| Sponsor_enrollment_date | date |
None. |
|
| first_order_placed | date |
None. |
|
| first_recruit | date |
None. |
Response Formats
application/xml, text/xml
Sample:
<RallywareRepInfoResponsoe> <RepID>0</RepID> <RepDID /> <LifetimeRank /> <LifetimeRankID>0</LifetimeRankID> <Sponsor_RepID /> <Sponsor_RepDID /> <Sponsor_FirstName /> <Sponsor_LastName /> <Sponsor_Company /> <Sponsor_ShipCity /> <Sponsor_ShipCountry /> <Sponsor_LifetimeRank /> <Sponsor_LifetimeRankID>0</Sponsor_LifetimeRankID> <Sponsor_enrollment_date>01/01/0001 00:00:00</Sponsor_enrollment_date> <first_order_placed>01/01/0001 00:00:00</first_order_placed> <first_recruit>01/01/0001 00:00:00</first_recruit> </RallywareRepInfoResponsoe>
application/json, text/json
Sample:
{
"RepID": 0,
"LifetimeRankID": 0,
"Sponsor_LifetimeRankID": 0,
"Sponsor_enrollment_date": "0001-01-01T00:00:00",
"first_order_placed": "0001-01-01T00:00:00",
"first_recruit": "0001-01-01T00:00:00"
}