ClassIT+™ |
Performs calculations for Item 680 Note 2A classification.
Methods Definition
Http Method: POST
Authorization header: Bearer JWT
- Sandbox URL: https://Snbxapi-c.nmfta.org/api/v1.0/calculator/calc_680note2a
- Production URL: https://Api-c.classitplus.com/api/v1.0/calculator/calc_680note2a
Item 680 Note 2A Request Parameter Name, Description, and Data Type
Parameter Name | Description | Data Type |
commodity | Volume dimensions of the commodity, including length, width, and height, which define the space occupied by the product being transported. | |
package | Volume dimensions of the package, including length, width, and height, which define the space occupied by the packaging used for the commodity. |
Item 680 Note 2A Calculator Method Result Definition
JSON Properties | Description | Data Type |
result |
Response for Item 680 Note 2A calculations. |
|
referenceNumber | A unique number that identifies or tags a request. |
|
success | Flag that indicates whether the process succeeded. |
|
message | Result message. |
|
Sample
Sample Name | Sample Code |
Sample Request JSON |
{ "commodity": { "length": 46, "width": 40, "height": 330 }, "package": { "length": 48, "width": 40, "height": 35 } } |
Sample Response JSON |
{ "result": { "commodityVolume": 607200, "packageVolume": 67200, "percentageVolumeOccupiedByCommodity": 903.5714285714285714285714286, "isBelowThreshold": false } "success": true, "message": [], } |
All content © Copyright 2025 National Motor Freight Traffic Association, Inc.™ All Rights Reserved.