x-api-key: ********************curl --location -g --request PATCH 'https://relay.exostack.cloud//api/organisation/tax-exceptions/' \
--header 'x-api-key: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"lines": [
{
"line_index": 1,
"rate_index": 0,
"tax_amount": 0,
"tax_code": "TPS",
"tax_id": 55,
"tax_type": {
"id": 0
}
}
],
"name": "Export hors taxe modifié"
}'{
"success": true,
"created_id": 0,
"updated_id": 0,
"deleted_id": 0
}