curl --location --request PUT 'https://stg-gateway.invora.app/api/billing/v2/taxes/' \
--header 'Content-Type: application/json' \
--data '{
"id": "string",
"appliedToOrganization": true,
"code": "string",
"description": "string",
"name": "string",
"rate": {
"units": "string",
"nanos": 0
},
"updateMask": "string"
}'{
"tax": {
"addOnsCount": 0,
"appliedToOrganization": true,
"autoGenerated": true,
"chargesCount": 0,
"code": "string",
"createdAt": "2019-08-24T14:15:22.123Z",
"customersCount": 0,
"description": "string",
"id": "string",
"name": "string",
"organization": {
"accessibleByCurrentSession": true,
"billingConfiguration": {
"documentLocale": "string",
"id": "string",
"invoiceFooter": "string",
"invoiceGracePeriod": 0
},
"canCreateBillingEntity": true,
"defaultCurrency": "CURRENCY_ENUM_UNSPECIFIED",
"id": "string",
"logoUrl": "string",
"name": "string",
"timezone": "TIMEZONE_UNSPECIFIED"
},
"plansCount": 0,
"rate": {
"units": "string",
"nanos": 0
},
"updatedAt": "2019-08-24T14:15:22.123Z"
}
}