getNBMDetails
Retrieve detailed information about a specific NBM code using the coNbm input for accurate trade classification and compliance checks.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
coNbm | Yes |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"coNbm": {
"type": "string"
}
},
"required": [
"coNbm"
],
"type": "object"
}