platform-transfers

POST /v1/platform-transfers/quote

Price a transfer without buying it.

כל נקודות הקצה מסוג platform-transfers

אימות

שלחו מפתח API כאסימון נושא (bearer token). על המפתח לכלול את הרשאה billing.view; מפתח שאינו כולל אותה יידחה בסטטוס 403, ולא 404.

נקודת קצה זו אינה דורשת מזהה ארגון. המפתח שלך כבר מזהה את הארגון שאליו הוא שייך, והתגובה מוגבלת אליו בלבד.

נסה זאת

החלף כל דבר בסוגריים זוויתיים בערכים משלך, ואת מציין מיקום המפתח במפתח מלוח הבקרה שלך.

curl -X POST https://api.zinndigital.com/v1/platform-transfers/quote \
  -H "Authorization: Bearer zdk_live_…" \
  -H "Content-Type: application/json" \
  -d '{ "source_platform": <string>, "target_platform": <string>, "entity_count": <integer> }'

מחובר? קונסולת ה-API בלוח הבקרה שלך מזינה את מזהה הארגון האמיתי שלך ואת המפתח שלך, ומריצה את הבקשה מול ה-API הפיזי כך שתוכל לראות את התגובה בפועל. פתח נקודת קצה זו במסוף ה-API

פרטים

The tier a given move would be sold at, chosen as the cheapest whose entity bound covers the store. Creates nothing and charges nothing. Requires `billing.view`.

גוף הבקשה

שםסוגנדרשמה זה
source_platformstringכן
target_platformstringכן
entity_countintegerכןProducts + customers + orders + posts, as the customer estimates them.

תשובה

שםסוגנדרשמה זה
tier_codestringכן
tier_namestringכן
price_amount_minorintegerכן
currencystringכן
sla_business_daysintegerכן
max_entitiesobjectלא

שגיאות שנקודה קצה זו עשויה להחזיר

401 · 403 · 422 · 429