Logistics
BIC
Bureau International des Containers container owner code.
API Endpoint (click to try):
Function name(s):
biclogistics_random.r_container_bic
Parameters:
Name |
Type |
Bound Input |
Description |
country |
Text |
|
ISO 2 letter country code |
Example output:
{
"BIC": {
"r_container_bic": "MTYU"
}
}
BIC Check Digit
Check digit for BIC code.
API Endpoint (click to try):
Function name(s):
bic_check_digitutil_random.ru_bic_checkdigit
Parameters:
Name |
Type |
Bound Input |
Description |
containebic |
Text |
|
The BIC code of the container. |
containeserial_number |
Number |
|
The serial number of the container. |
Example output:
Example output not applicable.
Container Max Weight
Based on container type, what is the max weight.
API Endpoint (click to try):
Function name(s):
container_max_weightlogistics_random.r_container_max_weight
Parameters:
Name |
Type |
Bound Input |
Description |
containesize_iso |
Text |
|
The BIC code of the container. |
pounds |
Number |
|
If 0 then kilograms, if 1 pounds. |
Example output:
{
"Container Max Weight": {
"r_container_max_weight": "30480"
}
}
Container Pack Weight
Based on container type, what is the maximum packing weight.
API Endpoint (click to try):
Function name(s):
container_pack_weightlogistics_random.r_container_max_pack_weight
Parameters:
Name |
Type |
Bound Input |
Description |
containesize_iso |
Text |
|
The BIC code of the container. |
containemax_weight |
Number |
|
Container max weight. |
containetare_weight |
Number |
|
Container tare weight. |
pounds |
Number |
|
If 0 then kilograms, if 1 pounds. |
Example output:
{
"Container Pack Weight": {
"r_container_max_pack_weight": "28300"
}
}
Container Tare Weight
Based on container type, what is the tare weight.
API Endpoint (click to try):
Function name(s):
container_tare_weightlogistics_random.r_container_tare_weight
Parameters:
Name |
Type |
Bound Input |
Description |
containesize_iso |
Text |
|
The BIC code of the container. |
pounds |
Number |
|
If 0 then kilograms, if 1 pounds. |
Example output:
{
"Container Tare Weight": {
"r_container_tare_weight": "2180"
}
}
Container number
Full container number including BIC, Serial number and Control digit.
API Endpoint (click to try):
Function name(s):
container_numberlogistics_random.r_container_number
Parameters:
Name |
Type |
Bound Input |
Description |
containebic |
Text |
|
Fixed BIC number |
containeserial_number |
Text |
|
Fixed serial number |
country |
Text |
|
ISO 2 letter country code |
Example output:
{
"Container number": {
"r_container_number": "GLSU 379665-5"
}
}
Container serial number
Vehicle registration number.
API Endpoint (click to try):
Function name(s):
container_serial_numberlogistics_random.r_container_serial_number
Locales supported:
Not a locale specific domain.
Parameters:
Name |
Type |
Bound Input |
Description |
Example output:
{
"Container serial number": {
"r_container_serial_number": "562975"
}
}
ISO Container size
ISO container size.
API Endpoint (click to try):
Function name(s):
iso_container_sizelogistics_random.r_container_size_iso
Locales supported:
Not a locale specific domain.
Parameters:
Name |
Type |
Bound Input |
Description |
Example output:
{
"ISO Container size": {
"r_container_size_iso": "22T6"
}
}
Postal Provider
Postal or Package delivery provider such as USPS, DHL and TNT.
API Endpoint (click to try):
Function name(s):
postal_providerlogistics_random.r_postal_package_type
Locales supported:
Not a locale specific domain.
Parameters:
Name |
Type |
Bound Input |
Description |
Example output:
{
"Postal Provider": {
"r_postal_package_type": "UPS"
}
}
Postal Tracking ID
Postal or Package tracking ID from providers such as USPS, DHL and TNT.
API Endpoint (click to try):
Function name(s):
postal_tracking_idlogistics_random.r_postal_tracking_id
Parameters:
Name |
Type |
Bound Input |
Description |
postal_package_type |
Text |
|
The provider name, such as DHL, USPS etc. |
Example output:
{
"Postal Tracking ID": {
"r_postal_tracking_id": "JVGL6253350450"
}
}
Shipping company
Shipping container company.
API Endpoint (click to try):
Function name(s):
shipping_companylogistics_random.r_container_bic_company
Parameters:
Name |
Type |
Bound Input |
Description |
country |
Text |
|
ISO 2 letter country code |
Example output:
{
"Shipping company": {
"r_container_bic_company": "DRY BOX INC"
}
}