x-api-key: ********************curl --location -g --request POST 'https://relay.exostack.cloud//api/organisation/taxes' \
--header 'x-api-key: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"abbreviation": "TVX",
"abbreviation_locale": {
"en": "STX",
"es": "STX",
"fr": "TVX"
},
"charters": {
"collect_account_number": "2360"
},
"code": "TVX",
"credit_type_id": 0,
"name": "Taxe de vente spéciale",
"rates": [
{
"index": 0,
"rate": 9.975
}
],
"tax_number": "RT0003"
}'{
"success": true,
"created_id": 0,
"updated_id": 0,
"deleted_id": 0
}