API: OEM Incentive
API-Referenz: OEM Incentive
Section titled “API-Referenz: OEM Incentive”Quellverzeichnis: api/routes/oem-incentive/
— gehört zum Modul oem-incentive
Alle Endpunkte sind mandanten-isoliert und validieren ihre Eingaben.
| Methode | Pfad | Datei |
|---|---|---|
GET |
/v1/oem/incentives |
incentives.ts |
POST |
/v1/oem/incentives |
incentives.ts |
GET |
/v1/oem/incentives/:id |
incentives.ts |
DELETE |
/v1/oem/incentives/:id |
incentives.ts |
POST |
/v1/oem/incentives/:id/activate |
incentives.ts |
POST |
/v1/oem/incentives/:id/auto-apply-spiffs |
incentives.ts |
POST |
/v1/oem/incentives/:id/expire |
incentives.ts |
POST |
/v1/oem/incentives/:id/match-deals |
incentives.ts |
POST |
/v1/oem/incentives/:id/pay-out |
incentives.ts |
GET |
/v1/oem/incentives/active |
incentives.ts |
POST |
/v1/oem/incentives/import |
incentives.ts |
GET |
/v1/oem/payouts |
payouts.ts |
POST |
/v1/oem/payouts |
payouts.ts |
GET |
/v1/oem/payouts/:id |
payouts.ts |
DELETE |
/v1/oem/payouts/:id |
payouts.ts |
POST |
/v1/oem/payouts/:id/distribute |
payouts.ts |
POST |
/v1/oem/payouts/:id/receive |
payouts.ts |
POST |
/v1/oem/payouts/:id/submit |
payouts.ts |
GET |
/v1/oem/payouts/summary |
payouts.ts |
POST |
/v1/oem/quarterly-close |
payouts.ts |
GET |
/v1/oem/targets |
targets.ts |
POST |
/v1/oem/targets |
targets.ts |
GET |
/v1/oem/targets/:id |
targets.ts |
DELETE |
/v1/oem/targets/:id |
targets.ts |
POST |
/v1/oem/targets/:id/achieved |
targets.ts |
POST |
/v1/oem/targets/:id/activate |
targets.ts |
POST |
/v1/oem/targets/:id/archive |
targets.ts |
POST |
/v1/oem/targets/:id/metrics |
targets.ts |
POST |
/v1/oem/targets/:id/missed |
targets.ts |
GET |
/v1/oem/targets/:id/progress |
targets.ts |
GET |
/v1/oem/targets/active-progress |
targets.ts |
POST |
/v1/oem/targets/bulk-import |
targets.ts |
POST |
/v1/oem/targets/import |
targets.ts |
Zurück zur API-Übersicht oder zur Startseite.