| ClassIT+™ |
The classCodes endpoint gives you the ability to retrieve a list of unique class codes.
Endpoints
- Sandbox URL: https://Snbxapi-ar.nmfta.org/api/v1.0/search/ClassCodes
- Production URL: https://Api-ar.classitplus.com/api/v1.0/search/ClassCodes
Method Definition
- Http Method: POST
- Authorization header: Bearer JWT
Method JSON Result
Result Status | Result JSON String |
| success | { "classCodes": [ { "name": "85", "value": 85 } ], "message": "", "success": true } |
Method Result Definition
JSON Properties | Description | Data Type |
| classCodes | List of ClassCodeDto |
|
| name | Name of classification |
|
| value | Value of class |
|