Basware · Example Payload

Basware Api Examples

E-InvoicingPurchase-To-PayAccounts PayableProcurementElectronic InvoicingFinance AutomationB2B Payments

Basware Api Examples is an example object payload from Basware, with 4 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

basware_purchase_order_examplebasware_user_examplebasware_authentication_token_examplebasware_push_notification_example

Example Payload

Raw ↑
{
  "basware_purchase_order_example": {
    "description": "Example Purchase Order request body for Basware P2P API",
    "api": "p2p",
    "schema": "PurchaseOrderEntity",
    "value": {
      "externalCode": "PO-2026-001234",
      "extOrderNumber": "EXT-ORD-56789",
      "extRequisitionNumber": "REQ-2026-00456",
      "processingStatus": "OPEN",
      "organizationUnitCode": "ORG-UNIT-001",
      "organizationIdentifier": "FIN-001",
      "purchasingGroupCode": "PG-IT",
      "purchasingGroupName": "IT Procurement",
      "purpose": "Software license renewal",
      "noteToSupplier": "Please deliver by end of month"
    }
  },
  "basware_user_example": {
    "description": "Example User entity for Basware P2P Master Data API",
    "api": "p2p",
    "schema": "UserEntity",
    "value": {
      "firstName": "Jane",
      "surName": "Smith",
      "uiLanguage": "en",
      "countryCode": "US",
      "telephone": "+1-555-0100",
      "loginAccount": "jsmith@example.com",
      "email": "jsmith@example.com",
      "costCenterCode": "CC-FINANCE-001",
      "validFrom": "2026-01-01"
    }
  },
  "basware_authentication_token_example": {
    "description": "Example OAuth2 token response from Basware Authentication API",
    "api": "authentication",
    "schema": "AccessTokenResponse",
    "value": {
      "access_token": "eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9...",
      "token_type": "Bearer",
      "expires_in": 3600,
      "scope": "p2p:read p2p:write"
    }
  },
  "basware_push_notification_example": {
    "description": "Example push notification subscription for Basware Notification API",
    "api": "push-notification",
    "schema": "Subscription",
    "value": {
      "callbackUrl": "https://myapp.example.com/webhooks/basware",
      "eventTypes": [
        "INVOICE_RECEIVED",
        "INVOICE_APPROVED",
        "PO_CREATED"
      ],
      "active": true
    }
  }
}

Work with this as data

Every example here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for examples

4 MCP tools reach this
  • find_examplesBrowse and filter every example in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This example
curl "https://apis.io/api/v1/examples/basware-api-examples"
All examples
curl "https://apis.io/api/v1/examples?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.