agency-time

POST /v1/agency/time/checkout-bills/{billId}/send

E-mail a checkout bill raised from tracked time.

すべての agency-time エンドポイント

すべての開発者向けドキュメント

認証

ベアラー トークンとして API キーを送信します。キーには agency.time.manage 権限が付与されている必要があります。権限のないキーは 404 ではなく 403 で拒否されます。

組織 ID を入力する場所

このエンドポイントは、JSONボディのフィールドとして org_id を受け取ります。

組織IDは、ダッシュボードのAPIキー画面にキーのすぐ横に表示されています。これは、実行するすべての呼び出しで同じIDになります。

試してみる

アングルブラケット内のすべてをご自身の値に置き換え、キーのプレースホルダーをご利用中のダッシュボードのキーに置き換えてください。

curl -X POST https://api.zinndigital.com/v1/agency/time/checkout-bills/{billId}/send \
  -H "Authorization: Bearer zdk_live_…" \
  -H "Content-Type: application/json" \
  -d '{  }'

ログインしていますか?ダッシュボード内のAPIコンソールでは、実際の組織IDやお客様ご自身のキーが自動入力され、ライブAPIに対してリクエストが実行されるため、実際のレスポンスを確認することができます。 API コンソールでこのエンドポイントを開く

詳細

Mails the pay link to the client, then marks the bill sent — in that order, so a bill is never shown as sent that did not leave. Only a bill time tracking raised; requires agency.time.manage and the billing.entitlement.manage staff permission (docs/670 §3).

パラメータ

名前タイプ必須これがその内容です
billId (path)stringはい

リクエスト本文

名前タイプ必須これがその内容です
org_idstringいいえ

返信

名前タイプ必須これがその内容です
idstringはい
referencestringはい
statusstring<draft, sent, paid, void>はい
currencystringはい
subtotal_minorintegerはい
tax_minorintegerはい
total_minorintegerはい
recipient_emailstringいいえ
recipient_countrystringいいえ
sent_atstringいいえ
paid_atstringいいえ
voided_atstringいいえ
pay_urlstringはいThe public page the recipient pays this bill on.

このエンドポイントが返すエラー

401 · 403 · 404 · 422 · 503