API Rep Endpoints
Rep(
int RepID,
string Rep,
int AgencyID,
string Agency,
int SupplierID,
string Supplier,
string AssignmentCode
) Get informati...
Tue, 3 Jun, 2025 at 9:29 AM
RepAdd( object Rep, bool InviteUser, bool WebhookEvaluate ) Add a rep user to an agency. Available since RPM29 Request Request Data: (object)...
Tue, 3 Jun, 2025 at 9:31 AM
RepEdit( object Rep, bool InviteUser, bool WebhookEvaluate ) Edit a rep user’s information. Available since RPM29 Request Request Data: (obje...
Wed, 4 Jun, 2025 at 1:56 PM