agency-time

POST /v1/agency/time/projects

Create a time-tracking project.

Wszystkie punkty końcowe agency-time

Wszystkie dokumentacje dla programistów

Uwierzytelnianie

Wyślij klucz API jako token bearer. Klucz musi posiadać uprawnienie agency.time.manage; klucz bez niego jest odrzucany z kodem 403, a nie 404.

Miejsce na identyfikator organizacji

Ten punkt końcowy przyjmuje org_id jako pole w treści JSON.

Identyfikator Twojej organizacji znajduje się na ekranie kluczy API w Twoim panelu, obok samego klucza. Jest to ten sam identyfikator w każdym wywołaniu, które wykonujesz.

Wypróbuj

Zastąp wszystko w nawiasach ostrych własnymi wartościami, a zastępczy znacznik klucza kluczem ze swojego pulpitu nawigacyjnego.

curl -X POST https://api.zinndigital.com/v1/agency/time/projects \
  -H "Authorization: Bearer zdk_live_…" \
  -H "Content-Type: application/json" \
  -d '{ "name": <string> }'

Zalogowany? Konsola API w Twoim panelu uzupełnia rzeczywiste identyfikator organizacji oraz Twój własny klucz i wykonuje żądanie względem aktywnego API, dzięki czemu możesz zobaczyć rzeczywistą odpowiedź. Otwórz ten punkt końcowy w konsoli API

Szczegóły

Requires agency.time.manage and the agency_project_board entitlement. currency is set on the PROJECT rather than derived from whichever rate card wins, because an invoice has exactly one currency: a project whose rates disagreed would produce a document that cannot be issued. A rate card in another currency is refused rather than converted — FX is a driver decision, not a timesheet's.

Treść żądania

NazwaTypWymaganeCo to jest
namestringTak
client_idstringNie
board_idstringNie
currencystringNie
org_idstringNie

Odpowiedź

NazwaTypWymaganeCo to jest
idstringTak
namestringTak
client_idstringTakThe agency's client this work is for, in the agency invoicing suite. null means internal work — reported on, never invoiced.
board_idstringTakThe agency project board this work is run on, when there is one.
source_quote_idstringNieThe free-quote request this project was started from (docs/670 §2), or null for a project made by hand. At most one project per quote.
currencystringTakISO currency this project's work is billed in. On the project because an invoice has exactly one currency; a rate card in another currency is refused rather than converted.
archivedbooleanTak
created_atstringTak

Błędy, które ten punkt końcowy może zwrócić

401 · 403 · 422