Dataset Viewer
Auto-converted to Parquet Duplicate
chunk_id
int64
0
2.14k
doc_index
int64
1
548
title
stringlengths
5
84
url
stringlengths
98
251
toc_path
listlengths
1
6
chunk_index
int64
0
81
text
stringlengths
25
11k
0
1
Integration Technical Documentation
https://compass.coupa.com/en-us/products/product-documentation/integration-technical-documentation
[ "Integration Technical Documentation" ]
0
# Integration Technical Documentation The Integration Technical Documentation includes information on our API and flat file integrations, SSO, and Coupa IP addresses. The power behind Coupa is flexibility. Coupa's open architecture allows you to integrate with any third-party system, such as financial ERPs, HR systems,...
1
1
Integration Technical Documentation
https://compass.coupa.com/en-us/products/product-documentation/integration-technical-documentation
[ "Integration Technical Documentation" ]
1
contains documentation for integrations used with the Treasury Management application. - [Risk Assess Integrations](https://compass.coupa.com/en-us/products/product-documentation/integration-technical-documentation/risk-assess-integrations) - [CLM Open eSign Framework](https://compass.coupa.com/en-us/products/product-d...
2
2
Build on the Coupa Platform
https://compass.coupa.com/en-us/products/product-documentation/integration-technical-documentation/build-on-the-coupa-platform
[ "Integration Technical Documentation", "Build on the Coupa Platform" ]
0
# Build on the Coupa Platform Our API-based open integration platform lets technology partners and independent software vendors (ISVs) integrate their products with Coupa As part of Coupa’s Platform Vision, we are creating new ways for customers and partners to build on top of Coupa with embedded Apps. Coupa customers ...
3
3
CoupaLink
https://compass.coupa.com/en-us/products/product-documentation/integration-technical-documentation/build-on-the-coupa-platform/coupalink
[ "Integration Technical Documentation", "Build on the Coupa Platform", "CoupaLink" ]
0
# CoupaLink ![](https://compass.coupa.com/_dita_/en-us/documentation/plat/integ/coupa_platform/images/coupa-link-hero.png) ** * * ** CoupaLink is Coupa's API-based open integration platform. It allows technology partners and independent software vendors (ISVs) to integrate their products with Coupa. CoupaLink supports ...
4
4
Coupa's App Marketplace
https://compass.coupa.com/en-us/products/product-documentation/integration-technical-documentation/build-on-the-coupa-platform/coupas-app-marketplace
[ "Integration Technical Documentation", "Build on the Coupa Platform", "Coupa's App Marketplace" ]
0
# Coupa's App Marketplace Learn about and install Coupa Partner applications within your Coupa instance. You can access the App Marketplace at [https://marketplace.coupa.com](https://marketplace.coupa.com). There, you can browse our selection of apps by category, or check out some of our featured apps, newest apps, and...
5
4
Coupa's App Marketplace
https://compass.coupa.com/en-us/products/product-documentation/integration-technical-documentation/build-on-the-coupa-platform/coupas-app-marketplace
[ "Integration Technical Documentation", "Build on the Coupa Platform", "Coupa's App Marketplace" ]
1
that were initiated through the Community Exchange UI, which at this time is Coupa and customer apps. | | **Setup > Platform > Installed Marketplace Apps** | Contains all installed apps that were initiated through the App Marketplace, which at this time displays partner apps only. |
6
5
The Coupa Core API
https://compass.coupa.com/en-us/products/product-documentation/integration-technical-documentation/the-coupa-core-api
[ "Integration Technical Documentation", "The Coupa Core API" ]
0
# The Coupa Core API Our RESTful API provides robust access to read, edit, or integrate your data with the Coupa platform. Coupa provides rich, robust access to read, edit, or integrate your data via a REST API. This UTF-8 XML based interface allows you to create, update, and take action on individual records within Co...
7
6
Get Started with the API
https://compass.coupa.com/en-us/products/product-documentation/integration-technical-documentation/the-coupa-core-api/get-started-with-the-api
[ "Integration Technical Documentation", "The Coupa Core API", "Get Started with the API" ]
0
# Get Started with the API General information about using the Coupa API and when you should consider using CSV. ## Base URL All data is stored as a business object or **Resource,** and each resource has a** Resource URL**, just like a webpage, where each resource is in the form `/api/{resource_name}.` Make sure to acc...
8
6
Get Started with the API
https://compass.coupa.com/en-us/products/product-documentation/integration-technical-documentation/the-coupa-core-api/get-started-with-the-api
[ "Integration Technical Documentation", "The Coupa Core API", "Get Started with the API" ]
1
or XML document with the elements to be updated. Not all fields are available through the API and any referenced data must already exist or the value will not be changed. **POST (Create Data)** - A HTTP POST Request to the resource root with a JSON or XML payload will attempt to create a new resource. If successful, th...
9
6
Get Started with the API
https://compass.coupa.com/en-us/products/product-documentation/integration-technical-documentation/the-coupa-core-api/get-started-with-the-api
[ "Integration Technical Documentation", "The Coupa Core API", "Get Started with the API" ]
2
providing you with the ability to request the data you need and nothing more. GraphQL can also reduce the number of calls and associated round trips you are making by fetching all of the resources you need in a single or few number of calls. For more informaiotn, see [Introducing GraphQL](https://compass.coupa.com/en-u...
10
7
API Operators
https://compass.coupa.com/en-us/products/product-documentation/integration-technical-documentation/the-coupa-core-api/get-started-with-the-api/api-operators
[ "Integration Technical Documentation", "The Coupa Core API", "Get Started with the API", "API Operators" ]
0
# API Operators Coupa supports a number of operators to enable you to query with precision. | Operator | Description | Example | | --- | --- | --- | | (none/default) | Returns the exact match. | `https://example.coupahost.com/api/purchase_orders?id=100`<br>Return the Purchase Order with a Coupa ID of 100. | | contains ...
11
7
API Operators
https://compass.coupa.com/en-us/products/product-documentation/integration-technical-documentation/the-coupa-core-api/get-started-with-the-api/api-operators
[ "Integration Technical Documentation", "The Coupa Core API", "Get Started with the API", "API Operators" ]
1
`https://example.coupahost.com/api/suppliers?updated-at[lt]=2010-01-15`<br>Returns the first 50 supplier records which were last updated before, but not including, January 15th 2010. | | gt_or_eq | Returns results that are greater than or equal to (>=) the search term. | `https://example.coupahost.com/api/purchase_orde...
12
8
API Return Formats
https://compass.coupa.com/en-us/products/product-documentation/integration-technical-documentation/the-coupa-core-api/get-started-with-the-api/api-return-formats
[ "Integration Technical Documentation", "The Coupa Core API", "Get Started with the API", "API Return Formats" ]
0
# API Return Formats ![](https://compass.coupa.com/DITARoot/icons/important.png) Note: Coupa now offers more advanced [API Filters](https://compass.coupa.com/x294274.xml) that let you define a specific output. We suggest using these filters instead of the shallow format, which will be deprecated in a future release. Co...
13
8
API Return Formats
https://compass.coupa.com/en-us/products/product-documentation/integration-technical-documentation/the-coupa-core-api/get-started-with-the-api/api-return-formats
[ "Integration Technical Documentation", "The Coupa Core API", "Get Started with the API", "API Return Formats" ]
1
object being called and only the IDs and natural keys of the one-deep associations. The parameter `return_object=shallow` is supported for the following: - POST commands - PUT commands - GET commands The `fields` query operator allows you to pass the fields you want in the response body. The format of the `fields` valu...
14
8
API Return Formats
https://compass.coupa.com/en-us/products/product-documentation/integration-technical-documentation/the-coupa-core-api/get-started-with-the-api/api-return-formats
[ "Integration Technical Documentation", "The Coupa Core API", "Get Started with the API", "API Return Formats" ]
2
"status":"pending_approval", "submitted-at":"2014-04-24T14:56:49-07:00", "auditor-note":null, "reject-reason":null, "paid":false, "total":"567.07", "audit-score":26, "exported":false, "last-exported-at":null, "external-src-ref":null, "external-src-name":null, "currency":{ "id":1, "code":"USD" }, "expensed-by":{ "id":20...
15
9
Arguments
https://compass.coupa.com/en-us/products/product-documentation/integration-technical-documentation/the-coupa-core-api/get-started-with-the-api/arguments
[ "Integration Technical Documentation", "The Coupa Core API", "Get Started with the API", "Arguments" ]
0
# Arguments Learn about the types of arguments that Coupa supports in conjunction with operators. Arguments are made up of attributes, operators and values. They can be appended to any request to limit the results, the available attributes are listed in each business object's detailed documentation. Coupa supports a nu...
16
10
Custom Field Namespace
https://compass.coupa.com/en-us/products/product-documentation/integration-technical-documentation/the-coupa-core-api/get-started-with-the-api/custom-field-namespace
[ "Integration Technical Documentation", "The Coupa Core API", "Get Started with the API", "Custom Field Namespace" ]
0
# Custom Field Namespace Custom-fields are added to a `` namespace to avoid name conflicts and to make customer-added fields more easily identifiable. Newly-created custom fields don't have the **API Global Namespace** option. They're in the new custom field namespace by default. If you disable the global namespace opt...
17
11
Differences between XML and JSON in Coupa
https://compass.coupa.com/en-us/products/product-documentation/integration-technical-documentation/the-coupa-core-api/get-started-with-the-api/differences-between-xml-and-json-in-coupa
[ "Integration Technical Documentation", "The Coupa Core API", "Get Started with the API", "Differences between XML and JSON in Coupa" ]
0
# Differences between XML and JSON in Coupa ## Datatypes in JSON For JSON, Coupa supports the following: null, boolean, number, and strings. Precision, version, and similar values use the number datatype, where decimal precision, for example, is a string. All values not explicitly called out use the string datatype. Th...
18
11
Differences between XML and JSON in Coupa
https://compass.coupa.com/en-us/products/product-documentation/integration-technical-documentation/the-coupa-core-api/get-started-with-the-api/differences-between-xml-and-json-in-coupa
[ "Integration Technical Documentation", "The Coupa Core API", "Get Started with the API", "Differences between XML and JSON in Coupa" ]
1
<?xml version="1.0" encoding="UTF-8"?> <errors> <error>No results match your search criteria.</error> </errors> ``` ## JSON GET API ```text [ ] ``` ## Different Nodes for Error Message ## XML Response ```text <?xml version="1.0" encoding="UTF-8"?> <errors> <error>Segment 1 - Cost Center can't be blank.</error> </errors...
19
12
Exception Handling and Error Codes
https://compass.coupa.com/en-us/products/product-documentation/integration-technical-documentation/the-coupa-core-api/get-started-with-the-api/exception-handling-and-error-codes
[ "Integration Technical Documentation", "The Coupa Core API", "Get Started with the API", "Exception Handling and Error Codes" ]
0
# Exception Handling and Error Codes An exception is thrown when something goes wrong when executing a request. The exception will contain an error code and may also contain a short description which will help you understand what went wrong during the request. There are many reasons an exception may occur, below are so...
20
13
Introducing GraphQL
https://compass.coupa.com/en-us/products/product-documentation/integration-technical-documentation/the-coupa-core-api/get-started-with-the-api/introducing-graphql
[ "Integration Technical Documentation", "The Coupa Core API", "Get Started with the API", "Introducing GraphQL" ]
0
# Introducing GraphQL GraphQL is an open specification for an API query language that allows you to request only the data you need when you need it. GraphQL can also reduce the number of calls by fetching all of the resources you need in a single call. ![](https://compass.coupa.com/DITARoot/icons/important.png) Note: A...
21
13
Introducing GraphQL
https://compass.coupa.com/en-us/products/product-documentation/integration-technical-documentation/the-coupa-core-api/get-started-with-the-api/introducing-graphql
[ "Integration Technical Documentation", "The Coupa Core API", "Get Started with the API", "Introducing GraphQL" ]
1
in the above image: - Provide your instance URL and append it with `/api/graphql` in the **GraphQL Endpoint** address bar. - Edit the HTTP headers to add your access token to the Authorization header (See image below). - Click on **Docs** to expand to show the schema. When editing the header, add an authorization heade...
22
13
Introducing GraphQL
https://compass.coupa.com/en-us/products/product-documentation/integration-technical-documentation/the-coupa-core-api/get-started-with-the-api/introducing-graphql
[ "Integration Technical Documentation", "The Coupa Core API", "Get Started with the API", "Introducing GraphQL" ]
2
lower camel case and specify the object ID. For example, user(id: 1), expenseReport(id: 1). ![](https://compass.coupa.com/_dita_/en-us/documentation/plat/integ/coupa_core_api/images/single-object.png) Data is returned in JSON format with the data for the fields queried. ## Collections To query for a collection of objec...
23
13
Introducing GraphQL
https://compass.coupa.com/en-us/products/product-documentation/integration-technical-documentation/the-coupa-core-api/get-started-with-the-api/introducing-graphql
[ "Integration Technical Documentation", "The Coupa Core API", "Get Started with the API", "Introducing GraphQL" ]
3
sets of fields, and then include them in queries. For `customFields`, you can specify fragments at the type level: ![](https://compass.coupa.com/_dita_/en-us/documentation/plat/integ/coupa_core_api/images/fragments.png) In the above example, we specify two fragments: **… on User { … }** and **… on StringValue { … }**. ...
24
13
Introducing GraphQL
https://compass.coupa.com/en-us/products/product-documentation/integration-technical-documentation/the-coupa-core-api/get-started-with-the-api/introducing-graphql
[ "Integration Technical Documentation", "The Coupa Core API", "Get Started with the API", "Introducing GraphQL" ]
4
of the error are shown: ![](https://compass.coupa.com/_dita_/en-us/documentation/plat/integ/coupa_core_api/images/errors.png) ## Introspection You can also query GraphQL for the schema itself. This is what GraphQL does to generate the schema for its clients. Here is an example of typical introspection query: ```text qu...
25
13
Introducing GraphQL
https://compass.coupa.com/en-us/products/product-documentation/integration-technical-documentation/the-coupa-core-api/get-started-with-the-api/introducing-graphql
[ "Integration Technical Documentation", "The Coupa Core API", "Get Started with the API", "Introducing GraphQL" ]
5
} } onOperation onFragment onField } } } fragment FullType on __Type { kind name description fields(includeDeprecated: true) { name description args { ...InputValue } type { ...TypeRef } isDeprecated deprecationReason } inputFields { ...InputValue } interfaces { ...TypeRef } enumValues(includeDeprecated: true) { name d...
26
14
Querying Options
https://compass.coupa.com/en-us/products/product-documentation/integration-technical-documentation/the-coupa-core-api/get-started-with-the-api/querying-options
[ "Integration Technical Documentation", "The Coupa Core API", "Get Started with the API", "Querying Options" ]
0
# Querying Options See how you can use queries to quickly identify and pull the data you require. Through the Coupa API you can execute advanced queries along you to quickly identify and pull the data that you require. We've established a "syntax" for constructing these queries. With this capability, you can also searc...
27
14
Querying Options
https://compass.coupa.com/en-us/products/product-documentation/integration-technical-documentation/the-coupa-core-api/get-started-with-the-api/querying-options
[ "Integration Technical Documentation", "The Coupa Core API", "Get Started with the API", "Querying Options" ]
1
Accepts true or false | | `gt` | Greater than | | `lt` | Less than | | `gt_or_eq` | Greater than or equal to | | `lt_or_eq` | Less than or equal to | | `not_eq` | Not equal to | | `in` | Within list of values | | `not_in` | Not within a list of values | ## Examples **Querying with operators** ```text <instancename>.cou...
28
14
Querying Options
https://compass.coupa.com/en-us/products/product-documentation/integration-technical-documentation/the-coupa-core-api/get-started-with-the-api/querying-options
[ "Integration Technical Documentation", "The Coupa Core API", "Get Started with the API", "Querying Options" ]
2
may lead to unexpected results if dates are in a different format. Currently, any date specified without a time and timezone will be interpreted as midnight at the beginning of that day, UTC. Dates are always stored with an implicit or explicit time component, representing a specific point in time. Dates entered via th...
29
14
Querying Options
https://compass.coupa.com/en-us/products/product-documentation/integration-technical-documentation/the-coupa-core-api/get-started-with-the-api/querying-options
[ "Integration Technical Documentation", "The Coupa Core API", "Get Started with the API", "Querying Options" ]
3
a particular day in Pacific Time, you could use the conditions: ```text created_at[gt_or_eq]=2010-03-25T00:00:00-07:00&created_at[lt]=2010-03-26T00:00:00-07:00 ``` ## Limit of records per each query call We allow up to 50 records per API GET to keep processing speeds more efficient and guard both you and Coupa from uni...
30
15
Sample Requests/Responses - XML vs JSON
https://compass.coupa.com/en-us/products/product-documentation/integration-technical-documentation/the-coupa-core-api/get-started-with-the-api/sample-requestsresponses-xml-vs-json
[ "Integration Technical Documentation", "The Coupa Core API", "Get Started with the API", "Sample Requests/Responses - XML vs JSON" ]
0
# Sample Requests/Responses - XML vs JSON Below are examples of JSON and XML requests and responses, using the User object as an example. The responses can be long, so use the table of contents below to skip to the desired sections. ## User List url: [http://dashmaster17-0.coupadev.com/api/users?limit=2](http://dashmas...
31
15
Sample Requests/Responses - XML vs JSON
https://compass.coupa.com/en-us/products/product-documentation/integration-technical-documentation/the-coupa-core-api/get-started-with-the-api/sample-requestsresponses-xml-vs-json
[ "Integration Technical Documentation", "The Coupa Core API", "Get Started with the API", "Sample Requests/Responses - XML vs JSON" ]
1
role for all users who need to create and/or approve requisitions", "omnipotent": false, "system-role": true, "updated-by": { "id": 1, "login": "coupasupport", "firstname": "Coupa", "lastname": "Support", "employee-number": "", "email": "upgrade+coupasupport@coupa.com", "salesforce-id": null, "avatar-thumb-url": null, ...
32
15
Sample Requests/Responses - XML vs JSON
https://compass.coupa.com/en-us/products/product-documentation/integration-technical-documentation/the-coupa-core-api/get-started-with-the-api/sample-requestsresponses-xml-vs-json
[ "Integration Technical Documentation", "The Coupa Core API", "Get Started with the API", "Sample Requests/Responses - XML vs JSON" ]
2
"expense-approval-limit": { "id": 36, "created-at": "2016-04-01T09:08:38+03:00", "updated-at": "2016-04-01T09:08:38+03:00", "name": "0.00 AED (2)", "amount": "0.00", "subject": "expense_report", "currency": { "id": 156, "code": "AED", "decimals": 2, "updated-by": null }, "created-by": { "id": 1, "login": "coupasupport"...
33
15
Sample Requests/Responses - XML vs JSON
https://compass.coupa.com/en-us/products/product-documentation/integration-technical-documentation/the-coupa-core-api/get-started-with-the-api/sample-requestsresponses-xml-vs-json
[ "Integration Technical Documentation", "The Coupa Core API", "Get Started with the API", "Sample Requests/Responses - XML vs JSON" ]
3
"firstname": "Coupa", "lastname": "Support", "employee-number": "", "email": "upgrade+coupasupport@coupa.com", "salesforce-id": null, "avatar-thumb-url": null, "created-at": "2006-02-16T16:01:34+02:00", "updated-at": "2016-10-28T11:14:12+03:00" }, "updated-by": { "id": 1, "login": "coupasupport", "firstname": "Coupa", ...
34
15
Sample Requests/Responses - XML vs JSON
https://compass.coupa.com/en-us/products/product-documentation/integration-technical-documentation/the-coupa-core-api/get-started-with-the-api/sample-requestsresponses-xml-vs-json
[ "Integration Technical Documentation", "The Coupa Core API", "Get Started with the API", "Sample Requests/Responses - XML vs JSON" ]
4
null }, { "id": 808, "created-at": "2016-11-10T02:55:30+02:00", "updated-at": "2016-11-11T00:52:43+02:00", "login": "pfiuser1", "email": "aditya+r17-pfiuser@coupa.com", "purchasing-user": true, "expense-user": false, "sourcing-user": false, "inventory-user": false, "employee-number": "", "firstname": "PFI", "lastname":...
35
15
Sample Requests/Responses - XML vs JSON
https://compass.coupa.com/en-us/products/product-documentation/integration-technical-documentation/the-coupa-core-api/get-started-with-the-api/sample-requestsresponses-xml-vs-json
[ "Integration Technical Documentation", "The Coupa Core API", "Get Started with the API", "Sample Requests/Responses - XML vs JSON" ]
5
"2016-11-14T09:56:55+02:00" } } ], "manager": null, "default-address": null, "default-account": null, "default-account-type": null, "default-currency": { "id": 156, "code": "AED", "decimals": 2, "updated-by": null }, "pcard": null, "department": null, "requisition-approval-limit": { "id": 35, "created-at": "2016-04-01T...
36
15
Sample Requests/Responses - XML vs JSON
https://compass.coupa.com/en-us/products/product-documentation/integration-technical-documentation/the-coupa-core-api/get-started-with-the-api/sample-requestsresponses-xml-vs-json
[ "Integration Technical Documentation", "The Coupa Core API", "Get Started with the API", "Sample Requests/Responses - XML vs JSON" ]
6
"updated-at": "2016-04-01T09:08:38+03:00", "name": "0.00 AED (3)", "amount": "0.00", "subject": "invoice_header", "currency": { "id": 156, "code": "AED", "decimals": 2, "updated-by": null }, "created-by": { "id": 1, "login": "coupasupport", "firstname": "Coupa", "lastname": "Support", "employee-number": "", "email": "u...
37
15
Sample Requests/Responses - XML vs JSON
https://compass.coupa.com/en-us/products/product-documentation/integration-technical-documentation/the-coupa-core-api/get-started-with-the-api/sample-requestsresponses-xml-vs-json
[ "Integration Technical Documentation", "The Coupa Core API", "Get Started with the API", "Sample Requests/Responses - XML vs JSON" ]
7
"email": "upgrade+coupasupport@coupa.com", "salesforce-id": null, "avatar-thumb-url": null, "created-at": "2006-02-16T16:01:34+02:00", "updated-at": "2016-10-28T11:14:12+03:00" }, "updated-by": { "id": 1, "login": "coupasupport", "firstname": "Coupa", "lastname": "Support", "employee-number": "", "email": "upgrade+coup...
38
15
Sample Requests/Responses - XML vs JSON
https://compass.coupa.com/en-us/products/product-documentation/integration-technical-documentation/the-coupa-core-api/get-started-with-the-api/sample-requestsresponses-xml-vs-json
[ "Integration Technical Documentation", "The Coupa Core API", "Get Started with the API", "Sample Requests/Responses - XML vs JSON" ]
8
type="dateTime">2011-08-05T19:46:31+03:00</updated-at> <name>Admin</name> <description>Full system access to setup and maintain the application</description> <omnipotent type="boolean">true</omnipotent> <system-role type="boolean">true</system-role> <updated-by> <id type="integer">1</id> <login>coupasupport</login> <em...
39
15
Sample Requests/Responses - XML vs JSON
https://compass.coupa.com/en-us/products/product-documentation/integration-technical-documentation/the-coupa-core-api/get-started-with-the-api/sample-requestsresponses-xml-vs-json
[ "Integration Technical Documentation", "The Coupa Core API", "Get Started with the API", "Sample Requests/Responses - XML vs JSON" ]
9
type="integer">35</id> <created-at type="dateTime">2016-04-01T09:08:38+03:00</created-at> <updated-at type="dateTime">2016-04-01T09:08:38+03:00</updated-at> <name>0.00 AED</name> <amount type="decimal">0.00</amount> <subject>requisition_header</subject> <currency> <id type="integer">156</id> <code>AED</code> <decimals ...
40
15
Sample Requests/Responses - XML vs JSON
https://compass.coupa.com/en-us/products/product-documentation/integration-technical-documentation/the-coupa-core-api/get-started-with-the-api/sample-requestsresponses-xml-vs-json
[ "Integration Technical Documentation", "The Coupa Core API", "Get Started with the API", "Sample Requests/Responses - XML vs JSON" ]
10
<currency> <id type="integer">156</id> <code>AED</code> <decimals type="integer">2</decimals> </currency> <created-by> <id type="integer">1</id> <login>coupasupport</login> <email>upgrade+coupasupport@coupa.com</email> <employee-number /> <firstname>Coupa</firstname> <lastname>Support</lastname> <salesforce-id nil="tru...
41
15
Sample Requests/Responses - XML vs JSON
https://compass.coupa.com/en-us/products/product-documentation/integration-technical-documentation/the-coupa-core-api/get-started-with-the-api/sample-requestsresponses-xml-vs-json
[ "Integration Technical Documentation", "The Coupa Core API", "Get Started with the API", "Sample Requests/Responses - XML vs JSON" ]
11
<email>upgrade+coupasupport@coupa.com</email> <employee-number /> <firstname>Coupa</firstname> <lastname>Support</lastname> <salesforce-id nil="true" /> <avatar-thumb-url nil="true" /> <custom-field-8 /> <custom-field-7 /> <gpo-entity /> <radio-button-test /> <subsidary /> <function /> <seg3default /> <username1 /> </c...
42
15
Sample Requests/Responses - XML vs JSON
https://compass.coupa.com/en-us/products/product-documentation/integration-technical-documentation/the-coupa-core-api/get-started-with-the-api/sample-requestsresponses-xml-vs-json
[ "Integration Technical Documentation", "The Coupa Core API", "Get Started with the API", "Sample Requests/Responses - XML vs JSON" ]
12
type="integer">0</account-security-type> <authentication-method type="symbol">coupa_credentials</authentication-method> <sso-identifier>pfiuser1</sso-identifier> <default-locale>en</default-locale> <business-group-security-type type="integer">0</business-group-security-type> <edit-invoice-on-quick-entry type="boolean">...
43
15
Sample Requests/Responses - XML vs JSON
https://compass.coupa.com/en-us/products/product-documentation/integration-technical-documentation/the-coupa-core-api/get-started-with-the-api/sample-requestsresponses-xml-vs-json
[ "Integration Technical Documentation", "The Coupa Core API", "Get Started with the API", "Sample Requests/Responses - XML vs JSON" ]
13
<requisition-approval-limit> <id type="integer">35</id> <created-at type="dateTime">2016-04-01T09:08:38+03:00</created-at> <updated-at type="dateTime">2016-04-01T09:08:38+03:00</updated-at> <name>0.00 AED</name> <amount type="decimal">0.00</amount> <subject>requisition_header</subject> <currency> <id type="integer">156...
44
15
Sample Requests/Responses - XML vs JSON
https://compass.coupa.com/en-us/products/product-documentation/integration-technical-documentation/the-coupa-core-api/get-started-with-the-api/sample-requestsresponses-xml-vs-json
[ "Integration Technical Documentation", "The Coupa Core API", "Get Started with the API", "Sample Requests/Responses - XML vs JSON" ]
14
type="decimal">0.00</amount> <subject>invoice_header</subject> <currency> <id type="integer">156</id> <code>AED</code> <decimals type="integer">2</decimals> </currency> <created-by> <id type="integer">1</id> <login>coupasupport</login> <email>upgrade+coupasupport@coupa.com</email> <employee-number /> <firstname>Coupa</...
45
15
Sample Requests/Responses - XML vs JSON
https://compass.coupa.com/en-us/products/product-documentation/integration-technical-documentation/the-coupa-core-api/get-started-with-the-api/sample-requestsresponses-xml-vs-json
[ "Integration Technical Documentation", "The Coupa Core API", "Get Started with the API", "Sample Requests/Responses - XML vs JSON" ]
15
type="integer">1</id> <login>coupasupport</login> <email>upgrade+coupasupport@coupa.com</email> <employee-number /> <firstname>Coupa</firstname> <lastname>Support</lastname> <salesforce-id nil="true" /> <avatar-thumb-url nil="true" /> <custom-field-8 /> <custom-field-7 /> <gpo-entity /> <radio-button-test /> <subsidary...
46
15
Sample Requests/Responses - XML vs JSON
https://compass.coupa.com/en-us/products/product-documentation/integration-technical-documentation/the-coupa-core-api/get-started-with-the-api/sample-requestsresponses-xml-vs-json
[ "Integration Technical Documentation", "The Coupa Core API", "Get Started with the API", "Sample Requests/Responses - XML vs JSON" ]
16
"inventory-user": false, "employee-number": "", "firstname": "Tommy (Sales Lead)", "lastname": "Kennedy", "fullname": "Tommy (Sales Lead) Kennedy", "api-user": false, "active": true, "salesforce-id": null, "account-security-type": 0, "authentication-method": "coupa_credentials", "sso-identifier": "", "default-locale": ...
47
15
Sample Requests/Responses - XML vs JSON
https://compass.coupa.com/en-us/products/product-documentation/integration-technical-documentation/the-coupa-core-api/get-started-with-the-api/sample-requestsresponses-xml-vs-json
[ "Integration Technical Documentation", "The Coupa Core API", "Get Started with the API", "Sample Requests/Responses - XML vs JSON" ]
17
"updated-at": "2011-08-05T19:46:31+03:00", "name": "User", "description": "Standard role for all users who need to create and/or approve requisitions", "omnipotent": false, "system-role": true, "updated-by": { "id": 1, "login": "coupasupport", "firstname": "Coupa", "lastname": "Support", "employee-number": "", "email":...
48
15
Sample Requests/Responses - XML vs JSON
https://compass.coupa.com/en-us/products/product-documentation/integration-technical-documentation/the-coupa-core-api/get-started-with-the-api/sample-requestsresponses-xml-vs-json
[ "Integration Technical Documentation", "The Coupa Core API", "Get Started with the API", "Sample Requests/Responses - XML vs JSON" ]
18
"description": "All users can see documents assigned to this group", "updated-by": { "id": 80, "login": "learnapi", "firstname": "API", "lastname": "API", "employee-number": null, "email": "learnapi@learnapi.com", "salesforce-id": null, "avatar-thumb-url": null, "created-at": "2013-05-16T01:05:17+03:00", "updated-at": ...
49
15
Sample Requests/Responses - XML vs JSON
https://compass.coupa.com/en-us/products/product-documentation/integration-technical-documentation/the-coupa-core-api/get-started-with-the-api/sample-requestsresponses-xml-vs-json
[ "Integration Technical Documentation", "The Coupa Core API", "Get Started with the API", "Sample Requests/Responses - XML vs JSON" ]
19
}, "primary-contact": { "id": 14, "created-at": "2008-10-27T22:10:01+02:00", "updated-at": "2016-11-08T20:56:40+02:00", "email": "upgrade@coupa.com", "name-prefix": null, "name-suffix": null, "name-additional": null, "name-given": "xxx", "name-family": "yyy", "name-fullname": null, "notes": null, "phone-work": null, "p...
50
15
Sample Requests/Responses - XML vs JSON
https://compass.coupa.com/en-us/products/product-documentation/integration-technical-documentation/the-coupa-core-api/get-started-with-the-api/sample-requestsresponses-xml-vs-json
[ "Integration Technical Documentation", "The Coupa Core API", "Get Started with the API", "Sample Requests/Responses - XML vs JSON" ]
20
"updated-at": "2016-11-10T18:18:36+02:00" } }, "created-by": { "id": 1, "login": "coupasupport", "firstname": "Coupa", "lastname": "Support", "employee-number": "", "email": "upgrade+coupasupport@coupa.com", "salesforce-id": null, "avatar-thumb-url": null, "created-at": "2006-02-16T16:01:34+02:00", "updated-at": "2016-...
51
15
Sample Requests/Responses - XML vs JSON
https://compass.coupa.com/en-us/products/product-documentation/integration-technical-documentation/the-coupa-core-api/get-started-with-the-api/sample-requestsresponses-xml-vs-json
[ "Integration Technical Documentation", "The Coupa Core API", "Get Started with the API", "Sample Requests/Responses - XML vs JSON" ]
21
"updated-at": "2016-11-08T20:56:40+02:00", "name": "xxx yyy", "location-code": null, "street1": "2 W 5th Ave", "street2": "Suite 300", "city": "San Mateo", "state": "CA", "postal-code": "94404", "attention": null, "active": true, "business-group-name": null, "vat-number": "465456645", "local-tax-number": "", "country":...
52
15
Sample Requests/Responses - XML vs JSON
https://compass.coupa.com/en-us/products/product-documentation/integration-technical-documentation/the-coupa-core-api/get-started-with-the-api/sample-requestsresponses-xml-vs-json
[ "Integration Technical Documentation", "The Coupa Core API", "Get Started with the API", "Sample Requests/Responses - XML vs JSON" ]
22
{ "id": 2, "created-at": "2008-10-27T22:00:53+02:00", "updated-at": "2010-03-24T06:03:22+02:00", "name": "Sales", "active": true, "created-by": { "id": 1, "login": "coupasupport", "firstname": "Coupa", "lastname": "Support", "employee-number": "", "email": "upgrade+coupasupport@coupa.com", "salesforce-id": null, "avata...
53
15
Sample Requests/Responses - XML vs JSON
https://compass.coupa.com/en-us/products/product-documentation/integration-technical-documentation/the-coupa-core-api/get-started-with-the-api/sample-requestsresponses-xml-vs-json
[ "Integration Technical Documentation", "The Coupa Core API", "Get Started with the API", "Sample Requests/Responses - XML vs JSON" ]
23
<avatar-thumb-url nil="true"/> <custom-field-8></custom-field-8> <custom-field-7></custom-field-7> <gpo-entity></gpo-entity> <radio-button-test></radio-button-test> <subsidary></subsidary> <function></function> <seg3default></seg3default> <username1></username1> </created-by> <updated-by> <id type="integer">1</id> <log...
54
15
Sample Requests/Responses - XML vs JSON
https://compass.coupa.com/en-us/products/product-documentation/integration-technical-documentation/the-coupa-core-api/get-started-with-the-api/sample-requestsresponses-xml-vs-json
[ "Integration Technical Documentation", "The Coupa Core API", "Get Started with the API", "Sample Requests/Responses - XML vs JSON" ]
24
<seg3default></seg3default> <username1></username1> </updated-by> </role> </roles> <manager> <id type="integer">4</id> <login>sjones</login> <email>upgradet+sj@coupa.com</email> <employee-number></employee-number> <firstname>Sally (Sales VP)</firstname> <lastname>Jones</lastname> <salesforce-id nil="true"/> <avatar-thu...
55
15
Sample Requests/Responses - XML vs JSON
https://compass.coupa.com/en-us/products/product-documentation/integration-technical-documentation/the-coupa-core-api/get-started-with-the-api/sample-requestsresponses-xml-vs-json
[ "Integration Technical Documentation", "The Coupa Core API", "Get Started with the API", "Sample Requests/Responses - XML vs JSON" ]
25
<segment-13 nil="true"/> <segment-14 nil="true"/> <segment-15 nil="true"/> <segment-16 nil="true"/> <segment-17 nil="true"/> <segment-18 nil="true"/> <segment-19 nil="true"/> <segment-20 nil="true"/> <account-type> <id type="integer">1</id> <created-at type="dateTime">2008-10-27T22:10:01+02:00</created-at> <updated-at ...
56
15
Sample Requests/Responses - XML vs JSON
https://compass.coupa.com/en-us/products/product-documentation/integration-technical-documentation/the-coupa-core-api/get-started-with-the-api/sample-requestsresponses-xml-vs-json
[ "Integration Technical Documentation", "The Coupa Core API", "Get Started with the API", "Sample Requests/Responses - XML vs JSON" ]
26
<radio-button-test></radio-button-test> <subsidary></subsidary> <function></function> <seg3default></seg3default> <username1></username1> </created-by> <updated-by> <id type="integer">195</id> <login>tim.durkin@coupa.com</login> <email>tim.durkin@coupa.com</email> <employee-number nil="true"/> <firstname>Timothy</first...
57
15
Sample Requests/Responses - XML vs JSON
https://compass.coupa.com/en-us/products/product-documentation/integration-technical-documentation/the-coupa-core-api/get-started-with-the-api/sample-requestsresponses-xml-vs-json
[ "Integration Technical Documentation", "The Coupa Core API", "Get Started with the API", "Sample Requests/Responses - XML vs JSON" ]
27
type="integer">184</id> <created-at type="dateTime">2008-10-27T22:10:01+02:00</created-at> <updated-at type="dateTime">2016-11-08T20:56:40+02:00</updated-at> <name>xxx yyy</name> <location-code nil="true"/> <street1>2 W 5th Ave</street1> <street2>Suite 300</street2> <city>San Mateo</city> <state>CA</state> <postal-code...
58
15
Sample Requests/Responses - XML vs JSON
https://compass.coupa.com/en-us/products/product-documentation/integration-technical-documentation/the-coupa-core-api/get-started-with-the-api/sample-requestsresponses-xml-vs-json
[ "Integration Technical Documentation", "The Coupa Core API", "Get Started with the API", "Sample Requests/Responses - XML vs JSON" ]
28
<avatar-thumb-url nil="true"/> <custom-field-8></custom-field-8> <custom-field-7></custom-field-7> <gpo-entity></gpo-entity> <radio-button-test></radio-button-test> <subsidary></subsidary> <function></function> <seg3default></seg3default> <username1></username1> </created-by> <updated-by> <id type="integer">1</id> <log...
59
15
Sample Requests/Responses - XML vs JSON
https://compass.coupa.com/en-us/products/product-documentation/integration-technical-documentation/the-coupa-core-api/get-started-with-the-api/sample-requestsresponses-xml-vs-json
[ "Integration Technical Documentation", "The Coupa Core API", "Get Started with the API", "Sample Requests/Responses - XML vs JSON" ]
29
approve requisitions", "omnipotent": false, "system-role": true, "updated-by": { "id": 1, "login": "coupasupport", "firstname": "Coupa", "lastname": "Support", "employee-number": "", "email": "upgrade+coupasupport@coupa.com", "salesforce-id": null, "avatar-thumb-url": null, "created-at": "2006-02-16T06:01:34-08:00", "u...
60
15
Sample Requests/Responses - XML vs JSON
https://compass.coupa.com/en-us/products/product-documentation/integration-technical-documentation/the-coupa-core-api/get-started-with-the-api/sample-requestsresponses-xml-vs-json
[ "Integration Technical Documentation", "The Coupa Core API", "Get Started with the API", "Sample Requests/Responses - XML vs JSON" ]
30
create and/or approve requisitions</description> <omnipotent type="boolean">false</omnipotent> <system-role type="boolean">true</system-role> <updated-by> <id type="integer">1</id> <login>coupasupport</login> <email>upgrade+coupasupport@coupa.com</email> <employee-number></employee-number> <firstname>Coupa</firstname> ...
61
15
Sample Requests/Responses - XML vs JSON
https://compass.coupa.com/en-us/products/product-documentation/integration-technical-documentation/the-coupa-core-api/get-started-with-the-api/sample-requestsresponses-xml-vs-json
[ "Integration Technical Documentation", "The Coupa Core API", "Get Started with the API", "Sample Requests/Responses - XML vs JSON" ]
31
```text { "firstname": "test2", "lastname": "user2" } ``` ## JSON response ```text { "id": 5, "created-at": "2008-10-27T13:54:10-07:00", "updated-at": "2016-11-15T06:45:11-08:00", "login": "tkennedy", "email": "upgrade+tk@coupa.com", "purchasing-user": true, "expense-user": false, "sourcing-user": false, "inventory-use...
62
15
Sample Requests/Responses - XML vs JSON
https://compass.coupa.com/en-us/products/product-documentation/integration-technical-documentation/the-coupa-core-api/get-started-with-the-api/sample-requestsresponses-xml-vs-json
[ "Integration Technical Documentation", "The Coupa Core API", "Get Started with the API", "Sample Requests/Responses - XML vs JSON" ]
32
"firstname": "Coupa", "lastname": "Support", "employee-number": "", "email": "upgrade+coupasupport@coupa.com", "salesforce-id": null, "avatar-thumb-url": null, "created-at": "2006-02-16T06:01:34-08:00", "updated-at": "2016-11-14T11:52:00-08:00" } }, "roles": [ { "id": 3, "created-at": "2011-08-05T09:46:31-07:00", "upda...
63
15
Sample Requests/Responses - XML vs JSON
https://compass.coupa.com/en-us/products/product-documentation/integration-technical-documentation/the-coupa-core-api/get-started-with-the-api/sample-requestsresponses-xml-vs-json
[ "Integration Technical Documentation", "The Coupa Core API", "Get Started with the API", "Sample Requests/Responses - XML vs JSON" ]
33
"local-tax-number": null, "country": { "id": 223, "code": "US", "name": "United States" }, "vat-country": null, "content-groups": [ { "id": 1, "created-at": "2006-08-27T19:40:04-07:00", "updated-at": "2015-08-17T01:07:10-07:00", "name": "Everyone", "description": "All users can see documents assigned to this group", "u...
64
15
Sample Requests/Responses - XML vs JSON
https://compass.coupa.com/en-us/products/product-documentation/integration-technical-documentation/the-coupa-core-api/get-started-with-the-api/sample-requestsresponses-xml-vs-json
[ "Integration Technical Documentation", "The Coupa Core API", "Get Started with the API", "Sample Requests/Responses - XML vs JSON" ]
34
"decimals": 2, "updated-by": { "id": 80, "login": "learnapi", "firstname": "API", "lastname": "API", "employee-number": null, "email": "learnapi@learnapi.com", "salesforce-id": null, "avatar-thumb-url": null, "created-at": "2013-05-15T15:05:17-07:00", "updated-at": "2016-03-30T02:35:20-07:00" } }, "primary-contact": { ...
65
15
Sample Requests/Responses - XML vs JSON
https://compass.coupa.com/en-us/products/product-documentation/integration-technical-documentation/the-coupa-core-api/get-started-with-the-api/sample-requestsresponses-xml-vs-json
[ "Integration Technical Documentation", "The Coupa Core API", "Get Started with the API", "Sample Requests/Responses - XML vs JSON" ]
35
"created-at": "2016-04-27T10:54:43-07:00", "updated-at": "2016-10-27T09:30:21-07:00" }, "updated-by": { "id": 122, "login": "matthew.otzwirk@coupa.com", "firstname": "Matthew", "lastname": "Otzwirk", "employee-number": null, "email": "matthew.otzwirk@coupa.com", "salesforce-id": null, "avatar-thumb-url": null, "created...
66
15
Sample Requests/Responses - XML vs JSON
https://compass.coupa.com/en-us/products/product-documentation/integration-technical-documentation/the-coupa-core-api/get-started-with-the-api/sample-requestsresponses-xml-vs-json
[ "Integration Technical Documentation", "The Coupa Core API", "Get Started with the API", "Sample Requests/Responses - XML vs JSON" ]
36
"matthew.otzwirk@coupa.com", "firstname": "Matthew", "lastname": "Otzwirk", "employee-number": null, "email": "matthew.otzwirk@coupa.com", "salesforce-id": null, "avatar-thumb-url": null, "created-at": "2016-04-27T10:54:43-07:00", "updated-at": "2016-10-27T09:30:21-07:00" } }, "primary-address": { "id": 184, "created-a...
67
15
Sample Requests/Responses - XML vs JSON
https://compass.coupa.com/en-us/products/product-documentation/integration-technical-documentation/the-coupa-core-api/get-started-with-the-api/sample-requestsresponses-xml-vs-json
[ "Integration Technical Documentation", "The Coupa Core API", "Get Started with the API", "Sample Requests/Responses - XML vs JSON" ]
37
"updated-by": { "id": 80, "login": "learnapi", "firstname": "API", "lastname": "API", "employee-number": null, "email": "learnapi@learnapi.com", "salesforce-id": null, "avatar-thumb-url": null, "created-at": "2013-05-15T15:05:17-07:00", "updated-at": "2016-03-30T02:35:20-07:00" } }, "department": { "id": 2, "created-at...
End of preview. Expand in Data Studio

Coupa Docs Semantic Index

This dataset stores semantic-search artifacts for TimTini/coupa-docs-semantic-index.

  • chunks.jsonl: chunk rows for dataset viewer/training pipelines
  • embeddings.npy: dense vectors aligned by row index with chunks.jsonl
  • index-meta.json: index metadata (model, dimensions, chunk params)

The viewer is configured to parse only chunks.jsonl to avoid schema conflicts with metadata files.

Downloads last month
33

Space using TimTini/coupa-docs-semantic-index 1