OpenMeter Defaults
Update organization default tax codes
put/openmeter/defaults/tax-codes
Request body
Example request
{
"invoicing_tax_code": {
"id": "01G65Z755AFWAKHE12NY0CQ9FH"
},
"credit_grant_tax_code": {
"id": "01G65Z755AFWAKHE12NY0CQ9FH"
}
}Response
OrganizationDefaultTaxCodes upsert response.
Example response
{
"invoicing_tax_code": {
"id": "01G65Z755AFWAKHE12NY0CQ9FH"
},
"credit_grant_tax_code": {
"id": "01G65Z755AFWAKHE12NY0CQ9FH"
},
"created_at": "2023-01-01T01:01:01.001Z",
"updated_at": "2023-01-01T01:01:01.001Z"
}