| ClassIT+™ |
The Rule Search method performs a search and retrieves a Rule from the itemNumber.
Endpoints
- Sandbox URL: https://Snbxapi-se.nmfta.org/api/v1.0/search/RuleById
- Production URL: https://Api-se.classitplus.com/api/v1.0/search/RuleById
Method Definition
- Http Method: POST
- Authorization header: Bearer JWT
Method Parameter Name, Description, and Data Type
Parameter Name |
Description |
Data Type |
| ruleNumber | Rule number to search |
|
Method Request
Method JSON Request
Results Status |
Result JSON String |
| Http Method | POST |
| Body |
{ "ruleNumber": “110” } |
Method Result
Method JSON Result
Result Status |
Result JSON String |
| success |
{ "rule": { "ruleNumber": "110", "ruleHeader": "DEFINITIONS AND EXPLANATIONS OF TERMS, PUNCTUATION AND REFERENCES", "ruleSubHeading": null, "issueDate": "2020-11-19T06:00:00Z", "effectiveDate": "2020-12-19T06:00:00Z", "cancellationDate": "2095-12-31T06:00:00Z", "tariffIssue": null, "ruleDescriptions": [ { "type": "sec", "title": "Sec. 2.", "text": "'Truck' or 'Vehicle' means any vehicle or vehicles propelled or drawn by a power unit and used on highways in the transportation of property. ", "subItems": [] }, { "type": "sec", "title": "Sec. 3. (a) ", "text": "'Point' means a particular city, town, village, community or other area which is treated as a unit for the application of rates. ", "subItems": [] } ] }, "message": "", "success": true } |
| failure |
{ "success": false, "message ": "The rule number must be between 3 and 6 characters long." } |
| See ClassIT+ API Objects: RuleDto Object Type for more information. |
All content © Copyright 2025 National Motor Freight Traffic Association, Inc.™ All Rights Reserved.