Partners
Overview
Manage key partner and carrier information for your processes.
Partners, also known as carriers, are third parties responsible for pickup and delivery of goods. In Rose Rocket, you can manage and organize partner information to help streamline your business operations.
The partner object contains all of the information from within the user interface on the Rose Rocket platform. Add and modify basic details as well as include identifiers populated from the Federal Motor Carrier Safety Administration (FMCSA) database integrated within the platform.
In Rose Rocket, the partner object also has functionality for documents, contacts, and compliance information. These are also connected objects and aren’t shared across other modules. View the list below for examples of these.
- Documents - contracts
- Contacts - dispatchers, customer service representatives (CSRs)
- Compliance - includes encompass insurance, license details with expiration dates
API configuration
When using the API to make requests, see the pages below for the process. These guides walk through the requirements and setup to access the Rose Rocket API with your application.
- Authentication - Access Rose Rocket with OAuth 2.0
- Object operations - Configure your requests
Object structure
Use the table below for information about the partner objects.
Object Key Name: partner
Fields | Label | Type | Description |
---|---|---|---|
| Name | string | Partner name |
| Full ID | string | Human-readable identifier for partner |
| Logo URL | string | Optional logo URL for partner |
| Contacts | Contact connected object array
| People in partners organization |
| Address | Address connected object
| Partner address |
| Default currency | string | Partner default currency |
| Compliances | Compliance connected object array
| Government-issued compliance identifiers, MCDID and DOT |
| Status | string, enumerated | Partner active status |
| Short code | string | Partner short code |
| Remittance address | Address connected object
| Address to send remittance |
| Lanes | Lane connected object array
| Combination of origin and destination zones where partners can operate |
| Asset types | AssetType connected object array
| Partner asset types |
| Service types | PartnerService connected object array
| Partner-supported service types |
| Office location | string | Partner's office location
|
| Primary contact email | string | Partner primary email
|
| Primary contact phone number | string | Partner primary phone number
|
| Department of Transportation ID | string | Department of Transportation ID for partner |
| MC ID (Motor Carrier Number) | string | Unique identifier assigned by Federal Motor Carrier Safety Administration (FMCSA) |
| Map markers | string | Partner address map markers using latitude and longitude |
| Company email | string | Partner company email |
| Company phone number | string | Partner company phone number |
| Provincial authority number | string | Partner company Authority Number |
| Documents | Document connected object array
| Partner-associated documents |
Updated 9 days ago