⚙️Examples

Request:

curl --location --request GET 'https://api.alephcrm.com/v2/produtcs/fiscalinformation?API_KEY=AAAAAAAA-XXX-XXX-XXX-XXXXXXXXXXXX \
--header 'Content-Type: application/json' \
--header 'Cookie: xxx' \
--data-raw '
[
	{
		"SKU": "XXXX",
		"MeasurementUnit": "un",
		"TaxInformation": {
			"TaxRuleName": "rule",
			"Ncm": "value"
			...
			...
			...
			...
			...
		}
	}
]

Response

{
  "Message": 200
}

Last updated