DeliveryAssignments
API | Description |
---|---|
GET api/Assignments |
Gets the Delivery Assignments List (NEW, SMALLER OBJECT LIST) for the Specific Driver |
GET api/assignments/{trackingNumber} |
Gets a single delivery assignment details object from a supplied tracking number |
POST api/DeliveryAssignments/{senderZipCode}/{recipZipCode}?message={message}&level={level} |
No documentation available. |
POST api/DeliveryAssignments/{senderZipCode}/{recipZipCode}?_customerId={_customerId} |
No documentation available. |
POST api/DeliveryAssignments?message={message}&level={level} |
No documentation available. |
POST api/DeliveryAssignments?_customerId={_customerId} |
No documentation available. |
Account
API | Description |
---|---|
POST api/Account/GetUserDetails |
Accepts username from body and returns user locator, if linked to driver, and if they can check in |
GET api/Account/SyncUsers |
No documentation available. |
EmailNotification
API | Description |
---|---|
POST api/EmailNotification/LogEmail?Type={Type} |
No documentation available. |
OrderLabel
API | Description |
---|---|
GET api/DownloadLabel?trackingNumber={trackingNumber}&type={type}&size={size}&customerId={customerId}&format={format}&qty={qty}&refrigeratedCount={refrigeratedCount} |
No documentation available. |
GET api/OrderLabel/{senderZipCode}/{recipZipCode}?id={id} |
Get a specific order by passing in its unique identifier |
POST api/OrderLabel/{senderZipCode}/{recipZipCode}?message={message}&level={level} |
No documentation available. |
POST api/OrderLabel/{senderZipCode}/{recipZipCode}?_customerId={_customerId} |
No documentation available. |
GET api/OrderLabel/{id} |
Get a specific order by passing in its unique identifier |
POST api/OrderLabel?message={message}&level={level} |
No documentation available. |
POST api/OrderLabel?_customerId={_customerId} |
No documentation available. |
OnTimeUpdates
PriceSets
API | Description |
---|---|
GET api/pricesets/{source}/{dest}?declaredValue={declaredValue} |
Get the Price Sets for Selected Customer, including pricing estimates |
GET api/PriceSets/{senderZipCode}/{recipZipCode} |
Get the Price Sets for Selected Customer's ApiKey |
POST api/PriceSets/{senderZipCode}/{recipZipCode}?id={id} |
Update Priceset |
DELETE api/PriceSets/{senderZipCode}/{recipZipCode}?id={id} |
Delete Priceset |
POST api/PriceSets/{senderZipCode}/{recipZipCode}?message={message}&level={level} |
No documentation available. |
POST api/PriceSets/{senderZipCode}/{recipZipCode}?_customerId={_customerId} |
No documentation available. |
GET api/PriceSets |
Get the Price Sets for Selected Customer's ApiKey |
POST api/PriceSets/{id} |
Update Priceset |
DELETE api/PriceSets/{id} |
Delete Priceset |
POST api/PriceSets?message={message}&level={level} |
No documentation available. |
POST api/PriceSets?_customerId={_customerId} |
No documentation available. |
PickupTypes
API | Description |
---|---|
GET api/GetPickupTypes |
No documentation available. |
POST api/PickupTypes/{senderZipCode}/{recipZipCode}?message={message}&level={level} |
No documentation available. |
POST api/PickupTypes/{senderZipCode}/{recipZipCode}?_customerId={_customerId} |
No documentation available. |
POST api/PickupTypes?message={message}&level={level} |
No documentation available. |
POST api/PickupTypes?_customerId={_customerId} |
No documentation available. |
BringgAPI
Customers
API | Description |
---|---|
GET api/customersForPickup/{UpdatedDate} |
No documentation available. |
POST api/UpdatePasswordEmail?Type={Type} |
No documentation available. |
POST api/Customer/QuickBooksCompany?CustomerUID={CustomerUID} |
No documentation available. |
GET api/Customers/{senderZipCode}/{recipZipCode} |
Get a list of Customers |
GET api/Customers/{senderZipCode}/{recipZipCode}?id={id} |
Get Customer DTO from Customer ID |
POST api/Customers/{senderZipCode}/{recipZipCode} |
Create a new customer object from CustomerDTO |
GET api/Customers |
Get a list of Customers |
GET api/Customers/{id} |
Get Customer DTO from Customer ID |
POST api/Customers |
Create a new customer object from CustomerDTO |
WiseAPI
API | Description |
---|---|
GET api/WiseAPI/UpdateTaskSignature?Type={Type}&OrderId={OrderId} |
No documentation available. |
GET api/WiseAPI/UpdateTaskNote?Type={Type}&OrderId={OrderId} |
No documentation available. |
Deliveries
API | Description |
---|---|
POST api/Deliveries |
Posts DeliveryScanDTO to the database, stores images in database |
POST api/Deliveries/{senderZipCode}/{recipZipCode}?message={message}&level={level} |
No documentation available. |
POST api/Deliveries/{senderZipCode}/{recipZipCode}?_customerId={_customerId} |
No documentation available. |
POST api/Deliveries?message={message}&level={level} |
No documentation available. |
POST api/Deliveries?_customerId={_customerId} |
No documentation available. |
Pickups
API | Description |
---|---|
POST api/Pickups |
No documentation available. |
POST api/Pickups/{senderZipCode}/{recipZipCode}?message={message}&level={level} |
No documentation available. |
POST api/Pickups/{senderZipCode}/{recipZipCode}?_customerId={_customerId} |
No documentation available. |
POST api/Pickups?message={message}&level={level} |
No documentation available. |
POST api/Pickups?_customerId={_customerId} |
No documentation available. |
Schedule
ServiceAreas
API | Description |
---|---|
GET api/serviceAreasByRegion |
No documentation available. |
GET api/ServiceAreas/{senderZipCode}/{recipZipCode}?id={id} |
Checks to see if a service area is supported |
POST api/ServiceAreas/{senderZipCode}/{recipZipCode}?message={message}&level={level} |
No documentation available. |
POST api/ServiceAreas/{senderZipCode}/{recipZipCode}?_customerId={_customerId} |
No documentation available. |
GET api/ServiceAreas |
Get's a list of service ares (zip codes) that are supported for delivery |
GET api/ServiceAreas/{id} |
Checks to see if a service area is supported |
GET api/ServiceAreas?senderZipCode={senderZipCode}&recipZipCode={recipZipCode} |
Provide a from and to zip code to see if it's supported |
POST api/ServiceAreas?message={message}&level={level} |
No documentation available. |
POST api/ServiceAreas?_customerId={_customerId} |
No documentation available. |
Orders
Controller that manages STAT order operations
LocationUpdate
API | Description |
---|---|
POST api/LocationUpdate |
Accepts driver's LocatorId, Latitude and Longitude, and updates database with values |
POST api/LocationUpdate/{senderZipCode}/{recipZipCode}?message={message}&level={level} |
No documentation available. |
POST api/LocationUpdate/{senderZipCode}/{recipZipCode}?_customerId={_customerId} |
No documentation available. |
POST api/LocationUpdate?message={message}&level={level} |
No documentation available. |
POST api/LocationUpdate?_customerId={_customerId} |
No documentation available. |
Optimize
API | Description |
---|---|
POST api/Optimize/{senderZipCode}/{recipZipCode}?message={message}&level={level} |
No documentation available. |
POST api/Optimize/{senderZipCode}/{recipZipCode}?_customerId={_customerId} |
No documentation available. |
POST api/Optimize?message={message}&level={level} |
No documentation available. |
POST api/Optimize?_customerId={_customerId} |
No documentation available. |
Scan
Scan API to handle mobile app scans
API | Description |
---|---|
POST api/Scan/{senderZipCode}/{recipZipCode}?message={message}&level={level} |
No documentation available. |
POST api/Scan/{senderZipCode}/{recipZipCode}?_customerId={_customerId} |
No documentation available. |
POST api/Scan?message={message}&level={level} |
No documentation available. |
POST api/Scan?_customerId={_customerId} |
No documentation available. |
RecordError
API | Description |
---|---|
POST api/RecordError/{senderZipCode}/{recipZipCode}?message={message}&level={level} |
No documentation available. |
POST api/RecordError/{senderZipCode}/{recipZipCode}?_customerId={_customerId} |
No documentation available. |
POST api/RecordError?message={message}&level={level} |
No documentation available. |
POST api/RecordError?_customerId={_customerId} |
No documentation available. |
UserLocation
API | Description |
---|---|
POST api/UserLocation/{senderZipCode}/{recipZipCode} |
Validates the User to the Software and returns the updated UserDTO with location ID Info |
POST api/UserLocation |
Validates the User to the Software and returns the updated UserDTO with location ID Info |
Values
API | Description |
---|---|
GET api/Values/{senderZipCode}/{recipZipCode} |
No documentation available. |
GET api/Values/{senderZipCode}/{recipZipCode}?id={id} |
No documentation available. |
POST api/Values/{senderZipCode}/{recipZipCode} |
No documentation available. |
PUT api/Values/{senderZipCode}/{recipZipCode}?id={id} |
No documentation available. |
DELETE api/Values/{senderZipCode}/{recipZipCode}?id={id} |
No documentation available. |
GET api/Values |
No documentation available. |
GET api/Values/{id} |
No documentation available. |
POST api/Values |
No documentation available. |
PUT api/Values/{id} |
No documentation available. |
DELETE api/Values/{id} |
No documentation available. |