Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Readme.md

Python

Python Integration

Python code for integration with FourKites API.

Credentials

Please, add your credentials to use the API.

# Credentials
credentials = {
    'username'      : '',
    'password'      : ''
}

If you don't have credentials, please, contact FourKites Support Team at [email protected].


Tracking Information Assignment

We are able to receive one vehicle information per request.

# Location to be sent
content = {
    'shipper'       : '',  # An internal code to identify the shipper
    'billOfLading'  : '',  # Load/shipment number
    'tractorNumber' : '',  # Truck plate
    'trailerNumber' : '',  # Trailer plate
}

Resource

resources/tracking_information_assignment.py


Additional Information

Additional information can be sent. Please, check the Tracking information Assignment documentation for more details.