1. V3 - CompanyTax
Cresium
  • Cresium - V3 Partners
    • API
      • Auth Information for V3 API Partners
      • V3 - Health
        • Health check
      • V3 - Transaction
        • Get Transaction data
        • Search transactions
        • Make a transfer
        • Confirm a transaction
        • Reverse a deposit transaction
        • Get transaction receipt
      • V3 - BankAddress
        • Get Address
      • V3 - CompanyFeature
        • Get Company Features
        • Update Feature Enabled State
      • V3 - Rate
        • Get TNA rate
      • V3 - DepositAddress
        • Update Deposit Address
        • Create Deposit Address
      • V3 - Invoice
        • Create Invoices
        • Read Invoices
      • V3 - Partner
        • Search partner transactions
      • V3 - User Address
        • Create or get User Address
      • V3 - Auth
        • V3 - Balance
          • Get all wallets for Company
        • Generate change password ID for partner user
      • V3 - CompanyTax
        • Upsert Company Tax
          PUT
      • V3 - Signature Request
        • Create Signature Request
        • Update Signature Request
      • V3 - Payment
        • Create Payments
        • Read Payments
      • Webhooks
        • Auth Information for Webhooks
        • Transactions Events Examples - DEPOSIT
  1. V3 - CompanyTax

Upsert Company Tax

PUT
/v3/company-tax/
Crea o actualiza una configuracion de impuesto para la company.

Body Parameters#

CampoTipoRequeridoDescripcion
keyenum (TaxKey)SiClave del impuesto (ver TaxKey en la descripcion del tag)
valuestringSiValor/porcentaje del impuesto

Respuesta#

Retorna true si la operacion fue exitosa.

Request

Body Params application/jsonRequired

Examples

Responses

🟢200OK
application/json
Successful response
Body

🟠401Unauthorized
🔴500Internal Server Error
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request PUT 'https://api.develop.cresium.app/v3/company-tax/' \
--header 'Content-Type: application/json' \
--data-raw '{
    "key": "AR_DEBIT_PERCENTAGE_TAX",
    "value": "string"
}'
Response Response Example
200 - Example 1
{
    "data": true
}
Modified at 2026-02-20 14:08:41
Previous
Generate change password ID for partner user
Next
V3 - Signature Request
Built with