POST /variant-hs-codes.json
POST /variant-hs-codes.json
curl \
-X POST http://api.example.com/v1/variant-hs-codes.json \
-H "Authorization: Bearer $ACCESS_TOKEN" \
-H "Content-Type: application/json" \
-d '{"country":"string","hsCode":"string","variantId":42}'
Request example
{
"country": "string",
"hsCode": "string",
"variantId": 42
}
Response examples (200)
{
"country": "string",
"createdAt": "2024-05-04T09:42:00+00:00",
"hsCode": "string",
"id": 42,
"updatedAt": "2024-05-04T09:42:00+00:00",
"variantId": 42
}