Integration History Record API
The URL to access Integration History Record is https://<instance>.coupahost.com/api/integration_history_record
See Integration Best Practices for more info.
Actions
Integration History Record API allows you to:
Verb | Path | Action | Description |
---|---|---|---|
POST | /api/integration_history_records/acknowledge | acknowledge | |
POST | /api/integration_history_records | create | Create integration history record |
POST | /api/integration_history_records/create_alert | create_alert | |
POST | /api/integration_history_records/create_alert_and_mark_exported | create_alert_and_mark_exported | |
GET | /api/integration_history_records | index | Query integration history records |
POST | /api/integration_history_records/mark_exported | mark_exported | |
GET | /api/integration_history_records/:id | show | Show integration history record |
PATCH | /api/integration_history_records/:id | update | Update integration history record |
PUT | /api/integration_history_records/:id | update | Update integration history record |
Elements
These are the elements available for the Integration History Record API:
Element | Description | Type | API In | API Out | Required | Length | Allowable Values |
---|---|---|---|---|---|---|---|
contact-alert-type | contact_alert_type | yes | yes | yes | |||
created-at | Automatically created by Coupa in the format YYYY-MM-DDTHH:MM:SS+HH:MMZ | yes | yes | ||||
created-by | User who created | yes | |||||
creation-method | creation_method | yes | yes | ||||
document-id | document_id | yes | yes | ||||
document-revision | document_revision | yes | yes | ||||
document-status | document_status | yes | yes | ||||
document-type | document_type | yes | OrderHeader, InventoryTransaction, InvoiceHeader, ExpenseReport, RequisitionHeader, Account, Supplier, User, Address, RemitToAddress, Contract, ExchangeRate, Invoice, Requisition, Payment, ApprovalChain, LookupValue, Item, SupplierInformation | yes | yes | ||
external-id | external_id | yes | yes | ||||
id | Coupa unique identifier | yes | |||||
integration | integration | yes | yes | ||||
integration-record-responses | integration_record_responses | yes | yes | ||||
integration-run | integration_run | yes | |||||
integration-run-id | integration_run_id | yes | |||||
resolved | True if this record is resolved | yes | |||||
status | transaction status | yes | yes | ||||
updated-at | Automatically created by Coupa in the format YYYY-MM-DDTHH:MM:SS+HH:MMZ | yes | |||||
updated-by | User who updated | yes |