Referencia de API
Crear excepción fiscal
POST
/v1/taxes/overridesAutorización
bearerAuth AutorizaciónBearer <token>
Token de acceso OAuth 2.0 emitido por Ecomiq Auth.
Ubicación: header
Cuerpo de la solicitud
application/json
Definiciones TypeScript
Usa esta definición en TypeScript.
Cuerpo de la respuesta
application/json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
curl -X POST "https://example.com/v1/taxes/overrides" \ -H "Content-Type: application/json" \ -d '{ "taxRegionId": "string", "name": "string" }'{ "id": "string", "storeId": "string", "taxRegionId": "string", "name": "string", "target": "products", "rate": 0.1, "isExempt": true, "collectionId": null, "categoryId": null, "productType": null, "description": null, "createdOn": "2019-08-24T14:15:22Z", "updatedOn": null}