Integrations-API (/integrations)
Verwenden Sie die Integrations-API, um Integrationen in Coupa zu erstellen, zu aktualisieren und anzuzeigen.
Aktionen
Mit der Integrations-API können Sie:
| Verb | Pfad | Aktion | Beschreibung |
|---|---|---|---|
| BEITRAG | /api/integrations |
erstellen | Integration erstellen |
| ABFRAGEN | /api/integrations |
index | Query-Integrationen |
| ABFRAGEN | /api/integrations/:id |
anzeigen | Integration anzeigen |
| PUT | /api/integrations/:id |
aktualisierung | Integration aktualisieren |
Elemente
Die folgenden Elemente sind für die Integrations-API verfügbar:
| Element | Beschreibung | Anf. | Eindeutig | Zulässige Werte | Api_In | Api_Out | Datentyp |
|---|---|---|---|---|---|---|---|
| business-Objekt | Geschäftsobjekt | ja | ja | ja | string(255) | ||
| code | Eindeutiger Integrationscode | ja | ja | ja | ja | string(255) | |
| created-at | Automatisch von Coupa erstellt im Format JJJJ-MM-TTTHH:MM:SS+HH:MMZ | ja | datum/Uhrzeit | ||||
| richtung | Richtung | ja | to_coupa, from_coupa | ja | ja | string(255) | |
| endsystem | Endsystem | ja | ja | ja | string(255) | ||
| end-system-typ | Endsystemtyp | ja | intern, Gehaltsabrechnung, erp, hr, third_party_partner, third_party_vendor, andere | ja | ja | string(255) | |
| iD | Eindeutige Coupa-ID | ja | ganze Zahl | ||||
| integrationstyp | Art der Integration | flat_file, api, corporate_credit_card_file, json, xml | ja | ja | string(255) | ||
| name | Integrationsname | ja | ja | ja | ja | string(255) | |
| standard | Standard | ja | boolean | ||||
| updated-at | Automatisch von Coupa erstellt im Format JJJJ-MM-TTTHH:MM:SS+HH:MMZ | ja | datum/Uhrzeit | ||||
| created_by | Benutzer der Erstellung | ja | |||||
| updated_by | Benutzer der Aktualisierung | ja | |||||