PUT /variant-hs-codes/{id}.json
Path parameters
-
Numeric ID of the instance
Minimum value is
1
.
PUT /variant-hs-codes/{id}.json
curl \
-X PUT http://api.example.com/v1/variant-hs-codes/{id}.json \
-H "Authorization: Bearer $ACCESS_TOKEN" \
-H "Content-Type: application/json" \
-d '{"country":"string","createdAt":"2024-05-04T09:42:00+00:00","hsCode":"string","id":42,"updatedAt":"2024-05-04T09:42:00+00:00","variantId":42}'
Request example
{
"country": "string",
"createdAt": "2024-05-04T09:42:00+00:00",
"hsCode": "string",
"id": 42,
"updatedAt": "2024-05-04T09:42:00+00:00",
"variantId": 42
}