cURL
curl --request PUT \ --url https://api.artisn.desarrollo-redbrand.com/api/admin/product-fiscal-categories/{productId} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "productName": "<string>", "ncm": "<string>", "externalProductId": "<string>" } '
{ "productId": "<string>", "productName": "<string>", "externalProductId": "<string>", "ncm": "<string>", "createdAt": "2023-11-07T05:31:56Z" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Actualizado