reseller
DELETE /v1/reseller/tax-registrations/{registration_id}
End or remove one of your VAT registrations.
Autentizace
Zašlete API klíč jako nosný token (bearer token). Klíč musí mít oprávnění reseller.manage; klíč bez něj je odmítnut s kódem 403, nikoli 404.
Sem patří ID vaší organizace
Tento koncový bod přijímá org_id jako parametr dotazu. Pokud ho vynecháte, volání pokryje celý podstrom vašeho nájemce; jeho odesláním volání zúžíte na jednu organizaci.
ID vaší organizace najdete na obrazovce API klíčů ve vašem přehledu, hned vedle samotného klíče. Je to stále stejné ID v každém volání, které provedete.
Vyzvednout
Nahraďte cokoli v závorkách vlastními hodnotami a zástupný symbol klíče klíčem z vašeho řídicího panelu.
curl -X DELETE https://api.zinndigital.com/v1/reseller/tax-registrations/{registration_id} \
-H "Authorization: Bearer zdk_live_…"Přihlášeni? Konzole API ve vašem dashboardu automaticky doplní vaše skutečné ID organizace i váš vlastní klíč a odešle požadavek na živé API, abyste viděli reálnou odpověď. Otevřete tento koncový bod v konzoli API
Podrobnosti
A registration that has not started yet is **deleted**; one that is or has been in force is **ended** today, and `outcome` says which happened. Ending rather than deleting is not a nicety: invoices already issued froze your number and their tax treatment at the moment of issue, and a VAT return for that period is computed from rows that reference this one. Requires `reseller.manage`.
Parametry
| Název | Typ | Požadováno | Co to je |
|---|---|---|---|
registration_id (path) | Uuid | Ano | — |
org_id (query) | Uuid | Ne | Which of your organizations this applies to. Required only when you belong to more than one here — otherwise it is inferred, and an id outside your direct memberships is a 404 r… |
Odpověď
| Název | Typ | Požadováno | Co to je |
|---|---|---|---|
data | object | Ano | — |
Chyby, které může tento koncový bod vrátit
401 · 403 · 404 · 429