reseller
GET /v1/reseller/tax-registrations
Your own VAT registrations.
Autentizace
Zašlete API klíč jako nosný token (bearer token). Klíč musí mít oprávnění reseller.view; 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 GET https://api.zinndigital.com/v1/reseller/tax-registrations \
-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
The dated VAT/tax registrations held against your company — the ones that decide what your clients are charged and which number appears on the invoices we raise in your name. Until you add one, your supplies are treated as not_registered and no VAT is charged, which is the correct treatment for a business under its country's registration threshold. meta.company_required is true when you have not given us your company details yet, because a registration belongs to a company. Requires reseller.view.
Parametry
| Název | Typ | Požadováno | Co to je |
|---|---|---|---|
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… |
Odpověď
| Název | Typ | Požadováno | Co to je |
|---|---|---|---|
data | ResellerTaxRegistration[] | Ano | — |
meta | object | Ne | — |
Chyby, které může tento koncový bod vrátit
401 · 403 · 404 · 429