API release notes August 2026
This changelog lists all API changes released in August 2026, grouped by product domain. Each section can be expanded to view breaking changes, new endpoints, and other updates for that area. Review the Breaking Changes entries carefully, as these may require updates to your integration.
Note that the changelog doesn't include updates for endpoints in the API Explorer (deprecated).
Accounting
Accounting Service Api
BreakingBreaking Changes
| Method & Endpoint | The Change | Breaking Behavior | Migration Path |
|---|---|---|---|
| PATCH/v1/spaces/[spaceId]/documents:setAccountingStatus | Modified the strict schema constraint minItems at documentIdList in the request payload. | Payloads violating the updated minItems validation rule will be rejected. | Update client-side schema definitions to respect the new minItems constraint. |
Aggregation
Aggregation
BreakingBreaking Changes
| Method & Endpoint | The Change | Breaking Behavior | Migration Path |
|---|---|---|---|
| DEL/pay/aggregation/statements/v1/spaces/[spaceId]/enrichedStatementFiles | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
| DEL/pay/aggregation/statements/v1/spaces/[spaceId]/enrichedStatementFiles/[statementFileId]:regenerate | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
| DEL/pay/aggregation/statements/v1/spaces/[spaceId]/movements:enrich | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
| POST/pay/aggregation/documents/v1/spaces/[spaceId]/documents:markAsPaid | Modified the strict schema constraint content in the response payload under status 200. | Payloads violating the updated content validation rule will be rejected. | Update client-side schema definitions to respect the new content constraint. |
| POST/pay/aggregation/documents/v1/spaces/[spaceId]/documents:markAsPaid | Modified the strict schema constraint content in the response payload under status 500. | Payloads violating the updated content validation rule will be rejected. | Update client-side schema definitions to respect the new content constraint. |
| POST/pay/aggregation/payments/v1/spaces/[spaceId]/payments/[paymentId]:findProposedDocuments | Removed the */*/document/spaceId response property under status 200. | Client payloads including the */*/document/spaceId field will be rejected. | Remove the */*/document/spaceId parameter from response payload under status 200 models. |
| POST/pay/aggregation/payments/v1/spaces/[spaceId]/payments/[paymentId]:findProposedDocuments | Removed the */*/document/documentId response property under status 200. | Client payloads including the */*/document/documentId field will be rejected. | Remove the */*/document/documentId parameter from response payload under status 200 models. |
| POST/pay/aggregation/payments/v1/spaces/[spaceId]/payments/[paymentId]:findProposedDocuments | The */*/document/connections property is now REQUIRED in the response payload under status 200. | Omitting */*/document/connections will cause validation errors. | Ensure */*/document/connections is populated. |
| POST/pay/aggregation/payments/v1/spaces/[spaceId]/payments/[paymentId]:findProposedDocuments | The */*/document/createdAt property is now REQUIRED in the response payload under status 200. | Omitting */*/document/createdAt will cause validation errors. | Ensure */*/document/createdAt is populated. |
| POST/pay/aggregation/payments/v1/spaces/[spaceId]/payments/[paymentId]:findProposedDocuments | The */*/document/folder property is now REQUIRED in the response payload under status 200. | Omitting */*/document/folder will cause validation errors. | Ensure */*/document/folder is populated. |
| POST/pay/aggregation/payments/v1/spaces/[spaceId]/payments/[paymentId]:findProposedDocuments | The */*/document/id property is now REQUIRED in the response payload under status 200. | Omitting */*/document/id will cause validation errors. | Ensure */*/document/id is populated. |
| POST/pay/aggregation/payments/v1/spaces/[spaceId]/payments/[paymentId]:findProposedDocuments | The */*/document/metadata property is now REQUIRED in the response payload under status 200. | Omitting */*/document/metadata will cause validation errors. | Ensure */*/document/metadata is populated. |
| POST/pay/aggregation/payments/v1/spaces/[spaceId]/payments/[paymentId]:findProposedDocuments | Removed the */*/document/spaceId response property under status 500. | Client payloads including the */*/document/spaceId field will be rejected. | Remove the */*/document/spaceId parameter from response payload under status 500 models. |
| POST/pay/aggregation/payments/v1/spaces/[spaceId]/payments/[paymentId]:findProposedDocuments | Removed the */*/document/documentId response property under status 500. | Client payloads including the */*/document/documentId field will be rejected. | Remove the */*/document/documentId parameter from response payload under status 500 models. |
| POST/pay/aggregation/payments/v1/spaces/[spaceId]/payments/[paymentId]:findProposedDocuments | The */*/document/connections property is now REQUIRED in the response payload under status 500. | Omitting */*/document/connections will cause validation errors. | Ensure */*/document/connections is populated. |
| POST/pay/aggregation/payments/v1/spaces/[spaceId]/payments/[paymentId]:findProposedDocuments | The */*/document/createdAt property is now REQUIRED in the response payload under status 500. | Omitting */*/document/createdAt will cause validation errors. | Ensure */*/document/createdAt is populated. |
| POST/pay/aggregation/payments/v1/spaces/[spaceId]/payments/[paymentId]:findProposedDocuments | The */*/document/folder property is now REQUIRED in the response payload under status 500. | Omitting */*/document/folder will cause validation errors. | Ensure */*/document/folder is populated. |
| POST/pay/aggregation/payments/v1/spaces/[spaceId]/payments/[paymentId]:findProposedDocuments | The */*/document/id property is now REQUIRED in the response payload under status 500. | Omitting */*/document/id will cause validation errors. | Ensure */*/document/id is populated. |
| POST/pay/aggregation/payments/v1/spaces/[spaceId]/payments/[paymentId]:findProposedDocuments | The */*/document/metadata property is now REQUIRED in the response payload under status 500. | Omitting */*/document/metadata will cause validation errors. | Ensure */*/document/metadata is populated. |
| POST/pay/aggregation/payments/v1/spaces/[spaceId]/payments/[paymentId]:initiateAggregation | Modified the strict schema constraint minItems at documents in the request payload. | Payloads violating the updated minItems validation rule will be rejected. | Update client-side schema definitions to respect the new minItems constraint. |
NewNew Endpoints
| Method & Endpoint | Core Functionality | Auth/Scopes Required |
|---|---|---|
| ADD/pay/aggregation/documents/v1/spaces/[spaceId]/documents/aggregations | Access the newly provided functionality and features for this resource. | None specified |
| ADD/pay/aggregation/documents/v2/actions/markAsUnpaid/execute | Access the newly provided functionality and features for this resource. | None specified |
| ADD/pay/aggregation/support/v1/spaces/[spaceId]/documents/[documentId]:reimportStatement | Access the newly provided functionality and features for this resource. | None specified |
| ADD/pay/aggregation/transaction-radar/v1/spaces/[spaceId]/payments/[paymentId]/aggregations | Access the newly provided functionality and features for this resource. | None specified |
| ADD/pay/aggregation/todos/v1/proposedAggregations | Access the newly provided functionality and features for this resource. | None specified |
| ADD/pay/aggregation/documents/v2/spaces/[spaceId]/documents/[documentId]/aggregations | Access the newly provided functionality and features for this resource. | None specified |
| ADD/pay/aggregation/payments/v1/spaces/[spaceId]/payments/aggregations | Access the newly provided functionality and features for this resource. | None specified |
| ADD/pay/aggregation/documents/v1/spaces/[spaceId]/documents/[documentId]:findProposedModifiers | Access the newly provided functionality and features for this resource. | None specified |
| ADD/pay/aggregation/enrichedMovementsReports/v1/spaces/[spaceId]/enrichedMovementsReports:generate | Access the newly provided functionality and features for this resource. | None specified |
| ADD/pay/aggregation/support/v1/spaces/[spaceId]/documents/[documentId]:aggregate | Access the newly provided functionality and features for this resource. | None specified |
| ADD/pay/aggregation/documents/v2/actions/markAsPaid/initialize | Access the newly provided functionality and features for this resource. | None specified |
| ADD/pay/aggregation/documents/v1/spaces/[spaceId]/documents/[documentId]/aggregations | Access the newly provided functionality and features for this resource. | None specified |
| ADD/pay/aggregation/settings/v1/emr/spaces/[spaceId] | Access the newly provided functionality and features for this resource. | None specified |
| ADD/pay/aggregation/enrichedMovementsReports/v2/spaces/[spaceId]/enrichedMovementsReports:generate | Access the newly provided functionality and features for this resource. | None specified |
| ADD/pay/aggregation/documents/v2/actions/markAsPaid/execute | Access the newly provided functionality and features for this resource. | None specified |
| ADD/pay/aggregation/enrichedMovementsReports/v2/spaces/[spaceId]/movements:enrich | Access the newly provided functionality and features for this resource. | None specified |
| ADD/pay/aggregation/v1/transaction-radar/spaces/[spaceId]/documents/[documentId]:matchModifiers | Access the newly provided functionality and features for this resource. | None specified |
| ADD/pay/aggregation/aggregations/v1/spaces/[spaceId]/aggregations:bulkCreate | Access the newly provided functionality and features for this resource. | None specified |
| ADD/pay/aggregation/payments/v2/spaces/[spaceId]/payments/[paymentId]:markAsReconciled | Access the newly provided functionality and features for this resource. | None specified |
| ADD/pay/aggregation/v1/transaction-radar/spaces/[spaceId]/payments/[paymentId]/aggregations | Access the newly provided functionality and features for this resource. | None specified |
| ADD/pay/aggregation/payments/v1/spaces/[spaceId]/payments/[paymentId]/aggregations | Access the newly provided functionality and features for this resource. | None specified |
| ADD/pay/aggregation/aggregations/v1/spaces/[spaceId]/aggregations:manage | Access the newly provided functionality and features for this resource. | None specified |
| ADD/pay/aggregation/transaction-radar/v1/spaces/[spaceId]/documents/[documentId]:matchModifiers | Access the newly provided functionality and features for this resource. | None specified |
| ADD/pay/aggregation/transaction-radar/v1/spaces/[spaceId]/payments/aggregations | Access the newly provided functionality and features for this resource. | None specified |
| ADD/pay/aggregation/enrichedMovementsReports/v1/spaces/[spaceId]/enrichedMovementsReports/[statementId]:regenerate | Access the newly provided functionality and features for this resource. | None specified |
| ADD/pay/aggregation/transaction-radar/v1/spaces/[spaceId]/payments/[paymentId]:matchDocuments | Access the newly provided functionality and features for this resource. | None specified |
| ADD/pay/aggregation/todos/v1/unmatchedPayments | Access the newly provided functionality and features for this resource. | None specified |
| ADD/pay/aggregation/v1/transaction-radar/spaces/[spaceId]/payments/aggregations | Access the newly provided functionality and features for this resource. | None specified |
| ADD/pay/aggregation/settings/v1/emr/spaces/[spaceId]/[accountIdentifier] | Access the newly provided functionality and features for this resource. | None specified |
| ADD/pay/aggregation/payments/v2/spaces/[spaceId]/payments/aggregations | Access the newly provided functionality and features for this resource. | None specified |
| ADD/pay/aggregation/documents/v2/actions/markAsWontBePaid/execute | Access the newly provided functionality and features for this resource. | None specified |
| ADD/pay/aggregation/v1/transaction-radar/spaces/[spaceId]/payments/[paymentId]:matchDocuments | Access the newly provided functionality and features for this resource. | None specified |
| ADD/pay/aggregation/documents/v2/spaces/[spaceId]/documents/aggregations | Access the newly provided functionality and features for this resource. | None specified |
| ADD/pay/aggregation/enrichedMovementsReports/v1/spaces/[spaceId]/movements:enrich | Access the newly provided functionality and features for this resource. | None specified |
| ADD/pay/aggregation/payments/v2/spaces/[spaceId]/payments/[paymentId]/aggregations | Access the newly provided functionality and features for this resource. | None specified |
InfoImprovements (Non-Breaking)
| Method & Endpoint | Enhancement Details | Developer Opportunity |
|---|---|---|
| POST/pay/aggregation/aggregations/v1/spaces/[spaceId]/aggregations | Added the new optional request property amount. | Supply or consume amount for enriched functionality. |
| POST/pay/aggregation/aggregations/v1/spaces/[spaceId]/aggregations | Added the new optional request property modifierId. | Supply or consume modifierId for enriched functionality. |
| POST/pay/aggregation/aggregations/v1/spaces/[spaceId]/aggregations | Added the new optional request property modifierType. | Supply or consume modifierType for enriched functionality. |
| POST/pay/aggregation/documents/v1/actions/markAsPaid | Added the new DIRECT_DEBIT enum value to the data/paymentMethod request property. | You can now use this new enum value in requests. |
| POST/pay/aggregation/documents/v1/actions/markAsPaid | Added the new CHEQUE enum value to the data/paymentMethod request property. | You can now use this new enum value in requests. |
| POST/pay/aggregation/documents/v1/actions/markAsPaid | Added the new DRAFT enum value to the data/paymentMethod request property. | You can now use this new enum value in requests. |
| POST/pay/aggregation/documents/v1/spaces/[spaceId]/documents/[documentId]:markAsPaid | Added the new DIRECT_DEBIT enum value to the paymentMethod request property. | You can now use this new enum value in requests. |
| POST/pay/aggregation/documents/v1/spaces/[spaceId]/documents/[documentId]:markAsPaid | Added the new CHEQUE enum value to the paymentMethod request property. | You can now use this new enum value in requests. |
| POST/pay/aggregation/documents/v1/spaces/[spaceId]/documents/[documentId]:markAsPaid | Added the new DRAFT enum value to the paymentMethod request property. | You can now use this new enum value in requests. |
| POST/pay/aggregation/documents/v1/spaces/[spaceId]/documents:markAsPaid | Added the new DIRECT_DEBIT enum value to the data/paymentMethod request property. | You can now use this new enum value in requests. |
| POST/pay/aggregation/documents/v1/spaces/[spaceId]/documents:markAsPaid | Added the new CHEQUE enum value to the data/paymentMethod request property. | You can now use this new enum value in requests. |
| POST/pay/aggregation/documents/v1/spaces/[spaceId]/documents:markAsPaid | Added the new DRAFT enum value to the data/paymentMethod request property. | You can now use this new enum value in requests. |
| POST/pay/aggregation/payments/v1/spaces/[spaceId]/payments/[paymentId]:findProposedDocuments | Added the new optional response property under status 200 */*/document/connections. | Supply or consume */*/document/connections for enriched functionality. |
| POST/pay/aggregation/payments/v1/spaces/[spaceId]/payments/[paymentId]:findProposedDocuments | Added the new optional response property under status 200 */*/document/createdAt. | Supply or consume */*/document/createdAt for enriched functionality. |
| POST/pay/aggregation/payments/v1/spaces/[spaceId]/payments/[paymentId]:findProposedDocuments | Added the new optional response property under status 200 */*/document/id. | Supply or consume */*/document/id for enriched functionality. |
| POST/pay/aggregation/payments/v1/spaces/[spaceId]/payments/[paymentId]:findProposedDocuments | Added the new optional response property under status 200 */*/document/metadata/documentReference. | Supply or consume */*/document/metadata/documentReference for enriched functionality. |
| POST/pay/aggregation/payments/v1/spaces/[spaceId]/payments/[paymentId]:findProposedDocuments | Added the new optional response property under status 200 */*/document/metadata/documentTotals. | Supply or consume */*/document/metadata/documentTotals for enriched functionality. |
| POST/pay/aggregation/payments/v1/spaces/[spaceId]/payments/[paymentId]:findProposedDocuments | Added the new optional response property under status 200 */*/document/metadata/paymentReference. | Supply or consume */*/document/metadata/paymentReference for enriched functionality. |
| POST/pay/aggregation/payments/v1/spaces/[spaceId]/payments/[paymentId]:findProposedDocuments | Added the new optional response property under status 200 */*/document/metadata/currencyCode. | Supply or consume */*/document/metadata/currencyCode for enriched functionality. |
| POST/pay/aggregation/payments/v1/spaces/[spaceId]/payments/[paymentId]:findProposedDocuments | Added the new optional response property under status 200 */*/document/metadata/documentNumber. | Supply or consume */*/document/metadata/documentNumber for enriched functionality. |
| POST/pay/aggregation/payments/v1/spaces/[spaceId]/payments/[paymentId]:findProposedDocuments | Added the new optional response property under status 500 */*/document/connections. | Supply or consume */*/document/connections for enriched functionality. |
| POST/pay/aggregation/payments/v1/spaces/[spaceId]/payments/[paymentId]:findProposedDocuments | Added the new optional response property under status 500 */*/document/createdAt. | Supply or consume */*/document/createdAt for enriched functionality. |
| POST/pay/aggregation/payments/v1/spaces/[spaceId]/payments/[paymentId]:findProposedDocuments | Added the new optional response property under status 500 */*/document/id. | Supply or consume */*/document/id for enriched functionality. |
| POST/pay/aggregation/payments/v1/spaces/[spaceId]/payments/[paymentId]:findProposedDocuments | Added the new optional response property under status 500 */*/document/metadata/documentReference. | Supply or consume */*/document/metadata/documentReference for enriched functionality. |
| POST/pay/aggregation/payments/v1/spaces/[spaceId]/payments/[paymentId]:findProposedDocuments | Added the new optional response property under status 500 */*/document/metadata/documentTotals. | Supply or consume */*/document/metadata/documentTotals for enriched functionality. |
| POST/pay/aggregation/payments/v1/spaces/[spaceId]/payments/[paymentId]:findProposedDocuments | Added the new optional response property under status 500 */*/document/metadata/paymentReference. | Supply or consume */*/document/metadata/paymentReference for enriched functionality. |
| POST/pay/aggregation/payments/v1/spaces/[spaceId]/payments/[paymentId]:findProposedDocuments | Added the new optional response property under status 500 */*/document/metadata/currencyCode. | Supply or consume */*/document/metadata/currencyCode for enriched functionality. |
| POST/pay/aggregation/payments/v1/spaces/[spaceId]/payments/[paymentId]:findProposedDocuments | Added the new optional response property under status 500 */*/document/metadata/documentNumber. | Supply or consume */*/document/metadata/documentNumber for enriched functionality. |
| POST/pay/aggregation/payments/v1/spaces/[spaceId]/payments/[paymentId]:initiateAggregation | The documents/endToEndIdentification property is no longer required in the request payload. | Clients can omit this property. |
Asset
Asset Service
BreakingBreaking Changes
| Method & Endpoint | The Change | Breaking Behavior | Migration Path |
|---|---|---|---|
| GET/core/asset/v1/assets/[asset] | Modified the strict schema constraint content in the response payload under status 200. | Payloads violating the updated content validation rule will be rejected. | Update client-side schema definitions to respect the new content constraint. |
| POST/core/asset/v1/assets/[asset] | Modified the strict schema constraint content in the response payload under status 200. | Payloads violating the updated content validation rule will be rejected. | Update client-side schema definitions to respect the new content constraint. |
InfoImprovements (Non-Breaking)
| Method & Endpoint | Enhancement Details | Developer Opportunity |
|---|---|---|
| GET/core/asset/v1/assets/[asset] | Updated the schema metadata description in the response payload under status 406. | Provides better clarity or default behavior in the documentation. |
| POST/core/asset/v1/assets/[asset] | Updated the schema metadata description at data in the request payload. | Provides better clarity or default behavior in the documentation. |
| POST/core/asset/v1/assets/[asset] | Updated the schema metadata example at data in the request payload. | Provides better clarity or default behavior in the documentation. |
| POST/core/asset/v1/assets/[asset] | Updated the schema metadata description at recipient/brand in the request payload. | Provides better clarity or default behavior in the documentation. |
| POST/core/asset/v1/assets/[asset] | Updated the schema metadata example at recipient/brand in the request payload. | Provides better clarity or default behavior in the documentation. |
| POST/core/asset/v1/assets/[asset] | Updated the schema metadata description at recipient/email in the request payload. | Provides better clarity or default behavior in the documentation. |
| POST/core/asset/v1/assets/[asset] | Updated the schema metadata example at recipient/email in the request payload. | Provides better clarity or default behavior in the documentation. |
| POST/core/asset/v1/assets/[asset] | Updated the schema metadata description at recipient/firstName in the request payload. | Provides better clarity or default behavior in the documentation. |
| POST/core/asset/v1/assets/[asset] | Updated the schema metadata example at recipient/firstName in the request payload. | Provides better clarity or default behavior in the documentation. |
| POST/core/asset/v1/assets/[asset] | Updated the schema metadata description at recipient/id in the request payload. | Provides better clarity or default behavior in the documentation. |
| POST/core/asset/v1/assets/[asset] | Updated the schema metadata example at recipient/id in the request payload. | Provides better clarity or default behavior in the documentation. |
| POST/core/asset/v1/assets/[asset] | Updated the schema metadata description at recipient/language in the request payload. | Provides better clarity or default behavior in the documentation. |
| POST/core/asset/v1/assets/[asset] | Updated the schema metadata example at recipient/language in the request payload. | Provides better clarity or default behavior in the documentation. |
| POST/core/asset/v1/assets/[asset] | Updated the schema metadata description at recipient/lastName in the request payload. | Provides better clarity or default behavior in the documentation. |
| POST/core/asset/v1/assets/[asset] | Updated the schema metadata example at recipient/lastName in the request payload. | Provides better clarity or default behavior in the documentation. |
| POST/core/asset/v1/assets/[asset] | Updated the schema metadata description at recipient/mobile in the request payload. | Provides better clarity or default behavior in the documentation. |
| POST/core/asset/v1/assets/[asset] | Updated the schema metadata example at recipient/mobile in the request payload. | Provides better clarity or default behavior in the documentation. |
| POST/core/asset/v1/assets/[asset] | Updated the schema metadata description at recipient in the request payload. | Provides better clarity or default behavior in the documentation. |
| POST/core/asset/v1/assets/[asset] | Updated the schema metadata example at recipient in the request payload. | Provides better clarity or default behavior in the documentation. |
| POST/core/asset/v1/assets/[asset] | Updated the schema metadata description in the request payload. | Provides better clarity or default behavior in the documentation. |
| POST/core/asset/v1/assets/[asset] | Updated the schema metadata example in the request payload. | Provides better clarity or default behavior in the documentation. |
| POST/core/asset/v1/assets/[asset] | Updated the schema metadata description in the response payload under status 406. | Provides better clarity or default behavior in the documentation. |
Billing
Billing
BreakingBreaking Changes
| Method & Endpoint | The Change | Breaking Behavior | Migration Path |
|---|---|---|---|
| GET/api/v1/tenants/[tenant_id]/customers/[customer_id]/fetch_plans_info | Modified the strict schema constraint additionalPropertiesAllowed at application/vnd.api+json in the response payload under status 200. | Payloads violating the updated additionalPropertiesAllowed validation rule will be rejected. | Update client-side schema definitions to respect the new additionalPropertiesAllowed constraint. |
NewNew Endpoints
| Method & Endpoint | Core Functionality | Auth/Scopes Required |
|---|---|---|
| ADD/api/v1/tenants/[tenant_id]/customers/[customer_id]/customers_for_orders_with_different_owners | Access the newly provided functionality and features for this resource. | None specified |
| ADD/api/v1/tenants/[tenant_id]/orders/bulk_future | Access the newly provided functionality and features for this resource. | None specified |
| ADD/api/v1/tenants/[tenant_id]/customers/[customer_id]/fetch_promo_code_data | Access the newly provided functionality and features for this resource. | None specified |
| ADD/api/v1/tenants/[tenant_id]/customers/[customer_id]/add_to_group_by_name | Access the newly provided functionality and features for this resource. | None specified |
| ADD/api/v1/tenants/[tenant_id]/customers/[customer_id]/fetch_fee_usage_totals | Access the newly provided functionality and features for this resource. | None specified |
| ADD/api/v1/tenants/[tenant_id]/customer_groups/fetch_customer_group_data | Access the newly provided functionality and features for this resource. | None specified |
| ADD/api/v1/tenants/[tenant_id]/customers/[customer_id]/fetch_plans_for_customer_clients | Access the newly provided functionality and features for this resource. | None specified |
| ADD/api/v1/tenants/[tenant_id]/customers/[customer_id]/fetch_plan_details_for_clients | Access the newly provided functionality and features for this resource. | None specified |
| ADD/api/v1/tenants/[tenant_id]/customers/[customer_id]/expire_purchase | Access the newly provided functionality and features for this resource. | None specified |
| ADD/api/v1/tenants/[tenant_id]/customers/[customer_id]/purge | Access the newly provided functionality and features for this resource. | None specified |
| ADD/api/v1/tenants/[tenant_id]/customers/[customer_id]/fetch_customer_invoice_discount | Access the newly provided functionality and features for this resource. | None specified |
InfoImprovements (Non-Breaking)
| Method & Endpoint | Enhancement Details | Developer Opportunity |
|---|---|---|
| GET/api/v1/tenants/[tenant_id]/customers/[customer_id]/fetch_client_active_subscriptions | Added the new optional response property under status 200 application/vnd.api+json/future_orders. | Supply or consume application/vnd.api+json/future_orders for enriched functionality. |
| GET/api/v1/tenants/[tenant_id]/customers/[customer_id]/fetch_client_active_subscriptions | Added the new optional response property under status 200 application/vnd.api+json/purchases/end_date. | Supply or consume application/vnd.api+json/purchases/end_date for enriched functionality. |
| GET/api/v1/tenants/[tenant_id]/customers/[customer_id]/fetch_client_active_subscriptions | Added the new optional response property under status 200 application/vnd.api+json/purchases/paid_by_other_partner. | Supply or consume application/vnd.api+json/purchases/paid_by_other_partner for enriched functionality. |
| GET/api/v1/tenants/[tenant_id]/customers/[customer_id]/fetch_client_active_subscriptions | Added the new optional response property under status 200 application/vnd.api+json/purchases/term. | Supply or consume application/vnd.api+json/purchases/term for enriched functionality. |
| GET/api/v1/tenants/[tenant_id]/customers/[customer_id]/fetch_client_active_subscriptions | Updated the schema metadata example at application/vnd.api+json/purchases/paid_by_client in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/api/v1/tenants/[tenant_id]/customers/[customer_id]/fetch_client_invoice_details | Added the new optional response property under status 200 application/vnd.api+json/invoice_data/applied_invoice_discount. | Supply or consume application/vnd.api+json/invoice_data/applied_invoice_discount for enriched functionality. |
| GET/api/v1/tenants/[tenant_id]/customers/[customer_id]/fetch_client_monthly_purchases | Added the new optional response property under status 200 application/vnd.api+json/applied_invoice_discounts. | Supply or consume application/vnd.api+json/applied_invoice_discounts for enriched functionality. |
| GET/api/v1/tenants/[tenant_id]/customers/[customer_id]/fetch_clients_invoices | Added the new optional request property query. | Filter or enhance queries by utilizing the query parameter for more targeted results. |
| GET/api/v1/tenants/[tenant_id]/customers/[customer_id]/fetch_clients_invoices_details | Added the new optional request property query. | Filter or enhance queries by utilizing the query parameter for more targeted results. |
| GET/api/v1/tenants/[tenant_id]/customers/[customer_id]/fetch_clients_invoices_details | Added the new optional response property under status 200 application/vnd.api+json/invoices_data/applied_invoice_discounts. | Supply or consume application/vnd.api+json/invoices_data/applied_invoice_discounts for enriched functionality. |
| GET/api/v1/tenants/[tenant_id]/customers/[customer_id]/fetch_customer_active_subscriptions | Added the new optional response property under status 200 application/vnd.api+json/allow_future_order. | Supply or consume application/vnd.api+json/allow_future_order for enriched functionality. |
| GET/api/v1/tenants/[tenant_id]/customers/[customer_id]/fetch_future_invoice | Added the new optional response property under status 200 application/vnd.api+json/fee_purchases. | Supply or consume application/vnd.api+json/fee_purchases for enriched functionality. |
| GET/api/v1/tenants/[tenant_id]/customers/[customer_id]/fetch_future_invoice | Added the new optional response property under status 200 application/vnd.api+json/applied_invoice_discount. | Supply or consume application/vnd.api+json/applied_invoice_discount for enriched functionality. |
| GET/api/v1/tenants/[tenant_id]/customers/[customer_id]/fetch_payment_status_failed_invoices | Added the new optional response property under status 200 application/vnd.api+json/details/applied_invoice_discount. | Supply or consume application/vnd.api+json/details/applied_invoice_discount for enriched functionality. |
| GET/api/v1/tenants/[tenant_id]/customers/[customer_id]/fetch_plan_details | Added the new optional request property query. | Filter or enhance queries by utilizing the query parameter for more targeted results. |
| GET/api/v1/tenants/[tenant_id]/customers/[customer_id]/fetch_plan_details | Added the new optional response property under status 200 application/vnd.api+json/product_fees. | Supply or consume application/vnd.api+json/product_fees for enriched functionality. |
| GET/api/v1/tenants/[tenant_id]/customers/[customer_id]/fetch_plan_details | Updated the schema metadata example at application/vnd.api+json/add_ons in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/api/v1/tenants/[tenant_id]/customers/[customer_id]/fetch_plan_details | Updated the schema metadata example at application/vnd.api+json/purchase_details in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/api/v1/tenants/[tenant_id]/customers/[customer_id]/fetch_plans_for_customer | Added the new optional request property query. | Filter or enhance queries by utilizing the query parameter for more targeted results. |
| GET/api/v1/tenants/[tenant_id]/customers/[customer_id]/fetch_plans_for_customer | Updated the schema metadata example at application/vnd.api+json/template_products_data in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| POST/api/v1/tenants/[tenant_id]/customers/[customer_id]/fetch_subscription_with_features | Added the new optional response property under status 200 application/vnd.api+json/available_for_client. | Supply or consume application/vnd.api+json/available_for_client for enriched functionality. |
| GET/api/v1/tenants/[tenant_id]/customers/[customer_id]/fetch_subscriptions_for_customer | Added the new optional response property under status 200 application/vnd.api+json/fees. | Supply or consume application/vnd.api+json/fees for enriched functionality. |
| POST/api/v1/tenants/[tenant_id]/purchases/bulk | Added the new optional request property application/vnd.api+json/dolphin_consent_description. | Supply or consume application/vnd.api+json/dolphin_consent_description for enriched functionality. |
Branding
Branding Service Openapi
BreakingBreaking Changes
| Method & Endpoint | The Change | Breaking Behavior | Migration Path |
|---|---|---|---|
| DEL/platform/branding/v1/spaces/[spaceId]/branding | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
| DEL/platform/branding/v1/spaces/[spaceId]/branding/logos/[logo] | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
Channel
Channel Service
BreakingBreaking Changes
| Method & Endpoint | The Change | Breaking Behavior | Migration Path |
|---|---|---|---|
| DEL/core/channel/v1/sessions | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
| DEL/core/channel/v1/sessions/[sessionId]/events | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
| DEL/core/channel/v1/sessions/[sessionId]/subscriptions | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
| DEL/core/channel/v1/sessions/[sessionId]/subscriptions/[subscriptionId] | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
NewNew Endpoints
| Method & Endpoint | Core Functionality | Auth/Scopes Required |
|---|---|---|
| ADD/core/channel/v1/eventSources/[sourceId]:receiveEvents | Access the newly provided functionality and features for this resource. | None specified |
| ADD/core/channel/v1/eventSources | Access the newly provided functionality and features for this resource. | None specified |
| ADD/core/channel/v1/eventSources/[sourceId]/subscriptions | Access the newly provided functionality and features for this resource. | None specified |
| ADD/core/channel/v1/eventSources/[sourceId]/subscriptions/[subscriptionId] | Access the newly provided functionality and features for this resource. | None specified |
Connectors
Connectors Access Point
NewNew Endpoints
| Method & Endpoint | Core Functionality | Auth/Scopes Required |
|---|---|---|
| ADD/v1/spaces/connectors/access-point/send/cdar | Access the newly provided functionality and features for this resource. | None specified |
| ADD/v1/spaces/connectors/access-point/send/feedback | Access the newly provided functionality and features for this resource. | None specified |
InfoImprovements (Non-Breaking)
| Method & Endpoint | Enhancement Details | Developer Opportunity |
|---|---|---|
| POST/v1/spaces/connectors/access-point/send | Added the new optional request property profileId. | Supply or consume profileId for enriched functionality. |
Connectors Afnor
BreakingBreaking Changes
| Method & Endpoint | The Change | Breaking Behavior | Migration Path |
|---|---|---|---|
| DEL/network/documents/v1/flows | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
| DEL/network/documents/v1/flows/search | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
| DEL/network/documents/v1/flows/[flowId] | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
NewNew Endpoints
| Method & Endpoint | Core Functionality | Auth/Scopes Required |
|---|---|---|
| ADD/network/documents/spaces/connectors/afnor/v1/siret/code-insee:[siret] | Access the newly provided functionality and features for this resource. | None specified |
| ADD/network/documents/spaces/connectors/afnor/v1/flows/search | Access the newly provided functionality and features for this resource. | None specified |
| ADD/network/documents/spaces/connectors/afnor/v1/flows/[flowId] | Access the newly provided functionality and features for this resource. | None specified |
| ADD/network/documents/spaces/connectors/afnor/v1/webhooks/[webhookId] | Access the newly provided functionality and features for this resource. | None specified |
| ADD/network/documents/spaces/connectors/afnor/v1/healthcheck | Access the newly provided functionality and features for this resource. | None specified |
| ADD/network/documents/spaces/connectors/afnor/v1/routing-code/siret:[siret]/code:[routingIdentifier] | Access the newly provided functionality and features for this resource. | None specified |
| ADD/network/documents/spaces/connectors/afnor/v1/flows | Access the newly provided functionality and features for this resource. | None specified |
| ADD/network/documents/spaces/connectors/afnor/v1/webhooks | Access the newly provided functionality and features for this resource. | None specified |
| ADD/network/documents/spaces/connectors/afnor/v1/siren/search | Access the newly provided functionality and features for this resource. | None specified |
| ADD/network/documents/spaces/connectors/afnor/v1/siret/search | Access the newly provided functionality and features for this resource. | None specified |
| ADD/network/documents/spaces/connectors/afnor/v1/directory-line/search | Access the newly provided functionality and features for this resource. | None specified |
| ADD/network/documents/spaces/connectors/afnor/v1/siren/code-insee:[siren] | Access the newly provided functionality and features for this resource. | None specified |
| ADD/network/documents/spaces/connectors/afnor/v1/directory-line/code:[addressingIdentifier] | Access the newly provided functionality and features for this resource. | None specified |
| ADD/network/documents/spaces/connectors/afnor/v1/routing-code/search | Access the newly provided functionality and features for this resource. | None specified |
Connectors Document
BreakingBreaking Changes
| Method & Endpoint | The Change | Breaking Behavior | Migration Path |
|---|---|---|---|
| POST/connectors/core/v1/spaces/documents:validate | Modified the strict schema constraint minItems at documentIds in the request payload. | Payloads violating the updated minItems validation rule will be rejected. | Update client-side schema definitions to respect the new minItems constraint. |
| POST/connectors/core/v1/spaces/documents:validate | Removed the failureResults response property under status 200. | Client payloads including the failureResults field will be rejected. | Remove the failureResults parameter from response payload under status 200 models. |
| POST/connectors/core/v1/spaces/documents:validate | Removed the successResults response property under status 200. | Client payloads including the successResults field will be rejected. | Remove the successResults parameter from response payload under status 200 models. |
| POST/connectors/core/v1/spaces/documents:validate | Removed the validationId response property under status 200. | Client payloads including the validationId field will be rejected. | Remove the validationId parameter from response payload under status 200 models. |
| POST/connectors/core/v1/spaces/documents:validate | The failure property is now REQUIRED in the response payload under status 200. | Omitting failure will cause validation errors. | Ensure failure is populated. |
| POST/connectors/core/v1/spaces/documents:validate | The success property is now REQUIRED in the response payload under status 200. | Omitting success will cause validation errors. | Ensure success is populated. |
| POST/connectors/core/v1/spaces/documents:validate | Removed the successResults response property under status 202. | Client payloads including the successResults field will be rejected. | Remove the successResults parameter from response payload under status 202 models. |
| POST/connectors/core/v1/spaces/documents:validate | Removed the validationId response property under status 202. | Client payloads including the validationId field will be rejected. | Remove the validationId parameter from response payload under status 202 models. |
| POST/connectors/core/v1/spaces/documents:validate | Removed the failureResults response property under status 202. | Client payloads including the failureResults field will be rejected. | Remove the failureResults parameter from response payload under status 202 models. |
| POST/connectors/core/v1/spaces/documents:validate | The failure property is now REQUIRED in the response payload under status 202. | Omitting failure will cause validation errors. | Ensure failure is populated. |
| POST/connectors/core/v1/spaces/documents:validate | The success property is now REQUIRED in the response payload under status 202. | Omitting success will cause validation errors. | Ensure success is populated. |
| POST/connectors/core/v1/spaces/[spaceId]/documents/[documentId]/documentNumbers:create | Modified the request payload structure (affected parameters: added). | Client payloads not conforming to the updated strict schema validation will be rejected. | Update client-side schema definitions and models. |
| POST/connectors/core/v1/spaces/[spaceId]/documents/[documentId]/representations/[representationId]:createLink | Modified the strict schema constraint minLength at link in the response payload under status 200. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| POST/connectors/core/v1/spaces/[spaceId]/documents/[documentId]:getOrCreateRepresentation | Modified the strict schema constraint extensions at documentType in the request payload. | Payloads violating the updated extensions validation rule will be rejected. | Update client-side schema definitions to respect the new extensions constraint. |
| POST/connectors/core/v1/spaces/[spaceId]/documents/[documentId]:getOrCreateRepresentation | Modified the strict schema constraint minLength at contentType in the response payload under status 200. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| POST/connectors/core/v1/spaces/[spaceId]/documents/[documentId]:getOrCreateRepresentation | Modified the strict schema constraint minLength at filename in the response payload under status 200. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| POST/connectors/core/v1/spaces/[spaceId]/documents/[documentId]:getOrCreateRepresentation | Modified the strict schema constraint minLength at md5Hash in the response payload under status 200. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| POST/connectors/core/v1/spaces/[spaceId]/documents/[documentId]:getOrCreateRepresentation | Modified the strict schema constraint minLength at size in the response payload under status 200. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| POST/connectors/core/v1/spaces/[spaceId]/documents/[documentId]:getOrCreateRepresentation | Modified the strict schema constraint minLength at status in the response payload under status 200. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| POST/connectors/core/v1/spaces/[spaceId]/documents/[documentId]:getOrCreateRepresentation | Modified the strict schema constraint extensions at type in the response payload under status 200. | Payloads violating the updated extensions validation rule will be rejected. | Update client-side schema definitions to respect the new extensions constraint. |
| POST/connectors/core/v1/spaces/[spaceId]/documents/[documentId]:getOrCreateRepresentation | Modified the strict schema constraint minLength at type in the response payload under status 200. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| POST/connectors/core/v1/spaces/[spaceId]/documents/[documentId]:getOrCreateRepresentation | Modified the strict schema constraint minLength at uploadUrl in the response payload under status 200. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| POST/connectors/core/v1/spaces/[spaceId]/documents/[documentId]:getOrCreateRepresentation | The original property is now REQUIRED in the response payload under status 200. | Omitting original will cause validation errors. | Ensure original is populated. |
NewNew Endpoints
| Method & Endpoint | Core Functionality | Auth/Scopes Required |
|---|---|---|
| ADD/connectors/core/v2/spaces/[spaceId]/documents/documentNumbers/[category]/series/[seriesId] | Access the newly provided functionality and features for this resource. | None specified |
| ADD/connectors/core/v2/spaces/[spaceId]/documents/documentNumbers/[category]/series/[seriesId]:markAsDefault | Access the newly provided functionality and features for this resource. | None specified |
| ADD/connectors/core/v1/spaces/[spaceId]/documents/[documentId]:processHITLFeedback/[token]/[humanInTheLoopRequestId] | Access the newly provided functionality and features for this resource. | None specified |
| ADD/connectors/core/v2/spaces/[spaceId]/documents/[documentId]/documentNumbers:create | Access the newly provided functionality and features for this resource. | None specified |
| ADD/connectors/core/v1/spaces/files:process | Access the newly provided functionality and features for this resource. | None specified |
| ADD/connectors/core/v1/spaces/[spaceId]/documents/[documentId]:resolve | Access the newly provided functionality and features for this resource. | None specified |
| ADD/connectors/core/v1/spaces/[spaceId]/documents/[documentId]:cancel | Access the newly provided functionality and features for this resource. | None specified |
| ADD/connectors/core/v1/spaces/[spaceId]/documents/[documentId]:dispute | Access the newly provided functionality and features for this resource. | None specified |
| ADD/connectors/core/v2/spaces/[spaceId]/documents/documentNumbers | Access the newly provided functionality and features for this resource. | None specified |
| ADD/connectors/core/v1/spaces/[spaceId]/documents/[documentId]:refuse | Access the newly provided functionality and features for this resource. | None specified |
| ADD/connectors/core/v1/spaces/[spaceId]/documents/[documentId]:createVersion | Access the newly provided functionality and features for this resource. | None specified |
| ADD/connectors/core/v2/spaces/[spaceId]/documents/documentNumbers/[category]/series | Access the newly provided functionality and features for this resource. | None specified |
| ADD/connectors/core/v1/spaces/[spaceId]/documents/[documentId]:finalize | Access the newly provided functionality and features for this resource. | None specified |
| ADD/connectors/core/v2/spaces/documents:validate | Access the newly provided functionality and features for this resource. | None specified |
InfoImprovements (Non-Breaking)
| Method & Endpoint | Enhancement Details | Developer Opportunity |
|---|---|---|
| POST/connectors/core/v1/spaces/documents:validate | Added the new optional request property subjectId. | Supply or consume subjectId for enriched functionality. |
| POST/connectors/core/v1/spaces/documents:validate | Added the new optional response property under status 200 failure. | Supply or consume failure for enriched functionality. |
| POST/connectors/core/v1/spaces/documents:validate | Added the new optional response property under status 200 success. | Supply or consume success for enriched functionality. |
| POST/connectors/core/v1/spaces/documents:validate | The failureResults property is no longer required in the response payload under status 200. | Clients can omit this property. |
| POST/connectors/core/v1/spaces/documents:validate | The successResults property is no longer required in the response payload under status 200. | Clients can omit this property. |
| POST/connectors/core/v1/spaces/documents:validate | Added the new optional response property under status 202 failure. | Supply or consume failure for enriched functionality. |
| POST/connectors/core/v1/spaces/documents:validate | Added the new optional response property under status 202 success. | Supply or consume success for enriched functionality. |
| POST/connectors/core/v1/spaces/documents:validate | The failureResults property is no longer required in the response payload under status 202. | Clients can omit this property. |
| POST/connectors/core/v1/spaces/documents:validate | The successResults property is no longer required in the response payload under status 202. | Clients can omit this property. |
| POST/connectors/core/v1/spaces/files:convert | Added the new optional request property additionalRepresentations. | Supply or consume additionalRepresentations for enriched functionality. |
| POST/connectors/core/v1/spaces/files:convert | Marked the endpoint as deprecated. | This endpoint will be removed in a future release. |
| POST/connectors/core/v1/spaces/[spaceId]/documents/[documentId]:getOrCreateRepresentation | Added the new optional request property excludeAttachments. | Supply or consume excludeAttachments for enriched functionality. |
| POST/connectors/core/v1/spaces/[spaceId]/documents/[documentId]:getOrCreateRepresentation | Added the new optional response property under status 200 original. | Supply or consume original for enriched functionality. |
Connectors Email
BreakingBreaking Changes
| Method & Endpoint | The Change | Breaking Behavior | Migration Path |
|---|---|---|---|
| POST/connectors/email/v1/spaces/connectors/email/documents:send | Modified the strict schema constraint minItems at documentIds in the request payload. | Payloads violating the updated minItems validation rule will be rejected. | Update client-side schema definitions to respect the new minItems constraint. |
| POST/connectors/email/v1/spaces/connectors/email/documents:send | Modified the strict schema constraint content in the response payload under status 202. | Payloads violating the updated content validation rule will be rejected. | Update client-side schema definitions to respect the new content constraint. |
NewNew Endpoints
| Method & Endpoint | Core Functionality | Auth/Scopes Required |
|---|---|---|
| ADD/connectors/email/v1/spaces/connectors/email/documents:add | Access the newly provided functionality and features for this resource. | None specified |
| ADD/connectors/email/v1/spaces/connectors/email/configurationUI | Access the newly provided functionality and features for this resource. | None specified |
InfoImprovements (Non-Breaking)
| Method & Endpoint | Enhancement Details | Developer Opportunity |
|---|---|---|
| POST/connectors/email/v1/spaces/connectors/email/documents:send | Updated the schema metadata description in the response payload under status 202. | Provides better clarity or default behavior in the documentation. |
Connectors Ksef
BreakingBreaking Changes
| Method & Endpoint | The Change | Breaking Behavior | Migration Path |
|---|---|---|---|
| DEL/connectors/ksef/ksef/v1/spaces/connectors/ksef/documents:send | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
| DEL/connectors/ksef/ksef/v1/spaces/connectors/ksef:activate | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
| DEL/connectors/ksef/ksef/v1/spaces/connectors/ksef:add | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
| DEL/connectors/ksef/ksef/v1/spaces/connectors/ksef:configure | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
| DEL/connectors/ksef/ksef/v1/spaces/connectors/ksef:deactivate | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
| DEL/connectors/ksef/ksef/v1/spaces/connectors/ksef:directorySearch | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
| DEL/connectors/ksef/ksef/v1/spaces/connectors/ksef:remove | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
| DEL/connectors/ksef/ksef/v1/spaces/connectors/ksef/documents:processFeedback | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
Connectors Peppol
BreakingBreaking Changes
| Method & Endpoint | The Change | Breaking Behavior | Migration Path |
|---|---|---|---|
| POST/connectors/peppol/v1/spaces/connectors/peppol/configurationUI | Modified the strict schema constraint minLength at participantId in the response payload under status 200. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| POST/connectors/peppol/v1/spaces/connectors/peppol/configurationUI | Modified the strict schema constraint minLength at schemaId in the response payload under status 200. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| POST/connectors/peppol/v1/spaces/connectors/peppol/configurationUI | The registered property is now REQUIRED in the response payload under status 200. | Omitting registered will cause validation errors. | Ensure registered is populated. |
NewNew Endpoints
| Method & Endpoint | Core Functionality | Auth/Scopes Required |
|---|---|---|
| ADD/connectors/peppol/v1/spaces/connectors/peppol/lookup | Access the newly provided functionality and features for this resource. | None specified |
InfoImprovements (Non-Breaking)
| Method & Endpoint | Enhancement Details | Developer Opportunity |
|---|---|---|
| POST/connectors/peppol/v1/spaces/connectors/peppol/configurationUI | Added the new optional response property under status 200 inNationalDirectory. | Supply or consume inNationalDirectory for enriched functionality. |
| POST/connectors/peppol/v1/spaces/connectors/peppol/configurationUI | Added the new optional response property under status 200 registered. | Supply or consume registered for enriched functionality. |
| POST/connectors/peppol/v1/spaces/connectors/peppol/configurationUI | Added the new optional response property under status 200 isDefault. | Supply or consume isDefault for enriched functionality. |
| POST/connectors/peppol/v1/spaces/connectors/peppol/configurationUI | Added the new optional response property under status 200 migrationCode. | Supply or consume migrationCode for enriched functionality. |
| POST/connectors/peppol/v1/spaces/connectors/peppol/configurationUI | Added the new optional response property under status 200 migrations. | Supply or consume migrations for enriched functionality. |
| POST/connectors/peppol/v1/spaces/connectors/peppol/configurationUI | Added the new optional response property under status 200 pdpInfo. | Supply or consume pdpInfo for enriched functionality. |
| POST/connectors/peppol/v1/spaces/connectors/peppol/configurationUI | Added the new optional response property under status 200 sendOnly. | Supply or consume sendOnly for enriched functionality. |
| POST/connectors/peppol/v1/spaces/connectors/peppol/configurationUI | Added the new optional response property under status 200 globalidentifierKey. | Supply or consume globalidentifierKey for enriched functionality. |
Doc
Doc Converter
BreakingBreaking Changes
| Method & Endpoint | The Change | Breaking Behavior | Migration Path |
|---|---|---|---|
| DEL/utils/conversion/v1/statement/convert | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
| POST/utils/conversion/v1/files:convert | Removed the input/metadata/customer/globalIdentifiers/peppol:participantId request property. | Client payloads including the input/metadata/customer/globalIdentifiers/peppol:participantId field will be rejected. | Remove the input/metadata/customer/globalIdentifiers/peppol:participantId parameter from request payload models. |
| POST/utils/conversion/v1/files:convert | Modified the strict schema constraint oneOf at input/metadata/customer/globalIdentifiers in the request payload. | Payloads violating the updated oneOf validation rule will be rejected. | Update client-side schema definitions to respect the new oneOf constraint. |
| POST/utils/conversion/v1/files:convert | Removed the input/metadata/supplier/globalIdentifiers/peppol:participantId request property. | Client payloads including the input/metadata/supplier/globalIdentifiers/peppol:participantId field will be rejected. | Remove the input/metadata/supplier/globalIdentifiers/peppol:participantId parameter from request payload models. |
| POST/utils/conversion/v1/files:convert | Modified the strict schema constraint oneOf at input/metadata/supplier/globalIdentifiers in the request payload. | Payloads violating the updated oneOf validation rule will be rejected. | Update client-side schema definitions to respect the new oneOf constraint. |
| POST/utils/conversion/v1/files:convert | Removed the be.efff:credit-note enum value from the outputType request property. | Submitting be.efff:credit-note will result in schema validation failures. | Remove usage of be.efff:credit-note and implement fallback logic. |
| POST/utils/conversion/v1/files:convert | Removed the be.efff:credit-note:3.0.0 enum value from the outputType request property. | Submitting be.efff:credit-note:3.0.0 will result in schema validation failures. | Remove usage of be.efff:credit-note:3.0.0 and implement fallback logic. |
| POST/utils/conversion/v1/files:convert | Removed the eu.cen.en16931:cii:1.3.12 enum value from the outputType request property. | Submitting eu.cen.en16931:cii:1.3.12 will result in schema validation failures. | Remove usage of eu.cen.en16931:cii:1.3.12 and implement fallback logic. |
| POST/utils/conversion/v1/files:convert | Removed the eu.cen.en16931:cii:1.3.13 enum value from the outputType request property. | Submitting eu.cen.en16931:cii:1.3.13 will result in schema validation failures. | Remove usage of eu.cen.en16931:cii:1.3.13 and implement fallback logic. |
| POST/utils/conversion/v1/files:convert | Modified the strict schema constraint minLength at outputType in the request payload. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| POST/utils/conversion/v1/files:convert | Modified the strict schema constraint minLength at outputUrl in the request payload. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| POST/utils/conversion/v1/validate | Modified the strict schema constraint minLength at inputUrl in the request payload. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| POST/utils/conversion/v1/validate | Modified the strict schema constraint minLength at documentType in the response payload under status 200. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
NewNew Endpoints
| Method & Endpoint | Core Functionality | Auth/Scopes Required |
|---|---|---|
| ADD/utils/conversion/v1/inputTypes | Access the newly provided functionality and features for this resource. | None specified |
| ADD/utils/conversion/v1/outputTypes | Access the newly provided functionality and features for this resource. | None specified |
InfoImprovements (Non-Breaking)
| Method & Endpoint | Enhancement Details | Developer Opportunity |
|---|---|---|
| POST/utils/conversion/v1/files:convert | Added the new optional request property options. | Supply or consume options for enriched functionality. |
| POST/utils/conversion/v1/files:convert | Added the new optional request property attachments/description. | Supply or consume attachments/description for enriched functionality. |
| POST/utils/conversion/v1/files:convert | Added the new optional request property attachments/filename. | Supply or consume attachments/filename for enriched functionality. |
| POST/utils/conversion/v1/files:convert | Added the new optional request property input/attachments. | Supply or consume input/attachments for enriched functionality. |
| POST/utils/conversion/v1/files:convert | Added the new optional request property input/customCategories. | Supply or consume input/customCategories for enriched functionality. |
| POST/utils/conversion/v1/files:convert | Added the new optional request property input/lines/metadata/invoiceReferences. | Supply or consume input/lines/metadata/invoiceReferences for enriched functionality. |
| POST/utils/conversion/v1/files:convert | Added the new optional request property input/lines/productIdentifiers/sellerIdentifier. | Supply or consume input/lines/productIdentifiers/sellerIdentifier for enriched functionality. |
| POST/utils/conversion/v1/files:convert | Added the new optional request property input/metadata/supplierCategory. | Supply or consume input/metadata/supplierCategory for enriched functionality. |
| POST/utils/conversion/v1/files:convert | Added the new optional request property input/metadata/profileID. | Supply or consume input/metadata/profileID for enriched functionality. |
| POST/utils/conversion/v1/files:convert | Added the new optional request property input/metadata/customer/globalIdentifiers/additionalProperties. | Supply or consume input/metadata/customer/globalIdentifiers/additionalProperties for enriched functionality. |
| POST/utils/conversion/v1/files:convert | Added the new optional request property input/metadata/customer/globalIdentifiers/gln. | Supply or consume input/metadata/customer/globalIdentifiers/gln for enriched functionality. |
| POST/utils/conversion/v1/files:convert | Added the new optional request property input/metadata/customer/globalIdentifiers/global:gln. | Supply or consume input/metadata/customer/globalIdentifiers/global:gln for enriched functionality. |
| POST/utils/conversion/v1/files:convert | Added the new optional request property input/metadata/customer/globalIdentifiers/global:participantId. | Supply or consume input/metadata/customer/globalIdentifiers/global:participantId for enriched functionality. |
| POST/utils/conversion/v1/files:convert | Added the new optional request property input/metadata/customer/globalIdentifiers/global:tax_number. | Supply or consume input/metadata/customer/globalIdentifiers/global:tax_number for enriched functionality. |
| POST/utils/conversion/v1/files:convert | Added the new optional request property input/metadata/paymentMeans/paymentMandate. | Supply or consume input/metadata/paymentMeans/paymentMandate for enriched functionality. |
| POST/utils/conversion/v1/files:convert | Added the new optional request property input/metadata/supplier/globalIdentifiers/global:tax_number. | Supply or consume input/metadata/supplier/globalIdentifiers/global:tax_number for enriched functionality. |
| POST/utils/conversion/v1/files:convert | Added the new optional request property input/metadata/supplier/globalIdentifiers/additionalProperties. | Supply or consume input/metadata/supplier/globalIdentifiers/additionalProperties for enriched functionality. |
| POST/utils/conversion/v1/files:convert | Added the new optional request property input/metadata/supplier/globalIdentifiers/gln. | Supply or consume input/metadata/supplier/globalIdentifiers/gln for enriched functionality. |
| POST/utils/conversion/v1/files:convert | Added the new optional request property input/metadata/supplier/globalIdentifiers/global:gln. | Supply or consume input/metadata/supplier/globalIdentifiers/global:gln for enriched functionality. |
| POST/utils/conversion/v1/files:convert | Added the new optional request property input/metadata/supplier/globalIdentifiers/global:participantId. | Supply or consume input/metadata/supplier/globalIdentifiers/global:participantId for enriched functionality. |
| POST/utils/conversion/v1/files:convert | Added the new com.unifiedpost.btx.datastore.json enum value to the inputType request property. | You can now use this new enum value in requests. |
| POST/utils/conversion/v1/files:convert | Added the new fr.ctc:ubl-invoice enum value to the inputType request property. | You can now use this new enum value in requests. |
| POST/utils/conversion/v1/files:convert | Added the new fr.ctc:ubl-creditnote enum value to the inputType request property. | You can now use this new enum value in requests. |
| POST/utils/conversion/v1/files:convert | Added the new fr.ctc:extended-ubl-invoice enum value to the inputType request property. | You can now use this new enum value in requests. |
| POST/utils/conversion/v1/files:convert | Added the new fr.ctc:extended-ubl-creditnote enum value to the inputType request property. | You can now use this new enum value in requests. |
| POST/utils/conversion/v1/files:convert | Added the new fr.ctc:factur-x-extended enum value to the inputType request property. | You can now use this new enum value in requests. |
| POST/utils/conversion/v1/files:convert | Added the new fr.ctc:factur-x-extended:1.3 enum value to the inputType request property. | You can now use this new enum value in requests. |
| POST/utils/conversion/v1/files:convert | Added the new fr.ctc:factur-x-en16931 enum value to the inputType request property. | You can now use this new enum value in requests. |
| POST/utils/conversion/v1/files:convert | Added the new fr.ctc:factur-x-en16931:1.3 enum value to the inputType request property. | You can now use this new enum value in requests. |
| POST/utils/conversion/v1/files:convert | Added the new fr.ctc:cii enum value to the inputType request property. | You can now use this new enum value in requests. |
| POST/utils/conversion/v1/files:convert | Added the new fr.ctc:extended-cii enum value to the inputType request property. | You can now use this new enum value in requests. |
| POST/utils/conversion/v1/files:convert | Added the new fr.ctc:ubl-invoice:1.3 enum value to the inputType request property. | You can now use this new enum value in requests. |
| POST/utils/conversion/v1/files:convert | Added the new fr.ctc:ubl-creditnote:1.3 enum value to the inputType request property. | You can now use this new enum value in requests. |
| POST/utils/conversion/v1/files:convert | Added the new fr.ctc:extended-ubl-invoice:1.3 enum value to the inputType request property. | You can now use this new enum value in requests. |
| POST/utils/conversion/v1/files:convert | Added the new fr.ctc:extended-ubl-creditnote:1.3 enum value to the inputType request property. | You can now use this new enum value in requests. |
| POST/utils/conversion/v1/files:convert | Added the new fr.ctc:cii:1.3 enum value to the inputType request property. | You can now use this new enum value in requests. |
| POST/utils/conversion/v1/files:convert | Added the new fr.ctc:extended-cii:1.3 enum value to the inputType request property. | You can now use this new enum value in requests. |
| POST/utils/conversion/v1/files:convert | Added the new eu.peppol.bis3.sg.ubl enum value to the inputType request property. | You can now use this new enum value in requests. |
| POST/utils/conversion/v1/files:convert | Added the new eu.peppol.bis3.sg.ubl:creditnote enum value to the inputType request property. | You can now use this new enum value in requests. |
| POST/utils/conversion/v1/files:convert | Added the new eu.peppol.bis3.sg.ubl:creditnote:2023.12 enum value to the inputType request property. | You can now use this new enum value in requests. |
| POST/utils/conversion/v1/files:convert | Added the new eu.peppol.bis3.sg.ubl:invoice enum value to the inputType request property. | You can now use this new enum value in requests. |
| POST/utils/conversion/v1/files:convert | Added the new eu.peppol.bis3.sg.ubl:invoice:2023.12 enum value to the inputType request property. | You can now use this new enum value in requests. |
| POST/utils/conversion/v1/files:convert | Added the new be.efff:creditnote enum value to the outputType request property. | You can now use this new enum value in requests. |
| POST/utils/conversion/v1/files:convert | Added the new be.efff:creditnote:1.0 enum value to the outputType request property. | You can now use this new enum value in requests. |
| POST/utils/conversion/v1/files:convert | Added the new be.efff:creditnote:3.0.0 enum value to the outputType request property. | You can now use this new enum value in requests. |
| POST/utils/conversion/v1/files:convert | Added the new be.efff:invoice:1.0 enum value to the outputType request property. | You can now use this new enum value in requests. |
| POST/utils/conversion/v1/files:convert | Added the new com.unifiedpost.btx.datastore.json:thirdpartystatement:2.0 enum value to the outputType request property. | You can now use this new enum value in requests. |
| POST/utils/conversion/v1/files:convert | Added the new be.febelfin:coda:2.6 enum value to the outputType request property. | You can now use this new enum value in requests. |
| POST/utils/conversion/v1/files:convert | Added the new org.cfonb:cfonb enum value to the outputType request property. | You can now use this new enum value in requests. |
| POST/utils/conversion/v1/files:convert | Added the new org.cfonb:cfonb:1.0 enum value to the outputType request property. | You can now use this new enum value in requests. |
| POST/utils/conversion/v1/files:convert | Added the new es.aebanca:norma:43 enum value to the outputType request property. | You can now use this new enum value in requests. |
| POST/utils/conversion/v1/files:convert | Added the new org.iso20022:camt:053.001.02 enum value to the outputType request property. | You can now use this new enum value in requests. |
| POST/utils/conversion/v1/files:convert | Added the new com.unifiedpost.btx.aggregation.json:base:1.0 enum value to the outputType request property. | You can now use this new enum value in requests. |
| POST/utils/conversion/v1/files:convert | Added the new com.unifiedpost.btx.aggregation.json:multi:1.0 enum value to the outputType request property. | You can now use this new enum value in requests. |
| POST/utils/conversion/v1/files:convert | Added the new com.unifiedpost.btx.aggregation.pdf:emr:1.0 enum value to the outputType request property. | You can now use this new enum value in requests. |
| POST/utils/conversion/v1/files:convert | Added the new fr.factur-x enum value to the outputType request property. | You can now use this new enum value in requests. |
| POST/utils/conversion/v1/files:convert | Added the new fr.factur-x:en16931 enum value to the outputType request property. | You can now use this new enum value in requests. |
| POST/utils/conversion/v1/files:convert | Added the new fr.factur-x:en16931:1.0.7-2 enum value to the outputType request property. | You can now use this new enum value in requests. |
| POST/utils/conversion/v1/files:convert | Added the new fr.factur-x:basic enum value to the outputType request property. | You can now use this new enum value in requests. |
| POST/utils/conversion/v1/files:convert | Added the new fr.factur-x:basic:1.0.7-2 enum value to the outputType request property. | You can now use this new enum value in requests. |
| POST/utils/conversion/v1/files:convert | Added the new fr.factur-x:basicwl enum value to the outputType request property. | You can now use this new enum value in requests. |
| POST/utils/conversion/v1/files:convert | Added the new fr.factur-x:basicwl:1.0.7-2 enum value to the outputType request property. | You can now use this new enum value in requests. |
| POST/utils/conversion/v1/files:convert | Added the new fr.factur-x:extended enum value to the outputType request property. | You can now use this new enum value in requests. |
| POST/utils/conversion/v1/files:convert | Added the new fr.factur-x:extended:1.0.7-2 enum value to the outputType request property. | You can now use this new enum value in requests. |
| POST/utils/conversion/v1/files:convert | Added the new fr.factur-x:minimum enum value to the outputType request property. | You can now use this new enum value in requests. |
| POST/utils/conversion/v1/files:convert | Added the new fr.factur-x:minimum:1.0.7-2 enum value to the outputType request property. | You can now use this new enum value in requests. |
| POST/utils/conversion/v1/files:convert | Added the new fr.ctc:ubl-invoice enum value to the outputType request property. | You can now use this new enum value in requests. |
| POST/utils/conversion/v1/files:convert | Added the new fr.ctc:ubl-creditnote enum value to the outputType request property. | You can now use this new enum value in requests. |
| POST/utils/conversion/v1/files:convert | Added the new fr.ctc:extended-ubl-invoice enum value to the outputType request property. | You can now use this new enum value in requests. |
| POST/utils/conversion/v1/files:convert | Added the new fr.ctc:extended-ubl-creditnote enum value to the outputType request property. | You can now use this new enum value in requests. |
| POST/utils/conversion/v1/files:convert | Added the new fr.ctc:factur-x-extended enum value to the outputType request property. | You can now use this new enum value in requests. |
| POST/utils/conversion/v1/files:convert | Added the new fr.ctc:factur-x-extended:1.3 enum value to the outputType request property. | You can now use this new enum value in requests. |
| POST/utils/conversion/v1/files:convert | Added the new fr.ctc:factur-x-en16931 enum value to the outputType request property. | You can now use this new enum value in requests. |
| POST/utils/conversion/v1/files:convert | Added the new fr.ctc:factur-x-en16931:1.3 enum value to the outputType request property. | You can now use this new enum value in requests. |
| POST/utils/conversion/v1/files:convert | Added the new fr.ctc:cii enum value to the outputType request property. | You can now use this new enum value in requests. |
| POST/utils/conversion/v1/files:convert | Added the new fr.ctc:extended-cii enum value to the outputType request property. | You can now use this new enum value in requests. |
| POST/utils/conversion/v1/files:convert | Added the new fr.ctc:ubl-invoice:1.3 enum value to the outputType request property. | You can now use this new enum value in requests. |
| POST/utils/conversion/v1/files:convert | Added the new fr.ctc:ubl-creditnote:1.3 enum value to the outputType request property. | You can now use this new enum value in requests. |
| POST/utils/conversion/v1/files:convert | Added the new fr.ctc:extended-ubl-invoice:1.3 enum value to the outputType request property. | You can now use this new enum value in requests. |
| POST/utils/conversion/v1/files:convert | Added the new fr.ctc:extended-ubl-creditnote:1.3 enum value to the outputType request property. | You can now use this new enum value in requests. |
| POST/utils/conversion/v1/files:convert | Added the new fr.ctc:cii:1.3 enum value to the outputType request property. | You can now use this new enum value in requests. |
| POST/utils/conversion/v1/files:convert | Added the new fr.ctc:extended-cii:1.3 enum value to the outputType request property. | You can now use this new enum value in requests. |
| POST/utils/conversion/v1/files:convert | Added the new de.zugferd:en16931 enum value to the outputType request property. | You can now use this new enum value in requests. |
| POST/utils/conversion/v1/files:convert | Added the new de.zugferd:en16931:2.3.2 enum value to the outputType request property. | You can now use this new enum value in requests. |
| POST/utils/conversion/v1/files:convert | Added the new de.zugferd:basic enum value to the outputType request property. | You can now use this new enum value in requests. |
| POST/utils/conversion/v1/files:convert | Added the new de.zugferd:basic:2.3.2 enum value to the outputType request property. | You can now use this new enum value in requests. |
| POST/utils/conversion/v1/files:convert | Added the new de.zugferd:basicwl enum value to the outputType request property. | You can now use this new enum value in requests. |
| POST/utils/conversion/v1/files:convert | Added the new de.zugferd:basicwl:2.3.2 enum value to the outputType request property. | You can now use this new enum value in requests. |
| POST/utils/conversion/v1/files:convert | Added the new de.zugferd:minimum enum value to the outputType request property. | You can now use this new enum value in requests. |
| POST/utils/conversion/v1/files:convert | Added the new de.zugferd:minimum:2.3.2 enum value to the outputType request property. | You can now use this new enum value in requests. |
| POST/utils/conversion/v1/files:convert | Added the new eu.peppol.bis3.sg.ubl enum value to the outputType request property. | You can now use this new enum value in requests. |
| POST/utils/conversion/v1/files:convert | Added the new eu.peppol.bis3.sg.ubl:creditnote enum value to the outputType request property. | You can now use this new enum value in requests. |
| POST/utils/conversion/v1/files:convert | Added the new eu.peppol.bis3.sg.ubl:creditnote:2023.12 enum value to the outputType request property. | You can now use this new enum value in requests. |
| POST/utils/conversion/v1/files:convert | Added the new eu.peppol.bis3.sg.ubl:invoice enum value to the outputType request property. | You can now use this new enum value in requests. |
| POST/utils/conversion/v1/files:convert | Added the new eu.peppol.bis3.sg.ubl:invoice:2023.12 enum value to the outputType request property. | You can now use this new enum value in requests. |
| POST/utils/conversion/v1/files:convert | Added the new fr.einvoicingextract:base:1.0.7-2 enum value to the outputType request property. | You can now use this new enum value in requests. |
Documents
Documents Actions
BreakingBreaking Changes
| Method & Endpoint | The Change | Breaking Behavior | Migration Path |
|---|---|---|---|
| PATCH/documents/actions/v1/spaces/[spaceId]/documents:setAccountingStatus | Modified the strict schema constraint minItems at documentIdList in the request payload. | Payloads violating the updated minItems validation rule will be rejected. | Update client-side schema definitions to respect the new minItems constraint. |
InfoImprovements (Non-Breaking)
| Method & Endpoint | Enhancement Details | Developer Opportunity |
|---|---|---|
| POST/documents/actions/documentTasks/v1/tasks/approve | The documents property is no longer required in the request payload. | Clients can omit this property. |
| POST/documents/actions/documentTasks/v1/tasks/approve | The spaceId property is no longer required in the request payload. | Clients can omit this property. |
| POST/documents/actions/documentTasks/v1/tasks/approve | Marked the endpoint as deprecated. | This endpoint will be removed in a future release. |
| POST/documents/actions/documentTasks/v1/tasks/complete | The documents property is no longer required in the request payload. | Clients can omit this property. |
| POST/documents/actions/documentTasks/v1/tasks/complete | The spaceId property is no longer required in the request payload. | Clients can omit this property. |
| POST/documents/actions/documentTasks/v1/tasks/dispute | The documents property is no longer required in the request payload. | Clients can omit this property. |
| POST/documents/actions/documentTasks/v1/tasks/dispute | The spaceId property is no longer required in the request payload. | Clients can omit this property. |
| POST/documents/actions/documentTasks/v1/tasks/markAsPaid | The spaceId property is no longer required in the request payload. | Clients can omit this property. |
| POST/documents/actions/documentTasks/v1/tasks/markAsPaid | The documents property is no longer required in the request payload. | Clients can omit this property. |
| POST/documents/actions/documentTasks/v1/tasks/markAsRefused | The data property is no longer required in the request payload. | Clients can omit this property. |
| POST/documents/actions/documentTasks/v1/tasks/markAsRefused | The documents property is no longer required in the request payload. | Clients can omit this property. |
| POST/documents/actions/documentTasks/v1/tasks/markAsRefused | The spaceId property is no longer required in the request payload. | Clients can omit this property. |
| POST/documents/actions/documentTasks/v1/tasks/markAsRefused | Marked the endpoint as deprecated. | This endpoint will be removed in a future release. |
| POST/documents/actions/documentTasks/v1/tasks/markAsResolved | The documents property is no longer required in the request payload. | Clients can omit this property. |
| POST/documents/actions/documentTasks/v1/tasks/markAsResolved | The spaceId property is no longer required in the request payload. | Clients can omit this property. |
| POST/documents/actions/documentTasks/v1/tasks/markAsResolved | Marked the endpoint as deprecated. | This endpoint will be removed in a future release. |
| POST/documents/actions/documentTasks/v1/tasks/markAsUnpaid | The documents property is no longer required in the request payload. | Clients can omit this property. |
| POST/documents/actions/documentTasks/v1/tasks/markAsUnpaid | The spaceId property is no longer required in the request payload. | Clients can omit this property. |
| POST/documents/actions/documentTasks/v1/tasks/markAsUnpaid | Marked the endpoint as deprecated. | This endpoint will be removed in a future release. |
| POST/documents/actions/documentTasks/v1/tasks/markAsWontBePaid | The data property is no longer required in the request payload. | Clients can omit this property. |
| POST/documents/actions/documentTasks/v1/tasks/markAsWontBePaid | The documents property is no longer required in the request payload. | Clients can omit this property. |
| POST/documents/actions/documentTasks/v1/tasks/markAsWontBePaid | The spaceId property is no longer required in the request payload. | Clients can omit this property. |
| POST/documents/actions/documentTasks/v1/tasks/markAsWontBePaid | Marked the endpoint as deprecated. | This endpoint will be removed in a future release. |
| POST/documents/actions/documentTasks/v1/tasks/partiallyApprove | The documents property is no longer required in the request payload. | Clients can omit this property. |
| POST/documents/actions/documentTasks/v1/tasks/partiallyApprove | The spaceId property is no longer required in the request payload. | Clients can omit this property. |
| POST/documents/actions/documentTasks/v1/tasks/partiallyApprove | Marked the endpoint as deprecated. | This endpoint will be removed in a future release. |
| POST/documents/actions/documentTasks/v1/tasks/refuse | The documents property is no longer required in the request payload. | Clients can omit this property. |
| POST/documents/actions/documentTasks/v1/tasks/refuse | The spaceId property is no longer required in the request payload. | Clients can omit this property. |
| POST/documents/actions/documentTasks/v1/tasks/reject | The documents property is no longer required in the request payload. | Clients can omit this property. |
| POST/documents/actions/documentTasks/v1/tasks/reject | The spaceId property is no longer required in the request payload. | Clients can omit this property. |
| POST/documents/actions/documentTasks/v1/tasks/suspend | The spaceId property is no longer required in the request payload. | Clients can omit this property. |
| POST/documents/actions/documentTasks/v1/tasks/suspend | The documents property is no longer required in the request payload. | Clients can omit this property. |
Documents Core
BreakingBreaking Changes
| Method & Endpoint | The Change | Breaking Behavior | Migration Path |
|---|---|---|---|
| DEL/documents/core/v1/statement/convert | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
| POST/documents/core/business/v1/spaces/[spaceId]/documents/[documentId]/documentNumbers:create | Modified the strict schema constraint minLength at documentNumber in the response payload under status 202. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| POST/documents/core/business/v1/spaces/[spaceId]/documents:calculate | Modified the strict schema constraint pattern at lines/pricing/itemGrossPrice in the request payload. | Payloads violating the updated pattern validation rule will be rejected. | Update client-side schema definitions to respect the new pattern constraint. |
| POST/documents/core/business/v1/spaces/[spaceId]/documents:calculate | Modified the strict schema constraint pattern at lines/pricing/itemNetPrice in the request payload. | Payloads violating the updated pattern validation rule will be rejected. | Update client-side schema definitions to respect the new pattern constraint. |
| POST/documents/core/business/v1/spaces/[spaceId]/documents:calculate | Modified the strict schema constraint pattern at lines/pricing/itemPriceDiscount in the request payload. | Payloads violating the updated pattern validation rule will be rejected. | Update client-side schema definitions to respect the new pattern constraint. |
| POST/documents/core/business/v1/spaces/[spaceId]/documents:calculate | Modified the strict schema constraint pattern at lines/pricing/itemPriceQuantity in the request payload. | Payloads violating the updated pattern validation rule will be rejected. | Update client-side schema definitions to respect the new pattern constraint. |
| POST/documents/core/business/v1/spaces/[spaceId]/documents:calculate | Modified the strict schema constraint pattern at metadata/allowances/vatPercentage in the request payload. | Payloads violating the updated pattern validation rule will be rejected. | Update client-side schema definitions to respect the new pattern constraint. |
| POST/documents/core/business/v1/spaces/[spaceId]/documents:calculate | Modified the strict schema constraint pattern at metadata/charges/vatPercentage in the request payload. | Payloads violating the updated pattern validation rule will be rejected. | Update client-side schema definitions to respect the new pattern constraint. |
| POST/documents/core/business/v1/spaces/[spaceId]/documents:calculate | Modified the strict schema constraint pattern at metadata/documentTotals/allowancesNetAmount in the request payload. | Payloads violating the updated pattern validation rule will be rejected. | Update client-side schema definitions to respect the new pattern constraint. |
| POST/documents/core/business/v1/spaces/[spaceId]/documents:calculate | Modified the strict schema constraint pattern at metadata/documentTotals/chargesNetAmount in the request payload. | Payloads violating the updated pattern validation rule will be rejected. | Update client-side schema definitions to respect the new pattern constraint. |
| POST/documents/core/business/v1/spaces/[spaceId]/documents:calculate | Modified the strict schema constraint pattern at metadata/documentTotals/grossAmount in the request payload. | Payloads violating the updated pattern validation rule will be rejected. | Update client-side schema definitions to respect the new pattern constraint. |
| POST/documents/core/business/v1/spaces/[spaceId]/documents:calculate | Modified the strict schema constraint pattern at metadata/documentTotals/linesNetAmount in the request payload. | Payloads violating the updated pattern validation rule will be rejected. | Update client-side schema definitions to respect the new pattern constraint. |
| POST/documents/core/business/v1/spaces/[spaceId]/documents:calculate | Modified the strict schema constraint pattern at metadata/documentTotals/netAmount in the request payload. | Payloads violating the updated pattern validation rule will be rejected. | Update client-side schema definitions to respect the new pattern constraint. |
| POST/documents/core/business/v1/spaces/[spaceId]/documents:calculate | Modified the strict schema constraint pattern at metadata/documentTotals/payableAmount in the request payload. | Payloads violating the updated pattern validation rule will be rejected. | Update client-side schema definitions to respect the new pattern constraint. |
| POST/documents/core/business/v1/spaces/[spaceId]/documents:calculate | Modified the strict schema constraint pattern at metadata/documentTotals/prepaidAmount in the request payload. | Payloads violating the updated pattern validation rule will be rejected. | Update client-side schema definitions to respect the new pattern constraint. |
| POST/documents/core/business/v1/spaces/[spaceId]/documents:calculate | Modified the strict schema constraint pattern at metadata/documentTotals/roundingAmount in the request payload. | Payloads violating the updated pattern validation rule will be rejected. | Update client-side schema definitions to respect the new pattern constraint. |
| POST/documents/core/business/v1/spaces/[spaceId]/documents:calculate | Modified the strict schema constraint pattern at metadata/documentTotals/vatAmount in the request payload. | Payloads violating the updated pattern validation rule will be rejected. | Update client-side schema definitions to respect the new pattern constraint. |
| POST/documents/core/business/v1/spaces/[spaceId]/documents:calculate | Modified the strict schema constraint pattern at metadata/vatDetails/netAmount in the request payload. | Payloads violating the updated pattern validation rule will be rejected. | Update client-side schema definitions to respect the new pattern constraint. |
| POST/documents/core/business/v1/spaces/[spaceId]/documents:calculate | Modified the strict schema constraint pattern at metadata/vatDetails/vatAmount in the request payload. | Payloads violating the updated pattern validation rule will be rejected. | Update client-side schema definitions to respect the new pattern constraint. |
| POST/documents/core/business/v1/spaces/[spaceId]/documents:calculate | Modified the strict schema constraint pattern at metadata/vatDetails/vatPercentage in the request payload. | Payloads violating the updated pattern validation rule will be rejected. | Update client-side schema definitions to respect the new pattern constraint. |
| GET/documents/core/transaction/v1/spaces/[spaceId]/documents | Removed the documents/documentId response property under status 200. | Client payloads including the documents/documentId field will be rejected. | Remove the documents/documentId parameter from response payload under status 200 models. |
| POST/documents/core/transaction/v1/spaces/[spaceId]/documents | Removed the documentId response property under status 201. | Client payloads including the documentId field will be rejected. | Remove the documentId parameter from response payload under status 201 models. |
| GET/documents/core/transaction/v1/spaces/[spaceId]/documents/[documentId] | Removed the documentId response property under status 200. | Client payloads including the documentId field will be rejected. | Remove the documentId parameter from response payload under status 200 models. |
| PATCH/documents/core/transaction/v1/spaces/[spaceId]/documents/[documentId] | Removed the documentId response property under status 200. | Client payloads including the documentId field will be rejected. | Remove the documentId parameter from response payload under status 200 models. |
| GET/documents/core/transaction/v1/spaces/[spaceId]/documents/[documentId]/files | Added the new AWAITING_USER_ACTION enum value to the files/status response property under status 200. | Strict parsers will fail to deserialize when returning records with the AWAITING_USER_ACTION type. | Update models to accept and handle the AWAITING_USER_ACTION type. |
| GET/documents/core/transaction/v1/spaces/[spaceId]/documents/[documentId]/files | Added the new REJECTED enum value to the files/status response property under status 200. | Strict parsers will fail to deserialize when returning records with the REJECTED type. | Update models to accept and handle the REJECTED type. |
| GET/documents/core/transaction/v1/spaces/[spaceId]/documents/[documentId]/files | Added the new REPROCESSED enum value to the files/status response property under status 200. | Strict parsers will fail to deserialize when returning records with the REPROCESSED type. | Update models to accept and handle the REPROCESSED type. |
| GET/documents/core/transaction/v1/spaces/[spaceId]/documents/[documentId]/representations | Added the new AWAITING_USER_ACTION enum value to the document_representations/status response property under status 200. | Strict parsers will fail to deserialize when returning records with the AWAITING_USER_ACTION type. | Update models to accept and handle the AWAITING_USER_ACTION type. |
| GET/documents/core/transaction/v1/spaces/[spaceId]/documents/[documentId]/representations | Added the new REJECTED enum value to the document_representations/status response property under status 200. | Strict parsers will fail to deserialize when returning records with the REJECTED type. | Update models to accept and handle the REJECTED type. |
| POST/documents/core/transaction/v1/spaces/[spaceId]/documents/[documentId]/representations | Added the new AWAITING_USER_ACTION enum value to the status response property under status 201. | Strict parsers will fail to deserialize when returning records with the AWAITING_USER_ACTION type. | Update models to accept and handle the AWAITING_USER_ACTION type. |
| POST/documents/core/transaction/v1/spaces/[spaceId]/documents/[documentId]/representations | Added the new REJECTED enum value to the status response property under status 201. | Strict parsers will fail to deserialize when returning records with the REJECTED type. | Update models to accept and handle the REJECTED type. |
| GET/documents/core/transaction/v1/spaces/[spaceId]/documents/[documentId]/representations/[documentRepresentationId] | Added the new AWAITING_USER_ACTION enum value to the status response property under status 200. | Strict parsers will fail to deserialize when returning records with the AWAITING_USER_ACTION type. | Update models to accept and handle the AWAITING_USER_ACTION type. |
| GET/documents/core/transaction/v1/spaces/[spaceId]/documents/[documentId]/representations/[documentRepresentationId] | Added the new REJECTED enum value to the status response property under status 200. | Strict parsers will fail to deserialize when returning records with the REJECTED type. | Update models to accept and handle the REJECTED type. |
| PATCH/documents/core/transaction/v1/spaces/[spaceId]/documents/[documentId]/representations/[documentRepresentationId] | Added the new AWAITING_USER_ACTION enum value to the status response property under status 200. | Strict parsers will fail to deserialize when returning records with the AWAITING_USER_ACTION type. | Update models to accept and handle the AWAITING_USER_ACTION type. |
| PATCH/documents/core/transaction/v1/spaces/[spaceId]/documents/[documentId]/representations/[documentRepresentationId] | Added the new REJECTED enum value to the status response property under status 200. | Strict parsers will fail to deserialize when returning records with the REJECTED type. | Update models to accept and handle the REJECTED type. |
| PATCH/documents/core/transaction/v1/spaces/[spaceId]/documents/[documentId]:jsonpatch | Removed the documentId response property under status 200. | Client payloads including the documentId field will be rejected. | Remove the documentId parameter from response payload under status 200 models. |
| GET/documents/core/transaction/v1/spaces/[spaceId]/files | Added the new AWAITING_USER_ACTION enum value to the files/status response property under status 200. | Strict parsers will fail to deserialize when returning records with the AWAITING_USER_ACTION type. | Update models to accept and handle the AWAITING_USER_ACTION type. |
| GET/documents/core/transaction/v1/spaces/[spaceId]/files | Added the new REJECTED enum value to the files/status response property under status 200. | Strict parsers will fail to deserialize when returning records with the REJECTED type. | Update models to accept and handle the REJECTED type. |
| GET/documents/core/transaction/v1/spaces/[spaceId]/files | Added the new REPROCESSED enum value to the files/status response property under status 200. | Strict parsers will fail to deserialize when returning records with the REPROCESSED type. | Update models to accept and handle the REPROCESSED type. |
| POST/documents/core/transaction/v1/spaces/[spaceId]/files | The attachments property is now REQUIRED in the request payload. | Omitting attachments will cause validation errors. | Ensure attachments is populated. |
| POST/documents/core/transaction/v1/spaces/[spaceId]/files | The fileId property is now REQUIRED in the request payload. | Omitting fileId will cause validation errors. | Ensure fileId is populated. |
| POST/documents/core/transaction/v1/spaces/[spaceId]/files | Added the new AWAITING_USER_ACTION enum value to the status response property under status 201. | Strict parsers will fail to deserialize when returning records with the AWAITING_USER_ACTION type. | Update models to accept and handle the AWAITING_USER_ACTION type. |
| POST/documents/core/transaction/v1/spaces/[spaceId]/files | Added the new REJECTED enum value to the status response property under status 201. | Strict parsers will fail to deserialize when returning records with the REJECTED type. | Update models to accept and handle the REJECTED type. |
| POST/documents/core/transaction/v1/spaces/[spaceId]/files | Added the new REPROCESSED enum value to the status response property under status 201. | Strict parsers will fail to deserialize when returning records with the REPROCESSED type. | Update models to accept and handle the REPROCESSED type. |
| GET/documents/core/transaction/v1/spaces/[spaceId]/files/[fileId] | Added the new AWAITING_USER_ACTION enum value to the status response property under status 200. | Strict parsers will fail to deserialize when returning records with the AWAITING_USER_ACTION type. | Update models to accept and handle the AWAITING_USER_ACTION type. |
| GET/documents/core/transaction/v1/spaces/[spaceId]/files/[fileId] | Added the new REJECTED enum value to the status response property under status 200. | Strict parsers will fail to deserialize when returning records with the REJECTED type. | Update models to accept and handle the REJECTED type. |
| GET/documents/core/transaction/v1/spaces/[spaceId]/files/[fileId] | Added the new REPROCESSED enum value to the status response property under status 200. | Strict parsers will fail to deserialize when returning records with the REPROCESSED type. | Update models to accept and handle the REPROCESSED type. |
| PATCH/documents/core/transaction/v1/spaces/[spaceId]/files/[fileId] | Added the new AWAITING_USER_ACTION enum value to the status response property under status 200. | Strict parsers will fail to deserialize when returning records with the AWAITING_USER_ACTION type. | Update models to accept and handle the AWAITING_USER_ACTION type. |
| PATCH/documents/core/transaction/v1/spaces/[spaceId]/files/[fileId] | Added the new REJECTED enum value to the status response property under status 200. | Strict parsers will fail to deserialize when returning records with the REJECTED type. | Update models to accept and handle the REJECTED type. |
| PATCH/documents/core/transaction/v1/spaces/[spaceId]/files/[fileId] | Added the new REPROCESSED enum value to the status response property under status 200. | Strict parsers will fail to deserialize when returning records with the REPROCESSED type. | Update models to accept and handle the REPROCESSED type. |
| GET/documents/core/transaction/v1/spaces/[spaceId]/[folder]/documents | Removed the documents/documentId response property under status 200. | Client payloads including the documents/documentId field will be rejected. | Remove the documents/documentId parameter from response payload under status 200 models. |
| POST/documents/core/transaction/v1/spaces/[spaceId]/[folder]/documents | Removed the documentId response property under status 201. | Client payloads including the documentId field will be rejected. | Remove the documentId parameter from response payload under status 201 models. |
| POST/documents/core/transaction/v1/spaces/[spaceId]/[folder]/documents | Modified the strict schema constraint value at examples/Document in the response payload under status 201. | Payloads violating the updated value validation rule will be rejected. | Update client-side schema definitions to respect the new value constraint. |
| POST/documents/core/transaction/v1/spaces/[spaceId]/[folder]/documents | Modified the strict schema constraint value at examples/Document containing lines in the response payload under status 201. | Payloads violating the updated value validation rule will be rejected. | Update client-side schema definitions to respect the new value constraint. |
| GET/documents/core/transaction/v1/spaces/[spaceId]/[folder]/documents/[documentId] | Removed the documentId response property under status 200. | Client payloads including the documentId field will be rejected. | Remove the documentId parameter from response payload under status 200 models. |
| GET/documents/core/transaction/v1/spaces/[spaceId]/[folder]/documents/[documentId] | Modified the strict schema constraint value at examples/Document in the response payload under status 200. | Payloads violating the updated value validation rule will be rejected. | Update client-side schema definitions to respect the new value constraint. |
| GET/documents/core/transaction/v1/spaces/[spaceId]/[folder]/documents/[documentId] | Modified the strict schema constraint value at examples/Document contains lines in the response payload under status 200. | Payloads violating the updated value validation rule will be rejected. | Update client-side schema definitions to respect the new value constraint. |
| PATCH/documents/core/transaction/v1/spaces/[spaceId]/[folder]/documents/[documentId] | Removed the documentId response property under status 200. | Client payloads including the documentId field will be rejected. | Remove the documentId parameter from response payload under status 200 models. |
| PATCH/documents/core/transaction/v1/spaces/[spaceId]/[folder]/documents/[documentId]:jsonpatch | Removed the documentId response property under status 200. | Client payloads including the documentId field will be rejected. | Remove the documentId parameter from response payload under status 200 models. |
| GET/documents/core/transaction/v2/spaces/[spaceId]/documents | Modified the strict schema constraint allOf at documents/balanceOffsets in the response payload under status 200. | Payloads violating the updated allOf validation rule will be rejected. | Update client-side schema definitions to respect the new allOf constraint. |
| POST/documents/core/transaction/v2/spaces/[spaceId]/documents | Modified the strict schema constraint allOf at balanceOffsets in the response payload under status 201. | Payloads violating the updated allOf validation rule will be rejected. | Update client-side schema definitions to respect the new allOf constraint. |
| POST/documents/core/transaction/v2/spaces/[spaceId]/documents | Modified the strict schema constraint value at examples/Document in the response payload under status 201. | Payloads violating the updated value validation rule will be rejected. | Update client-side schema definitions to respect the new value constraint. |
| POST/documents/core/transaction/v2/spaces/[spaceId]/documents | Modified the strict schema constraint value at examples/Document containing lines in the response payload under status 201. | Payloads violating the updated value validation rule will be rejected. | Update client-side schema definitions to respect the new value constraint. |
| POST/documents/core/transaction/v2/spaces/[spaceId]/documents | Modified the strict schema constraint value at examples/Document with parent directory in the response payload under status 201. | Payloads violating the updated value validation rule will be rejected. | Update client-side schema definitions to respect the new value constraint. |
| GET/documents/core/transaction/v2/spaces/[spaceId]/documents/[documentId] | Modified the strict schema constraint allOf at balanceOffsets in the response payload under status 200. | Payloads violating the updated allOf validation rule will be rejected. | Update client-side schema definitions to respect the new allOf constraint. |
| PATCH/documents/core/transaction/v2/spaces/[spaceId]/documents/[documentId] | Modified the strict schema constraint allOf at balanceOffsets in the response payload under status 200. | Payloads violating the updated allOf validation rule will be rejected. | Update client-side schema definitions to respect the new allOf constraint. |
| POST/documents/core/transaction/v2/spaces/[spaceId]/documents/[documentId]:assignConnection | Modified the strict schema constraint allOf at balanceOffsets in the response payload under status 200. | Payloads violating the updated allOf validation rule will be rejected. | Update client-side schema definitions to respect the new allOf constraint. |
| PATCH/documents/core/transaction/v2/spaces/[spaceId]/documents/[documentId]:jsonpatch | Modified the strict schema constraint allOf at balanceOffsets in the response payload under status 200. | Payloads violating the updated allOf validation rule will be rejected. | Update client-side schema definitions to respect the new allOf constraint. |
| POST/documents/core/transaction/v2/spaces/[spaceId]/documents/[documentId]:move | Modified the strict schema constraint allOf at balanceOffsets in the response payload under status 200. | Payloads violating the updated allOf validation rule will be rejected. | Update client-side schema definitions to respect the new allOf constraint. |
| POST/documents/core/transaction/v2/spaces/[spaceId]/documents/[documentId]:move | Modified the strict schema constraint value at examples/Document in the response payload under status 200. | Payloads violating the updated value validation rule will be rejected. | Update client-side schema definitions to respect the new value constraint. |
| POST/documents/core/transaction/v2/spaces/[spaceId]/documents/[documentId]:move | Modified the strict schema constraint value at examples/Document with parent directory in the response payload under status 200. | Payloads violating the updated value validation rule will be rejected. | Update client-side schema definitions to respect the new value constraint. |
| POST/documents/core/transaction/v2/spaces/[spaceId]/documents/[documentId]:unassignConnection | Modified the strict schema constraint allOf at balanceOffsets in the response payload under status 200. | Payloads violating the updated allOf validation rule will be rejected. | Update client-side schema definitions to respect the new allOf constraint. |
| POST/documents/core/v1/files:convert | Removed the input/metadata/customer/globalIdentifiers/peppol:participantId request property. | Client payloads including the input/metadata/customer/globalIdentifiers/peppol:participantId field will be rejected. | Remove the input/metadata/customer/globalIdentifiers/peppol:participantId parameter from request payload models. |
| POST/documents/core/v1/files:convert | Modified the strict schema constraint oneOf at input/metadata/customer/globalIdentifiers in the request payload. | Payloads violating the updated oneOf validation rule will be rejected. | Update client-side schema definitions to respect the new oneOf constraint. |
| POST/documents/core/v1/files:convert | Removed the input/metadata/supplier/globalIdentifiers/peppol:participantId request property. | Client payloads including the input/metadata/supplier/globalIdentifiers/peppol:participantId field will be rejected. | Remove the input/metadata/supplier/globalIdentifiers/peppol:participantId parameter from request payload models. |
| POST/documents/core/v1/files:convert | Modified the strict schema constraint oneOf at input/metadata/supplier/globalIdentifiers in the request payload. | Payloads violating the updated oneOf validation rule will be rejected. | Update client-side schema definitions to respect the new oneOf constraint. |
| POST/documents/core/v1/files:convert | Removed the be.efff:credit-note enum value from the outputType request property. | Submitting be.efff:credit-note will result in schema validation failures. | Remove usage of be.efff:credit-note and implement fallback logic. |
| POST/documents/core/v1/files:convert | Removed the be.efff:credit-note:3.0.0 enum value from the outputType request property. | Submitting be.efff:credit-note:3.0.0 will result in schema validation failures. | Remove usage of be.efff:credit-note:3.0.0 and implement fallback logic. |
| POST/documents/core/v1/files:convert | Removed the eu.cen.en16931:cii:1.3.12 enum value from the outputType request property. | Submitting eu.cen.en16931:cii:1.3.12 will result in schema validation failures. | Remove usage of eu.cen.en16931:cii:1.3.12 and implement fallback logic. |
| POST/documents/core/v1/files:convert | Removed the eu.cen.en16931:cii:1.3.13 enum value from the outputType request property. | Submitting eu.cen.en16931:cii:1.3.13 will result in schema validation failures. | Remove usage of eu.cen.en16931:cii:1.3.13 and implement fallback logic. |
| POST/documents/core/v1/files:convert | Modified the strict schema constraint minLength at outputType in the request payload. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| POST/documents/core/v1/files:convert | Modified the strict schema constraint minLength at outputUrl in the request payload. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| POST/documents/core/v1/spaces/documents:validate | Modified the strict schema constraint minItems at documentIds in the request payload. | Payloads violating the updated minItems validation rule will be rejected. | Update client-side schema definitions to respect the new minItems constraint. |
| POST/documents/core/v1/spaces/documents:validate | Removed the failureResults response property under status 200. | Client payloads including the failureResults field will be rejected. | Remove the failureResults parameter from response payload under status 200 models. |
| POST/documents/core/v1/spaces/documents:validate | Removed the successResults response property under status 200. | Client payloads including the successResults field will be rejected. | Remove the successResults parameter from response payload under status 200 models. |
| POST/documents/core/v1/spaces/documents:validate | Removed the validationId response property under status 200. | Client payloads including the validationId field will be rejected. | Remove the validationId parameter from response payload under status 200 models. |
| POST/documents/core/v1/spaces/documents:validate | The failure property is now REQUIRED in the response payload under status 200. | Omitting failure will cause validation errors. | Ensure failure is populated. |
| POST/documents/core/v1/spaces/documents:validate | The success property is now REQUIRED in the response payload under status 200. | Omitting success will cause validation errors. | Ensure success is populated. |
| POST/documents/core/v1/spaces/documents:validate | Removed the successResults response property under status 202. | Client payloads including the successResults field will be rejected. | Remove the successResults parameter from response payload under status 202 models. |
| POST/documents/core/v1/spaces/documents:validate | Removed the validationId response property under status 202. | Client payloads including the validationId field will be rejected. | Remove the validationId parameter from response payload under status 202 models. |
| POST/documents/core/v1/spaces/documents:validate | Removed the failureResults response property under status 202. | Client payloads including the failureResults field will be rejected. | Remove the failureResults parameter from response payload under status 202 models. |
| POST/documents/core/v1/spaces/documents:validate | The failure property is now REQUIRED in the response payload under status 202. | Omitting failure will cause validation errors. | Ensure failure is populated. |
| POST/documents/core/v1/spaces/documents:validate | The success property is now REQUIRED in the response payload under status 202. | Omitting success will cause validation errors. | Ensure success is populated. |
| POST/documents/core/v1/spaces/[spaceId]/documents/[documentId]/documentNumbers:create | Modified the request payload structure (affected parameters: added). | Client payloads not conforming to the updated strict schema validation will be rejected. | Update client-side schema definitions and models. |
| POST/documents/core/v1/spaces/[spaceId]/documents/[documentId]/representations/[representationId]:createLink | Modified the strict schema constraint minLength at link in the response payload under status 200. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| POST/documents/core/v1/spaces/[spaceId]/documents/[documentId]:getOrCreateRepresentation | Modified the strict schema constraint extensions at documentType in the request payload. | Payloads violating the updated extensions validation rule will be rejected. | Update client-side schema definitions to respect the new extensions constraint. |
| POST/documents/core/v1/spaces/[spaceId]/documents/[documentId]:getOrCreateRepresentation | Modified the strict schema constraint minLength at contentType in the response payload under status 200. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| POST/documents/core/v1/spaces/[spaceId]/documents/[documentId]:getOrCreateRepresentation | Modified the strict schema constraint minLength at filename in the response payload under status 200. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| POST/documents/core/v1/spaces/[spaceId]/documents/[documentId]:getOrCreateRepresentation | Modified the strict schema constraint minLength at md5Hash in the response payload under status 200. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| POST/documents/core/v1/spaces/[spaceId]/documents/[documentId]:getOrCreateRepresentation | Modified the strict schema constraint minLength at size in the response payload under status 200. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| POST/documents/core/v1/spaces/[spaceId]/documents/[documentId]:getOrCreateRepresentation | Modified the strict schema constraint minLength at status in the response payload under status 200. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| POST/documents/core/v1/spaces/[spaceId]/documents/[documentId]:getOrCreateRepresentation | Modified the strict schema constraint extensions at type in the response payload under status 200. | Payloads violating the updated extensions validation rule will be rejected. | Update client-side schema definitions to respect the new extensions constraint. |
| POST/documents/core/v1/spaces/[spaceId]/documents/[documentId]:getOrCreateRepresentation | Modified the strict schema constraint minLength at type in the response payload under status 200. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| POST/documents/core/v1/spaces/[spaceId]/documents/[documentId]:getOrCreateRepresentation | Modified the strict schema constraint minLength at uploadUrl in the response payload under status 200. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| POST/documents/core/v1/spaces/[spaceId]/documents/[documentId]:getOrCreateRepresentation | The original property is now REQUIRED in the response payload under status 200. | Omitting original will cause validation errors. | Ensure original is populated. |
| POST/documents/core/v1/validate | Modified the strict schema constraint minLength at inputUrl in the request payload. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| POST/documents/core/v1/validate | Modified the strict schema constraint minLength at documentType in the response payload under status 200. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
NewNew Endpoints
| Method & Endpoint | Core Functionality | Auth/Scopes Required |
|---|---|---|
| ADD/documents/core/v1/spaces/[spaceId]/documents/[documentId]:createVersion | Access the newly provided functionality and features for this resource. | None specified |
| ADD/documents/core/v1/spaces/[spaceId]/documents/[documentId]:finalize | Access the newly provided functionality and features for this resource. | None specified |
| ADD/documents/core/v2/spaces/[spaceId]/documents/documentNumbers/[category]/series | Access the newly provided functionality and features for this resource. | None specified |
| ADD/documents/core/v1/spaces/[spaceId]/documents/[documentId]:dispute | Access the newly provided functionality and features for this resource. | None specified |
| ADD/documents/core/v1/spaces/[spaceId]/documents/[documentId]:cancel | Access the newly provided functionality and features for this resource. | None specified |
| ADD/documents/core/v1/spaces/[spaceId]/documents/[documentId]:processHITLFeedback/[token]/[humanInTheLoopRequestId] | Access the newly provided functionality and features for this resource. | None specified |
| ADD/documents/core/v1/outputTypes | Access the newly provided functionality and features for this resource. | None specified |
| ADD/documents/core/v2/spaces/[spaceId]/documents/documentNumbers/[category]/series/[seriesId] | Access the newly provided functionality and features for this resource. | None specified |
| ADD/documents/core/v1/spaces/[spaceId]/documents/[documentId]:resolve | Access the newly provided functionality and features for this resource. | None specified |
| ADD/documents/core/v1/spaces/files:process | Access the newly provided functionality and features for this resource. | None specified |
| ADD/documents/core/v2/spaces/[spaceId]/documents/[documentId]/documentNumbers:create | Access the newly provided functionality and features for this resource. | None specified |
| ADD/documents/core/transaction/v1/spaces/[spaceId]/files/[fileId]/documents/[documentId] | Access the newly provided functionality and features for this resource. | None specified |
| ADD/documents/core/v2/spaces/[spaceId]/documents/documentNumbers | Access the newly provided functionality and features for this resource. | None specified |
| ADD/documents/core/v1/spaces/[spaceId]/documents/[documentId]:refuse | Access the newly provided functionality and features for this resource. | None specified |
| ADD/documents/core/v2/spaces/documents:validate | Access the newly provided functionality and features for this resource. | None specified |
| ADD/documents/core/v2/spaces/[spaceId]/documents/documentNumbers/[category]/series/[seriesId]:markAsDefault | Access the newly provided functionality and features for this resource. | None specified |
| ADD/documents/core/v1/inputTypes | Access the newly provided functionality and features for this resource. | None specified |
InfoImprovements (Non-Breaking)
| Method & Endpoint | Enhancement Details | Developer Opportunity |
|---|---|---|
| POST/documents/core/business/v1/spaces/[spaceId]/documents/[documentId]/documentNumbers:create | Marked the endpoint as deprecated. | This endpoint will be removed in a future release. |
| POST/documents/core/business/v1/spaces/[spaceId]/documents:calculate | Added the new optional request property lines/productIdentifiers/sellerIdentifier. | Supply or consume lines/productIdentifiers/sellerIdentifier for enriched functionality. |
| POST/documents/core/business/v1/spaces/[spaceId]/documents:calculate | Added the new optional request property options/baseLineDescription. | Supply or consume options/baseLineDescription for enriched functionality. |
| POST/documents/core/business/v1/spaces/[spaceId]/documents:calculate | Added the new optional request property options/recreateInvoiceLines. | Supply or consume options/recreateInvoiceLines for enriched functionality. |
| POST/documents/core/business/v1/spaces/[spaceId]/documents:calculate | Added the new optional response property under status 200 lines/metadata/invoiceReferences. | Supply or consume lines/metadata/invoiceReferences for enriched functionality. |
| POST/documents/core/business/v1/spaces/[spaceId]/documents:calculate | Added the new optional response property under status 200 lines/productIdentifiers/sellerIdentifier. | Supply or consume lines/productIdentifiers/sellerIdentifier for enriched functionality. |
| GET/documents/core/transaction/v1/spaces/[spaceId]/documents | Added the new optional response property under status 200 documents/readOnly. | Supply or consume documents/readOnly for enriched functionality. |
| GET/documents/core/transaction/v1/spaces/[spaceId]/documents | Updated the schema metadata description at documents/category in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/documents/core/transaction/v1/spaces/[spaceId]/documents | The documents/lines/quantity property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/documents/core/transaction/v1/spaces/[spaceId]/documents | The documents/lines/sequence property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/documents/core/transaction/v1/spaces/[spaceId]/documents | The documents/lines/unit property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/documents/core/transaction/v1/spaces/[spaceId]/documents | The documents/lines/unitPrice property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/documents/core/transaction/v1/spaces/[spaceId]/documents | The documents/lines/currency property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/documents/core/transaction/v1/spaces/[spaceId]/documents | The documents/lines/grossAmount property is no longer required in the response payload under status 200. | Clients can omit this property. |
| POST/documents/core/transaction/v1/spaces/[spaceId]/documents | Added the new PROFORMA_INVOICE enum value to the category request property. | You can now use this new enum value in requests. |
| POST/documents/core/transaction/v1/spaces/[spaceId]/documents | The lines/unit property is no longer required in the request payload. | Clients can omit this property. |
| POST/documents/core/transaction/v1/spaces/[spaceId]/documents | The lines/unitPrice property is no longer required in the request payload. | Clients can omit this property. |
| POST/documents/core/transaction/v1/spaces/[spaceId]/documents | The lines/currency property is no longer required in the request payload. | Clients can omit this property. |
| POST/documents/core/transaction/v1/spaces/[spaceId]/documents | The lines/quantity property is no longer required in the request payload. | Clients can omit this property. |
| POST/documents/core/transaction/v1/spaces/[spaceId]/documents | The retentionTime property is no longer required in the request payload. | Clients can omit this property. |
| POST/documents/core/transaction/v1/spaces/[spaceId]/documents | Added the new optional response property under status 201 readOnly. | Supply or consume readOnly for enriched functionality. |
| POST/documents/core/transaction/v1/spaces/[spaceId]/documents | Updated the schema metadata description at category in the response payload under status 201. | Provides better clarity or default behavior in the documentation. |
| POST/documents/core/transaction/v1/spaces/[spaceId]/documents | The lines/quantity property is no longer required in the response payload under status 201. | Clients can omit this property. |
| POST/documents/core/transaction/v1/spaces/[spaceId]/documents | The lines/sequence property is no longer required in the response payload under status 201. | Clients can omit this property. |
| POST/documents/core/transaction/v1/spaces/[spaceId]/documents | The lines/unit property is no longer required in the response payload under status 201. | Clients can omit this property. |
| POST/documents/core/transaction/v1/spaces/[spaceId]/documents | The lines/unitPrice property is no longer required in the response payload under status 201. | Clients can omit this property. |
| POST/documents/core/transaction/v1/spaces/[spaceId]/documents | The lines/currency property is no longer required in the response payload under status 201. | Clients can omit this property. |
| POST/documents/core/transaction/v1/spaces/[spaceId]/documents | The lines/grossAmount property is no longer required in the response payload under status 201. | Clients can omit this property. |
| POST/documents/core/transaction/v1/spaces/[spaceId]/documents | Updated the schema metadata example in the response payload under status 201. | Provides better clarity or default behavior in the documentation. |
| GET/documents/core/transaction/v1/spaces/[spaceId]/documents/[documentId] | Added the new optional response property under status 200 readOnly. | Supply or consume readOnly for enriched functionality. |
| GET/documents/core/transaction/v1/spaces/[spaceId]/documents/[documentId] | Updated the schema metadata description at category in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/documents/core/transaction/v1/spaces/[spaceId]/documents/[documentId] | The lines/quantity property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/documents/core/transaction/v1/spaces/[spaceId]/documents/[documentId] | The lines/sequence property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/documents/core/transaction/v1/spaces/[spaceId]/documents/[documentId] | The lines/unit property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/documents/core/transaction/v1/spaces/[spaceId]/documents/[documentId] | The lines/unitPrice property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/documents/core/transaction/v1/spaces/[spaceId]/documents/[documentId] | The lines/currency property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/documents/core/transaction/v1/spaces/[spaceId]/documents/[documentId] | The lines/grossAmount property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/documents/core/transaction/v1/spaces/[spaceId]/documents/[documentId] | Updated the schema metadata example in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| PATCH/documents/core/transaction/v1/spaces/[spaceId]/documents/[documentId] | Added the new PROFORMA_INVOICE enum value to the category request property. | You can now use this new enum value in requests. |
| PATCH/documents/core/transaction/v1/spaces/[spaceId]/documents/[documentId] | Added the new optional response property under status 200 readOnly. | Supply or consume readOnly for enriched functionality. |
| PATCH/documents/core/transaction/v1/spaces/[spaceId]/documents/[documentId] | Updated the schema metadata description at category in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| PATCH/documents/core/transaction/v1/spaces/[spaceId]/documents/[documentId] | The lines/quantity property is no longer required in the response payload under status 200. | Clients can omit this property. |
| PATCH/documents/core/transaction/v1/spaces/[spaceId]/documents/[documentId] | The lines/sequence property is no longer required in the response payload under status 200. | Clients can omit this property. |
| PATCH/documents/core/transaction/v1/spaces/[spaceId]/documents/[documentId] | The lines/unit property is no longer required in the response payload under status 200. | Clients can omit this property. |
| PATCH/documents/core/transaction/v1/spaces/[spaceId]/documents/[documentId] | The lines/unitPrice property is no longer required in the response payload under status 200. | Clients can omit this property. |
| PATCH/documents/core/transaction/v1/spaces/[spaceId]/documents/[documentId] | The lines/currency property is no longer required in the response payload under status 200. | Clients can omit this property. |
| PATCH/documents/core/transaction/v1/spaces/[spaceId]/documents/[documentId] | The lines/grossAmount property is no longer required in the response payload under status 200. | Clients can omit this property. |
| PATCH/documents/core/transaction/v1/spaces/[spaceId]/documents/[documentId] | Updated the schema metadata example in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/documents/core/transaction/v1/spaces/[spaceId]/documents/[documentId]/files | Added the new optional request property query. | Filter or enhance queries by utilizing the query parameter for more targeted results. |
| GET/documents/core/transaction/v1/spaces/[spaceId]/documents/[documentId]/files | Added the new optional response property under status 200 files/children. | Supply or consume files/children for enriched functionality. |
| GET/documents/core/transaction/v1/spaces/[spaceId]/documents/[documentId]/files | Added the new optional response property under status 200 files/parentFileId. | Supply or consume files/parentFileId for enriched functionality. |
| GET/documents/core/transaction/v1/spaces/[spaceId]/documents/[documentId]/files | Updated the schema metadata example in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| POST/documents/core/transaction/v1/spaces/[spaceId]/documents/[documentId]/files | The files property is no longer required in the request payload. | Clients can omit this property. |
| POST/documents/core/transaction/v1/spaces/[spaceId]/documents/[documentId]/files | The files property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/documents/core/transaction/v1/spaces/[spaceId]/documents/[documentId]/representations | Updated the schema metadata example in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| POST/documents/core/transaction/v1/spaces/[spaceId]/documents/[documentId]/representations | Added the new optional request property metadata. | Supply or consume metadata for enriched functionality. |
| POST/documents/core/transaction/v1/spaces/[spaceId]/documents/[documentId]/representations | Updated the schema metadata example in the request payload. | Provides better clarity or default behavior in the documentation. |
| PATCH/documents/core/transaction/v1/spaces/[spaceId]/documents/[documentId]/representations/[documentRepresentationId] | Added the new optional request property metadata. | Supply or consume metadata for enriched functionality. |
| PATCH/documents/core/transaction/v1/spaces/[spaceId]/documents/[documentId]/representations/[documentRepresentationId] | Updated the schema metadata example in the request payload. | Provides better clarity or default behavior in the documentation. |
| GET/documents/core/transaction/v1/spaces/[spaceId]/documents/[documentId]/tasks | Marked the endpoint as deprecated. | This endpoint will be removed in a future release. |
| POST/documents/core/transaction/v1/spaces/[spaceId]/documents/[documentId]/tasks | The extensionName property is no longer required in the request payload. | Clients can omit this property. |
| POST/documents/core/transaction/v1/spaces/[spaceId]/documents/[documentId]/tasks | Marked the endpoint as deprecated. | This endpoint will be removed in a future release. |
| DELETE/documents/core/transaction/v1/spaces/[spaceId]/documents/[documentId]/tasks/[extensionName] | Marked the endpoint as deprecated. | This endpoint will be removed in a future release. |
| GET/documents/core/transaction/v1/spaces/[spaceId]/documents/[documentId]/tasks/[extensionName] | Marked the endpoint as deprecated. | This endpoint will be removed in a future release. |
| PATCH/documents/core/transaction/v1/spaces/[spaceId]/documents/[documentId]/tasks/[extensionName] | The status property is no longer required in the request payload. | Clients can omit this property. |
| PATCH/documents/core/transaction/v1/spaces/[spaceId]/documents/[documentId]/tasks/[extensionName] | Marked the endpoint as deprecated. | This endpoint will be removed in a future release. |
| PATCH/documents/core/transaction/v1/spaces/[spaceId]/documents/[documentId]:jsonpatch | Added the new optional response property under status 200 readOnly. | Supply or consume readOnly for enriched functionality. |
| PATCH/documents/core/transaction/v1/spaces/[spaceId]/documents/[documentId]:jsonpatch | Updated the schema metadata description at category in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| PATCH/documents/core/transaction/v1/spaces/[spaceId]/documents/[documentId]:jsonpatch | The lines/quantity property is no longer required in the response payload under status 200. | Clients can omit this property. |
| PATCH/documents/core/transaction/v1/spaces/[spaceId]/documents/[documentId]:jsonpatch | The lines/sequence property is no longer required in the response payload under status 200. | Clients can omit this property. |
| PATCH/documents/core/transaction/v1/spaces/[spaceId]/documents/[documentId]:jsonpatch | The lines/unit property is no longer required in the response payload under status 200. | Clients can omit this property. |
| PATCH/documents/core/transaction/v1/spaces/[spaceId]/documents/[documentId]:jsonpatch | The lines/unitPrice property is no longer required in the response payload under status 200. | Clients can omit this property. |
| PATCH/documents/core/transaction/v1/spaces/[spaceId]/documents/[documentId]:jsonpatch | The lines/currency property is no longer required in the response payload under status 200. | Clients can omit this property. |
| PATCH/documents/core/transaction/v1/spaces/[spaceId]/documents/[documentId]:jsonpatch | The lines/grossAmount property is no longer required in the response payload under status 200. | Clients can omit this property. |
| PATCH/documents/core/transaction/v1/spaces/[spaceId]/documents/[documentId]:jsonpatch | Updated the schema metadata example in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/documents/core/transaction/v1/spaces/[spaceId]/files | Added the new optional request property query. | Filter or enhance queries by utilizing the query parameter for more targeted results. |
| GET/documents/core/transaction/v1/spaces/[spaceId]/files | Added the new optional response property under status 200 files/children. | Supply or consume files/children for enriched functionality. |
| GET/documents/core/transaction/v1/spaces/[spaceId]/files | Added the new optional response property under status 200 files/parentFileId. | Supply or consume files/parentFileId for enriched functionality. |
| GET/documents/core/transaction/v1/spaces/[spaceId]/files | Updated the schema metadata example in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/documents/core/transaction/v1/spaces/[spaceId]/files | Updated the schema metadata examples in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| POST/documents/core/transaction/v1/spaces/[spaceId]/files | Added the new optional request property attachments. | Supply or consume attachments for enriched functionality. |
| POST/documents/core/transaction/v1/spaces/[spaceId]/files | Added the new optional request property category. | Supply or consume category for enriched functionality. |
| POST/documents/core/transaction/v1/spaces/[spaceId]/files | Added the new optional request property parentFileId. | Supply or consume parentFileId for enriched functionality. |
| POST/documents/core/transaction/v1/spaces/[spaceId]/files | Added the new optional request property fileId. | Supply or consume fileId for enriched functionality. |
| POST/documents/core/transaction/v1/spaces/[spaceId]/files | Updated the schema metadata example in the request payload. | Provides better clarity or default behavior in the documentation. |
| POST/documents/core/transaction/v1/spaces/[spaceId]/files | Updated the schema metadata examples in the request payload. | Provides better clarity or default behavior in the documentation. |
| POST/documents/core/transaction/v1/spaces/[spaceId]/files | Added the new optional response property under status 201 parentFileId. | Supply or consume parentFileId for enriched functionality. |
| POST/documents/core/transaction/v1/spaces/[spaceId]/files | Added the new optional response property under status 201 children. | Supply or consume children for enriched functionality. |
| POST/documents/core/transaction/v1/spaces/[spaceId]/files | Updated the schema metadata example in the response payload under status 201. | Provides better clarity or default behavior in the documentation. |
| POST/documents/core/transaction/v1/spaces/[spaceId]/files | Updated the schema metadata examples in the response payload under status 201. | Provides better clarity or default behavior in the documentation. |
| GET/documents/core/transaction/v1/spaces/[spaceId]/files/[fileId] | Added the new optional request property query. | Filter or enhance queries by utilizing the query parameter for more targeted results. |
| GET/documents/core/transaction/v1/spaces/[spaceId]/files/[fileId] | Added the new optional response property under status 200 children. | Supply or consume children for enriched functionality. |
| GET/documents/core/transaction/v1/spaces/[spaceId]/files/[fileId] | Added the new optional response property under status 200 parentFileId. | Supply or consume parentFileId for enriched functionality. |
| GET/documents/core/transaction/v1/spaces/[spaceId]/files/[fileId] | Updated the schema metadata example in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| PATCH/documents/core/transaction/v1/spaces/[spaceId]/files/[fileId] | Added the new optional request property parentFileId. | Supply or consume parentFileId for enriched functionality. |
| PATCH/documents/core/transaction/v1/spaces/[spaceId]/files/[fileId] | Added the new AWAITING_USER_ACTION enum value to the status request property. | You can now use this new enum value in requests. |
| PATCH/documents/core/transaction/v1/spaces/[spaceId]/files/[fileId] | Added the new REJECTED enum value to the status request property. | You can now use this new enum value in requests. |
| PATCH/documents/core/transaction/v1/spaces/[spaceId]/files/[fileId] | Added the new REPROCESSED enum value to the status request property. | You can now use this new enum value in requests. |
| PATCH/documents/core/transaction/v1/spaces/[spaceId]/files/[fileId] | Updated the schema metadata example in the request payload. | Provides better clarity or default behavior in the documentation. |
| PATCH/documents/core/transaction/v1/spaces/[spaceId]/files/[fileId] | Added the new optional response property under status 200 parentFileId. | Supply or consume parentFileId for enriched functionality. |
| PATCH/documents/core/transaction/v1/spaces/[spaceId]/files/[fileId] | Added the new optional response property under status 200 children. | Supply or consume children for enriched functionality. |
| PATCH/documents/core/transaction/v1/spaces/[spaceId]/files/[fileId] | Updated the schema metadata example in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| POST/documents/core/transaction/v1/spaces/[spaceId]/files/[fileId]/documents | The documents property is no longer required in the request payload. | Clients can omit this property. |
| POST/documents/core/transaction/v1/spaces/[spaceId]/files/[fileId]/documents | The documents property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/documents/core/transaction/v1/spaces/[spaceId]/[folder]/documents | Added the new optional response property under status 200 documents/readOnly. | Supply or consume documents/readOnly for enriched functionality. |
| GET/documents/core/transaction/v1/spaces/[spaceId]/[folder]/documents | Updated the schema metadata description at documents/category in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/documents/core/transaction/v1/spaces/[spaceId]/[folder]/documents | The documents/lines/quantity property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/documents/core/transaction/v1/spaces/[spaceId]/[folder]/documents | The documents/lines/sequence property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/documents/core/transaction/v1/spaces/[spaceId]/[folder]/documents | The documents/lines/unit property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/documents/core/transaction/v1/spaces/[spaceId]/[folder]/documents | The documents/lines/unitPrice property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/documents/core/transaction/v1/spaces/[spaceId]/[folder]/documents | The documents/lines/currency property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/documents/core/transaction/v1/spaces/[spaceId]/[folder]/documents | The documents/lines/grossAmount property is no longer required in the response payload under status 200. | Clients can omit this property. |
| POST/documents/core/transaction/v1/spaces/[spaceId]/[folder]/documents | Added the new PROFORMA_INVOICE enum value to the category request property. | You can now use this new enum value in requests. |
| POST/documents/core/transaction/v1/spaces/[spaceId]/[folder]/documents | The lines/unit property is no longer required in the request payload. | Clients can omit this property. |
| POST/documents/core/transaction/v1/spaces/[spaceId]/[folder]/documents | The lines/unitPrice property is no longer required in the request payload. | Clients can omit this property. |
| POST/documents/core/transaction/v1/spaces/[spaceId]/[folder]/documents | The lines/currency property is no longer required in the request payload. | Clients can omit this property. |
| POST/documents/core/transaction/v1/spaces/[spaceId]/[folder]/documents | The lines/quantity property is no longer required in the request payload. | Clients can omit this property. |
| POST/documents/core/transaction/v1/spaces/[spaceId]/[folder]/documents | The retentionTime property is no longer required in the request payload. | Clients can omit this property. |
| POST/documents/core/transaction/v1/spaces/[spaceId]/[folder]/documents | Added the new optional response property under status 201 readOnly. | Supply or consume readOnly for enriched functionality. |
| POST/documents/core/transaction/v1/spaces/[spaceId]/[folder]/documents | Updated the schema metadata description at category in the response payload under status 201. | Provides better clarity or default behavior in the documentation. |
| POST/documents/core/transaction/v1/spaces/[spaceId]/[folder]/documents | The lines/quantity property is no longer required in the response payload under status 201. | Clients can omit this property. |
| POST/documents/core/transaction/v1/spaces/[spaceId]/[folder]/documents | The lines/sequence property is no longer required in the response payload under status 201. | Clients can omit this property. |
| POST/documents/core/transaction/v1/spaces/[spaceId]/[folder]/documents | The lines/unit property is no longer required in the response payload under status 201. | Clients can omit this property. |
| POST/documents/core/transaction/v1/spaces/[spaceId]/[folder]/documents | The lines/unitPrice property is no longer required in the response payload under status 201. | Clients can omit this property. |
| POST/documents/core/transaction/v1/spaces/[spaceId]/[folder]/documents | The lines/currency property is no longer required in the response payload under status 201. | Clients can omit this property. |
| POST/documents/core/transaction/v1/spaces/[spaceId]/[folder]/documents | The lines/grossAmount property is no longer required in the response payload under status 201. | Clients can omit this property. |
| GET/documents/core/transaction/v1/spaces/[spaceId]/[folder]/documents/[documentId] | Added the new optional response property under status 200 readOnly. | Supply or consume readOnly for enriched functionality. |
| GET/documents/core/transaction/v1/spaces/[spaceId]/[folder]/documents/[documentId] | Updated the schema metadata description at category in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/documents/core/transaction/v1/spaces/[spaceId]/[folder]/documents/[documentId] | The lines/quantity property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/documents/core/transaction/v1/spaces/[spaceId]/[folder]/documents/[documentId] | The lines/sequence property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/documents/core/transaction/v1/spaces/[spaceId]/[folder]/documents/[documentId] | The lines/unit property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/documents/core/transaction/v1/spaces/[spaceId]/[folder]/documents/[documentId] | The lines/unitPrice property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/documents/core/transaction/v1/spaces/[spaceId]/[folder]/documents/[documentId] | The lines/currency property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/documents/core/transaction/v1/spaces/[spaceId]/[folder]/documents/[documentId] | The lines/grossAmount property is no longer required in the response payload under status 200. | Clients can omit this property. |
| PATCH/documents/core/transaction/v1/spaces/[spaceId]/[folder]/documents/[documentId] | Added the new PROFORMA_INVOICE enum value to the category request property. | You can now use this new enum value in requests. |
| PATCH/documents/core/transaction/v1/spaces/[spaceId]/[folder]/documents/[documentId] | Added the new optional response property under status 200 readOnly. | Supply or consume readOnly for enriched functionality. |
| PATCH/documents/core/transaction/v1/spaces/[spaceId]/[folder]/documents/[documentId] | Updated the schema metadata description at category in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| PATCH/documents/core/transaction/v1/spaces/[spaceId]/[folder]/documents/[documentId] | The lines/quantity property is no longer required in the response payload under status 200. | Clients can omit this property. |
| PATCH/documents/core/transaction/v1/spaces/[spaceId]/[folder]/documents/[documentId] | The lines/sequence property is no longer required in the response payload under status 200. | Clients can omit this property. |
| PATCH/documents/core/transaction/v1/spaces/[spaceId]/[folder]/documents/[documentId] | The lines/unit property is no longer required in the response payload under status 200. | Clients can omit this property. |
| PATCH/documents/core/transaction/v1/spaces/[spaceId]/[folder]/documents/[documentId] | The lines/unitPrice property is no longer required in the response payload under status 200. | Clients can omit this property. |
| PATCH/documents/core/transaction/v1/spaces/[spaceId]/[folder]/documents/[documentId] | The lines/currency property is no longer required in the response payload under status 200. | Clients can omit this property. |
| PATCH/documents/core/transaction/v1/spaces/[spaceId]/[folder]/documents/[documentId] | The lines/grossAmount property is no longer required in the response payload under status 200. | Clients can omit this property. |
| PATCH/documents/core/transaction/v1/spaces/[spaceId]/[folder]/documents/[documentId] | Updated the schema metadata example in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/documents/core/transaction/v1/spaces/[spaceId]/[folder]/documents/[documentId]/lines | The lines/unitPrice property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/documents/core/transaction/v1/spaces/[spaceId]/[folder]/documents/[documentId]/lines | The lines/currency property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/documents/core/transaction/v1/spaces/[spaceId]/[folder]/documents/[documentId]/lines | The lines/grossAmount property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/documents/core/transaction/v1/spaces/[spaceId]/[folder]/documents/[documentId]/lines | The lines/quantity property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/documents/core/transaction/v1/spaces/[spaceId]/[folder]/documents/[documentId]/lines | The lines/sequence property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/documents/core/transaction/v1/spaces/[spaceId]/[folder]/documents/[documentId]/lines | The lines/unit property is no longer required in the response payload under status 200. | Clients can omit this property. |
| POST/documents/core/transaction/v1/spaces/[spaceId]/[folder]/documents/[documentId]/lines | The lines/unitPrice property is no longer required in the request payload. | Clients can omit this property. |
| POST/documents/core/transaction/v1/spaces/[spaceId]/[folder]/documents/[documentId]/lines | The lines/currency property is no longer required in the request payload. | Clients can omit this property. |
| POST/documents/core/transaction/v1/spaces/[spaceId]/[folder]/documents/[documentId]/lines | The lines/grossAmount property is no longer required in the request payload. | Clients can omit this property. |
| POST/documents/core/transaction/v1/spaces/[spaceId]/[folder]/documents/[documentId]/lines | The lines/quantity property is no longer required in the request payload. | Clients can omit this property. |
| POST/documents/core/transaction/v1/spaces/[spaceId]/[folder]/documents/[documentId]/lines | The lines/sequence property is no longer required in the request payload. | Clients can omit this property. |
| POST/documents/core/transaction/v1/spaces/[spaceId]/[folder]/documents/[documentId]/lines | The lines/unit property is no longer required in the request payload. | Clients can omit this property. |
| POST/documents/core/transaction/v1/spaces/[spaceId]/[folder]/documents/[documentId]/lines | The lines property is no longer required in the request payload. | Clients can omit this property. |
| POST/documents/core/transaction/v1/spaces/[spaceId]/[folder]/documents/[documentId]/lines | The lines/unitPrice property is no longer required in the response payload under status 201. | Clients can omit this property. |
| POST/documents/core/transaction/v1/spaces/[spaceId]/[folder]/documents/[documentId]/lines | The lines/currency property is no longer required in the response payload under status 201. | Clients can omit this property. |
| POST/documents/core/transaction/v1/spaces/[spaceId]/[folder]/documents/[documentId]/lines | The lines/grossAmount property is no longer required in the response payload under status 201. | Clients can omit this property. |
| POST/documents/core/transaction/v1/spaces/[spaceId]/[folder]/documents/[documentId]/lines | The lines/quantity property is no longer required in the response payload under status 201. | Clients can omit this property. |
| POST/documents/core/transaction/v1/spaces/[spaceId]/[folder]/documents/[documentId]/lines | The lines/sequence property is no longer required in the response payload under status 201. | Clients can omit this property. |
| POST/documents/core/transaction/v1/spaces/[spaceId]/[folder]/documents/[documentId]/lines | The lines/unit property is no longer required in the response payload under status 201. | Clients can omit this property. |
| GET/documents/core/transaction/v1/spaces/[spaceId]/[folder]/documents/[documentId]/lines/[lineId] | The quantity property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/documents/core/transaction/v1/spaces/[spaceId]/[folder]/documents/[documentId]/lines/[lineId] | The sequence property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/documents/core/transaction/v1/spaces/[spaceId]/[folder]/documents/[documentId]/lines/[lineId] | The unit property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/documents/core/transaction/v1/spaces/[spaceId]/[folder]/documents/[documentId]/lines/[lineId] | The unitPrice property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/documents/core/transaction/v1/spaces/[spaceId]/[folder]/documents/[documentId]/lines/[lineId] | The currency property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/documents/core/transaction/v1/spaces/[spaceId]/[folder]/documents/[documentId]/lines/[lineId] | The grossAmount property is no longer required in the response payload under status 200. | Clients can omit this property. |
| PATCH/documents/core/transaction/v1/spaces/[spaceId]/[folder]/documents/[documentId]/lines/[lineId] | The currency property is no longer required in the response payload under status 200. | Clients can omit this property. |
| PATCH/documents/core/transaction/v1/spaces/[spaceId]/[folder]/documents/[documentId]/lines/[lineId] | The grossAmount property is no longer required in the response payload under status 200. | Clients can omit this property. |
| PATCH/documents/core/transaction/v1/spaces/[spaceId]/[folder]/documents/[documentId]/lines/[lineId] | The quantity property is no longer required in the response payload under status 200. | Clients can omit this property. |
| PATCH/documents/core/transaction/v1/spaces/[spaceId]/[folder]/documents/[documentId]/lines/[lineId] | The sequence property is no longer required in the response payload under status 200. | Clients can omit this property. |
| PATCH/documents/core/transaction/v1/spaces/[spaceId]/[folder]/documents/[documentId]/lines/[lineId] | The unit property is no longer required in the response payload under status 200. | Clients can omit this property. |
| PATCH/documents/core/transaction/v1/spaces/[spaceId]/[folder]/documents/[documentId]/lines/[lineId] | The unitPrice property is no longer required in the response payload under status 200. | Clients can omit this property. |
| PATCH/documents/core/transaction/v1/spaces/[spaceId]/[folder]/documents/[documentId]:jsonpatch | Added the new optional response property under status 200 readOnly. | Supply or consume readOnly for enriched functionality. |
| PATCH/documents/core/transaction/v1/spaces/[spaceId]/[folder]/documents/[documentId]:jsonpatch | Updated the schema metadata description at category in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| PATCH/documents/core/transaction/v1/spaces/[spaceId]/[folder]/documents/[documentId]:jsonpatch | The lines/quantity property is no longer required in the response payload under status 200. | Clients can omit this property. |
| PATCH/documents/core/transaction/v1/spaces/[spaceId]/[folder]/documents/[documentId]:jsonpatch | The lines/sequence property is no longer required in the response payload under status 200. | Clients can omit this property. |
| PATCH/documents/core/transaction/v1/spaces/[spaceId]/[folder]/documents/[documentId]:jsonpatch | The lines/unit property is no longer required in the response payload under status 200. | Clients can omit this property. |
| PATCH/documents/core/transaction/v1/spaces/[spaceId]/[folder]/documents/[documentId]:jsonpatch | The lines/unitPrice property is no longer required in the response payload under status 200. | Clients can omit this property. |
| PATCH/documents/core/transaction/v1/spaces/[spaceId]/[folder]/documents/[documentId]:jsonpatch | The lines/currency property is no longer required in the response payload under status 200. | Clients can omit this property. |
| PATCH/documents/core/transaction/v1/spaces/[spaceId]/[folder]/documents/[documentId]:jsonpatch | The lines/grossAmount property is no longer required in the response payload under status 200. | Clients can omit this property. |
| PATCH/documents/core/transaction/v1/spaces/[spaceId]/[folder]/documents/[documentId]:jsonpatch | Updated the schema metadata example in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/documents/core/transaction/v2/spaces/[spaceId]/documents | Added the new optional request property query. | Filter or enhance queries by utilizing the query parameter for more targeted results. |
| GET/documents/core/transaction/v2/spaces/[spaceId]/documents | Added the new optional response property under status 200 documents/readOnly. | Supply or consume documents/readOnly for enriched functionality. |
| GET/documents/core/transaction/v2/spaces/[spaceId]/documents | Updated the schema metadata description at documents/category in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/documents/core/transaction/v2/spaces/[spaceId]/documents | The documents/lines/sequence property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/documents/core/transaction/v2/spaces/[spaceId]/documents | Updated the schema metadata example in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| POST/documents/core/transaction/v2/spaces/[spaceId]/documents | Added the new optional request property createdAt. | Supply or consume createdAt for enriched functionality. |
| POST/documents/core/transaction/v2/spaces/[spaceId]/documents | Added the new PROFORMA_INVOICE enum value to the category request property. | You can now use this new enum value in requests. |
| POST/documents/core/transaction/v2/spaces/[spaceId]/documents | The retentionTime property is no longer required in the request payload. | Clients can omit this property. |
| POST/documents/core/transaction/v2/spaces/[spaceId]/documents | Added the new optional response property under status 201 readOnly. | Supply or consume readOnly for enriched functionality. |
| POST/documents/core/transaction/v2/spaces/[spaceId]/documents | Updated the schema metadata description at category in the response payload under status 201. | Provides better clarity or default behavior in the documentation. |
| POST/documents/core/transaction/v2/spaces/[spaceId]/documents | The lines/sequence property is no longer required in the response payload under status 201. | Clients can omit this property. |
| GET/documents/core/transaction/v2/spaces/[spaceId]/documents/[documentId] | Added the new optional response property under status 200 readOnly. | Supply or consume readOnly for enriched functionality. |
| GET/documents/core/transaction/v2/spaces/[spaceId]/documents/[documentId] | Updated the schema metadata description at category in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/documents/core/transaction/v2/spaces/[spaceId]/documents/[documentId] | The lines/sequence property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/documents/core/transaction/v2/spaces/[spaceId]/documents/[documentId] | Updated the schema metadata example in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| PATCH/documents/core/transaction/v2/spaces/[spaceId]/documents/[documentId] | Added the new optional request property createdAt. | Supply or consume createdAt for enriched functionality. |
| PATCH/documents/core/transaction/v2/spaces/[spaceId]/documents/[documentId] | Added the new PROFORMA_INVOICE enum value to the category request property. | You can now use this new enum value in requests. |
| PATCH/documents/core/transaction/v2/spaces/[spaceId]/documents/[documentId] | Added the new optional response property under status 200 readOnly. | Supply or consume readOnly for enriched functionality. |
| PATCH/documents/core/transaction/v2/spaces/[spaceId]/documents/[documentId] | Updated the schema metadata description at category in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| PATCH/documents/core/transaction/v2/spaces/[spaceId]/documents/[documentId] | The lines/sequence property is no longer required in the response payload under status 200. | Clients can omit this property. |
| PATCH/documents/core/transaction/v2/spaces/[spaceId]/documents/[documentId] | Updated the schema metadata example in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/documents/core/transaction/v2/spaces/[spaceId]/documents/[documentId]/lines | The lines/sequence property is no longer required in the response payload under status 200. | Clients can omit this property. |
| POST/documents/core/transaction/v2/spaces/[spaceId]/documents/[documentId]/lines | The lines property is no longer required in the request payload. | Clients can omit this property. |
| POST/documents/core/transaction/v2/spaces/[spaceId]/documents/[documentId]/lines | The lines/sequence property is no longer required in the response payload under status 201. | Clients can omit this property. |
| PUT/documents/core/transaction/v2/spaces/[spaceId]/documents/[documentId]/lines | The lines property is no longer required in the request payload. | Clients can omit this property. |
| PUT/documents/core/transaction/v2/spaces/[spaceId]/documents/[documentId]/lines | The lines/sequence property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/documents/core/transaction/v2/spaces/[spaceId]/documents/[documentId]/lines/[lineId] | The sequence property is no longer required in the response payload under status 200. | Clients can omit this property. |
| PATCH/documents/core/transaction/v2/spaces/[spaceId]/documents/[documentId]/lines/[lineId] | The sequence property is no longer required in the response payload under status 200. | Clients can omit this property. |
| POST/documents/core/transaction/v2/spaces/[spaceId]/documents/[documentId]:assignConnection | Added the new optional response property under status 200 readOnly. | Supply or consume readOnly for enriched functionality. |
| POST/documents/core/transaction/v2/spaces/[spaceId]/documents/[documentId]:assignConnection | Updated the schema metadata description at category in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| POST/documents/core/transaction/v2/spaces/[spaceId]/documents/[documentId]:assignConnection | The lines/sequence property is no longer required in the response payload under status 200. | Clients can omit this property. |
| POST/documents/core/transaction/v2/spaces/[spaceId]/documents/[documentId]:assignConnection | Updated the schema metadata example in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| PATCH/documents/core/transaction/v2/spaces/[spaceId]/documents/[documentId]:jsonpatch | Added the new optional response property under status 200 readOnly. | Supply or consume readOnly for enriched functionality. |
| PATCH/documents/core/transaction/v2/spaces/[spaceId]/documents/[documentId]:jsonpatch | Updated the schema metadata description at category in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| PATCH/documents/core/transaction/v2/spaces/[spaceId]/documents/[documentId]:jsonpatch | The lines/sequence property is no longer required in the response payload under status 200. | Clients can omit this property. |
| PATCH/documents/core/transaction/v2/spaces/[spaceId]/documents/[documentId]:jsonpatch | Updated the schema metadata example in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| POST/documents/core/transaction/v2/spaces/[spaceId]/documents/[documentId]:move | Added the new optional response property under status 200 readOnly. | Supply or consume readOnly for enriched functionality. |
| POST/documents/core/transaction/v2/spaces/[spaceId]/documents/[documentId]:move | Updated the schema metadata description at category in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| POST/documents/core/transaction/v2/spaces/[spaceId]/documents/[documentId]:move | The lines/sequence property is no longer required in the response payload under status 200. | Clients can omit this property. |
| POST/documents/core/transaction/v2/spaces/[spaceId]/documents/[documentId]:unassignConnection | Added the new optional response property under status 200 readOnly. | Supply or consume readOnly for enriched functionality. |
| POST/documents/core/transaction/v2/spaces/[spaceId]/documents/[documentId]:unassignConnection | Updated the schema metadata description at category in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| POST/documents/core/transaction/v2/spaces/[spaceId]/documents/[documentId]:unassignConnection | The lines/sequence property is no longer required in the response payload under status 200. | Clients can omit this property. |
| POST/documents/core/transaction/v2/spaces/[spaceId]/documents/[documentId]:unassignConnection | Updated the schema metadata example in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| PATCH/documents/core/transaction/v2/spaces/[spaceId]/documents:bulkUpdate | The application/json-patch+json/documents/id property is no longer required in the request payload. | Clients can omit this property. |
| PATCH/documents/core/transaction/v2/spaces/[spaceId]/documents:bulkUpdate | The application/json-patch+json/documents property is no longer required in the request payload. | Clients can omit this property. |
| GET/documents/core/transaction/v2/spaces/[spaceId]/[folder]/content | Added the new optional request property query. | Filter or enhance queries by utilizing the query parameter for more targeted results. |
| GET/documents/core/transaction/v2/spaces/[spaceId]/[folder]/directories/[directoryId]/content | Added the new optional request property query. | Filter or enhance queries by utilizing the query parameter for more targeted results. |
| POST/documents/core/v1/files:convert | Added the new optional request property options. | Supply or consume options for enriched functionality. |
| POST/documents/core/v1/files:convert | Added the new optional request property attachments/description. | Supply or consume attachments/description for enriched functionality. |
| POST/documents/core/v1/files:convert | Added the new optional request property attachments/filename. | Supply or consume attachments/filename for enriched functionality. |
| POST/documents/core/v1/files:convert | Added the new optional request property input/attachments. | Supply or consume input/attachments for enriched functionality. |
| POST/documents/core/v1/files:convert | Added the new optional request property input/customCategories. | Supply or consume input/customCategories for enriched functionality. |
| POST/documents/core/v1/files:convert | Added the new optional request property input/lines/metadata/invoiceReferences. | Supply or consume input/lines/metadata/invoiceReferences for enriched functionality. |
| POST/documents/core/v1/files:convert | Added the new optional request property input/lines/productIdentifiers/sellerIdentifier. | Supply or consume input/lines/productIdentifiers/sellerIdentifier for enriched functionality. |
| POST/documents/core/v1/files:convert | Added the new optional request property input/metadata/profileID. | Supply or consume input/metadata/profileID for enriched functionality. |
| POST/documents/core/v1/files:convert | Added the new optional request property input/metadata/supplierCategory. | Supply or consume input/metadata/supplierCategory for enriched functionality. |
| POST/documents/core/v1/files:convert | Added the new optional request property input/metadata/customer/globalIdentifiers/gln. | Supply or consume input/metadata/customer/globalIdentifiers/gln for enriched functionality. |
| POST/documents/core/v1/files:convert | Added the new optional request property input/metadata/customer/globalIdentifiers/global:gln. | Supply or consume input/metadata/customer/globalIdentifiers/global:gln for enriched functionality. |
| POST/documents/core/v1/files:convert | Added the new optional request property input/metadata/customer/globalIdentifiers/global:participantId. | Supply or consume input/metadata/customer/globalIdentifiers/global:participantId for enriched functionality. |
| POST/documents/core/v1/files:convert | Added the new optional request property input/metadata/customer/globalIdentifiers/global:tax_number. | Supply or consume input/metadata/customer/globalIdentifiers/global:tax_number for enriched functionality. |
| POST/documents/core/v1/files:convert | Added the new optional request property input/metadata/customer/globalIdentifiers/additionalProperties. | Supply or consume input/metadata/customer/globalIdentifiers/additionalProperties for enriched functionality. |
| POST/documents/core/v1/files:convert | Added the new optional request property input/metadata/paymentMeans/paymentMandate. | Supply or consume input/metadata/paymentMeans/paymentMandate for enriched functionality. |
| POST/documents/core/v1/files:convert | Added the new optional request property input/metadata/supplier/globalIdentifiers/additionalProperties. | Supply or consume input/metadata/supplier/globalIdentifiers/additionalProperties for enriched functionality. |
| POST/documents/core/v1/files:convert | Added the new optional request property input/metadata/supplier/globalIdentifiers/gln. | Supply or consume input/metadata/supplier/globalIdentifiers/gln for enriched functionality. |
| POST/documents/core/v1/files:convert | Added the new optional request property input/metadata/supplier/globalIdentifiers/global:gln. | Supply or consume input/metadata/supplier/globalIdentifiers/global:gln for enriched functionality. |
| POST/documents/core/v1/files:convert | Added the new optional request property input/metadata/supplier/globalIdentifiers/global:participantId. | Supply or consume input/metadata/supplier/globalIdentifiers/global:participantId for enriched functionality. |
| POST/documents/core/v1/files:convert | Added the new optional request property input/metadata/supplier/globalIdentifiers/global:tax_number. | Supply or consume input/metadata/supplier/globalIdentifiers/global:tax_number for enriched functionality. |
| POST/documents/core/v1/files:convert | Added the new com.unifiedpost.btx.datastore.json enum value to the inputType request property. | You can now use this new enum value in requests. |
| POST/documents/core/v1/files:convert | Added the new fr.ctc:ubl-invoice enum value to the inputType request property. | You can now use this new enum value in requests. |
| POST/documents/core/v1/files:convert | Added the new fr.ctc:ubl-creditnote enum value to the inputType request property. | You can now use this new enum value in requests. |
| POST/documents/core/v1/files:convert | Added the new fr.ctc:extended-ubl-invoice enum value to the inputType request property. | You can now use this new enum value in requests. |
| POST/documents/core/v1/files:convert | Added the new fr.ctc:extended-ubl-creditnote enum value to the inputType request property. | You can now use this new enum value in requests. |
| POST/documents/core/v1/files:convert | Added the new fr.ctc:factur-x-extended enum value to the inputType request property. | You can now use this new enum value in requests. |
| POST/documents/core/v1/files:convert | Added the new fr.ctc:factur-x-extended:1.3 enum value to the inputType request property. | You can now use this new enum value in requests. |
| POST/documents/core/v1/files:convert | Added the new fr.ctc:factur-x-en16931 enum value to the inputType request property. | You can now use this new enum value in requests. |
| POST/documents/core/v1/files:convert | Added the new fr.ctc:factur-x-en16931:1.3 enum value to the inputType request property. | You can now use this new enum value in requests. |
| POST/documents/core/v1/files:convert | Added the new fr.ctc:cii enum value to the inputType request property. | You can now use this new enum value in requests. |
| POST/documents/core/v1/files:convert | Added the new fr.ctc:extended-cii enum value to the inputType request property. | You can now use this new enum value in requests. |
| POST/documents/core/v1/files:convert | Added the new fr.ctc:ubl-invoice:1.3 enum value to the inputType request property. | You can now use this new enum value in requests. |
| POST/documents/core/v1/files:convert | Added the new fr.ctc:ubl-creditnote:1.3 enum value to the inputType request property. | You can now use this new enum value in requests. |
| POST/documents/core/v1/files:convert | Added the new fr.ctc:extended-ubl-invoice:1.3 enum value to the inputType request property. | You can now use this new enum value in requests. |
| POST/documents/core/v1/files:convert | Added the new fr.ctc:extended-ubl-creditnote:1.3 enum value to the inputType request property. | You can now use this new enum value in requests. |
| POST/documents/core/v1/files:convert | Added the new fr.ctc:cii:1.3 enum value to the inputType request property. | You can now use this new enum value in requests. |
| POST/documents/core/v1/files:convert | Added the new fr.ctc:extended-cii:1.3 enum value to the inputType request property. | You can now use this new enum value in requests. |
| POST/documents/core/v1/files:convert | Added the new eu.peppol.bis3.sg.ubl enum value to the inputType request property. | You can now use this new enum value in requests. |
| POST/documents/core/v1/files:convert | Added the new eu.peppol.bis3.sg.ubl:creditnote enum value to the inputType request property. | You can now use this new enum value in requests. |
| POST/documents/core/v1/files:convert | Added the new eu.peppol.bis3.sg.ubl:creditnote:2023.12 enum value to the inputType request property. | You can now use this new enum value in requests. |
| POST/documents/core/v1/files:convert | Added the new eu.peppol.bis3.sg.ubl:invoice enum value to the inputType request property. | You can now use this new enum value in requests. |
| POST/documents/core/v1/files:convert | Added the new eu.peppol.bis3.sg.ubl:invoice:2023.12 enum value to the inputType request property. | You can now use this new enum value in requests. |
| POST/documents/core/v1/files:convert | Added the new be.efff:creditnote enum value to the outputType request property. | You can now use this new enum value in requests. |
| POST/documents/core/v1/files:convert | Added the new be.efff:creditnote:1.0 enum value to the outputType request property. | You can now use this new enum value in requests. |
| POST/documents/core/v1/files:convert | Added the new be.efff:creditnote:3.0.0 enum value to the outputType request property. | You can now use this new enum value in requests. |
| POST/documents/core/v1/files:convert | Added the new be.efff:invoice:1.0 enum value to the outputType request property. | You can now use this new enum value in requests. |
| POST/documents/core/v1/files:convert | Added the new com.unifiedpost.btx.datastore.json:thirdpartystatement:2.0 enum value to the outputType request property. | You can now use this new enum value in requests. |
| POST/documents/core/v1/files:convert | Added the new be.febelfin:coda:2.6 enum value to the outputType request property. | You can now use this new enum value in requests. |
| POST/documents/core/v1/files:convert | Added the new org.cfonb:cfonb enum value to the outputType request property. | You can now use this new enum value in requests. |
| POST/documents/core/v1/files:convert | Added the new org.cfonb:cfonb:1.0 enum value to the outputType request property. | You can now use this new enum value in requests. |
| POST/documents/core/v1/files:convert | Added the new es.aebanca:norma:43 enum value to the outputType request property. | You can now use this new enum value in requests. |
| POST/documents/core/v1/files:convert | Added the new org.iso20022:camt:053.001.02 enum value to the outputType request property. | You can now use this new enum value in requests. |
| POST/documents/core/v1/files:convert | Added the new com.unifiedpost.btx.aggregation.json:base:1.0 enum value to the outputType request property. | You can now use this new enum value in requests. |
| POST/documents/core/v1/files:convert | Added the new com.unifiedpost.btx.aggregation.json:multi:1.0 enum value to the outputType request property. | You can now use this new enum value in requests. |
| POST/documents/core/v1/files:convert | Added the new com.unifiedpost.btx.aggregation.pdf:emr:1.0 enum value to the outputType request property. | You can now use this new enum value in requests. |
| POST/documents/core/v1/files:convert | Added the new fr.factur-x enum value to the outputType request property. | You can now use this new enum value in requests. |
| POST/documents/core/v1/files:convert | Added the new fr.factur-x:en16931 enum value to the outputType request property. | You can now use this new enum value in requests. |
| POST/documents/core/v1/files:convert | Added the new fr.factur-x:en16931:1.0.7-2 enum value to the outputType request property. | You can now use this new enum value in requests. |
| POST/documents/core/v1/files:convert | Added the new fr.factur-x:basic enum value to the outputType request property. | You can now use this new enum value in requests. |
| POST/documents/core/v1/files:convert | Added the new fr.factur-x:basic:1.0.7-2 enum value to the outputType request property. | You can now use this new enum value in requests. |
| POST/documents/core/v1/files:convert | Added the new fr.factur-x:basicwl enum value to the outputType request property. | You can now use this new enum value in requests. |
| POST/documents/core/v1/files:convert | Added the new fr.factur-x:basicwl:1.0.7-2 enum value to the outputType request property. | You can now use this new enum value in requests. |
| POST/documents/core/v1/files:convert | Added the new fr.factur-x:extended enum value to the outputType request property. | You can now use this new enum value in requests. |
| POST/documents/core/v1/files:convert | Added the new fr.factur-x:extended:1.0.7-2 enum value to the outputType request property. | You can now use this new enum value in requests. |
| POST/documents/core/v1/files:convert | Added the new fr.factur-x:minimum enum value to the outputType request property. | You can now use this new enum value in requests. |
| POST/documents/core/v1/files:convert | Added the new fr.factur-x:minimum:1.0.7-2 enum value to the outputType request property. | You can now use this new enum value in requests. |
| POST/documents/core/v1/files:convert | Added the new fr.ctc:ubl-invoice enum value to the outputType request property. | You can now use this new enum value in requests. |
| POST/documents/core/v1/files:convert | Added the new fr.ctc:ubl-creditnote enum value to the outputType request property. | You can now use this new enum value in requests. |
| POST/documents/core/v1/files:convert | Added the new fr.ctc:extended-ubl-invoice enum value to the outputType request property. | You can now use this new enum value in requests. |
| POST/documents/core/v1/files:convert | Added the new fr.ctc:extended-ubl-creditnote enum value to the outputType request property. | You can now use this new enum value in requests. |
| POST/documents/core/v1/files:convert | Added the new fr.ctc:factur-x-extended enum value to the outputType request property. | You can now use this new enum value in requests. |
| POST/documents/core/v1/files:convert | Added the new fr.ctc:factur-x-extended:1.3 enum value to the outputType request property. | You can now use this new enum value in requests. |
| POST/documents/core/v1/files:convert | Added the new fr.ctc:factur-x-en16931 enum value to the outputType request property. | You can now use this new enum value in requests. |
| POST/documents/core/v1/files:convert | Added the new fr.ctc:factur-x-en16931:1.3 enum value to the outputType request property. | You can now use this new enum value in requests. |
| POST/documents/core/v1/files:convert | Added the new fr.ctc:cii enum value to the outputType request property. | You can now use this new enum value in requests. |
| POST/documents/core/v1/files:convert | Added the new fr.ctc:extended-cii enum value to the outputType request property. | You can now use this new enum value in requests. |
| POST/documents/core/v1/files:convert | Added the new fr.ctc:ubl-invoice:1.3 enum value to the outputType request property. | You can now use this new enum value in requests. |
| POST/documents/core/v1/files:convert | Added the new fr.ctc:ubl-creditnote:1.3 enum value to the outputType request property. | You can now use this new enum value in requests. |
| POST/documents/core/v1/files:convert | Added the new fr.ctc:extended-ubl-invoice:1.3 enum value to the outputType request property. | You can now use this new enum value in requests. |
| POST/documents/core/v1/files:convert | Added the new fr.ctc:extended-ubl-creditnote:1.3 enum value to the outputType request property. | You can now use this new enum value in requests. |
| POST/documents/core/v1/files:convert | Added the new fr.ctc:cii:1.3 enum value to the outputType request property. | You can now use this new enum value in requests. |
| POST/documents/core/v1/files:convert | Added the new fr.ctc:extended-cii:1.3 enum value to the outputType request property. | You can now use this new enum value in requests. |
| POST/documents/core/v1/files:convert | Added the new de.zugferd:en16931 enum value to the outputType request property. | You can now use this new enum value in requests. |
| POST/documents/core/v1/files:convert | Added the new de.zugferd:en16931:2.3.2 enum value to the outputType request property. | You can now use this new enum value in requests. |
| POST/documents/core/v1/files:convert | Added the new de.zugferd:basic enum value to the outputType request property. | You can now use this new enum value in requests. |
| POST/documents/core/v1/files:convert | Added the new de.zugferd:basic:2.3.2 enum value to the outputType request property. | You can now use this new enum value in requests. |
| POST/documents/core/v1/files:convert | Added the new de.zugferd:basicwl enum value to the outputType request property. | You can now use this new enum value in requests. |
| POST/documents/core/v1/files:convert | Added the new de.zugferd:basicwl:2.3.2 enum value to the outputType request property. | You can now use this new enum value in requests. |
| POST/documents/core/v1/files:convert | Added the new de.zugferd:minimum enum value to the outputType request property. | You can now use this new enum value in requests. |
| POST/documents/core/v1/files:convert | Added the new de.zugferd:minimum:2.3.2 enum value to the outputType request property. | You can now use this new enum value in requests. |
| POST/documents/core/v1/files:convert | Added the new eu.peppol.bis3.sg.ubl enum value to the outputType request property. | You can now use this new enum value in requests. |
| POST/documents/core/v1/files:convert | Added the new eu.peppol.bis3.sg.ubl:creditnote enum value to the outputType request property. | You can now use this new enum value in requests. |
| POST/documents/core/v1/files:convert | Added the new eu.peppol.bis3.sg.ubl:creditnote:2023.12 enum value to the outputType request property. | You can now use this new enum value in requests. |
| POST/documents/core/v1/files:convert | Added the new eu.peppol.bis3.sg.ubl:invoice enum value to the outputType request property. | You can now use this new enum value in requests. |
| POST/documents/core/v1/files:convert | Added the new eu.peppol.bis3.sg.ubl:invoice:2023.12 enum value to the outputType request property. | You can now use this new enum value in requests. |
| POST/documents/core/v1/files:convert | Added the new fr.einvoicingextract:base:1.0.7-2 enum value to the outputType request property. | You can now use this new enum value in requests. |
| POST/documents/core/v1/spaces/documents:validate | Added the new optional request property subjectId. | Supply or consume subjectId for enriched functionality. |
| POST/documents/core/v1/spaces/documents:validate | Added the new optional response property under status 200 success. | Supply or consume success for enriched functionality. |
| POST/documents/core/v1/spaces/documents:validate | Added the new optional response property under status 200 failure. | Supply or consume failure for enriched functionality. |
| POST/documents/core/v1/spaces/documents:validate | The successResults property is no longer required in the response payload under status 200. | Clients can omit this property. |
| POST/documents/core/v1/spaces/documents:validate | The failureResults property is no longer required in the response payload under status 200. | Clients can omit this property. |
| POST/documents/core/v1/spaces/documents:validate | Added the new optional response property under status 202 failure. | Supply or consume failure for enriched functionality. |
| POST/documents/core/v1/spaces/documents:validate | Added the new optional response property under status 202 success. | Supply or consume success for enriched functionality. |
| POST/documents/core/v1/spaces/documents:validate | The failureResults property is no longer required in the response payload under status 202. | Clients can omit this property. |
| POST/documents/core/v1/spaces/documents:validate | The successResults property is no longer required in the response payload under status 202. | Clients can omit this property. |
| POST/documents/core/v1/spaces/files:convert | Added the new optional request property additionalRepresentations. | Supply or consume additionalRepresentations for enriched functionality. |
| POST/documents/core/v1/spaces/files:convert | Marked the endpoint as deprecated. | This endpoint will be removed in a future release. |
| POST/documents/core/v1/spaces/[spaceId]/documents/[documentId]:getOrCreateRepresentation | Added the new optional request property excludeAttachments. | Supply or consume excludeAttachments for enriched functionality. |
| POST/documents/core/v1/spaces/[spaceId]/documents/[documentId]:getOrCreateRepresentation | Added the new optional response property under status 200 original. | Supply or consume original for enriched functionality. |
Documents Network
BreakingBreaking Changes
| Method & Endpoint | The Change | Breaking Behavior | Migration Path |
|---|---|---|---|
| GET/documents/network/transaction/v1/spaces/[spaceId]/documents/[documentId]/relations | Added the new PROFORMA_INVOICE enum value to the documentRelations/children/document/category response property under status 200. | Strict parsers will fail to deserialize when returning records with the PROFORMA_INVOICE type. | Update models to accept and handle the PROFORMA_INVOICE type. |
| GET/documents/network/transaction/v1/spaces/[spaceId]/documents/[documentId]/relations | Added the new PROFORMA_INVOICE enum value to the documentRelations/parents/document/category response property under status 200. | Strict parsers will fail to deserialize when returning records with the PROFORMA_INVOICE type. | Update models to accept and handle the PROFORMA_INVOICE type. |
InfoImprovements (Non-Breaking)
| Method & Endpoint | Enhancement Details | Developer Opportunity |
|---|---|---|
| POST/documents/network/transaction/v1/spaces/[spaceId]/documents/[documentId]/relations | The success property is no longer required in the response payload under status 200. | Clients can omit this property. |
Documents Payment
BreakingBreaking Changes
| Method & Endpoint | The Change | Breaking Behavior | Migration Path |
|---|---|---|---|
| POST/documents/payment/business/v1/spaces/[spaceId]/documents:paymentSummary | Modified the strict schema constraint min at documents/payments/amount/value in the response payload under status 200. | Payloads violating the updated min validation rule will be rejected. | Update client-side schema definitions to respect the new min constraint. |
| POST/documents/payment/business/v1/spaces/[spaceId]/documents:paymentSummary | Modified the strict schema constraint max at documents/payments/amount/value in the response payload under status 200. | Payloads violating the updated max validation rule will be rejected. | Update client-side schema definitions to respect the new max constraint. |
| POST/documents/payment/business/v1/spaces/[spaceId]/documents:paymentSummary | Added the new IN_TRANSIT enum value to the documents/payments/status response property under status 200. | Strict parsers will fail to deserialize when returning records with the IN_TRANSIT type. | Update models to accept and handle the IN_TRANSIT type. |
| POST/documents/payment/business/v1/spaces/[spaceId]/documents:paymentSummary | Modified the strict schema constraint minItems at documents in the response payload under status 200. | Payloads violating the updated minItems validation rule will be rejected. | Update client-side schema definitions to respect the new minItems constraint. |
| GET/documents/payment/business/v1/spaces/[spaceId]/payments/aggregations | Modified the strict schema constraint min at paymentAggregations/amount/value in the response payload under status 200. | Payloads violating the updated min validation rule will be rejected. | Update client-side schema definitions to respect the new min constraint. |
| GET/documents/payment/business/v1/spaces/[spaceId]/payments/aggregations | Modified the strict schema constraint max at paymentAggregations/amount/value in the response payload under status 200. | Payloads violating the updated max validation rule will be rejected. | Update client-side schema definitions to respect the new max constraint. |
| GET/documents/payment/business/v1/spaces/[spaceId]/payments/aggregations | Modified the strict schema constraint minItems at paymentAggregations/availableOperations in the response payload under status 200. | Payloads violating the updated minItems validation rule will be rejected. | Update client-side schema definitions to respect the new minItems constraint. |
| GET/documents/payment/business/v1/spaces/[spaceId]/payments/aggregations | Modified the strict schema constraint minLength at paymentAggregations/counterpartyPaymentAccount/bank/identifier in the response payload under status 200. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| GET/documents/payment/business/v1/spaces/[spaceId]/payments/aggregations | Added the new ABA enum value to the paymentAggregations/counterpartyPaymentAccount/bank/scheme response property under status 200. | Strict parsers will fail to deserialize when returning records with the ABA type. | Update models to accept and handle the ABA type. |
| GET/documents/payment/business/v1/spaces/[spaceId]/payments/aggregations | Added the new CLABE enum value to the paymentAggregations/counterpartyPaymentAccount/bank/scheme response property under status 200. | Strict parsers will fail to deserialize when returning records with the CLABE type. | Update models to accept and handle the CLABE type. |
| GET/documents/payment/business/v1/spaces/[spaceId]/payments/aggregations | Modified the strict schema constraint minLength at paymentAggregations/counterpartyPaymentAccount/identifier in the response payload under status 200. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| GET/documents/payment/business/v1/spaces/[spaceId]/payments/aggregations | Removed the IBAN enum value from the paymentAggregations/counterpartyPaymentAccount/scheme response property under status 200. | Submitting IBAN will result in schema validation failures. | Remove usage of IBAN and implement fallback logic. |
| GET/documents/payment/business/v1/spaces/[spaceId]/payments/aggregations | Removed the BBAN enum value from the paymentAggregations/counterpartyPaymentAccount/scheme response property under status 200. | Submitting BBAN will result in schema validation failures. | Remove usage of BBAN and implement fallback logic. |
| GET/documents/payment/business/v1/spaces/[spaceId]/payments/aggregations | Removed the ANB enum value from the paymentAggregations/counterpartyPaymentAccount/scheme response property under status 200. | Submitting ANB will result in schema validation failures. | Remove usage of ANB and implement fallback logic. |
| GET/documents/payment/business/v1/spaces/[spaceId]/payments/aggregations | Removed the SE_BANKGIRO enum value from the paymentAggregations/counterpartyPaymentAccount/scheme response property under status 200. | Submitting SE_BANKGIRO will result in schema validation failures. | Remove usage of SE_BANKGIRO and implement fallback logic. |
| GET/documents/payment/business/v1/spaces/[spaceId]/payments/aggregations | Removed the SE_PLUSGIRO enum value from the paymentAggregations/counterpartyPaymentAccount/scheme response property under status 200. | Submitting SE_PLUSGIRO will result in schema validation failures. | Remove usage of SE_PLUSGIRO and implement fallback logic. |
| GET/documents/payment/business/v1/spaces/[spaceId]/payments/aggregations | Removed the CREDIT_CARD enum value from the paymentAggregations/counterpartyPaymentAccount/scheme response property under status 200. | Submitting CREDIT_CARD will result in schema validation failures. | Remove usage of CREDIT_CARD and implement fallback logic. |
| GET/documents/payment/business/v1/spaces/[spaceId]/payments/aggregations | Modified the strict schema constraint minItems at paymentAggregations/document/connections in the response payload under status 200. | Payloads violating the updated minItems validation rule will be rejected. | Update client-side schema definitions to respect the new minItems constraint. |
| GET/documents/payment/business/v1/spaces/[spaceId]/payments/aggregations | Modified the strict schema constraint minLength at paymentAggregations/paymentAccount/bank/identifier in the response payload under status 200. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| GET/documents/payment/business/v1/spaces/[spaceId]/payments/aggregations | Added the new ABA enum value to the paymentAggregations/paymentAccount/bank/scheme response property under status 200. | Strict parsers will fail to deserialize when returning records with the ABA type. | Update models to accept and handle the ABA type. |
| GET/documents/payment/business/v1/spaces/[spaceId]/payments/aggregations | Added the new CLABE enum value to the paymentAggregations/paymentAccount/bank/scheme response property under status 200. | Strict parsers will fail to deserialize when returning records with the CLABE type. | Update models to accept and handle the CLABE type. |
| GET/documents/payment/business/v1/spaces/[spaceId]/payments/aggregations | Modified the strict schema constraint minLength at paymentAggregations/paymentAccount/identifier in the response payload under status 200. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| GET/documents/payment/business/v1/spaces/[spaceId]/payments/aggregations | Removed the IBAN enum value from the paymentAggregations/paymentAccount/scheme response property under status 200. | Submitting IBAN will result in schema validation failures. | Remove usage of IBAN and implement fallback logic. |
| GET/documents/payment/business/v1/spaces/[spaceId]/payments/aggregations | Removed the BBAN enum value from the paymentAggregations/paymentAccount/scheme response property under status 200. | Submitting BBAN will result in schema validation failures. | Remove usage of BBAN and implement fallback logic. |
| GET/documents/payment/business/v1/spaces/[spaceId]/payments/aggregations | Removed the ANB enum value from the paymentAggregations/paymentAccount/scheme response property under status 200. | Submitting ANB will result in schema validation failures. | Remove usage of ANB and implement fallback logic. |
| GET/documents/payment/business/v1/spaces/[spaceId]/payments/aggregations | Removed the SE_BANKGIRO enum value from the paymentAggregations/paymentAccount/scheme response property under status 200. | Submitting SE_BANKGIRO will result in schema validation failures. | Remove usage of SE_BANKGIRO and implement fallback logic. |
| GET/documents/payment/business/v1/spaces/[spaceId]/payments/aggregations | Removed the SE_PLUSGIRO enum value from the paymentAggregations/paymentAccount/scheme response property under status 200. | Submitting SE_PLUSGIRO will result in schema validation failures. | Remove usage of SE_PLUSGIRO and implement fallback logic. |
| GET/documents/payment/business/v1/spaces/[spaceId]/payments/aggregations | Removed the CREDIT_CARD enum value from the paymentAggregations/paymentAccount/scheme response property under status 200. | Submitting CREDIT_CARD will result in schema validation failures. | Remove usage of CREDIT_CARD and implement fallback logic. |
| GET/documents/payment/business/v1/spaces/[spaceId]/payments/aggregations | Modified the strict schema constraint min at paymentAggregations/amount/value in the response payload under status 400. | Payloads violating the updated min validation rule will be rejected. | Update client-side schema definitions to respect the new min constraint. |
| GET/documents/payment/business/v1/spaces/[spaceId]/payments/aggregations | Modified the strict schema constraint max at paymentAggregations/amount/value in the response payload under status 400. | Payloads violating the updated max validation rule will be rejected. | Update client-side schema definitions to respect the new max constraint. |
| GET/documents/payment/business/v1/spaces/[spaceId]/payments/aggregations | Modified the strict schema constraint minItems at paymentAggregations/availableOperations in the response payload under status 400. | Payloads violating the updated minItems validation rule will be rejected. | Update client-side schema definitions to respect the new minItems constraint. |
| GET/documents/payment/business/v1/spaces/[spaceId]/payments/aggregations | Modified the strict schema constraint minLength at paymentAggregations/counterpartyPaymentAccount/bank/identifier in the response payload under status 400. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| GET/documents/payment/business/v1/spaces/[spaceId]/payments/aggregations | Added the new ABA enum value to the paymentAggregations/counterpartyPaymentAccount/bank/scheme response property under status 400. | Strict parsers will fail to deserialize when returning records with the ABA type. | Update models to accept and handle the ABA type. |
| GET/documents/payment/business/v1/spaces/[spaceId]/payments/aggregations | Added the new CLABE enum value to the paymentAggregations/counterpartyPaymentAccount/bank/scheme response property under status 400. | Strict parsers will fail to deserialize when returning records with the CLABE type. | Update models to accept and handle the CLABE type. |
| GET/documents/payment/business/v1/spaces/[spaceId]/payments/aggregations | Modified the strict schema constraint minLength at paymentAggregations/counterpartyPaymentAccount/identifier in the response payload under status 400. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| GET/documents/payment/business/v1/spaces/[spaceId]/payments/aggregations | Removed the IBAN enum value from the paymentAggregations/counterpartyPaymentAccount/scheme response property under status 400. | Submitting IBAN will result in schema validation failures. | Remove usage of IBAN and implement fallback logic. |
| GET/documents/payment/business/v1/spaces/[spaceId]/payments/aggregations | Removed the BBAN enum value from the paymentAggregations/counterpartyPaymentAccount/scheme response property under status 400. | Submitting BBAN will result in schema validation failures. | Remove usage of BBAN and implement fallback logic. |
| GET/documents/payment/business/v1/spaces/[spaceId]/payments/aggregations | Removed the ANB enum value from the paymentAggregations/counterpartyPaymentAccount/scheme response property under status 400. | Submitting ANB will result in schema validation failures. | Remove usage of ANB and implement fallback logic. |
| GET/documents/payment/business/v1/spaces/[spaceId]/payments/aggregations | Removed the SE_BANKGIRO enum value from the paymentAggregations/counterpartyPaymentAccount/scheme response property under status 400. | Submitting SE_BANKGIRO will result in schema validation failures. | Remove usage of SE_BANKGIRO and implement fallback logic. |
| GET/documents/payment/business/v1/spaces/[spaceId]/payments/aggregations | Removed the SE_PLUSGIRO enum value from the paymentAggregations/counterpartyPaymentAccount/scheme response property under status 400. | Submitting SE_PLUSGIRO will result in schema validation failures. | Remove usage of SE_PLUSGIRO and implement fallback logic. |
| GET/documents/payment/business/v1/spaces/[spaceId]/payments/aggregations | Removed the CREDIT_CARD enum value from the paymentAggregations/counterpartyPaymentAccount/scheme response property under status 400. | Submitting CREDIT_CARD will result in schema validation failures. | Remove usage of CREDIT_CARD and implement fallback logic. |
| GET/documents/payment/business/v1/spaces/[spaceId]/payments/aggregations | Modified the strict schema constraint minItems at paymentAggregations/document/connections in the response payload under status 400. | Payloads violating the updated minItems validation rule will be rejected. | Update client-side schema definitions to respect the new minItems constraint. |
| GET/documents/payment/business/v1/spaces/[spaceId]/payments/aggregations | Modified the strict schema constraint minLength at paymentAggregations/paymentAccount/bank/identifier in the response payload under status 400. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| GET/documents/payment/business/v1/spaces/[spaceId]/payments/aggregations | Added the new ABA enum value to the paymentAggregations/paymentAccount/bank/scheme response property under status 400. | Strict parsers will fail to deserialize when returning records with the ABA type. | Update models to accept and handle the ABA type. |
| GET/documents/payment/business/v1/spaces/[spaceId]/payments/aggregations | Added the new CLABE enum value to the paymentAggregations/paymentAccount/bank/scheme response property under status 400. | Strict parsers will fail to deserialize when returning records with the CLABE type. | Update models to accept and handle the CLABE type. |
| GET/documents/payment/business/v1/spaces/[spaceId]/payments/aggregations | Modified the strict schema constraint minLength at paymentAggregations/paymentAccount/identifier in the response payload under status 400. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| GET/documents/payment/business/v1/spaces/[spaceId]/payments/aggregations | Removed the IBAN enum value from the paymentAggregations/paymentAccount/scheme response property under status 400. | Submitting IBAN will result in schema validation failures. | Remove usage of IBAN and implement fallback logic. |
| GET/documents/payment/business/v1/spaces/[spaceId]/payments/aggregations | Removed the BBAN enum value from the paymentAggregations/paymentAccount/scheme response property under status 400. | Submitting BBAN will result in schema validation failures. | Remove usage of BBAN and implement fallback logic. |
| GET/documents/payment/business/v1/spaces/[spaceId]/payments/aggregations | Removed the ANB enum value from the paymentAggregations/paymentAccount/scheme response property under status 400. | Submitting ANB will result in schema validation failures. | Remove usage of ANB and implement fallback logic. |
| GET/documents/payment/business/v1/spaces/[spaceId]/payments/aggregations | Removed the SE_BANKGIRO enum value from the paymentAggregations/paymentAccount/scheme response property under status 400. | Submitting SE_BANKGIRO will result in schema validation failures. | Remove usage of SE_BANKGIRO and implement fallback logic. |
| GET/documents/payment/business/v1/spaces/[spaceId]/payments/aggregations | Removed the SE_PLUSGIRO enum value from the paymentAggregations/paymentAccount/scheme response property under status 400. | Submitting SE_PLUSGIRO will result in schema validation failures. | Remove usage of SE_PLUSGIRO and implement fallback logic. |
| GET/documents/payment/business/v1/spaces/[spaceId]/payments/aggregations | Removed the CREDIT_CARD enum value from the paymentAggregations/paymentAccount/scheme response property under status 400. | Submitting CREDIT_CARD will result in schema validation failures. | Remove usage of CREDIT_CARD and implement fallback logic. |
| POST/documents/payment/business/v1/spaces/[spaceId]/payments/documents:execute | Modified the strict schema constraint minItems at documents in the request payload. | Payloads violating the updated minItems validation rule will be rejected. | Update client-side schema definitions to respect the new minItems constraint. |
| POST/documents/payment/business/v1/spaces/[spaceId]/payments/documents:execute | Modified the strict schema constraint minLength at redirectUrl in the response payload under status 200. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| POST/documents/payment/business/v1/spaces/[spaceId]/payments/documents:paymentSummary | Modified the strict schema constraint min at documents/payments/amount/value in the response payload under status 200. | Payloads violating the updated min validation rule will be rejected. | Update client-side schema definitions to respect the new min constraint. |
| POST/documents/payment/business/v1/spaces/[spaceId]/payments/documents:paymentSummary | Modified the strict schema constraint max at documents/payments/amount/value in the response payload under status 200. | Payloads violating the updated max validation rule will be rejected. | Update client-side schema definitions to respect the new max constraint. |
| POST/documents/payment/business/v1/spaces/[spaceId]/payments/documents:paymentSummary | Added the new IN_TRANSIT enum value to the documents/payments/status response property under status 200. | Strict parsers will fail to deserialize when returning records with the IN_TRANSIT type. | Update models to accept and handle the IN_TRANSIT type. |
| POST/documents/payment/business/v1/spaces/[spaceId]/payments/documents:paymentSummary | Modified the strict schema constraint minItems at documents in the response payload under status 200. | Payloads violating the updated minItems validation rule will be rejected. | Update client-side schema definitions to respect the new minItems constraint. |
| POST/documents/payment/business/v1/spaces/[spaceId]/payments/documents:requestPayment | Modified the strict schema constraint minItems at documentIds in the request payload. | Payloads violating the updated minItems validation rule will be rejected. | Update client-side schema definitions to respect the new minItems constraint. |
| POST/documents/payment/business/v1/spaces/[spaceId]/payments/documents:requestPayment | Modified the strict schema constraint min at documentsPaymentRequests/amount/value in the response payload under status 200. | Payloads violating the updated min validation rule will be rejected. | Update client-side schema definitions to respect the new min constraint. |
| POST/documents/payment/business/v1/spaces/[spaceId]/payments/documents:requestPayment | Modified the strict schema constraint max at documentsPaymentRequests/amount/value in the response payload under status 200. | Payloads violating the updated max validation rule will be rejected. | Update client-side schema definitions to respect the new max constraint. |
| POST/documents/payment/business/v1/spaces/[spaceId]/payments/documents:requestPayment | Modified the strict schema constraint minItems at documentsPaymentRequests in the response payload under status 200. | Payloads violating the updated minItems validation rule will be rejected. | Update client-side schema definitions to respect the new minItems constraint. |
| POST/documents/payment/business/v1/spaces/[spaceId]/payments/documents:validate | Modified the strict schema constraint minItems at documents in the request payload. | Payloads violating the updated minItems validation rule will be rejected. | Update client-side schema definitions to respect the new minItems constraint. |
| POST/documents/payment/business/v1/spaces/[spaceId]/payments/documents:validate | Added the new IN_TRANSIT_PAYMENT_EXISTS enum value to the validationResult/documentsMessages/messages/code response property under status 200. | Strict parsers will fail to deserialize when returning records with the IN_TRANSIT_PAYMENT_EXISTS type. | Update models to accept and handle the IN_TRANSIT_PAYMENT_EXISTS type. |
| POST/documents/payment/business/v1/spaces/[spaceId]/payments/documents:validate | Added the new NEW_FEE_DETECTED enum value to the validationResult/documentsPaymentErrors response property under status 200. | Strict parsers will fail to deserialize when returning records with the NEW_FEE_DETECTED type. | Update models to accept and handle the NEW_FEE_DETECTED type. |
| POST/documents/payment/business/v1/spaces/[spaceId]/payments/documents:validate | Added the new FEE_MISMATCH_OR_EXPIRED enum value to the validationResult/documentsPaymentErrors response property under status 200. | Strict parsers will fail to deserialize when returning records with the FEE_MISMATCH_OR_EXPIRED type. | Update models to accept and handle the FEE_MISMATCH_OR_EXPIRED type. |
| POST/documents/payment/business/v1/spaces/[spaceId]/payments/documents:validate | Added the new FAILED_CONTEXT_VALIDATION enum value to the validationResult/documentsPaymentErrors response property under status 200. | Strict parsers will fail to deserialize when returning records with the FAILED_CONTEXT_VALIDATION type. | Update models to accept and handle the FAILED_CONTEXT_VALIDATION type. |
| GET/documents/payment/business/v1/spaces/[spaceId]/payments/[paymentId] | Modified the strict schema constraint min at amount/value in the response payload under status 200. | Payloads violating the updated min validation rule will be rejected. | Update client-side schema definitions to respect the new min constraint. |
| GET/documents/payment/business/v1/spaces/[spaceId]/payments/[paymentId] | Modified the strict schema constraint max at amount/value in the response payload under status 200. | Payloads violating the updated max validation rule will be rejected. | Update client-side schema definitions to respect the new max constraint. |
| GET/documents/payment/business/v1/spaces/[spaceId]/payments/[paymentId] | Modified the strict schema constraint minLength at documents/creditor/name in the response payload under status 200. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| GET/documents/payment/business/v1/spaces/[spaceId]/payments/[paymentId] | Modified the strict schema constraint minLength at documents/documentNumber in the response payload under status 200. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| GET/documents/payment/business/v1/spaces/[spaceId]/payments/[paymentId] | Modified the strict schema constraint min at documents/paymentRelatedBalanceOffset/amount/value in the response payload under status 200. | Payloads violating the updated min validation rule will be rejected. | Update client-side schema definitions to respect the new min constraint. |
| GET/documents/payment/business/v1/spaces/[spaceId]/payments/[paymentId] | Modified the strict schema constraint max at documents/paymentRelatedBalanceOffset/amount/value in the response payload under status 200. | Payloads violating the updated max validation rule will be rejected. | Update client-side schema definitions to respect the new max constraint. |
| GET/documents/payment/business/v1/spaces/[spaceId]/payments/[paymentId] | Added the new IN_TRANSIT enum value to the status response property under status 200. | Strict parsers will fail to deserialize when returning records with the IN_TRANSIT type. | Update models to accept and handle the IN_TRANSIT type. |
| POST/documents/payment/business/v2/spaces/[spaceId]/payments/documents:execute | Modified the strict schema constraint minItems at documents in the request payload. | Payloads violating the updated minItems validation rule will be rejected. | Update client-side schema definitions to respect the new minItems constraint. |
| POST/documents/payment/business/v2/spaces/[spaceId]/payments/documents:execute | Modified the strict schema constraint minLength at redirectUrl in the response payload under status 200. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| POST/documents/payment/business/v2/spaces/[spaceId]/payments/documents:validate | Modified the strict schema constraint minItems at documents in the request payload. | Payloads violating the updated minItems validation rule will be rejected. | Update client-side schema definitions to respect the new minItems constraint. |
| POST/documents/payment/business/v2/spaces/[spaceId]/payments/documents:validate | Added the new IN_TRANSIT_PAYMENT_EXISTS enum value to the validationResult/documentsMessages/messages/code response property under status 200. | Strict parsers will fail to deserialize when returning records with the IN_TRANSIT_PAYMENT_EXISTS type. | Update models to accept and handle the IN_TRANSIT_PAYMENT_EXISTS type. |
| POST/documents/payment/business/v2/spaces/[spaceId]/payments/documents:validate | Added the new NEW_FEE_DETECTED enum value to the validationResult/paymentMessages/code response property under status 200. | Strict parsers will fail to deserialize when returning records with the NEW_FEE_DETECTED type. | Update models to accept and handle the NEW_FEE_DETECTED type. |
| POST/documents/payment/business/v2/spaces/[spaceId]/payments/documents:validate | Added the new FEE_MISMATCH_OR_EXPIRED enum value to the validationResult/paymentMessages/code response property under status 200. | Strict parsers will fail to deserialize when returning records with the FEE_MISMATCH_OR_EXPIRED type. | Update models to accept and handle the FEE_MISMATCH_OR_EXPIRED type. |
| POST/documents/payment/business/v2/spaces/[spaceId]/payments/documents:validate | Added the new FX_PAYMENT enum value to the validationResult/paymentMessages/code response property under status 200. | Strict parsers will fail to deserialize when returning records with the FX_PAYMENT type. | Update models to accept and handle the FX_PAYMENT type. |
| POST/documents/payment/business/v2/spaces/[spaceId]/payments/documents:validate | Added the new FAILED_CONTEXT_VALIDATION enum value to the validationResult/paymentMessages/code response property under status 200. | Strict parsers will fail to deserialize when returning records with the FAILED_CONTEXT_VALIDATION type. | Update models to accept and handle the FAILED_CONTEXT_VALIDATION type. |
| POST/documents/payment/business/v2/spaces/[spaceId]/payments/documents:validate | Added the new CONTEXT_VALIDATION_WARNING enum value to the validationResult/paymentMessages/code response property under status 200. | Strict parsers will fail to deserialize when returning records with the CONTEXT_VALIDATION_WARNING type. | Update models to accept and handle the CONTEXT_VALIDATION_WARNING type. |
| POST/documents/payment/business/v2/spaces/[spaceId]/payments/documents:validate | Added the new PAYMENT_EXECUTION_METHOD_PROVIDER_OUT_OF_WORKING_HOURS enum value to the validationResult/paymentMessages/code response property under status 200. | Strict parsers will fail to deserialize when returning records with the PAYMENT_EXECUTION_METHOD_PROVIDER_OUT_OF_WORKING_HOURS type. | Update models to accept and handle the PAYMENT_EXECUTION_METHOD_PROVIDER_OUT_OF_WORKING_HOURS type. |
| POST/documents/payment/business/v2/spaces/[spaceId]/payments/documents:validate | Added the new PAYMENT_EXECUTION_NOT_SUPPORTED enum value to the validationResult/paymentMessages/code response property under status 200. | Strict parsers will fail to deserialize when returning records with the PAYMENT_EXECUTION_NOT_SUPPORTED type. | Update models to accept and handle the PAYMENT_EXECUTION_NOT_SUPPORTED type. |
| POST/documents/payment/business/v2/spaces/[spaceId]/payments/documents:validate | Added the new SERVICE_UNAVAILABLE enum value to the validationResult/paymentMessages/code response property under status 200. | Strict parsers will fail to deserialize when returning records with the SERVICE_UNAVAILABLE type. | Update models to accept and handle the SERVICE_UNAVAILABLE type. |
| GET/documents/payment/pay/v1/spaces/[spaceId]/documents/[documentId]/balanceOffsets | Modified the strict schema constraint min at balanceOffsets/amount/value in the response payload under status 200. | Payloads violating the updated min validation rule will be rejected. | Update client-side schema definitions to respect the new min constraint. |
| GET/documents/payment/pay/v1/spaces/[spaceId]/documents/[documentId]/balanceOffsets | Modified the strict schema constraint max at balanceOffsets/amount/value in the response payload under status 200. | Payloads violating the updated max validation rule will be rejected. | Update client-side schema definitions to respect the new max constraint. |
| GET/documents/payment/pay/v1/spaces/[spaceId]/documents/[documentId]/balanceOffsets | Added the new FEE enum value to the balanceOffsets/offsetType response property under status 200. | Strict parsers will fail to deserialize when returning records with the FEE type. | Update models to accept and handle the FEE type. |
| POST/documents/payment/pay/v1/spaces/[spaceId]/documents:balanceOffsets | Modified the strict schema constraint min at balanceOffsets/amount/value in the response payload under status 200. | Payloads violating the updated min validation rule will be rejected. | Update client-side schema definitions to respect the new min constraint. |
| POST/documents/payment/pay/v1/spaces/[spaceId]/documents:balanceOffsets | Modified the strict schema constraint max at balanceOffsets/amount/value in the response payload under status 200. | Payloads violating the updated max validation rule will be rejected. | Update client-side schema definitions to respect the new max constraint. |
| POST/documents/payment/pay/v1/spaces/[spaceId]/documents:balanceOffsets | Added the new FEE enum value to the balanceOffsets/offsetType response property under status 200. | Strict parsers will fail to deserialize when returning records with the FEE type. | Update models to accept and handle the FEE type. |
| POST/documents/payment/transaction/v1/spaces/[spaceId]/documents:paydetails | Added the new PROFORMA_INVOICE enum value to the documents/category response property under status 200. | Strict parsers will fail to deserialize when returning records with the PROFORMA_INVOICE type. | Update models to accept and handle the PROFORMA_INVOICE type. |
| POST/documents/payment/transaction/v1/spaces/[spaceId]/documents:paydetails | Modified the strict schema constraint minLength at documents/supplier/paymentAccounts/bank/identifier in the response payload under status 200. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| POST/documents/payment/transaction/v1/spaces/[spaceId]/documents:paydetails | Added the new ABA enum value to the documents/supplier/paymentAccounts/bank/scheme response property under status 200. | Strict parsers will fail to deserialize when returning records with the ABA type. | Update models to accept and handle the ABA type. |
| POST/documents/payment/transaction/v1/spaces/[spaceId]/documents:paydetails | Added the new CLABE enum value to the documents/supplier/paymentAccounts/bank/scheme response property under status 200. | Strict parsers will fail to deserialize when returning records with the CLABE type. | Update models to accept and handle the CLABE type. |
| POST/documents/payment/transaction/v1/spaces/[spaceId]/documents:paydetails | Modified the strict schema constraint minLength at documents/supplier/paymentAccounts/parent/bank/identifier in the response payload under status 200. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| POST/documents/payment/transaction/v1/spaces/[spaceId]/documents:paydetails | Added the new ABA enum value to the documents/supplier/paymentAccounts/parent/bank/scheme response property under status 200. | Strict parsers will fail to deserialize when returning records with the ABA type. | Update models to accept and handle the ABA type. |
| POST/documents/payment/transaction/v1/spaces/[spaceId]/documents:paydetails | Added the new CLABE enum value to the documents/supplier/paymentAccounts/parent/bank/scheme response property under status 200. | Strict parsers will fail to deserialize when returning records with the CLABE type. | Update models to accept and handle the CLABE type. |
| POST/documents/payment/transaction/v1/spaces/[spaceId]/documents:paydetails | Modified the strict schema constraint minLength at documents/supplier/paymentAccounts/parent/identifier in the response payload under status 200. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| POST/documents/payment/transaction/v1/spaces/[spaceId]/documents:paydetails | Removed the IBAN enum value from the documents/supplier/paymentAccounts/parent/scheme response property under status 200. | Submitting IBAN will result in schema validation failures. | Remove usage of IBAN and implement fallback logic. |
| POST/documents/payment/transaction/v1/spaces/[spaceId]/documents:paydetails | Removed the BBAN enum value from the documents/supplier/paymentAccounts/parent/scheme response property under status 200. | Submitting BBAN will result in schema validation failures. | Remove usage of BBAN and implement fallback logic. |
| POST/documents/payment/transaction/v1/spaces/[spaceId]/documents:paydetails | Removed the ANB enum value from the documents/supplier/paymentAccounts/parent/scheme response property under status 200. | Submitting ANB will result in schema validation failures. | Remove usage of ANB and implement fallback logic. |
| POST/documents/payment/transaction/v1/spaces/[spaceId]/documents:paydetails | Removed the SE_BANKGIRO enum value from the documents/supplier/paymentAccounts/parent/scheme response property under status 200. | Submitting SE_BANKGIRO will result in schema validation failures. | Remove usage of SE_BANKGIRO and implement fallback logic. |
| POST/documents/payment/transaction/v1/spaces/[spaceId]/documents:paydetails | Removed the SE_PLUSGIRO enum value from the documents/supplier/paymentAccounts/parent/scheme response property under status 200. | Submitting SE_PLUSGIRO will result in schema validation failures. | Remove usage of SE_PLUSGIRO and implement fallback logic. |
| POST/documents/payment/transaction/v1/spaces/[spaceId]/documents:paydetails | Removed the CREDIT_CARD enum value from the documents/supplier/paymentAccounts/parent/scheme response property under status 200. | Submitting CREDIT_CARD will result in schema validation failures. | Remove usage of CREDIT_CARD and implement fallback logic. |
| POST/documents/payment/transaction/v2/spaces/[spaceId]/documents:paydetails | Added the new PROFORMA_INVOICE enum value to the documents/category response property under status 200. | Strict parsers will fail to deserialize when returning records with the PROFORMA_INVOICE type. | Update models to accept and handle the PROFORMA_INVOICE type. |
| POST/documents/payment/transaction/v2/spaces/[spaceId]/documents:paydetails | Modified the strict schema constraint minLength at documents/supplier/paymentAccounts/bank/identifier in the response payload under status 200. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| POST/documents/payment/transaction/v2/spaces/[spaceId]/documents:paydetails | Added the new ABA enum value to the documents/supplier/paymentAccounts/bank/scheme response property under status 200. | Strict parsers will fail to deserialize when returning records with the ABA type. | Update models to accept and handle the ABA type. |
| POST/documents/payment/transaction/v2/spaces/[spaceId]/documents:paydetails | Added the new CLABE enum value to the documents/supplier/paymentAccounts/bank/scheme response property under status 200. | Strict parsers will fail to deserialize when returning records with the CLABE type. | Update models to accept and handle the CLABE type. |
| POST/documents/payment/transaction/v2/spaces/[spaceId]/documents:paydetails | Modified the strict schema constraint minLength at documents/supplier/paymentAccounts/parent/bank/identifier in the response payload under status 200. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| POST/documents/payment/transaction/v2/spaces/[spaceId]/documents:paydetails | Added the new ABA enum value to the documents/supplier/paymentAccounts/parent/bank/scheme response property under status 200. | Strict parsers will fail to deserialize when returning records with the ABA type. | Update models to accept and handle the ABA type. |
| POST/documents/payment/transaction/v2/spaces/[spaceId]/documents:paydetails | Added the new CLABE enum value to the documents/supplier/paymentAccounts/parent/bank/scheme response property under status 200. | Strict parsers will fail to deserialize when returning records with the CLABE type. | Update models to accept and handle the CLABE type. |
| POST/documents/payment/transaction/v2/spaces/[spaceId]/documents:paydetails | Modified the strict schema constraint minLength at documents/supplier/paymentAccounts/parent/identifier in the response payload under status 200. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| POST/documents/payment/transaction/v2/spaces/[spaceId]/documents:paydetails | Removed the IBAN enum value from the documents/supplier/paymentAccounts/parent/scheme response property under status 200. | Submitting IBAN will result in schema validation failures. | Remove usage of IBAN and implement fallback logic. |
| POST/documents/payment/transaction/v2/spaces/[spaceId]/documents:paydetails | Removed the BBAN enum value from the documents/supplier/paymentAccounts/parent/scheme response property under status 200. | Submitting BBAN will result in schema validation failures. | Remove usage of BBAN and implement fallback logic. |
| POST/documents/payment/transaction/v2/spaces/[spaceId]/documents:paydetails | Removed the ANB enum value from the documents/supplier/paymentAccounts/parent/scheme response property under status 200. | Submitting ANB will result in schema validation failures. | Remove usage of ANB and implement fallback logic. |
| POST/documents/payment/transaction/v2/spaces/[spaceId]/documents:paydetails | Removed the SE_BANKGIRO enum value from the documents/supplier/paymentAccounts/parent/scheme response property under status 200. | Submitting SE_BANKGIRO will result in schema validation failures. | Remove usage of SE_BANKGIRO and implement fallback logic. |
| POST/documents/payment/transaction/v2/spaces/[spaceId]/documents:paydetails | Removed the SE_PLUSGIRO enum value from the documents/supplier/paymentAccounts/parent/scheme response property under status 200. | Submitting SE_PLUSGIRO will result in schema validation failures. | Remove usage of SE_PLUSGIRO and implement fallback logic. |
| POST/documents/payment/transaction/v2/spaces/[spaceId]/documents:paydetails | Removed the CREDIT_CARD enum value from the documents/supplier/paymentAccounts/parent/scheme response property under status 200. | Submitting CREDIT_CARD will result in schema validation failures. | Remove usage of CREDIT_CARD and implement fallback logic. |
NewNew Endpoints
| Method & Endpoint | Core Functionality | Auth/Scopes Required |
|---|---|---|
| ADD/documents/payment/business/v2/spaces/[spaceId]/payments/[paymentId] | Access the newly provided functionality and features for this resource. | None specified |
InfoImprovements (Non-Breaking)
| Method & Endpoint | Enhancement Details | Developer Opportunity |
|---|---|---|
| POST/documents/payment/business/v1/spaces/[spaceId]/documents:paymentSummary | Added the new IN_TRANSIT enum value to the acceptedPaymentStatuses request property. | You can now use this new enum value in requests. |
| POST/documents/payment/business/v1/spaces/[spaceId]/documents:paymentSummary | Updated the schema metadata description at documents/payments/amount/value in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/documents/payment/business/v1/spaces/[spaceId]/payments/aggregations | Updated the schema metadata description at paymentAggregations/aggregationStatus in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/documents/payment/business/v1/spaces/[spaceId]/payments/aggregations | Updated the schema metadata description at paymentAggregations/amount/value in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/documents/payment/business/v1/spaces/[spaceId]/payments/aggregations | Updated the schema metadata description at paymentAggregations/availableOperations in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/documents/payment/business/v1/spaces/[spaceId]/payments/aggregations | Updated the schema metadata description at paymentAggregations/balanceOffset in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/documents/payment/business/v1/spaces/[spaceId]/payments/aggregations | Updated the schema metadata description at paymentAggregations in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/documents/payment/business/v1/spaces/[spaceId]/payments/aggregations | Updated the schema metadata description at paymentAggregations/aggregationStatus in the response payload under status 400. | Provides better clarity or default behavior in the documentation. |
| GET/documents/payment/business/v1/spaces/[spaceId]/payments/aggregations | Updated the schema metadata description at paymentAggregations/amount/value in the response payload under status 400. | Provides better clarity or default behavior in the documentation. |
| GET/documents/payment/business/v1/spaces/[spaceId]/payments/aggregations | Updated the schema metadata description at paymentAggregations/availableOperations in the response payload under status 400. | Provides better clarity or default behavior in the documentation. |
| GET/documents/payment/business/v1/spaces/[spaceId]/payments/aggregations | Updated the schema metadata description at paymentAggregations/balanceOffset in the response payload under status 400. | Provides better clarity or default behavior in the documentation. |
| GET/documents/payment/business/v1/spaces/[spaceId]/payments/aggregations | Updated the schema metadata description at paymentAggregations in the response payload under status 400. | Provides better clarity or default behavior in the documentation. |
| POST/documents/payment/business/v1/spaces/[spaceId]/payments/documents:execute | Added the new optional request property acceptedFeeId. | Supply or consume acceptedFeeId for enriched functionality. |
| POST/documents/payment/business/v1/spaces/[spaceId]/payments/documents:execute | Updated the schema metadata description at documents/partialPaymentAmount in the request payload. | Provides better clarity or default behavior in the documentation. |
| POST/documents/payment/business/v1/spaces/[spaceId]/payments/documents:paymentSummary | Added the new IN_TRANSIT enum value to the acceptedPaymentStatuses request property. | You can now use this new enum value in requests. |
| POST/documents/payment/business/v1/spaces/[spaceId]/payments/documents:paymentSummary | Updated the schema metadata description at documents/payments/amount/value in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| POST/documents/payment/business/v1/spaces/[spaceId]/payments/documents:requestPayment | Added the new optional request property collect. | Supply or consume collect for enriched functionality. |
| POST/documents/payment/business/v1/spaces/[spaceId]/payments/documents:requestPayment | Updated the schema metadata description at documentsPaymentRequests/amount/value in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| POST/documents/payment/business/v1/spaces/[spaceId]/payments/documents:validate | Added the new optional request property acceptedFeeId. | Supply or consume acceptedFeeId for enriched functionality. |
| POST/documents/payment/business/v1/spaces/[spaceId]/payments/documents:validate | Updated the schema metadata description at documents/partialPaymentAmount in the request payload. | Provides better clarity or default behavior in the documentation. |
| GET/documents/payment/business/v1/spaces/[spaceId]/payments/[paymentId] | Updated the schema metadata description at amount/value in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/documents/payment/business/v1/spaces/[spaceId]/payments/[paymentId] | Updated the schema metadata description at documents/paymentRelatedBalanceOffset/amount/value in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| POST/documents/payment/business/v2/spaces/[spaceId]/payments/documents:execute | Added the new optional request property acceptedFeeId. | Supply or consume acceptedFeeId for enriched functionality. |
| POST/documents/payment/business/v2/spaces/[spaceId]/payments/documents:execute | Updated the schema metadata description at documents/partialPaymentAmount in the request payload. | Provides better clarity or default behavior in the documentation. |
| POST/documents/payment/business/v2/spaces/[spaceId]/payments/documents:validate | Added the new optional request property acceptedFeeId. | Supply or consume acceptedFeeId for enriched functionality. |
| POST/documents/payment/business/v2/spaces/[spaceId]/payments/documents:validate | Updated the schema metadata description at documents/partialPaymentAmount in the request payload. | Provides better clarity or default behavior in the documentation. |
| GET/documents/payment/pay/v1/spaces/[spaceId]/documents/[documentId]/balanceOffsets | Updated the schema metadata description at balanceOffsets/amount/value in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| POST/documents/payment/pay/v1/spaces/[spaceId]/documents:balanceOffsets | The documents property is no longer required in the request payload. | Clients can omit this property. |
| POST/documents/payment/pay/v1/spaces/[spaceId]/documents:balanceOffsets | Updated the schema metadata description at balanceOffsets/amount/value in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| POST/documents/payment/transaction/v1/spaces/[spaceId]/documents:paydetails | The documents property is no longer required in the request payload. | Clients can omit this property. |
| POST/documents/payment/transaction/v1/spaces/[spaceId]/documents:paydetails | Added the new optional response property under status 200 documents/supplier/paymentAccounts/financialPlatformId. | Supply or consume documents/supplier/paymentAccounts/financialPlatformId for enriched functionality. |
| POST/documents/payment/transaction/v1/spaces/[spaceId]/documents:paydetails | The documents/supplier/paymentAccounts/address/townName property is no longer required in the response payload under status 200. | Clients can omit this property. |
| POST/documents/payment/transaction/v1/spaces/[spaceId]/documents:paydetails | The documents/supplier/paymentAccounts/address/country property is no longer required in the response payload under status 200. | Clients can omit this property. |
| POST/documents/payment/transaction/v2/spaces/[spaceId]/documents:paydetails | The documents property is no longer required in the request payload. | Clients can omit this property. |
| POST/documents/payment/transaction/v2/spaces/[spaceId]/documents:paydetails | Added the new optional response property under status 200 documents/supplier/paymentAccounts/financialPlatformId. | Supply or consume documents/supplier/paymentAccounts/financialPlatformId for enriched functionality. |
| POST/documents/payment/transaction/v2/spaces/[spaceId]/documents:paydetails | The documents/supplier/paymentAccounts/address/townName property is no longer required in the response payload under status 200. | Clients can omit this property. |
| POST/documents/payment/transaction/v2/spaces/[spaceId]/documents:paydetails | The documents/supplier/paymentAccounts/address/country property is no longer required in the response payload under status 200. | Clients can omit this property. |
Documents Todo
NewNew Endpoints
| Method & Endpoint | Core Functionality | Auth/Scopes Required |
|---|---|---|
| ADD/documents/todo/v1/callbacks/reviewsDue:update/messages | Access the newly provided functionality and features for this resource. | None specified |
Email
Email Feedback
BreakingBreaking Changes
| Method & Endpoint | The Change | Breaking Behavior | Migration Path |
|---|---|---|---|
| POST/core/feedback/v1/feedback/email/mailgun | Modified the strict schema constraint minLength at event-data/event in the request payload. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| POST/core/feedback/v1/feedback/email/mailgun | Modified the strict schema constraint minLength at event-data/id in the request payload. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| POST/core/feedback/v1/feedback/email/mailgun | Removed the event-data/user-variables/subject request property. | Client payloads including the event-data/user-variables/subject field will be rejected. | Remove the event-data/user-variables/subject parameter from request payload models. |
| POST/core/feedback/v1/feedback/email/mailgun | The event-data/event property is now REQUIRED in the request payload. | Omitting event-data/event will cause validation errors. | Ensure event-data/event is populated. |
| POST/core/feedback/v1/feedback/email/mailgun | The event-data/id property is now REQUIRED in the request payload. | Omitting event-data/id will cause validation errors. | Ensure event-data/id is populated. |
| POST/core/feedback/v1/feedback/email/mailgun | Modified the strict schema constraint minLength at signature/signature in the request payload. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| POST/core/feedback/v1/feedback/email/mailgun | Modified the strict schema constraint minLength at signature/timestamp in the request payload. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| POST/core/feedback/v1/feedback/email/mailgun | Modified the strict schema constraint minLength at signature/token in the request payload. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| POST/core/feedback/v1/feedback/email/mailgun | The signature/signature property is now REQUIRED in the request payload. | Omitting signature/signature will cause validation errors. | Ensure signature/signature is populated. |
| POST/core/feedback/v1/feedback/email/mailgun | The signature/timestamp property is now REQUIRED in the request payload. | Omitting signature/timestamp will cause validation errors. | Ensure signature/timestamp is populated. |
| POST/core/feedback/v1/feedback/email/mailgun | The signature/token property is now REQUIRED in the request payload. | Omitting signature/token will cause validation errors. | Ensure signature/token is populated. |
InfoImprovements (Non-Breaking)
| Method & Endpoint | Enhancement Details | Developer Opportunity |
|---|---|---|
| POST/core/feedback/v1/feedback/email/mailgun | Added the new optional request property event-data/reject. | Supply or consume event-data/reject for enriched functionality. |
| POST/core/feedback/v1/feedback/email/mailgun | Added the new optional request property event-data/delivery-status. | Supply or consume event-data/delivery-status for enriched functionality. |
| POST/core/feedback/v1/feedback/email/mailgun | Added the new optional request property event-data/user-variables/notificationId. | Supply or consume event-data/user-variables/notificationId for enriched functionality. |
| POST/core/feedback/v1/feedback/email/mailgun | Added the new optional request property event-data/user-variables/traceId. | Supply or consume event-data/user-variables/traceId for enriched functionality. |
| POST/core/feedback/v1/feedback/email/mailgun | Added the new optional request property event-data/user-variables/jwtSubject. | Supply or consume event-data/user-variables/jwtSubject for enriched functionality. |
Email Service
BreakingBreaking Changes
| Method & Endpoint | The Change | Breaking Behavior | Migration Path |
|---|---|---|---|
| DEL/core/email/v1/emails | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
Entity
Entity Callback Service
BreakingBreaking Changes
| Method & Endpoint | The Change | Breaking Behavior | Migration Path |
|---|---|---|---|
| POST/entitycallback/v1/spaces/[spaceId]/extensions/[extensionId]/clients/[clientId]/configure | Modified the strict schema constraint minProps at settings in the request payload. | Payloads violating the updated minProps validation rule will be rejected. | Update client-side schema definitions to respect the new minProps constraint. |
| POST/entitycallback/v1/spaces/[spaceId]/extensions/[extensionId]/configure | Modified the strict schema constraint minProps at settings in the request payload. | Payloads violating the updated minProps validation rule will be rejected. | Update client-side schema definitions to respect the new minProps constraint. |
InfoImprovements (Non-Breaking)
| Method & Endpoint | Enhancement Details | Developer Opportunity |
|---|---|---|
| POST/entitycallback/v1/spaces/[spaceId]/extensions/[extensionId]/activate | Modified specification properties: securityRequirements. | Internal configuration updates applied. |
| POST/entitycallback/v1/spaces/[spaceId]/extensions/[extensionId]/deactivate | Modified specification properties: securityRequirements. | Internal configuration updates applied. |
Entity Directory Store
BreakingBreaking Changes
| Method & Endpoint | The Change | Breaking Behavior | Migration Path |
|---|---|---|---|
| DEL/entity/directorystore/v1/directory/be/[companyId] | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
| DEL/entity/directorystore/v1/directory/be | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
NewNew Endpoints
| Method & Endpoint | Core Functionality | Auth/Scopes Required |
|---|---|---|
| ADD/entity/directorystore/v2/directory/[countryCode]/entities/[entityNumber] | Access the newly provided functionality and features for this resource. | None specified |
| ADD/entity/directorystore/v2/directory/[countryCode]/entities/[entityNumber]/spaces | Access the newly provided functionality and features for this resource. | None specified |
| ADD/entity/directorystore/v2/directory/[countryCode]/entities/[entityNumber]/spaces/[spaceNumber] | Access the newly provided functionality and features for this resource. | None specified |
| ADD/entity/directorystore/v1/directory/[countryCode] | Access the newly provided functionality and features for this resource. | None specified |
| ADD/entity/directorystore/v1/directory/[countryCode]/[companyId] | Access the newly provided functionality and features for this resource. | None specified |
| ADD/entity/directorystore/v2/directory/[countryCode] | Access the newly provided functionality and features for this resource. | None specified |
Entity Store Api
BreakingBreaking Changes
| Method & Endpoint | The Change | Breaking Behavior | Migration Path |
|---|---|---|---|
| DEL/entitystore/v1/spaces/[spaceId]/spaceSubjects | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
| DEL/entitystore/v1/spaces/[spaceId]/spaceSubjects/[spaceSubjectId] | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
| DEL/entitystore/v1/spaces/[spaceId]/groups/[groupId]:assignUsers | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
| GET/entitystore/v1/directory/entities/[entityId]/spaces/[spaceId] | Modified the strict schema constraint value at examples/business in the response payload under status 200. | Payloads violating the updated value validation rule will be rejected. | Update client-side schema definitions to respect the new value constraint. |
| GET/entitystore/v1/directory/entities/[entityId]/spaces/[spaceId] | Modified the strict schema constraint value at examples/personal in the response payload under status 200. | Payloads violating the updated value validation rule will be rejected. | Update client-side schema definitions to respect the new value constraint. |
| POST/entitystore/v1/entities/[entityId]/spaces | Added the new REFERRAL enum value to the segment response property under status 201. | Strict parsers will fail to deserialize when returning records with the REFERRAL type. | Update models to accept and handle the REFERRAL type. |
| POST/entitystore/v1/entities/[entityId]/spaces | Added the new SYSTEM_INTEGRATOR enum value to the segment response property under status 201. | Strict parsers will fail to deserialize when returning records with the SYSTEM_INTEGRATOR type. | Update models to accept and handle the SYSTEM_INTEGRATOR type. |
| GET/entitystore/v1/spaces | Added the new REFERRAL enum value to the spaces/segment response property under status 200. | Strict parsers will fail to deserialize when returning records with the REFERRAL type. | Update models to accept and handle the REFERRAL type. |
| GET/entitystore/v1/spaces | Added the new SYSTEM_INTEGRATOR enum value to the spaces/segment response property under status 200. | Strict parsers will fail to deserialize when returning records with the SYSTEM_INTEGRATOR type. | Update models to accept and handle the SYSTEM_INTEGRATOR type. |
| GET/entitystore/v1/spaces/[spaceId] | Added the new REFERRAL enum value to the segment response property under status 200. | Strict parsers will fail to deserialize when returning records with the REFERRAL type. | Update models to accept and handle the REFERRAL type. |
| GET/entitystore/v1/spaces/[spaceId] | Added the new SYSTEM_INTEGRATOR enum value to the segment response property under status 200. | Strict parsers will fail to deserialize when returning records with the SYSTEM_INTEGRATOR type. | Update models to accept and handle the SYSTEM_INTEGRATOR type. |
| PATCH/entitystore/v1/spaces/[spaceId] | Added the new REFERRAL enum value to the segment response property under status 200. | Strict parsers will fail to deserialize when returning records with the REFERRAL type. | Update models to accept and handle the REFERRAL type. |
| PATCH/entitystore/v1/spaces/[spaceId] | Added the new SYSTEM_INTEGRATOR enum value to the segment response property under status 200. | Strict parsers will fail to deserialize when returning records with the SYSTEM_INTEGRATOR type. | Update models to accept and handle the SYSTEM_INTEGRATOR type. |
| GET/entitystore/v1/spaces/[spaceId]/extensions | Removed the extensions/permissions response property under status 200. | Client payloads including the extensions/permissions field will be rejected. | Remove the extensions/permissions parameter from response payload under status 200 models. |
| GET/entitystore/v1/spaces/[spaceId]/extensions/[extensionId] | Removed the permissions response property under status 200. | Client payloads including the permissions field will be rejected. | Remove the permissions parameter from response payload under status 200 models. |
| GET/entitystore/v1/spaces/[spaceId]/groups | Removed the groups/spaceSubjects response property under status 200. | Client payloads including the groups/spaceSubjects field will be rejected. | Remove the groups/spaceSubjects parameter from response payload under status 200 models. |
| GET/entitystore/v1/spaces/[spaceId]/groups | Removed the DEFAULT_SYSTEM_GROUP enum value from the groups/type response property under status 200. | Submitting DEFAULT_SYSTEM_GROUP will result in schema validation failures. | Remove usage of DEFAULT_SYSTEM_GROUP and implement fallback logic. |
| GET/entitystore/v1/spaces/[spaceId]/groups | Removed the DEFAULT_OPEN_GROUP enum value from the groups/type response property under status 200. | Submitting DEFAULT_OPEN_GROUP will result in schema validation failures. | Remove usage of DEFAULT_OPEN_GROUP and implement fallback logic. |
| GET/entitystore/v1/spaces/[spaceId]/groups | Removed the CUSTOM enum value from the groups/type response property under status 200. | Submitting CUSTOM will result in schema validation failures. | Remove usage of CUSTOM and implement fallback logic. |
| POST/entitystore/v1/spaces/[spaceId]/groups | Modified the strict schema constraint content in the request payload. | Payloads violating the updated content validation rule will be rejected. | Update client-side schema definitions to respect the new content constraint. |
| POST/entitystore/v1/spaces/[spaceId]/groups | Removed the spaceSubjects response property under status 201. | Client payloads including the spaceSubjects field will be rejected. | Remove the spaceSubjects parameter from response payload under status 201 models. |
| POST/entitystore/v1/spaces/[spaceId]/groups | Removed the DEFAULT_SYSTEM_GROUP enum value from the type response property under status 201. | Submitting DEFAULT_SYSTEM_GROUP will result in schema validation failures. | Remove usage of DEFAULT_SYSTEM_GROUP and implement fallback logic. |
| POST/entitystore/v1/spaces/[spaceId]/groups | Removed the DEFAULT_OPEN_GROUP enum value from the type response property under status 201. | Submitting DEFAULT_OPEN_GROUP will result in schema validation failures. | Remove usage of DEFAULT_OPEN_GROUP and implement fallback logic. |
| POST/entitystore/v1/spaces/[spaceId]/groups | Removed the CUSTOM enum value from the type response property under status 201. | Submitting CUSTOM will result in schema validation failures. | Remove usage of CUSTOM and implement fallback logic. |
| GET/entitystore/v1/spaces/[spaceId]/groups/[groupId] | Removed the spaceSubjects response property under status 200. | Client payloads including the spaceSubjects field will be rejected. | Remove the spaceSubjects parameter from response payload under status 200 models. |
| GET/entitystore/v1/spaces/[spaceId]/groups/[groupId] | Removed the DEFAULT_SYSTEM_GROUP enum value from the type response property under status 200. | Submitting DEFAULT_SYSTEM_GROUP will result in schema validation failures. | Remove usage of DEFAULT_SYSTEM_GROUP and implement fallback logic. |
| GET/entitystore/v1/spaces/[spaceId]/groups/[groupId] | Removed the DEFAULT_OPEN_GROUP enum value from the type response property under status 200. | Submitting DEFAULT_OPEN_GROUP will result in schema validation failures. | Remove usage of DEFAULT_OPEN_GROUP and implement fallback logic. |
| GET/entitystore/v1/spaces/[spaceId]/groups/[groupId] | Removed the CUSTOM enum value from the type response property under status 200. | Submitting CUSTOM will result in schema validation failures. | Remove usage of CUSTOM and implement fallback logic. |
| PATCH/entitystore/v1/spaces/[spaceId]/groups/[groupId] | Modified the strict schema constraint content in the request payload. | Payloads violating the updated content validation rule will be rejected. | Update client-side schema definitions to respect the new content constraint. |
| PATCH/entitystore/v1/spaces/[spaceId]/groups/[groupId] | Removed the spaceSubjects response property under status 200. | Client payloads including the spaceSubjects field will be rejected. | Remove the spaceSubjects parameter from response payload under status 200 models. |
| PATCH/entitystore/v1/spaces/[spaceId]/groups/[groupId] | Removed the DEFAULT_SYSTEM_GROUP enum value from the type response property under status 200. | Submitting DEFAULT_SYSTEM_GROUP will result in schema validation failures. | Remove usage of DEFAULT_SYSTEM_GROUP and implement fallback logic. |
| PATCH/entitystore/v1/spaces/[spaceId]/groups/[groupId] | Removed the DEFAULT_OPEN_GROUP enum value from the type response property under status 200. | Submitting DEFAULT_OPEN_GROUP will result in schema validation failures. | Remove usage of DEFAULT_OPEN_GROUP and implement fallback logic. |
| PATCH/entitystore/v1/spaces/[spaceId]/groups/[groupId] | Removed the CUSTOM enum value from the type response property under status 200. | Submitting CUSTOM will result in schema validation failures. | Remove usage of CUSTOM and implement fallback logic. |
| POST/entitystore/v1/spaces/[spaceId]/groups/[groupId]/roles | The POST method was removed from this endpoint. | Invocations using this method will fail with an HTTP 405 Method Not Allowed. | Migrate client calls to alternative methods or endpoints. |
| GET/entitystore/v1/spaces/[spaceId]/myPermissionTree | Added the new spaces:application enum value to the resources/type response property under status 200. | Strict parsers will fail to deserialize when returning records with the spaces:application type. | Update models to accept and handle the spaces:application type. |
| GET/entitystore/v1/spaces/[spaceId]/myPermissionTree | Added the new spaces:business enum value to the resources/type response property under status 200. | Strict parsers will fail to deserialize when returning records with the spaces:business type. | Update models to accept and handle the spaces:business type. |
| GET/entitystore/v1/spaces/[spaceId]/myPermissionTree | Added the new spaces:personal enum value to the resources/type response property under status 200. | Strict parsers will fail to deserialize when returning records with the spaces:personal type. | Update models to accept and handle the spaces:personal type. |
| GET/entitystore/v1/spaces/[spaceId]/myPermissionTree | Added the new spaces:partner enum value to the resources/type response property under status 200. | Strict parsers will fail to deserialize when returning records with the spaces:partner type. | Update models to accept and handle the spaces:partner type. |
| GET/entitystore/v1/spaces/[spaceId]/myPermissionTree | Added the new entities:business enum value to the resources/type response property under status 200. | Strict parsers will fail to deserialize when returning records with the entities:business type. | Update models to accept and handle the entities:business type. |
| GET/entitystore/v1/spaces/[spaceId]/myPermissionTree | Added the new entities:person enum value to the resources/type response property under status 200. | Strict parsers will fail to deserialize when returning records with the entities:person type. | Update models to accept and handle the entities:person type. |
| GET/entitystore/v1/spaces/[spaceId]/myPermissionTree | Added the new accounts:payment enum value to the resources/type response property under status 200. | Strict parsers will fail to deserialize when returning records with the accounts:payment type. | Update models to accept and handle the accounts:payment type. |
| GET/entitystore/v1/spaces/[spaceId]/myPermissionTree | Added the new extensions:space enum value to the resources/type response property under status 200. | Strict parsers will fail to deserialize when returning records with the extensions:space type. | Update models to accept and handle the extensions:space type. |
| GET/entitystore/v1/spaces/[spaceId]/myPermissionTree | Added the new partner_space:client enum value to the resources/type response property under status 200. | Strict parsers will fail to deserialize when returning records with the partner_space:client type. | Update models to accept and handle the partner_space:client type. |
| GET/entitystore/v1/spaces/[spaceId]/partners | Added the new spaces:application enum value to the partners/partnerExtensions/permissionTree/type response property under status 200. | Strict parsers will fail to deserialize when returning records with the spaces:application type. | Update models to accept and handle the spaces:application type. |
| GET/entitystore/v1/spaces/[spaceId]/partners | Added the new spaces:business enum value to the partners/partnerExtensions/permissionTree/type response property under status 200. | Strict parsers will fail to deserialize when returning records with the spaces:business type. | Update models to accept and handle the spaces:business type. |
| GET/entitystore/v1/spaces/[spaceId]/partners | Added the new spaces:personal enum value to the partners/partnerExtensions/permissionTree/type response property under status 200. | Strict parsers will fail to deserialize when returning records with the spaces:personal type. | Update models to accept and handle the spaces:personal type. |
| GET/entitystore/v1/spaces/[spaceId]/partners | Added the new spaces:partner enum value to the partners/partnerExtensions/permissionTree/type response property under status 200. | Strict parsers will fail to deserialize when returning records with the spaces:partner type. | Update models to accept and handle the spaces:partner type. |
| GET/entitystore/v1/spaces/[spaceId]/partners | Added the new entities:business enum value to the partners/partnerExtensions/permissionTree/type response property under status 200. | Strict parsers will fail to deserialize when returning records with the entities:business type. | Update models to accept and handle the entities:business type. |
| GET/entitystore/v1/spaces/[spaceId]/partners | Added the new entities:person enum value to the partners/partnerExtensions/permissionTree/type response property under status 200. | Strict parsers will fail to deserialize when returning records with the entities:person type. | Update models to accept and handle the entities:person type. |
| GET/entitystore/v1/spaces/[spaceId]/partners | Added the new accounts:payment enum value to the partners/partnerExtensions/permissionTree/type response property under status 200. | Strict parsers will fail to deserialize when returning records with the accounts:payment type. | Update models to accept and handle the accounts:payment type. |
| GET/entitystore/v1/spaces/[spaceId]/partners | Added the new extensions:space enum value to the partners/partnerExtensions/permissionTree/type response property under status 200. | Strict parsers will fail to deserialize when returning records with the extensions:space type. | Update models to accept and handle the extensions:space type. |
| GET/entitystore/v1/spaces/[spaceId]/partners | Added the new partner_space:client enum value to the partners/partnerExtensions/permissionTree/type response property under status 200. | Strict parsers will fail to deserialize when returning records with the partner_space:client type. | Update models to accept and handle the partner_space:client type. |
| GET/entitystore/v1/spaces/[spaceId]/partners | Added the new REFERRAL enum value to the partners/segment response property under status 200. | Strict parsers will fail to deserialize when returning records with the REFERRAL type. | Update models to accept and handle the REFERRAL type. |
| GET/entitystore/v1/spaces/[spaceId]/partners | Added the new SYSTEM_INTEGRATOR enum value to the partners/segment response property under status 200. | Strict parsers will fail to deserialize when returning records with the SYSTEM_INTEGRATOR type. | Update models to accept and handle the SYSTEM_INTEGRATOR type. |
| GET/entitystore/v1/spaces/[spaceId]/permissionTree | Added the new spaces:application enum value to the resources/type response property under status 200. | Strict parsers will fail to deserialize when returning records with the spaces:application type. | Update models to accept and handle the spaces:application type. |
| GET/entitystore/v1/spaces/[spaceId]/permissionTree | Added the new spaces:business enum value to the resources/type response property under status 200. | Strict parsers will fail to deserialize when returning records with the spaces:business type. | Update models to accept and handle the spaces:business type. |
| GET/entitystore/v1/spaces/[spaceId]/permissionTree | Added the new spaces:personal enum value to the resources/type response property under status 200. | Strict parsers will fail to deserialize when returning records with the spaces:personal type. | Update models to accept and handle the spaces:personal type. |
| GET/entitystore/v1/spaces/[spaceId]/permissionTree | Added the new spaces:partner enum value to the resources/type response property under status 200. | Strict parsers will fail to deserialize when returning records with the spaces:partner type. | Update models to accept and handle the spaces:partner type. |
| GET/entitystore/v1/spaces/[spaceId]/permissionTree | Added the new entities:business enum value to the resources/type response property under status 200. | Strict parsers will fail to deserialize when returning records with the entities:business type. | Update models to accept and handle the entities:business type. |
| GET/entitystore/v1/spaces/[spaceId]/permissionTree | Added the new entities:person enum value to the resources/type response property under status 200. | Strict parsers will fail to deserialize when returning records with the entities:person type. | Update models to accept and handle the entities:person type. |
| GET/entitystore/v1/spaces/[spaceId]/permissionTree | Added the new accounts:payment enum value to the resources/type response property under status 200. | Strict parsers will fail to deserialize when returning records with the accounts:payment type. | Update models to accept and handle the accounts:payment type. |
| GET/entitystore/v1/spaces/[spaceId]/permissionTree | Added the new extensions:space enum value to the resources/type response property under status 200. | Strict parsers will fail to deserialize when returning records with the extensions:space type. | Update models to accept and handle the extensions:space type. |
| GET/entitystore/v1/spaces/[spaceId]/permissionTree | Added the new partner_space:client enum value to the resources/type response property under status 200. | Strict parsers will fail to deserialize when returning records with the partner_space:client type. | Update models to accept and handle the partner_space:client type. |
| GET/entitystore/v1/spaces/[spaceId]/permissionTree/[subject] | Added the new spaces:application enum value to the resources/type response property under status 200. | Strict parsers will fail to deserialize when returning records with the spaces:application type. | Update models to accept and handle the spaces:application type. |
| GET/entitystore/v1/spaces/[spaceId]/permissionTree/[subject] | Added the new spaces:business enum value to the resources/type response property under status 200. | Strict parsers will fail to deserialize when returning records with the spaces:business type. | Update models to accept and handle the spaces:business type. |
| GET/entitystore/v1/spaces/[spaceId]/permissionTree/[subject] | Added the new spaces:personal enum value to the resources/type response property under status 200. | Strict parsers will fail to deserialize when returning records with the spaces:personal type. | Update models to accept and handle the spaces:personal type. |
| GET/entitystore/v1/spaces/[spaceId]/permissionTree/[subject] | Added the new spaces:partner enum value to the resources/type response property under status 200. | Strict parsers will fail to deserialize when returning records with the spaces:partner type. | Update models to accept and handle the spaces:partner type. |
| GET/entitystore/v1/spaces/[spaceId]/permissionTree/[subject] | Added the new entities:business enum value to the resources/type response property under status 200. | Strict parsers will fail to deserialize when returning records with the entities:business type. | Update models to accept and handle the entities:business type. |
| GET/entitystore/v1/spaces/[spaceId]/permissionTree/[subject] | Added the new entities:person enum value to the resources/type response property under status 200. | Strict parsers will fail to deserialize when returning records with the entities:person type. | Update models to accept and handle the entities:person type. |
| GET/entitystore/v1/spaces/[spaceId]/permissionTree/[subject] | Added the new accounts:payment enum value to the resources/type response property under status 200. | Strict parsers will fail to deserialize when returning records with the accounts:payment type. | Update models to accept and handle the accounts:payment type. |
| GET/entitystore/v1/spaces/[spaceId]/permissionTree/[subject] | Added the new extensions:space enum value to the resources/type response property under status 200. | Strict parsers will fail to deserialize when returning records with the extensions:space type. | Update models to accept and handle the extensions:space type. |
| GET/entitystore/v1/spaces/[spaceId]/permissionTree/[subject] | Added the new partner_space:client enum value to the resources/type response property under status 200. | Strict parsers will fail to deserialize when returning records with the partner_space:client type. | Update models to accept and handle the partner_space:client type. |
| PUT/entitystore/v1/spaces/[spaceId]/permissionTree/[subject] | Modified the strict schema constraint nullable at resources in the request payload. | Payloads violating the updated nullable validation rule will be rejected. | Update client-side schema definitions to respect the new nullable constraint. |
| PUT/entitystore/v1/spaces/[spaceId]/permissionTree/[subject] | Added the new spaces:application enum value to the resources/type response property under status 200. | Strict parsers will fail to deserialize when returning records with the spaces:application type. | Update models to accept and handle the spaces:application type. |
| PUT/entitystore/v1/spaces/[spaceId]/permissionTree/[subject] | Added the new spaces:business enum value to the resources/type response property under status 200. | Strict parsers will fail to deserialize when returning records with the spaces:business type. | Update models to accept and handle the spaces:business type. |
| PUT/entitystore/v1/spaces/[spaceId]/permissionTree/[subject] | Added the new spaces:personal enum value to the resources/type response property under status 200. | Strict parsers will fail to deserialize when returning records with the spaces:personal type. | Update models to accept and handle the spaces:personal type. |
| PUT/entitystore/v1/spaces/[spaceId]/permissionTree/[subject] | Added the new spaces:partner enum value to the resources/type response property under status 200. | Strict parsers will fail to deserialize when returning records with the spaces:partner type. | Update models to accept and handle the spaces:partner type. |
| PUT/entitystore/v1/spaces/[spaceId]/permissionTree/[subject] | Added the new entities:business enum value to the resources/type response property under status 200. | Strict parsers will fail to deserialize when returning records with the entities:business type. | Update models to accept and handle the entities:business type. |
| PUT/entitystore/v1/spaces/[spaceId]/permissionTree/[subject] | Added the new entities:person enum value to the resources/type response property under status 200. | Strict parsers will fail to deserialize when returning records with the entities:person type. | Update models to accept and handle the entities:person type. |
| PUT/entitystore/v1/spaces/[spaceId]/permissionTree/[subject] | Added the new accounts:payment enum value to the resources/type response property under status 200. | Strict parsers will fail to deserialize when returning records with the accounts:payment type. | Update models to accept and handle the accounts:payment type. |
| PUT/entitystore/v1/spaces/[spaceId]/permissionTree/[subject] | Added the new extensions:space enum value to the resources/type response property under status 200. | Strict parsers will fail to deserialize when returning records with the extensions:space type. | Update models to accept and handle the extensions:space type. |
| PUT/entitystore/v1/spaces/[spaceId]/permissionTree/[subject] | Added the new partner_space:client enum value to the resources/type response property under status 200. | Strict parsers will fail to deserialize when returning records with the partner_space:client type. | Update models to accept and handle the partner_space:client type. |
| GET/entitystore/v1/spaces/[spaceId]/roles | Removed the roles/spaceId response property under status 200. | Client payloads including the roles/spaceId field will be rejected. | Remove the roles/spaceId parameter from response payload under status 200 models. |
| GET/entitystore/v1/spaces/[spaceId]/roles | Added the new spaces:application enum value to the roles/permissions/type response property under status 200. | Strict parsers will fail to deserialize when returning records with the spaces:application type. | Update models to accept and handle the spaces:application type. |
| GET/entitystore/v1/spaces/[spaceId]/roles | Added the new spaces:business enum value to the roles/permissions/type response property under status 200. | Strict parsers will fail to deserialize when returning records with the spaces:business type. | Update models to accept and handle the spaces:business type. |
| GET/entitystore/v1/spaces/[spaceId]/roles | Added the new spaces:personal enum value to the roles/permissions/type response property under status 200. | Strict parsers will fail to deserialize when returning records with the spaces:personal type. | Update models to accept and handle the spaces:personal type. |
| GET/entitystore/v1/spaces/[spaceId]/roles | Added the new spaces:partner enum value to the roles/permissions/type response property under status 200. | Strict parsers will fail to deserialize when returning records with the spaces:partner type. | Update models to accept and handle the spaces:partner type. |
| GET/entitystore/v1/spaces/[spaceId]/roles | Added the new entities:business enum value to the roles/permissions/type response property under status 200. | Strict parsers will fail to deserialize when returning records with the entities:business type. | Update models to accept and handle the entities:business type. |
| GET/entitystore/v1/spaces/[spaceId]/roles | Added the new entities:person enum value to the roles/permissions/type response property under status 200. | Strict parsers will fail to deserialize when returning records with the entities:person type. | Update models to accept and handle the entities:person type. |
| GET/entitystore/v1/spaces/[spaceId]/roles | Added the new accounts:payment enum value to the roles/permissions/type response property under status 200. | Strict parsers will fail to deserialize when returning records with the accounts:payment type. | Update models to accept and handle the accounts:payment type. |
| GET/entitystore/v1/spaces/[spaceId]/roles | Added the new extensions:space enum value to the roles/permissions/type response property under status 200. | Strict parsers will fail to deserialize when returning records with the extensions:space type. | Update models to accept and handle the extensions:space type. |
| GET/entitystore/v1/spaces/[spaceId]/roles | Added the new partner_space:client enum value to the roles/permissions/type response property under status 200. | Strict parsers will fail to deserialize when returning records with the partner_space:client type. | Update models to accept and handle the partner_space:client type. |
| GET/entitystore/v1/spaces/[spaceId]/roles | Added the new PERSONAL enum value to the roles/type response property under status 200. | Strict parsers will fail to deserialize when returning records with the PERSONAL type. | Update models to accept and handle the PERSONAL type. |
| POST/entitystore/v1/spaces/[spaceId]/roles | Modified the strict schema constraint content in the request payload. | Payloads violating the updated content validation rule will be rejected. | Update client-side schema definitions to respect the new content constraint. |
| POST/entitystore/v1/spaces/[spaceId]/roles | Removed the spaceId response property under status 201. | Client payloads including the spaceId field will be rejected. | Remove the spaceId parameter from response payload under status 201 models. |
| POST/entitystore/v1/spaces/[spaceId]/roles | Added the new spaces:application enum value to the permissions/type response property under status 201. | Strict parsers will fail to deserialize when returning records with the spaces:application type. | Update models to accept and handle the spaces:application type. |
| POST/entitystore/v1/spaces/[spaceId]/roles | Added the new spaces:business enum value to the permissions/type response property under status 201. | Strict parsers will fail to deserialize when returning records with the spaces:business type. | Update models to accept and handle the spaces:business type. |
| POST/entitystore/v1/spaces/[spaceId]/roles | Added the new spaces:personal enum value to the permissions/type response property under status 201. | Strict parsers will fail to deserialize when returning records with the spaces:personal type. | Update models to accept and handle the spaces:personal type. |
| POST/entitystore/v1/spaces/[spaceId]/roles | Added the new spaces:partner enum value to the permissions/type response property under status 201. | Strict parsers will fail to deserialize when returning records with the spaces:partner type. | Update models to accept and handle the spaces:partner type. |
| POST/entitystore/v1/spaces/[spaceId]/roles | Added the new entities:business enum value to the permissions/type response property under status 201. | Strict parsers will fail to deserialize when returning records with the entities:business type. | Update models to accept and handle the entities:business type. |
| POST/entitystore/v1/spaces/[spaceId]/roles | Added the new entities:person enum value to the permissions/type response property under status 201. | Strict parsers will fail to deserialize when returning records with the entities:person type. | Update models to accept and handle the entities:person type. |
| POST/entitystore/v1/spaces/[spaceId]/roles | Added the new accounts:payment enum value to the permissions/type response property under status 201. | Strict parsers will fail to deserialize when returning records with the accounts:payment type. | Update models to accept and handle the accounts:payment type. |
| POST/entitystore/v1/spaces/[spaceId]/roles | Added the new extensions:space enum value to the permissions/type response property under status 201. | Strict parsers will fail to deserialize when returning records with the extensions:space type. | Update models to accept and handle the extensions:space type. |
| POST/entitystore/v1/spaces/[spaceId]/roles | Added the new partner_space:client enum value to the permissions/type response property under status 201. | Strict parsers will fail to deserialize when returning records with the partner_space:client type. | Update models to accept and handle the partner_space:client type. |
| POST/entitystore/v1/spaces/[spaceId]/roles | Added the new PERSONAL enum value to the type response property under status 201. | Strict parsers will fail to deserialize when returning records with the PERSONAL type. | Update models to accept and handle the PERSONAL type. |
| GET/entitystore/v1/spaces/[spaceId]/roles/[roleId] | Removed the spaceId response property under status 200. | Client payloads including the spaceId field will be rejected. | Remove the spaceId parameter from response payload under status 200 models. |
| GET/entitystore/v1/spaces/[spaceId]/roles/[roleId] | Added the new spaces:application enum value to the permissions/type response property under status 200. | Strict parsers will fail to deserialize when returning records with the spaces:application type. | Update models to accept and handle the spaces:application type. |
| GET/entitystore/v1/spaces/[spaceId]/roles/[roleId] | Added the new spaces:business enum value to the permissions/type response property under status 200. | Strict parsers will fail to deserialize when returning records with the spaces:business type. | Update models to accept and handle the spaces:business type. |
| GET/entitystore/v1/spaces/[spaceId]/roles/[roleId] | Added the new spaces:personal enum value to the permissions/type response property under status 200. | Strict parsers will fail to deserialize when returning records with the spaces:personal type. | Update models to accept and handle the spaces:personal type. |
| GET/entitystore/v1/spaces/[spaceId]/roles/[roleId] | Added the new spaces:partner enum value to the permissions/type response property under status 200. | Strict parsers will fail to deserialize when returning records with the spaces:partner type. | Update models to accept and handle the spaces:partner type. |
| GET/entitystore/v1/spaces/[spaceId]/roles/[roleId] | Added the new entities:business enum value to the permissions/type response property under status 200. | Strict parsers will fail to deserialize when returning records with the entities:business type. | Update models to accept and handle the entities:business type. |
| GET/entitystore/v1/spaces/[spaceId]/roles/[roleId] | Added the new entities:person enum value to the permissions/type response property under status 200. | Strict parsers will fail to deserialize when returning records with the entities:person type. | Update models to accept and handle the entities:person type. |
| GET/entitystore/v1/spaces/[spaceId]/roles/[roleId] | Added the new accounts:payment enum value to the permissions/type response property under status 200. | Strict parsers will fail to deserialize when returning records with the accounts:payment type. | Update models to accept and handle the accounts:payment type. |
| GET/entitystore/v1/spaces/[spaceId]/roles/[roleId] | Added the new extensions:space enum value to the permissions/type response property under status 200. | Strict parsers will fail to deserialize when returning records with the extensions:space type. | Update models to accept and handle the extensions:space type. |
| GET/entitystore/v1/spaces/[spaceId]/roles/[roleId] | Added the new partner_space:client enum value to the permissions/type response property under status 200. | Strict parsers will fail to deserialize when returning records with the partner_space:client type. | Update models to accept and handle the partner_space:client type. |
| GET/entitystore/v1/spaces/[spaceId]/roles/[roleId] | Added the new PERSONAL enum value to the type response property under status 200. | Strict parsers will fail to deserialize when returning records with the PERSONAL type. | Update models to accept and handle the PERSONAL type. |
| PATCH/entitystore/v1/spaces/[spaceId]/roles/[roleId] | Modified the strict schema constraint content in the request payload. | Payloads violating the updated content validation rule will be rejected. | Update client-side schema definitions to respect the new content constraint. |
| PATCH/entitystore/v1/spaces/[spaceId]/roles/[roleId] | Removed the spaceId response property under status 200. | Client payloads including the spaceId field will be rejected. | Remove the spaceId parameter from response payload under status 200 models. |
| PATCH/entitystore/v1/spaces/[spaceId]/roles/[roleId] | Added the new spaces:application enum value to the permissions/type response property under status 200. | Strict parsers will fail to deserialize when returning records with the spaces:application type. | Update models to accept and handle the spaces:application type. |
| PATCH/entitystore/v1/spaces/[spaceId]/roles/[roleId] | Added the new spaces:business enum value to the permissions/type response property under status 200. | Strict parsers will fail to deserialize when returning records with the spaces:business type. | Update models to accept and handle the spaces:business type. |
| PATCH/entitystore/v1/spaces/[spaceId]/roles/[roleId] | Added the new spaces:personal enum value to the permissions/type response property under status 200. | Strict parsers will fail to deserialize when returning records with the spaces:personal type. | Update models to accept and handle the spaces:personal type. |
| PATCH/entitystore/v1/spaces/[spaceId]/roles/[roleId] | Added the new spaces:partner enum value to the permissions/type response property under status 200. | Strict parsers will fail to deserialize when returning records with the spaces:partner type. | Update models to accept and handle the spaces:partner type. |
| PATCH/entitystore/v1/spaces/[spaceId]/roles/[roleId] | Added the new entities:business enum value to the permissions/type response property under status 200. | Strict parsers will fail to deserialize when returning records with the entities:business type. | Update models to accept and handle the entities:business type. |
| PATCH/entitystore/v1/spaces/[spaceId]/roles/[roleId] | Added the new entities:person enum value to the permissions/type response property under status 200. | Strict parsers will fail to deserialize when returning records with the entities:person type. | Update models to accept and handle the entities:person type. |
| PATCH/entitystore/v1/spaces/[spaceId]/roles/[roleId] | Added the new accounts:payment enum value to the permissions/type response property under status 200. | Strict parsers will fail to deserialize when returning records with the accounts:payment type. | Update models to accept and handle the accounts:payment type. |
| PATCH/entitystore/v1/spaces/[spaceId]/roles/[roleId] | Added the new extensions:space enum value to the permissions/type response property under status 200. | Strict parsers will fail to deserialize when returning records with the extensions:space type. | Update models to accept and handle the extensions:space type. |
| PATCH/entitystore/v1/spaces/[spaceId]/roles/[roleId] | Added the new partner_space:client enum value to the permissions/type response property under status 200. | Strict parsers will fail to deserialize when returning records with the partner_space:client type. | Update models to accept and handle the partner_space:client type. |
| PATCH/entitystore/v1/spaces/[spaceId]/roles/[roleId] | Added the new PERSONAL enum value to the type response property under status 200. | Strict parsers will fail to deserialize when returning records with the PERSONAL type. | Update models to accept and handle the PERSONAL type. |
| PUT/entitystore/v1/spaces/[spaceId]/roles/[roleId]/permissions | Modified the strict schema constraint content in the request payload. | Payloads violating the updated content validation rule will be rejected. | Update client-side schema definitions to respect the new content constraint. |
| PUT/entitystore/v1/spaces/[spaceId]/roles/[roleId]/permissions | Removed the spaceId response property under status 200. | Client payloads including the spaceId field will be rejected. | Remove the spaceId parameter from response payload under status 200 models. |
| PUT/entitystore/v1/spaces/[spaceId]/roles/[roleId]/permissions | Added the new spaces:application enum value to the permissions/type response property under status 200. | Strict parsers will fail to deserialize when returning records with the spaces:application type. | Update models to accept and handle the spaces:application type. |
| PUT/entitystore/v1/spaces/[spaceId]/roles/[roleId]/permissions | Added the new spaces:business enum value to the permissions/type response property under status 200. | Strict parsers will fail to deserialize when returning records with the spaces:business type. | Update models to accept and handle the spaces:business type. |
| PUT/entitystore/v1/spaces/[spaceId]/roles/[roleId]/permissions | Added the new spaces:personal enum value to the permissions/type response property under status 200. | Strict parsers will fail to deserialize when returning records with the spaces:personal type. | Update models to accept and handle the spaces:personal type. |
| PUT/entitystore/v1/spaces/[spaceId]/roles/[roleId]/permissions | Added the new spaces:partner enum value to the permissions/type response property under status 200. | Strict parsers will fail to deserialize when returning records with the spaces:partner type. | Update models to accept and handle the spaces:partner type. |
| PUT/entitystore/v1/spaces/[spaceId]/roles/[roleId]/permissions | Added the new entities:business enum value to the permissions/type response property under status 200. | Strict parsers will fail to deserialize when returning records with the entities:business type. | Update models to accept and handle the entities:business type. |
| PUT/entitystore/v1/spaces/[spaceId]/roles/[roleId]/permissions | Added the new entities:person enum value to the permissions/type response property under status 200. | Strict parsers will fail to deserialize when returning records with the entities:person type. | Update models to accept and handle the entities:person type. |
| PUT/entitystore/v1/spaces/[spaceId]/roles/[roleId]/permissions | Added the new accounts:payment enum value to the permissions/type response property under status 200. | Strict parsers will fail to deserialize when returning records with the accounts:payment type. | Update models to accept and handle the accounts:payment type. |
| PUT/entitystore/v1/spaces/[spaceId]/roles/[roleId]/permissions | Added the new extensions:space enum value to the permissions/type response property under status 200. | Strict parsers will fail to deserialize when returning records with the extensions:space type. | Update models to accept and handle the extensions:space type. |
| PUT/entitystore/v1/spaces/[spaceId]/roles/[roleId]/permissions | Added the new partner_space:client enum value to the permissions/type response property under status 200. | Strict parsers will fail to deserialize when returning records with the partner_space:client type. | Update models to accept and handle the partner_space:client type. |
| PUT/entitystore/v1/spaces/[spaceId]/roles/[roleId]/permissions | Added the new PERSONAL enum value to the type response property under status 200. | Strict parsers will fail to deserialize when returning records with the PERSONAL type. | Update models to accept and handle the PERSONAL type. |
| GET/entitystore/v1/spaces/[spaceId]/settings | Modified the strict schema constraint value at examples/Space's Preferences in the response payload under status 200. | Payloads violating the updated value validation rule will be rejected. | Update client-side schema definitions to respect the new value constraint. |
NewNew Endpoints
| Method & Endpoint | Core Functionality | Auth/Scopes Required |
|---|---|---|
| ADD/entitystore/v2/entities/[entityId] | Access the newly provided functionality and features for this resource. | None specified |
| ADD/entitystore/v2/spaces/[spaceId]/permissionTree/[subject]:addOrRemove | Access the newly provided functionality and features for this resource. | None specified |
| ADD/entitystore/v1/spaces/[spaceId]/groups/[groupId]:assign | Access the newly provided functionality and features for this resource. | None specified |
| ADD/entitystore/v2/entities/[entityId]/spaces | Access the newly provided functionality and features for this resource. | None specified |
| ADD/entitystore/v1/spaces/[spaceId]/subscriptions | Access the newly provided functionality and features for this resource. | None specified |
| ADD/entitystore/v2/directory/spaces | Access the newly provided functionality and features for this resource. | None specified |
| ADD/entitystore/v1/entities/[entityId]/groups/[groupId] | Access the newly provided functionality and features for this resource. | None specified |
| ADD/entitystore/v2/directory/entities/[entityId]/spaces/[spaceId] | Access the newly provided functionality and features for this resource. | None specified |
| ADD/entitystore/v2/spaces/[spaceId]:jsonpatch | Access the newly provided functionality and features for this resource. | None specified |
| ADD/entitystore/v1/spaces/[spaceId]/[subjectType] | Access the newly provided functionality and features for this resource. | None specified |
| ADD/entitystore/v2/spaces/[spaceId]/myPermissionTree/permissions | Access the newly provided functionality and features for this resource. | None specified |
| ADD/entitystore/v2/entities | Access the newly provided functionality and features for this resource. | None specified |
| ADD/entitystore/v1/spaces/[partnerSpaceId]/clients/[clientId]/permissions | Access the newly provided functionality and features for this resource. | None specified |
| ADD/entitystore/v1/spaces/[spaceId]/[subjectType]/[subject]:deactivate | Access the newly provided functionality and features for this resource. | None specified |
| ADD/entitystore/v1/spaces/[spaceId]/[subjectType]/[subject]:activate | Access the newly provided functionality and features for this resource. | None specified |
| ADD/entitystore/v2/spaces/[spaceId]/permissionTree/[subject] | Access the newly provided functionality and features for this resource. | None specified |
| ADD/entitystore/v1/spaces/[spaceId]/groups/[groupId]:unassignRoles | Access the newly provided functionality and features for this resource. | None specified |
| ADD/entitystore/v1/spaces/[spaceId]/[subjectType]/[subject]/groups | Access the newly provided functionality and features for this resource. | None specified |
| ADD/entitystore/v2/entities/[entityId]/taxInfo | Access the newly provided functionality and features for this resource. | None specified |
| ADD/entitystore/v2/spaces/[spaceId]/myPermissionTree | Access the newly provided functionality and features for this resource. | None specified |
| ADD/entitystore/v1/entities/[entityId]/communicationData:jsonpatch | Access the newly provided functionality and features for this resource. | None specified |
| ADD/entitystore/v2/spaces/[spaceId]/taxInfo | Access the newly provided functionality and features for this resource. | None specified |
| ADD/entitystore/v2/spaces/[spaceId]/permissionTree | Access the newly provided functionality and features for this resource. | None specified |
| ADD/entitystore/v1/spaces/[spaceId]/extensions/[extensionId]/clients/[clientId] | Access the newly provided functionality and features for this resource. | None specified |
| ADD/entitystore/v1/spaces/[spaceId]/groups/[groupId]:unassign | Access the newly provided functionality and features for this resource. | None specified |
| ADD/entitystore/v2/entities/[entityId]/communicationData:jsonpatch | Access the newly provided functionality and features for this resource. | None specified |
| ADD/entitystore/v1/spaces/[spaceId]/[subjectType]/[subject] | Access the newly provided functionality and features for this resource. | None specified |
| ADD/entitystore/v2/spaces | Access the newly provided functionality and features for this resource. | None specified |
| ADD/entitystore/v1/entities/[entityId]/settings | Access the newly provided functionality and features for this resource. | None specified |
| ADD/entitystore/v2/spaces/[spaceId] | Access the newly provided functionality and features for this resource. | None specified |
| ADD/entitystore/v1/spaces/[partnerSpaceId]/clients/[clientId]/extensionConfigs | Access the newly provided functionality and features for this resource. | None specified |
| ADD/entitystore/v1/entities/[entityId]/groups | Access the newly provided functionality and features for this resource. | None specified |
| ADD/entitystore/v1/spaces/[spaceId]/groups/[groupId]/users | Access the newly provided functionality and features for this resource. | None specified |
| ADD/entitystore/v2/directory/entities/[entityId] | Access the newly provided functionality and features for this resource. | None specified |
| ADD/entitystore/v1/spaces/[spaceId]/groups/[groupId]:assignRoles | Access the newly provided functionality and features for this resource. | None specified |
| GET/entitystore/v1/spaces/[spaceId]/groups/[groupId]/roles | Added new GET functionality to this existing resource path. | None specified |
| PATCH/entitystore/v1/spaces/[spaceId]/settings | Added new PATCH functionality to this existing resource path. | None specified |
InfoImprovements (Non-Breaking)
| Method & Endpoint | Enhancement Details | Developer Opportunity |
|---|---|---|
| GET/entitystore/v1/directory/entities/[entityId] | Updated the schema metadata description at type in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/entitystore/v1/directory/entities/[entityId] | Updated the schema metadata example at type in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/entitystore/v1/directory/entities/[entityId] | Updated the schema metadata description in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/entitystore/v1/directory/entities/[entityId] | Updated the schema metadata example in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/entitystore/v1/directory/entities/[entityId] | Marked the endpoint as deprecated. | This endpoint will be removed in a future release. |
| GET/entitystore/v1/directory/entities/[entityId]/spaces/[spaceId] | Added the new optional response property under status 200 status. | Supply or consume status for enriched functionality. |
| GET/entitystore/v1/directory/entities/[entityId]/spaces/[spaceId] | Added the new optional response property under status 200 globalIdentifiers. | Supply or consume globalIdentifiers for enriched functionality. |
| GET/entitystore/v1/directory/entities/[entityId]/spaces/[spaceId] | Updated the schema metadata description at entity/type in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/entitystore/v1/directory/entities/[entityId]/spaces/[spaceId] | Updated the schema metadata example at entity/type in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/entitystore/v1/directory/entities/[entityId]/spaces/[spaceId] | Updated the schema metadata description at entity in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/entitystore/v1/directory/entities/[entityId]/spaces/[spaceId] | Updated the schema metadata example at entity in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/entitystore/v1/directory/spaces | Added the new optional request property query. | Filter or enhance queries by utilizing the query parameter for more targeted results. |
| GET/entitystore/v1/directory/spaces | Added the new optional response property under status 200 currentPage. | Supply or consume currentPage for enriched functionality. |
| GET/entitystore/v1/directory/spaces | Added the new optional response property under status 200 pageSize. | Supply or consume pageSize for enriched functionality. |
| GET/entitystore/v1/directory/spaces | Added the new optional response property under status 200 totalElements. | Supply or consume totalElements for enriched functionality. |
| GET/entitystore/v1/directory/spaces | Added the new optional response property under status 200 spaces/status. | Supply or consume spaces/status for enriched functionality. |
| GET/entitystore/v1/directory/spaces | Added the new optional response property under status 200 spaces/globalIdentifiers. | Supply or consume spaces/globalIdentifiers for enriched functionality. |
| GET/entitystore/v1/directory/spaces | Updated the schema metadata description at spaces/entity/type in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/entitystore/v1/directory/spaces | Updated the schema metadata example at spaces/entity/type in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/entitystore/v1/directory/spaces | Updated the schema metadata description at spaces/entity in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/entitystore/v1/directory/spaces | Updated the schema metadata example at spaces/entity in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/entitystore/v1/directory/spaces | Updated the schema metadata description at spaces in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/entitystore/v1/directory/spaces | Updated the schema metadata example in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/entitystore/v1/entities | Added the new optional request property query. | Filter or enhance queries by utilizing the query parameter for more targeted results. |
| GET/entitystore/v1/entities | Added the new optional response property under status 200 totalElements. | Supply or consume totalElements for enriched functionality. |
| GET/entitystore/v1/entities | Added the new optional response property under status 200 currentPage. | Supply or consume currentPage for enriched functionality. |
| GET/entitystore/v1/entities | Added the new optional response property under status 200 pageSize. | Supply or consume pageSize for enriched functionality. |
| GET/entitystore/v1/entities | Added the new optional response property under status 200 entities/settings. | Supply or consume entities/settings for enriched functionality. |
| GET/entitystore/v1/entities | Added the new optional response property under status 200 entities/metadata. | Supply or consume entities/metadata for enriched functionality. |
| GET/entitystore/v1/entities | The entities/addresses/additionalProperties/city property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/entitystore/v1/entities | Updated the schema metadata description at entities/communicationData in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/entitystore/v1/entities | Updated the schema metadata description at entities/type in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/entitystore/v1/entities | Updated the schema metadata example at entities/type in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/entitystore/v1/entities | Updated the schema metadata description at entities in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/entitystore/v1/entities | Updated the schema metadata example at entities in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/entitystore/v1/entities | Updated the schema metadata description at entities in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/entitystore/v1/entities | Updated the schema metadata example in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/entitystore/v1/entities/[entityId] | Added the new optional response property under status 200 settings. | Supply or consume settings for enriched functionality. |
| GET/entitystore/v1/entities/[entityId] | Added the new optional response property under status 200 metadata. | Supply or consume metadata for enriched functionality. |
| GET/entitystore/v1/entities/[entityId] | The addresses/additionalProperties/city property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/entitystore/v1/entities/[entityId] | Updated the schema metadata description at communicationData in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/entitystore/v1/entities/[entityId] | Updated the schema metadata description at type in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/entitystore/v1/entities/[entityId] | Updated the schema metadata example at type in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/entitystore/v1/entities/[entityId] | Updated the schema metadata description in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/entitystore/v1/entities/[entityId] | Updated the schema metadata example in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/entitystore/v1/entities/[entityId]/permissions | Updated the schema metadata description at subjects/permissions in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/entitystore/v1/entities/[entityId]/permissions | Updated the schema metadata description at subjects/permissions in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/entitystore/v1/entities/[entityId]/permissions | The subjects/permissions property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/entitystore/v1/entities/[entityId]/permissions | Updated the schema metadata description at subjects in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/entitystore/v1/entities/[entityId]/permissions | Updated the schema metadata description at subjects in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/entitystore/v1/entities/[entityId]/permissions | The subjects property is no longer required in the response payload under status 200. | Clients can omit this property. |
| POST/entitystore/v1/entities/[entityId]/permissions | The permission property is no longer required in the request payload. | Clients can omit this property. |
| POST/entitystore/v1/entities/[entityId]/permissions | The requester property is no longer required in the request payload. | Clients can omit this property. |
| POST/entitystore/v1/entities/[entityId]/permissions | Updated the schema metadata description at permissions in the response payload under status 201. | Provides better clarity or default behavior in the documentation. |
| POST/entitystore/v1/entities/[entityId]/permissions | Updated the schema metadata description at permissions in the response payload under status 201. | Provides better clarity or default behavior in the documentation. |
| POST/entitystore/v1/entities/[entityId]/permissions | The permissions property is no longer required in the response payload under status 201. | Clients can omit this property. |
| POST/entitystore/v1/entities/[entityId]/permissions | Updated the schema metadata description in the response payload under status 201. | Provides better clarity or default behavior in the documentation. |
| DELETE/entitystore/v1/entities/[entityId]/permissions/[permissionId] | Modified specification properties: securityRequirements. | Internal configuration updates applied. |
| GET/entitystore/v1/entities/[entityId]/spaces | Added the new optional request property query. | Filter or enhance queries by utilizing the query parameter for more targeted results. |
| GET/entitystore/v1/entities/[entityId]/spaces | Added the new optional response property under status 200 spaces/isDefault. | Supply or consume spaces/isDefault for enriched functionality. |
| GET/entitystore/v1/entities/[entityId]/spaces | Added the new optional response property under status 200 spaces/spaceType. | Supply or consume spaces/spaceType for enriched functionality. |
| GET/entitystore/v1/entities/[entityId]/spaces | Added the new optional response property under status 200 spaces/status. | Supply or consume spaces/status for enriched functionality. |
| GET/entitystore/v1/entities/[entityId]/spaces | Updated the schema metadata description at spaces in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/entitystore/v1/entities/[entityId]/spaces | Updated the schema metadata description at spaces in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/entitystore/v1/entities/[entityId]/spaces | Updated the schema metadata example in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| POST/entitystore/v1/entities/[entityId]/spaces | Added the new optional request property settings. | Supply or consume settings for enriched functionality. |
| POST/entitystore/v1/entities/[entityId]/spaces | Added the new REFERRAL enum value to the segment request property. | You can now use this new enum value in requests. |
| POST/entitystore/v1/entities/[entityId]/spaces | Added the new SYSTEM_INTEGRATOR enum value to the segment request property. | You can now use this new enum value in requests. |
| POST/entitystore/v1/entities/[entityId]/spaces | Updated the schema metadata description at segment in the request payload. | Provides better clarity or default behavior in the documentation. |
| POST/entitystore/v1/entities/[entityId]/spaces | The name property is no longer required in the request payload. | Clients can omit this property. |
| POST/entitystore/v1/entities/[entityId]/spaces | The type property is no longer required in the request payload. | Clients can omit this property. |
| POST/entitystore/v1/entities/[entityId]/spaces | Updated the schema metadata example in the request payload. | Provides better clarity or default behavior in the documentation. |
| POST/entitystore/v1/entities/[entityId]/spaces | Added the new optional response property under status 201 status. | Supply or consume status for enriched functionality. |
| POST/entitystore/v1/entities/[entityId]/spaces | Updated the schema metadata description at segment in the response payload under status 201. | Provides better clarity or default behavior in the documentation. |
| POST/entitystore/v1/entities/[entityId]/spaces | Updated the schema metadata example in the response payload under status 201. | Provides better clarity or default behavior in the documentation. |
| GET/entitystore/v1/entities/[entityId]/taxInfo | The deductionLimitations/limit property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/entitystore/v1/entities/[entityId]/taxInfo | The parentEquityParticipations/subsidiaryId property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/entitystore/v1/entities/[entityId]/taxInfo | The parentEquityParticipations/percentage property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/entitystore/v1/entities/[entityId]/taxInfo | The taxRegistrations/vatGroup/name property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/entitystore/v1/entities/[entityId]/taxInfo | Updated the schema metadata description at taxRegistrations in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| PATCH/entitystore/v1/entities/[entityId]/taxInfo | The deductionLimitations/limit property is no longer required in the request payload. | Clients can omit this property. |
| PATCH/entitystore/v1/entities/[entityId]/taxInfo | The parentEquityParticipations/subsidiaryId property is no longer required in the request payload. | Clients can omit this property. |
| PATCH/entitystore/v1/entities/[entityId]/taxInfo | The parentEquityParticipations/percentage property is no longer required in the request payload. | Clients can omit this property. |
| PATCH/entitystore/v1/entities/[entityId]/taxInfo | The deductionLimitations/limit property is no longer required in the response payload under status 200. | Clients can omit this property. |
| PATCH/entitystore/v1/entities/[entityId]/taxInfo | The parentEquityParticipations/subsidiaryId property is no longer required in the response payload under status 200. | Clients can omit this property. |
| PATCH/entitystore/v1/entities/[entityId]/taxInfo | The parentEquityParticipations/percentage property is no longer required in the response payload under status 200. | Clients can omit this property. |
| PATCH/entitystore/v1/entities/[entityId]/taxInfo | The taxRegistrations/vatGroup/name property is no longer required in the response payload under status 200. | Clients can omit this property. |
| PATCH/entitystore/v1/entities/[entityId]/taxInfo | Updated the schema metadata description at taxRegistrations in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| POST/entitystore/v1/entities/[entityId]/taxInfo | The deductionLimitations/limit property is no longer required in the request payload. | Clients can omit this property. |
| POST/entitystore/v1/entities/[entityId]/taxInfo | The parentEquityParticipations/percentage property is no longer required in the request payload. | Clients can omit this property. |
| POST/entitystore/v1/entities/[entityId]/taxInfo | The parentEquityParticipations/subsidiaryId property is no longer required in the request payload. | Clients can omit this property. |
| POST/entitystore/v1/entities/[entityId]/taxInfo | The deductionLimitations/limit property is no longer required in the response payload under status 201. | Clients can omit this property. |
| POST/entitystore/v1/entities/[entityId]/taxInfo | The parentEquityParticipations/subsidiaryId property is no longer required in the response payload under status 201. | Clients can omit this property. |
| POST/entitystore/v1/entities/[entityId]/taxInfo | The parentEquityParticipations/percentage property is no longer required in the response payload under status 201. | Clients can omit this property. |
| POST/entitystore/v1/entities/[entityId]/taxInfo | The taxRegistrations/vatGroup/name property is no longer required in the response payload under status 201. | Clients can omit this property. |
| POST/entitystore/v1/entities/[entityId]/taxInfo | Updated the schema metadata description at taxRegistrations in the response payload under status 201. | Provides better clarity or default behavior in the documentation. |
| POST/entitystore/v1/entities/[entityId]/taxRegistrations | The vatGroup/name property is no longer required in the request payload. | Clients can omit this property. |
| POST/entitystore/v1/entities/[entityId]/taxRegistrations | The country property is no longer required in the request payload. | Clients can omit this property. |
| POST/entitystore/v1/entities/[entityId]/taxRegistrations | The taxId property is no longer required in the request payload. | Clients can omit this property. |
| POST/entitystore/v1/entities/[entityId]/taxRegistrations | The vatGroup/name property is no longer required in the response payload under status 201. | Clients can omit this property. |
| POST/entitystore/v1/entities/[entityId]/taxRegistrations | Updated the schema metadata description in the response payload under status 201. | Provides better clarity or default behavior in the documentation. |
| PATCH/entitystore/v1/entities/[entityId]/taxRegistrations/[taxRegistrationId] | The vatGroup/name property is no longer required in the request payload. | Clients can omit this property. |
| PATCH/entitystore/v1/entities/[entityId]/taxRegistrations/[taxRegistrationId] | The vatGroup/name property is no longer required in the response payload under status 200. | Clients can omit this property. |
| PATCH/entitystore/v1/entities/[entityId]/taxRegistrations/[taxRegistrationId] | Updated the schema metadata description in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| POST/entitystore/v1/entities/[entityId]/taxRegistrations/[taxRegistrationId]:assignSpaces | The spaces property is no longer required in the request payload. | Clients can omit this property. |
| POST/entitystore/v1/entities/[entityId]/taxRegistrations/[taxRegistrationId]:assignSpaces | The vatGroup/name property is no longer required in the response payload under status 200. | Clients can omit this property. |
| POST/entitystore/v1/entities/[entityId]/taxRegistrations/[taxRegistrationId]:assignSpaces | Updated the schema metadata description in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| POST/entitystore/v1/entities/[entityId]/taxRegistrations/[taxRegistrationId]:unassignSpaces | The spaces property is no longer required in the request payload. | Clients can omit this property. |
| POST/entitystore/v1/entities/[entityId]/taxRegistrations/[taxRegistrationId]:unassignSpaces | The vatGroup/name property is no longer required in the response payload under status 200. | Clients can omit this property. |
| POST/entitystore/v1/entities/[entityId]/taxRegistrations/[taxRegistrationId]:unassignSpaces | Updated the schema metadata description in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/entitystore/v1/spaces | Added the new optional request property query. | Filter or enhance queries by utilizing the query parameter for more targeted results. |
| GET/entitystore/v1/spaces | Added the new optional response property under status 200 spaces/status. | Supply or consume spaces/status for enriched functionality. |
| GET/entitystore/v1/spaces | Updated the schema metadata description at spaces/segment in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/entitystore/v1/spaces | Updated the schema metadata description at spaces in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/entitystore/v1/spaces | Updated the schema metadata description at spaces in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/entitystore/v1/spaces | Updated the schema metadata example in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/entitystore/v1/spaces/[spaceId] | Added the new optional request property query. | Filter or enhance queries by utilizing the query parameter for more targeted results. |
| GET/entitystore/v1/spaces/[spaceId] | Added the new optional response property under status 200 status. | Supply or consume status for enriched functionality. |
| GET/entitystore/v1/spaces/[spaceId] | Added the new optional response property under status 200 timestamps. | Supply or consume timestamps for enriched functionality. |
| GET/entitystore/v1/spaces/[spaceId] | Added the new optional response property under status 200 isDefault. | Supply or consume isDefault for enriched functionality. |
| GET/entitystore/v1/spaces/[spaceId] | Added the new optional response property under status 200 entity/settings. | Supply or consume entity/settings for enriched functionality. |
| GET/entitystore/v1/spaces/[spaceId] | Added the new optional response property under status 200 entity/locale. | Supply or consume entity/locale for enriched functionality. |
| GET/entitystore/v1/spaces/[spaceId] | Added the new optional response property under status 200 entity/metadata. | Supply or consume entity/metadata for enriched functionality. |
| GET/entitystore/v1/spaces/[spaceId] | The entity/addresses/additionalProperties/city property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/entitystore/v1/spaces/[spaceId] | Updated the schema metadata description at segment in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/entitystore/v1/spaces/[spaceId] | Updated the schema metadata example in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| PATCH/entitystore/v1/spaces/[spaceId] | Added the new REFERRAL enum value to the segment request property. | You can now use this new enum value in requests. |
| PATCH/entitystore/v1/spaces/[spaceId] | Added the new SYSTEM_INTEGRATOR enum value to the segment request property. | You can now use this new enum value in requests. |
| PATCH/entitystore/v1/spaces/[spaceId] | Updated the schema metadata description at segment in the request payload. | Provides better clarity or default behavior in the documentation. |
| PATCH/entitystore/v1/spaces/[spaceId] | Updated the schema metadata example in the request payload. | Provides better clarity or default behavior in the documentation. |
| PATCH/entitystore/v1/spaces/[spaceId] | Added the new optional response property under status 200 status. | Supply or consume status for enriched functionality. |
| PATCH/entitystore/v1/spaces/[spaceId] | Updated the schema metadata description at segment in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| PATCH/entitystore/v1/spaces/[spaceId] | Updated the schema metadata example in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/entitystore/v1/spaces/[spaceId]/context | Updated the schema metadata example in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/entitystore/v1/spaces/[spaceId]/extensions | Added the new optional response property under status 200 extensions/activationTime. | Supply or consume extensions/activationTime for enriched functionality. |
| GET/entitystore/v1/spaces/[spaceId]/extensions | Added the new optional response property under status 200 extensions/plugins. | Supply or consume extensions/plugins for enriched functionality. |
| GET/entitystore/v1/spaces/[spaceId]/extensions | Added the new optional response property under status 200 extensions/accessManagement. | Supply or consume extensions/accessManagement for enriched functionality. |
| GET/entitystore/v1/spaces/[spaceId]/extensions | Updated the schema metadata description at extensions in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/entitystore/v1/spaces/[spaceId]/extensions | The currentPage property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/entitystore/v1/spaces/[spaceId]/extensions | The pageSize property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/entitystore/v1/spaces/[spaceId]/extensions/[extensionId] | Added the new optional response property under status 200 accessManagement. | Supply or consume accessManagement for enriched functionality. |
| GET/entitystore/v1/spaces/[spaceId]/extensions/[extensionId] | Added the new optional response property under status 200 activationTime. | Supply or consume activationTime for enriched functionality. |
| GET/entitystore/v1/spaces/[spaceId]/extensions/[extensionId] | Added the new optional response property under status 200 plugins. | Supply or consume plugins for enriched functionality. |
| GET/entitystore/v1/spaces/[spaceId]/extensions/[extensionId]/clients | Added the new optional request property query. | Filter or enhance queries by utilizing the query parameter for more targeted results. |
| GET/entitystore/v1/spaces/[spaceId]/extensions/[extensionId]/clients | Updated the schema metadata description at clients in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/entitystore/v1/spaces/[spaceId]/extensions/[extensionId]/clients | Updated the schema metadata description at clients in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/entitystore/v1/spaces/[spaceId]/extensions/[extensionId]/clients | The pageSize property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/entitystore/v1/spaces/[spaceId]/extensions/[extensionId]/clients | The currentPage property is no longer required in the response payload under status 200. | Clients can omit this property. |
| POST/entitystore/v1/spaces/[spaceId]/extensions/[extensionId]/clients | The clientId property is no longer required in the request payload. | Clients can omit this property. |
| POST/entitystore/v1/spaces/[spaceId]/extensions/[extensionId]/clients | The clientId property is no longer required in the response payload under status 200. | Clients can omit this property. |
| POST/entitystore/v1/spaces/[spaceId]/extensions/[extensionId]/permissions | The permission property is no longer required in the request payload. | Clients can omit this property. |
| POST/entitystore/v1/spaces/[spaceId]/extensions/[extensionId]/permissions | The requester property is no longer required in the request payload. | Clients can omit this property. |
| POST/entitystore/v1/spaces/[spaceId]/extensions/[extensionId]/permissions | Updated the schema metadata description at permissions in the response payload under status 201. | Provides better clarity or default behavior in the documentation. |
| POST/entitystore/v1/spaces/[spaceId]/extensions/[extensionId]/permissions | Updated the schema metadata description at permissions in the response payload under status 201. | Provides better clarity or default behavior in the documentation. |
| POST/entitystore/v1/spaces/[spaceId]/extensions/[extensionId]/permissions | The permissions property is no longer required in the response payload under status 201. | Clients can omit this property. |
| POST/entitystore/v1/spaces/[spaceId]/extensions/[extensionId]/permissions | Updated the schema metadata description in the response payload under status 201. | Provides better clarity or default behavior in the documentation. |
| PUT/entitystore/v1/spaces/[spaceId]/extensions/[extensionId]:updateStatus | Added the new optional request property activationTime. | Supply or consume activationTime for enriched functionality. |
| PUT/entitystore/v1/spaces/[spaceId]/extensions/[extensionId]:updateStatus | Updated the schema metadata example in the request payload. | Provides better clarity or default behavior in the documentation. |
| PUT/entitystore/v1/spaces/[spaceId]/extensions/[extensionId]:updateStatus | Updated the schema metadata examples in the request payload. | Provides better clarity or default behavior in the documentation. |
| PUT/entitystore/v1/spaces/[spaceId]/extensions/[extensionId]:updateStatus | Added the new optional response property under status 200 activationTime. | Supply or consume activationTime for enriched functionality. |
| PUT/entitystore/v1/spaces/[spaceId]/extensions/[extensionId]:updateStatus | Updated the schema metadata example in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| PUT/entitystore/v1/spaces/[spaceId]/extensions/[extensionId]:updateStatus | Updated the schema metadata examples in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/entitystore/v1/spaces/[spaceId]/extensions:count | Updated the schema metadata description at counts in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/entitystore/v1/spaces/[spaceId]/extensions:count | The counts property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/entitystore/v1/spaces/[spaceId]/groups | Updated the schema metadata description at groups/resourceType in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/entitystore/v1/spaces/[spaceId]/groups | Updated the schema metadata description at groups in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| POST/entitystore/v1/spaces/[spaceId]/groups | Updated the schema metadata description at resourceType in the response payload under status 201. | Provides better clarity or default behavior in the documentation. |
| DELETE/entitystore/v1/spaces/[spaceId]/groups/[groupId] | Modified specification properties: securityRequirements. | Internal configuration updates applied. |
| GET/entitystore/v1/spaces/[spaceId]/groups/[groupId] | Updated the schema metadata description at resourceType in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| PATCH/entitystore/v1/spaces/[spaceId]/groups/[groupId] | Updated the schema metadata description at resourceType in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/entitystore/v1/spaces/[spaceId]/myPermissionTree | Added the new optional request property query. | Filter or enhance queries by utilizing the query parameter for more targeted results. |
| GET/entitystore/v1/spaces/[spaceId]/myPermissionTree | Added the new optional response property under status 200 groups. | Supply or consume groups for enriched functionality. |
| GET/entitystore/v1/spaces/[spaceId]/myPermissionTree | Updated the schema metadata description at resources/scopes in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/entitystore/v1/spaces/[spaceId]/myPermissionTree | The resources/scopes property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/entitystore/v1/spaces/[spaceId]/myPermissionTree | The resources/type property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/entitystore/v1/spaces/[spaceId]/myPermissionTree | The resources/id property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/entitystore/v1/spaces/[spaceId]/myPermissionTree | Updated the schema metadata description at resources in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/entitystore/v1/spaces/[spaceId]/myPermissionTree | Updated the schema metadata description at resources in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/entitystore/v1/spaces/[spaceId]/myPermissionTree | Updated the schema metadata example in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/entitystore/v1/spaces/[spaceId]/partners | Added the new optional request property query. | Filter or enhance queries by utilizing the query parameter for more targeted results. |
| GET/entitystore/v1/spaces/[spaceId]/partners | Added the new optional response property under status 200 partners/timestamps. | Supply or consume partners/timestamps for enriched functionality. |
| GET/entitystore/v1/spaces/[spaceId]/partners | Updated the schema metadata description at partners/partnerExtensions/permissionTree/scopes in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/entitystore/v1/spaces/[spaceId]/partners | The partners/partnerExtensions/permissionTree/id property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/entitystore/v1/spaces/[spaceId]/partners | The partners/partnerExtensions/permissionTree/scopes property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/entitystore/v1/spaces/[spaceId]/partners | The partners/partnerExtensions/permissionTree/type property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/entitystore/v1/spaces/[spaceId]/partners | Updated the schema metadata description at partners/partnerExtensions/permissionTree in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/entitystore/v1/spaces/[spaceId]/partners | Updated the schema metadata description at partners/partnerExtensions/permissionTree in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/entitystore/v1/spaces/[spaceId]/partners | Updated the schema metadata description at partners/segment in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/entitystore/v1/spaces/[spaceId]/partners | The partners/name property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/entitystore/v1/spaces/[spaceId]/partners | Updated the schema metadata description at partners in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/entitystore/v1/spaces/[spaceId]/partners | Updated the schema metadata description at partners in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/entitystore/v1/spaces/[spaceId]/partners | The currentPage property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/entitystore/v1/spaces/[spaceId]/partners | The pageSize property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/entitystore/v1/spaces/[spaceId]/permissionTree | Added the new optional request property query. | Filter or enhance queries by utilizing the query parameter for more targeted results. |
| GET/entitystore/v1/spaces/[spaceId]/permissionTree | Added the new optional response property under status 200 groups. | Supply or consume groups for enriched functionality. |
| GET/entitystore/v1/spaces/[spaceId]/permissionTree | Updated the schema metadata description at resources/scopes in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/entitystore/v1/spaces/[spaceId]/permissionTree | The resources/scopes property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/entitystore/v1/spaces/[spaceId]/permissionTree | The resources/type property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/entitystore/v1/spaces/[spaceId]/permissionTree | The resources/id property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/entitystore/v1/spaces/[spaceId]/permissionTree | Updated the schema metadata description at resources in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/entitystore/v1/spaces/[spaceId]/permissionTree | Updated the schema metadata description at resources in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/entitystore/v1/spaces/[spaceId]/permissionTree | Updated the schema metadata example in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/entitystore/v1/spaces/[spaceId]/permissionTree/[subject] | Added the new optional request property query. | Filter or enhance queries by utilizing the query parameter for more targeted results. |
| GET/entitystore/v1/spaces/[spaceId]/permissionTree/[subject] | Added the new optional response property under status 200 groups. | Supply or consume groups for enriched functionality. |
| GET/entitystore/v1/spaces/[spaceId]/permissionTree/[subject] | Updated the schema metadata description at resources/scopes in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/entitystore/v1/spaces/[spaceId]/permissionTree/[subject] | The resources/scopes property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/entitystore/v1/spaces/[spaceId]/permissionTree/[subject] | The resources/type property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/entitystore/v1/spaces/[spaceId]/permissionTree/[subject] | The resources/id property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/entitystore/v1/spaces/[spaceId]/permissionTree/[subject] | Updated the schema metadata description at resources in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/entitystore/v1/spaces/[spaceId]/permissionTree/[subject] | Updated the schema metadata description at resources in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/entitystore/v1/spaces/[spaceId]/permissionTree/[subject] | Updated the schema metadata example in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| PUT/entitystore/v1/spaces/[spaceId]/permissionTree/[subject] | Added the new optional request property groups. | Supply or consume groups for enriched functionality. |
| PUT/entitystore/v1/spaces/[spaceId]/permissionTree/[subject] | Updated the schema metadata description at resources/scopes in the request payload. | Provides better clarity or default behavior in the documentation. |
| PUT/entitystore/v1/spaces/[spaceId]/permissionTree/[subject] | Added the new spaces:application enum value to the resources/type request property. | You can now use this new enum value in requests. |
| PUT/entitystore/v1/spaces/[spaceId]/permissionTree/[subject] | Added the new spaces:business enum value to the resources/type request property. | You can now use this new enum value in requests. |
| PUT/entitystore/v1/spaces/[spaceId]/permissionTree/[subject] | Added the new spaces:personal enum value to the resources/type request property. | You can now use this new enum value in requests. |
| PUT/entitystore/v1/spaces/[spaceId]/permissionTree/[subject] | Added the new spaces:partner enum value to the resources/type request property. | You can now use this new enum value in requests. |
| PUT/entitystore/v1/spaces/[spaceId]/permissionTree/[subject] | Added the new entities:business enum value to the resources/type request property. | You can now use this new enum value in requests. |
| PUT/entitystore/v1/spaces/[spaceId]/permissionTree/[subject] | Added the new entities:person enum value to the resources/type request property. | You can now use this new enum value in requests. |
| PUT/entitystore/v1/spaces/[spaceId]/permissionTree/[subject] | Added the new accounts:payment enum value to the resources/type request property. | You can now use this new enum value in requests. |
| PUT/entitystore/v1/spaces/[spaceId]/permissionTree/[subject] | Added the new extensions:space enum value to the resources/type request property. | You can now use this new enum value in requests. |
| PUT/entitystore/v1/spaces/[spaceId]/permissionTree/[subject] | Added the new partner_space:client enum value to the resources/type request property. | You can now use this new enum value in requests. |
| PUT/entitystore/v1/spaces/[spaceId]/permissionTree/[subject] | The resources/scopes property is no longer required in the request payload. | Clients can omit this property. |
| PUT/entitystore/v1/spaces/[spaceId]/permissionTree/[subject] | The resources/type property is no longer required in the request payload. | Clients can omit this property. |
| PUT/entitystore/v1/spaces/[spaceId]/permissionTree/[subject] | The resources/id property is no longer required in the request payload. | Clients can omit this property. |
| PUT/entitystore/v1/spaces/[spaceId]/permissionTree/[subject] | Updated the schema metadata description at resources in the request payload. | Provides better clarity or default behavior in the documentation. |
| PUT/entitystore/v1/spaces/[spaceId]/permissionTree/[subject] | Updated the schema metadata description at resources in the request payload. | Provides better clarity or default behavior in the documentation. |
| PUT/entitystore/v1/spaces/[spaceId]/permissionTree/[subject] | The resources property is no longer required in the request payload. | Clients can omit this property. |
| PUT/entitystore/v1/spaces/[spaceId]/permissionTree/[subject] | Added the new optional response property under status 200 groups. | Supply or consume groups for enriched functionality. |
| PUT/entitystore/v1/spaces/[spaceId]/permissionTree/[subject] | Updated the schema metadata description at resources/scopes in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| PUT/entitystore/v1/spaces/[spaceId]/permissionTree/[subject] | The resources/id property is no longer required in the response payload under status 200. | Clients can omit this property. |
| PUT/entitystore/v1/spaces/[spaceId]/permissionTree/[subject] | The resources/scopes property is no longer required in the response payload under status 200. | Clients can omit this property. |
| PUT/entitystore/v1/spaces/[spaceId]/permissionTree/[subject] | The resources/type property is no longer required in the response payload under status 200. | Clients can omit this property. |
| PUT/entitystore/v1/spaces/[spaceId]/permissionTree/[subject] | Updated the schema metadata description at resources in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| PUT/entitystore/v1/spaces/[spaceId]/permissionTree/[subject] | Updated the schema metadata description at resources in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| PUT/entitystore/v1/spaces/[spaceId]/permissionTree/[subject] | Updated the schema metadata example in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/entitystore/v1/spaces/[spaceId]/permissions | Updated the schema metadata description at subjects/permissions in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/entitystore/v1/spaces/[spaceId]/permissions | Updated the schema metadata description at subjects/permissions in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/entitystore/v1/spaces/[spaceId]/permissions | The subjects/permissions property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/entitystore/v1/spaces/[spaceId]/permissions | Updated the schema metadata description at subjects in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/entitystore/v1/spaces/[spaceId]/permissions | Updated the schema metadata description at subjects in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/entitystore/v1/spaces/[spaceId]/permissions | The subjects property is no longer required in the response payload under status 200. | Clients can omit this property. |
| POST/entitystore/v1/spaces/[spaceId]/permissions | The requester property is no longer required in the request payload. | Clients can omit this property. |
| POST/entitystore/v1/spaces/[spaceId]/permissions | The permission property is no longer required in the request payload. | Clients can omit this property. |
| DELETE/entitystore/v1/spaces/[spaceId]/permissions/[permissionId] | Modified specification properties: securityRequirements. | Internal configuration updates applied. |
| GET/entitystore/v1/spaces/[spaceId]/roles | Added the new optional response property under status 200 roles/resourceId. | Supply or consume roles/resourceId for enriched functionality. |
| GET/entitystore/v1/spaces/[spaceId]/roles | Added the new optional response property under status 200 roles/resourceType. | Supply or consume roles/resourceType for enriched functionality. |
| GET/entitystore/v1/spaces/[spaceId]/roles | Added the new optional response property under status 200 roles/id. | Supply or consume roles/id for enriched functionality. |
| GET/entitystore/v1/spaces/[spaceId]/roles | Updated the schema metadata description at roles/permissions/scopes in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/entitystore/v1/spaces/[spaceId]/roles | The roles/permissions/id property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/entitystore/v1/spaces/[spaceId]/roles | The roles/permissions/scopes property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/entitystore/v1/spaces/[spaceId]/roles | The roles/permissions/type property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/entitystore/v1/spaces/[spaceId]/roles | Updated the schema metadata description at roles/permissions in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/entitystore/v1/spaces/[spaceId]/roles | Updated the schema metadata description at roles/permissions in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/entitystore/v1/spaces/[spaceId]/roles | Updated the schema metadata description at roles in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/entitystore/v1/spaces/[spaceId]/roles | Updated the schema metadata example in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| POST/entitystore/v1/spaces/[spaceId]/roles | Added the new optional response property under status 201 id. | Supply or consume id for enriched functionality. |
| POST/entitystore/v1/spaces/[spaceId]/roles | Added the new optional response property under status 201 resourceId. | Supply or consume resourceId for enriched functionality. |
| POST/entitystore/v1/spaces/[spaceId]/roles | Added the new optional response property under status 201 resourceType. | Supply or consume resourceType for enriched functionality. |
| POST/entitystore/v1/spaces/[spaceId]/roles | Updated the schema metadata description at permissions/scopes in the response payload under status 201. | Provides better clarity or default behavior in the documentation. |
| POST/entitystore/v1/spaces/[spaceId]/roles | The permissions/id property is no longer required in the response payload under status 201. | Clients can omit this property. |
| POST/entitystore/v1/spaces/[spaceId]/roles | The permissions/scopes property is no longer required in the response payload under status 201. | Clients can omit this property. |
| POST/entitystore/v1/spaces/[spaceId]/roles | The permissions/type property is no longer required in the response payload under status 201. | Clients can omit this property. |
| POST/entitystore/v1/spaces/[spaceId]/roles | Updated the schema metadata description at permissions in the response payload under status 201. | Provides better clarity or default behavior in the documentation. |
| POST/entitystore/v1/spaces/[spaceId]/roles | Updated the schema metadata description at permissions in the response payload under status 201. | Provides better clarity or default behavior in the documentation. |
| POST/entitystore/v1/spaces/[spaceId]/roles | Updated the schema metadata example in the response payload under status 201. | Provides better clarity or default behavior in the documentation. |
| DELETE/entitystore/v1/spaces/[spaceId]/roles/[roleId] | Modified specification properties: securityRequirements. | Internal configuration updates applied. |
| GET/entitystore/v1/spaces/[spaceId]/roles/[roleId] | Added the new optional response property under status 200 id. | Supply or consume id for enriched functionality. |
| GET/entitystore/v1/spaces/[spaceId]/roles/[roleId] | Added the new optional response property under status 200 resourceId. | Supply or consume resourceId for enriched functionality. |
| GET/entitystore/v1/spaces/[spaceId]/roles/[roleId] | Added the new optional response property under status 200 resourceType. | Supply or consume resourceType for enriched functionality. |
| GET/entitystore/v1/spaces/[spaceId]/roles/[roleId] | Updated the schema metadata description at permissions/scopes in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/entitystore/v1/spaces/[spaceId]/roles/[roleId] | The permissions/id property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/entitystore/v1/spaces/[spaceId]/roles/[roleId] | The permissions/scopes property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/entitystore/v1/spaces/[spaceId]/roles/[roleId] | The permissions/type property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/entitystore/v1/spaces/[spaceId]/roles/[roleId] | Updated the schema metadata description at permissions in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/entitystore/v1/spaces/[spaceId]/roles/[roleId] | Updated the schema metadata description at permissions in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/entitystore/v1/spaces/[spaceId]/roles/[roleId] | Updated the schema metadata example in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| PATCH/entitystore/v1/spaces/[spaceId]/roles/[roleId] | Added the new optional response property under status 200 id. | Supply or consume id for enriched functionality. |
| PATCH/entitystore/v1/spaces/[spaceId]/roles/[roleId] | Added the new optional response property under status 200 resourceId. | Supply or consume resourceId for enriched functionality. |
| PATCH/entitystore/v1/spaces/[spaceId]/roles/[roleId] | Added the new optional response property under status 200 resourceType. | Supply or consume resourceType for enriched functionality. |
| PATCH/entitystore/v1/spaces/[spaceId]/roles/[roleId] | Updated the schema metadata description at permissions/scopes in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| PATCH/entitystore/v1/spaces/[spaceId]/roles/[roleId] | The permissions/id property is no longer required in the response payload under status 200. | Clients can omit this property. |
| PATCH/entitystore/v1/spaces/[spaceId]/roles/[roleId] | The permissions/scopes property is no longer required in the response payload under status 200. | Clients can omit this property. |
| PATCH/entitystore/v1/spaces/[spaceId]/roles/[roleId] | The permissions/type property is no longer required in the response payload under status 200. | Clients can omit this property. |
| PATCH/entitystore/v1/spaces/[spaceId]/roles/[roleId] | Updated the schema metadata description at permissions in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| PATCH/entitystore/v1/spaces/[spaceId]/roles/[roleId] | Updated the schema metadata description at permissions in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| PATCH/entitystore/v1/spaces/[spaceId]/roles/[roleId] | Updated the schema metadata example in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| PUT/entitystore/v1/spaces/[spaceId]/roles/[roleId]/permissions | Added the new optional response property under status 200 resourceId. | Supply or consume resourceId for enriched functionality. |
| PUT/entitystore/v1/spaces/[spaceId]/roles/[roleId]/permissions | Added the new optional response property under status 200 resourceType. | Supply or consume resourceType for enriched functionality. |
| PUT/entitystore/v1/spaces/[spaceId]/roles/[roleId]/permissions | Added the new optional response property under status 200 id. | Supply or consume id for enriched functionality. |
| PUT/entitystore/v1/spaces/[spaceId]/roles/[roleId]/permissions | Updated the schema metadata description at permissions/scopes in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| PUT/entitystore/v1/spaces/[spaceId]/roles/[roleId]/permissions | The permissions/id property is no longer required in the response payload under status 200. | Clients can omit this property. |
| PUT/entitystore/v1/spaces/[spaceId]/roles/[roleId]/permissions | The permissions/scopes property is no longer required in the response payload under status 200. | Clients can omit this property. |
| PUT/entitystore/v1/spaces/[spaceId]/roles/[roleId]/permissions | The permissions/type property is no longer required in the response payload under status 200. | Clients can omit this property. |
| PUT/entitystore/v1/spaces/[spaceId]/roles/[roleId]/permissions | Updated the schema metadata description at permissions in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| PUT/entitystore/v1/spaces/[spaceId]/roles/[roleId]/permissions | Updated the schema metadata description at permissions in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| PUT/entitystore/v1/spaces/[spaceId]/roles/[roleId]/permissions | Updated the schema metadata example in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/entitystore/v1/spaces/[spaceId]/spaceContext | Added the new optional response property under status 200 status. | Supply or consume status for enriched functionality. |
| GET/entitystore/v1/spaces/[spaceId]/spaceContext | Updated the schema metadata example in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/entitystore/v1/spaces/[spaceId]/taxInfo | The addresses/additionalProperties/city property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/entitystore/v1/spaces/[spaceId]/taxInfo | The deductionLimitations/limit property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/entitystore/v1/spaces/[spaceId]/taxInfo | The parentEquityParticipations/percentage property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/entitystore/v1/spaces/[spaceId]/taxInfo | The parentEquityParticipations/subsidiaryId property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/entitystore/v1/spaces/[spaceId]/taxInfo | The taxRegistration/vatGroup/name property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/entitystore/v1/spaces/[spaceId]/taxInfo | Updated the schema metadata description at taxRegistration in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/entitystore/v1/spaces/[spaceId]/userContext | Updated the schema metadata example in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
Entity Store Service Trust Entity
BreakingBreaking Changes
| Method & Endpoint | The Change | Breaking Behavior | Migration Path |
|---|---|---|---|
| GET/v1/directory/entities/[entityId]/spaces/[spaceId] | Modified the strict schema constraint value at examples/business in the response payload under status 200. | Payloads violating the updated value validation rule will be rejected. | Update client-side schema definitions to respect the new value constraint. |
| GET/v1/directory/entities/[entityId]/spaces/[spaceId] | Modified the strict schema constraint value at examples/personal in the response payload under status 200. | Payloads violating the updated value validation rule will be rejected. | Update client-side schema definitions to respect the new value constraint. |
| POST/v1/entities/[entityId]/spaces | Added the new SYSTEM_INTEGRATOR enum value to the segment response property under status 201. | Strict parsers will fail to deserialize when returning records with the SYSTEM_INTEGRATOR type. | Update models to accept and handle the SYSTEM_INTEGRATOR type. |
NewNew Endpoints
| Method & Endpoint | Core Functionality | Auth/Scopes Required |
|---|---|---|
| ADD/v2/entities/[entityId] | Access the newly provided functionality and features for this resource. | None specified |
| ADD/v2/entities | Access the newly provided functionality and features for this resource. | None specified |
| ADD/v2/directory/spaces | Access the newly provided functionality and features for this resource. | None specified |
| ADD/v2/directory/entities/[entityId]/spaces/[spaceId] | Access the newly provided functionality and features for this resource. | None specified |
| ADD/v2/directory/entities/[entityId] | Access the newly provided functionality and features for this resource. | None specified |
| ADD/v1/entities/[entityId]/communicationData:jsonpatch | Access the newly provided functionality and features for this resource. | None specified |
| ADD/v2/entities/[entityId]/taxInfo | Access the newly provided functionality and features for this resource. | None specified |
| ADD/v2/entities/[entityId]/spaces | Access the newly provided functionality and features for this resource. | None specified |
| ADD/v2/entities/[entityId]/communicationData:jsonpatch | Access the newly provided functionality and features for this resource. | None specified |
InfoImprovements (Non-Breaking)
| Method & Endpoint | Enhancement Details | Developer Opportunity |
|---|---|---|
| GET/v1/directory/entities/[entityId] | Marked the endpoint as deprecated. | This endpoint will be removed in a future release. |
| GET/v1/directory/entities/[entityId]/spaces/[spaceId] | Added the new optional response property under status 200 status. | Supply or consume status for enriched functionality. |
| GET/v1/directory/entities/[entityId]/spaces/[spaceId] | Added the new optional response property under status 200 globalIdentifiers. | Supply or consume globalIdentifiers for enriched functionality. |
| GET/v1/directory/spaces | Added the new optional response property under status 200 spaces/status. | Supply or consume spaces/status for enriched functionality. |
| GET/v1/directory/spaces | Added the new optional response property under status 200 spaces/globalIdentifiers. | Supply or consume spaces/globalIdentifiers for enriched functionality. |
| GET/v1/directory/spaces | Updated the schema metadata example in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/v1/entities | Added the new optional request property query. | Filter or enhance queries by utilizing the query parameter for more targeted results. |
| GET/v1/entities | The entities/addresses/additionalProperties/city property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/v1/entities | Updated the schema metadata description at entities/communicationData in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/v1/entities/[entityId] | The addresses/additionalProperties/city property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/v1/entities/[entityId] | Updated the schema metadata description at communicationData in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| POST/v1/entities/[entityId]/permissions | The requester property is no longer required in the request payload. | Clients can omit this property. |
| POST/v1/entities/[entityId]/permissions | The permission property is no longer required in the request payload. | Clients can omit this property. |
| GET/v1/entities/[entityId]/spaces | Added the new optional response property under status 200 spaces/status. | Supply or consume spaces/status for enriched functionality. |
| GET/v1/entities/[entityId]/spaces | Updated the schema metadata example in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| POST/v1/entities/[entityId]/spaces | Added the new SYSTEM_INTEGRATOR enum value to the segment request property. | You can now use this new enum value in requests. |
| POST/v1/entities/[entityId]/spaces | Updated the schema metadata description at segment in the request payload. | Provides better clarity or default behavior in the documentation. |
| POST/v1/entities/[entityId]/spaces | The name property is no longer required in the request payload. | Clients can omit this property. |
| POST/v1/entities/[entityId]/spaces | The type property is no longer required in the request payload. | Clients can omit this property. |
| POST/v1/entities/[entityId]/spaces | Updated the schema metadata example in the request payload. | Provides better clarity or default behavior in the documentation. |
| POST/v1/entities/[entityId]/spaces | Added the new optional response property under status 201 status. | Supply or consume status for enriched functionality. |
| POST/v1/entities/[entityId]/spaces | Updated the schema metadata description at segment in the response payload under status 201. | Provides better clarity or default behavior in the documentation. |
| POST/v1/entities/[entityId]/spaces | Updated the schema metadata example in the response payload under status 201. | Provides better clarity or default behavior in the documentation. |
| GET/v1/entities/[entityId]/taxInfo | The deductionLimitations/limit property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/v1/entities/[entityId]/taxInfo | The parentEquityParticipations/percentage property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/v1/entities/[entityId]/taxInfo | The parentEquityParticipations/subsidiaryId property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/v1/entities/[entityId]/taxInfo | The taxRegistrations/vatGroup/name property is no longer required in the response payload under status 200. | Clients can omit this property. |
| PATCH/v1/entities/[entityId]/taxInfo | The deductionLimitations/limit property is no longer required in the request payload. | Clients can omit this property. |
| PATCH/v1/entities/[entityId]/taxInfo | The parentEquityParticipations/percentage property is no longer required in the request payload. | Clients can omit this property. |
| PATCH/v1/entities/[entityId]/taxInfo | The parentEquityParticipations/subsidiaryId property is no longer required in the request payload. | Clients can omit this property. |
| PATCH/v1/entities/[entityId]/taxInfo | The deductionLimitations/limit property is no longer required in the response payload under status 200. | Clients can omit this property. |
| PATCH/v1/entities/[entityId]/taxInfo | The parentEquityParticipations/percentage property is no longer required in the response payload under status 200. | Clients can omit this property. |
| PATCH/v1/entities/[entityId]/taxInfo | The parentEquityParticipations/subsidiaryId property is no longer required in the response payload under status 200. | Clients can omit this property. |
| PATCH/v1/entities/[entityId]/taxInfo | The taxRegistrations/vatGroup/name property is no longer required in the response payload under status 200. | Clients can omit this property. |
| POST/v1/entities/[entityId]/taxInfo | The deductionLimitations/limit property is no longer required in the request payload. | Clients can omit this property. |
| POST/v1/entities/[entityId]/taxInfo | The parentEquityParticipations/subsidiaryId property is no longer required in the request payload. | Clients can omit this property. |
| POST/v1/entities/[entityId]/taxInfo | The parentEquityParticipations/percentage property is no longer required in the request payload. | Clients can omit this property. |
| POST/v1/entities/[entityId]/taxInfo | The deductionLimitations/limit property is no longer required in the response payload under status 201. | Clients can omit this property. |
| POST/v1/entities/[entityId]/taxInfo | The parentEquityParticipations/percentage property is no longer required in the response payload under status 201. | Clients can omit this property. |
| POST/v1/entities/[entityId]/taxInfo | The parentEquityParticipations/subsidiaryId property is no longer required in the response payload under status 201. | Clients can omit this property. |
| POST/v1/entities/[entityId]/taxInfo | The taxRegistrations/vatGroup/name property is no longer required in the response payload under status 201. | Clients can omit this property. |
| POST/v1/entities/[entityId]/taxRegistrations | The vatGroup/name property is no longer required in the request payload. | Clients can omit this property. |
| POST/v1/entities/[entityId]/taxRegistrations | The taxId property is no longer required in the request payload. | Clients can omit this property. |
| POST/v1/entities/[entityId]/taxRegistrations | The country property is no longer required in the request payload. | Clients can omit this property. |
| POST/v1/entities/[entityId]/taxRegistrations | The vatGroup/name property is no longer required in the response payload under status 201. | Clients can omit this property. |
| PATCH/v1/entities/[entityId]/taxRegistrations/[taxRegistrationId] | The vatGroup/name property is no longer required in the request payload. | Clients can omit this property. |
| PATCH/v1/entities/[entityId]/taxRegistrations/[taxRegistrationId] | The vatGroup/name property is no longer required in the response payload under status 200. | Clients can omit this property. |
Entity Store Service Workspace Partner
NewNew Endpoints
| Method & Endpoint | Core Functionality | Auth/Scopes Required |
|---|---|---|
| ADD/v1/spaces/[partnerSpaceId]/clients/[clientId]/extensionConfigs | Access the newly provided functionality and features for this resource. | None specified |
| ADD/v1/spaces/[partnerSpaceId]/clients/[clientId]/permissions | Access the newly provided functionality and features for this resource. | None specified |
InfoImprovements (Non-Breaking)
| Method & Endpoint | Enhancement Details | Developer Opportunity |
|---|---|---|
| POST/v1/entities/[entityId]/taxRegistrations/[taxRegistrationId]:assignSpaces | The spaces property is no longer required in the request payload. | Clients can omit this property. |
| POST/v1/entities/[entityId]/taxRegistrations/[taxRegistrationId]:assignSpaces | The vatGroup/name property is no longer required in the response payload under status 200. | Clients can omit this property. |
| POST/v1/entities/[entityId]/taxRegistrations/[taxRegistrationId]:unassignSpaces | The spaces property is no longer required in the request payload. | Clients can omit this property. |
| POST/v1/entities/[entityId]/taxRegistrations/[taxRegistrationId]:unassignSpaces | The vatGroup/name property is no longer required in the response payload under status 200. | Clients can omit this property. |
| POST/v1/spaces/[spaceId]/extensions/[extensionId]/clients | The clientId property is no longer required in the request payload. | Clients can omit this property. |
| POST/v1/spaces/[spaceId]/extensions/[extensionId]/clients | The clientId property is no longer required in the response payload under status 200. | Clients can omit this property. |
Entity Store Service Workspace Space
BreakingBreaking Changes
| Method & Endpoint | The Change | Breaking Behavior | Migration Path |
|---|---|---|---|
| GET/v1/spaces | Added the new SYSTEM_INTEGRATOR enum value to the spaces/segment response property under status 200. | Strict parsers will fail to deserialize when returning records with the SYSTEM_INTEGRATOR type. | Update models to accept and handle the SYSTEM_INTEGRATOR type. |
| GET/v1/spaces/[spaceId] | Added the new SYSTEM_INTEGRATOR enum value to the segment response property under status 200. | Strict parsers will fail to deserialize when returning records with the SYSTEM_INTEGRATOR type. | Update models to accept and handle the SYSTEM_INTEGRATOR type. |
| PATCH/v1/spaces/[spaceId] | Added the new SYSTEM_INTEGRATOR enum value to the segment response property under status 200. | Strict parsers will fail to deserialize when returning records with the SYSTEM_INTEGRATOR type. | Update models to accept and handle the SYSTEM_INTEGRATOR type. |
| GET/v1/spaces/[spaceId]/extensions | Removed the extensions/permissions response property under status 200. | Client payloads including the extensions/permissions field will be rejected. | Remove the extensions/permissions parameter from response payload under status 200 models. |
| GET/v1/spaces/[spaceId]/extensions | Modified the strict schema constraint nullable at extensions/accessManagement/permissions in the response payload under status 200. | Payloads violating the updated nullable validation rule will be rejected. | Update client-side schema definitions to respect the new nullable constraint. |
| GET/v1/spaces/[spaceId]/extensions | Modified the strict schema constraint deprecated at extensions/accessManagement/permissions in the response payload under status 200. | Payloads violating the updated deprecated validation rule will be rejected. | Update client-side schema definitions to respect the new deprecated constraint. |
| GET/v1/spaces/[spaceId]/extensions/[extensionId] | Removed the permissions response property under status 200. | Client payloads including the permissions field will be rejected. | Remove the permissions parameter from response payload under status 200 models. |
| GET/v1/spaces/[spaceId]/extensions/[extensionId] | Modified the strict schema constraint nullable at accessManagement/permissions in the response payload under status 200. | Payloads violating the updated nullable validation rule will be rejected. | Update client-side schema definitions to respect the new nullable constraint. |
| GET/v1/spaces/[spaceId]/extensions/[extensionId] | Modified the strict schema constraint deprecated at accessManagement/permissions in the response payload under status 200. | Payloads violating the updated deprecated validation rule will be rejected. | Update client-side schema definitions to respect the new deprecated constraint. |
| GET/v1/spaces/[spaceId]/partners | Added the new SYSTEM_INTEGRATOR enum value to the partners/segment response property under status 200. | Strict parsers will fail to deserialize when returning records with the SYSTEM_INTEGRATOR type. | Update models to accept and handle the SYSTEM_INTEGRATOR type. |
| GET/v2/spaces/[spaceId]/permissionTree | Removed the subjectType response property under status 200. | Client payloads including the subjectType field will be rejected. | Remove the subjectType parameter from response payload under status 200 models. |
| GET/v2/spaces/[spaceId]/permissionTree | Removed the lastSyncedAt response property under status 200. | Client payloads including the lastSyncedAt field will be rejected. | Remove the lastSyncedAt parameter from response payload under status 200 models. |
| GET/v2/spaces/[spaceId]/permissionTree | Removed the status response property under status 200. | Client payloads including the status field will be rejected. | Remove the status parameter from response payload under status 200 models. |
| POST/v2/spaces/[spaceId]/permissionTree/[subject]:addOrRemove | Removed the 200 response status code. | Clients expecting this exact status will encounter errors. | Update error handlers. |
NewNew Endpoints
| Method & Endpoint | Core Functionality | Auth/Scopes Required |
|---|---|---|
| ADD/v2/spaces/[spaceId]/taxInfo | Access the newly provided functionality and features for this resource. | None specified |
| ADD/v1/spaces/[spaceId]/roles/[roleId]/permissions | Access the newly provided functionality and features for this resource. | None specified |
| ADD/v1/entities/[entityId]/groups | Access the newly provided functionality and features for this resource. | None specified |
| ADD/v1/spaces/[spaceId]/groups/[groupId]/roles | Access the newly provided functionality and features for this resource. | None specified |
| ADD/v2/spaces | Access the newly provided functionality and features for this resource. | None specified |
| ADD/v1/spaces/[spaceId]/groups/[groupId]/users | Access the newly provided functionality and features for this resource. | None specified |
| ADD/v1/spaces/[spaceId]/groups/[groupId]:assign | Access the newly provided functionality and features for this resource. | None specified |
| ADD/v1/spaces/[spaceId]/[subjectType]/[subject]:deactivate | Access the newly provided functionality and features for this resource. | None specified |
| ADD/v1/spaces/[spaceId]/roles/[roleId] | Access the newly provided functionality and features for this resource. | None specified |
| ADD/v1/spaces/[spaceId]/groups/[groupId]:assignRoles | Access the newly provided functionality and features for this resource. | None specified |
| ADD/v1/spaces/[spaceId]/groups | Access the newly provided functionality and features for this resource. | None specified |
| ADD/v1/spaces/[spaceId]/groups/[groupId] | Access the newly provided functionality and features for this resource. | None specified |
| ADD/v1/spaces/[spaceId]/subscriptions | Access the newly provided functionality and features for this resource. | None specified |
| ADD/v1/spaces/[spaceId]/groups/[groupId]:unassign | Access the newly provided functionality and features for this resource. | None specified |
| ADD/v1/entities/[entityId]/groups/[groupId] | Access the newly provided functionality and features for this resource. | None specified |
| ADD/v1/spaces/[spaceId]/groups/[groupId]:unassignRoles | Access the newly provided functionality and features for this resource. | None specified |
| ADD/v1/spaces/[spaceId]/[subjectType]/[subject]:activate | Access the newly provided functionality and features for this resource. | None specified |
| ADD/v2/spaces/[spaceId]/myPermissionTree/permissions | Access the newly provided functionality and features for this resource. | None specified |
| ADD/v2/spaces/[spaceId]:jsonpatch | Access the newly provided functionality and features for this resource. | None specified |
| ADD/v1/spaces/[spaceId]/[subjectType]/[subject] | Access the newly provided functionality and features for this resource. | None specified |
| ADD/v2/spaces/[spaceId] | Access the newly provided functionality and features for this resource. | None specified |
| ADD/v1/spaces/[spaceId]/[subjectType]/[subject]/groups | Access the newly provided functionality and features for this resource. | None specified |
| ADD/v1/spaces/[spaceId]/[subjectType] | Access the newly provided functionality and features for this resource. | None specified |
| ADD/v1/spaces/[spaceId]/roles | Access the newly provided functionality and features for this resource. | None specified |
InfoImprovements (Non-Breaking)
| Method & Endpoint | Enhancement Details | Developer Opportunity |
|---|---|---|
| GET/v1/spaces | Added the new optional request property query. | Filter or enhance queries by utilizing the query parameter for more targeted results. |
| GET/v1/spaces | Added the new optional response property under status 200 spaces/status. | Supply or consume spaces/status for enriched functionality. |
| GET/v1/spaces | Updated the schema metadata description at spaces/segment in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/v1/spaces | Updated the schema metadata example in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/v1/spaces/[spaceId] | Added the new optional response property under status 200 status. | Supply or consume status for enriched functionality. |
| GET/v1/spaces/[spaceId] | Added the new optional response property under status 200 entity/metadata. | Supply or consume entity/metadata for enriched functionality. |
| GET/v1/spaces/[spaceId] | Added the new optional response property under status 200 entity/settings. | Supply or consume entity/settings for enriched functionality. |
| GET/v1/spaces/[spaceId] | Added the new optional response property under status 200 entity/locale. | Supply or consume entity/locale for enriched functionality. |
| GET/v1/spaces/[spaceId] | The entity/addresses/additionalProperties/city property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/v1/spaces/[spaceId] | Updated the schema metadata description at segment in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/v1/spaces/[spaceId] | Updated the schema metadata description at timestamps in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/v1/spaces/[spaceId] | Updated the schema metadata example in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| PATCH/v1/spaces/[spaceId] | Added the new SYSTEM_INTEGRATOR enum value to the segment request property. | You can now use this new enum value in requests. |
| PATCH/v1/spaces/[spaceId] | Updated the schema metadata description at segment in the request payload. | Provides better clarity or default behavior in the documentation. |
| PATCH/v1/spaces/[spaceId] | Updated the schema metadata example in the request payload. | Provides better clarity or default behavior in the documentation. |
| PATCH/v1/spaces/[spaceId] | Added the new optional response property under status 200 status. | Supply or consume status for enriched functionality. |
| PATCH/v1/spaces/[spaceId] | Updated the schema metadata description at segment in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| PATCH/v1/spaces/[spaceId] | Updated the schema metadata example in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/v1/spaces/[spaceId]/context | Updated the schema metadata example in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/v1/spaces/[spaceId]/extensions | Added the new optional response property under status 200 extensions/activationTime. | Supply or consume extensions/activationTime for enriched functionality. |
| GET/v1/spaces/[spaceId]/extensions | Added the new optional response property under status 200 extensions/plugins. | Supply or consume extensions/plugins for enriched functionality. |
| GET/v1/spaces/[spaceId]/extensions | Updated the schema metadata description at extensions/accessManagement/permissions in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/v1/spaces/[spaceId]/extensions | Updated the schema metadata example at extensions/accessManagement/permissions in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/v1/spaces/[spaceId]/extensions/[extensionId] | Added the new optional response property under status 200 activationTime. | Supply or consume activationTime for enriched functionality. |
| GET/v1/spaces/[spaceId]/extensions/[extensionId] | Added the new optional response property under status 200 plugins. | Supply or consume plugins for enriched functionality. |
| GET/v1/spaces/[spaceId]/extensions/[extensionId] | Updated the schema metadata description at accessManagement/permissions in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/v1/spaces/[spaceId]/extensions/[extensionId] | Updated the schema metadata example at accessManagement/permissions in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| POST/v1/spaces/[spaceId]/extensions/[extensionId]/permissions | The permission property is no longer required in the request payload. | Clients can omit this property. |
| POST/v1/spaces/[spaceId]/extensions/[extensionId]/permissions | The requester property is no longer required in the request payload. | Clients can omit this property. |
| PUT/v1/spaces/[spaceId]/extensions/[extensionId]:updateStatus | Added the new optional request property activationTime. | Supply or consume activationTime for enriched functionality. |
| PUT/v1/spaces/[spaceId]/extensions/[extensionId]:updateStatus | Updated the schema metadata example in the request payload. | Provides better clarity or default behavior in the documentation. |
| PUT/v1/spaces/[spaceId]/extensions/[extensionId]:updateStatus | Updated the schema metadata examples in the request payload. | Provides better clarity or default behavior in the documentation. |
| PUT/v1/spaces/[spaceId]/extensions/[extensionId]:updateStatus | Added the new optional response property under status 200 activationTime. | Supply or consume activationTime for enriched functionality. |
| PUT/v1/spaces/[spaceId]/extensions/[extensionId]:updateStatus | Updated the schema metadata example in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| PUT/v1/spaces/[spaceId]/extensions/[extensionId]:updateStatus | Updated the schema metadata examples in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/v1/spaces/[spaceId]/myPermissionTree | Added the new optional request property query. | Filter or enhance queries by utilizing the query parameter for more targeted results. |
| GET/v1/spaces/[spaceId]/myPermissionTree | The resources/id property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/v1/spaces/[spaceId]/myPermissionTree | The resources/scopes property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/v1/spaces/[spaceId]/myPermissionTree | The resources/type property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/v1/spaces/[spaceId]/partners | Added the new optional request property query. | Filter or enhance queries by utilizing the query parameter for more targeted results. |
| GET/v1/spaces/[spaceId]/partners | Added the new optional response property under status 200 partners/timestamps. | Supply or consume partners/timestamps for enriched functionality. |
| GET/v1/spaces/[spaceId]/partners | The partners/partnerExtensions/permissionTree/id property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/v1/spaces/[spaceId]/partners | The partners/partnerExtensions/permissionTree/scopes property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/v1/spaces/[spaceId]/partners | The partners/partnerExtensions/permissionTree/type property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/v1/spaces/[spaceId]/partners | Updated the schema metadata description at partners/segment in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/v1/spaces/[spaceId]/partners | The partners/name property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/v1/spaces/[spaceId]/permissionTree | Added the new optional request property query. | Filter or enhance queries by utilizing the query parameter for more targeted results. |
| GET/v1/spaces/[spaceId]/permissionTree | The resources/id property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/v1/spaces/[spaceId]/permissionTree | The resources/scopes property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/v1/spaces/[spaceId]/permissionTree | The resources/type property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/v1/spaces/[spaceId]/permissionTree/[subject] | Added the new optional request property query. | Filter or enhance queries by utilizing the query parameter for more targeted results. |
| GET/v1/spaces/[spaceId]/permissionTree/[subject] | The resources/id property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/v1/spaces/[spaceId]/permissionTree/[subject] | The resources/scopes property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/v1/spaces/[spaceId]/permissionTree/[subject] | The resources/type property is no longer required in the response payload under status 200. | Clients can omit this property. |
| PUT/v1/spaces/[spaceId]/permissionTree/[subject] | The resources/scopes property is no longer required in the request payload. | Clients can omit this property. |
| PUT/v1/spaces/[spaceId]/permissionTree/[subject] | The resources/type property is no longer required in the request payload. | Clients can omit this property. |
| PUT/v1/spaces/[spaceId]/permissionTree/[subject] | The resources/id property is no longer required in the request payload. | Clients can omit this property. |
| PUT/v1/spaces/[spaceId]/permissionTree/[subject] | The resources/scopes property is no longer required in the response payload under status 200. | Clients can omit this property. |
| PUT/v1/spaces/[spaceId]/permissionTree/[subject] | The resources/type property is no longer required in the response payload under status 200. | Clients can omit this property. |
| PUT/v1/spaces/[spaceId]/permissionTree/[subject] | The resources/id property is no longer required in the response payload under status 200. | Clients can omit this property. |
| POST/v1/spaces/[spaceId]/permissions | The permission property is no longer required in the request payload. | Clients can omit this property. |
| POST/v1/spaces/[spaceId]/permissions | The requester property is no longer required in the request payload. | Clients can omit this property. |
| GET/v1/spaces/[spaceId]/spaceContext | Added the new optional response property under status 200 status. | Supply or consume status for enriched functionality. |
| GET/v1/spaces/[spaceId]/spaceContext | Updated the schema metadata example in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/v1/spaces/[spaceId]/taxInfo | The addresses/additionalProperties/city property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/v1/spaces/[spaceId]/taxInfo | The deductionLimitations/limit property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/v1/spaces/[spaceId]/taxInfo | The parentEquityParticipations/subsidiaryId property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/v1/spaces/[spaceId]/taxInfo | The parentEquityParticipations/percentage property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/v1/spaces/[spaceId]/taxInfo | The taxRegistration/vatGroup/name property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/v1/spaces/[spaceId]/userContext | Updated the schema metadata example in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/v2/spaces/[spaceId]/myPermissionTree | Added the new optional request property query. | Filter or enhance queries by utilizing the query parameter for more targeted results. |
| GET/v2/spaces/[spaceId]/myPermissionTree | The resources/scopes/name property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/v2/spaces/[spaceId]/myPermissionTree | The resources/type property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/v2/spaces/[spaceId]/myPermissionTree | The resources/id property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/v2/spaces/[spaceId]/myPermissionTree | The resources/name property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/v2/spaces/[spaceId]/myPermissionTree | The resources/scopes property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/v2/spaces/[spaceId]/permissionTree | Added the new optional request property query. | Filter or enhance queries by utilizing the query parameter for more targeted results. |
| GET/v2/spaces/[spaceId]/permissionTree | The resources/scopes/name property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/v2/spaces/[spaceId]/permissionTree | The resources/id property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/v2/spaces/[spaceId]/permissionTree | The resources/name property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/v2/spaces/[spaceId]/permissionTree | The resources/scopes property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/v2/spaces/[spaceId]/permissionTree | The resources/type property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/v2/spaces/[spaceId]/permissionTree | Updated the schema metadata example in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/v2/spaces/[spaceId]/permissionTree/[subject] | Added the new optional request property query. | Filter or enhance queries by utilizing the query parameter for more targeted results. |
| GET/v2/spaces/[spaceId]/permissionTree/[subject] | The resources/scopes/name property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/v2/spaces/[spaceId]/permissionTree/[subject] | The resources/type property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/v2/spaces/[spaceId]/permissionTree/[subject] | The resources/id property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/v2/spaces/[spaceId]/permissionTree/[subject] | The resources/name property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/v2/spaces/[spaceId]/permissionTree/[subject] | The resources/scopes property is no longer required in the response payload under status 200. | Clients can omit this property. |
| POST/v2/spaces/[spaceId]/permissionTree/[subject]:addOrRemove | The add/resources/scopes/name property is no longer required in the request payload. | Clients can omit this property. |
| POST/v2/spaces/[spaceId]/permissionTree/[subject]:addOrRemove | The add/resources/id property is no longer required in the request payload. | Clients can omit this property. |
| POST/v2/spaces/[spaceId]/permissionTree/[subject]:addOrRemove | The add/resources/name property is no longer required in the request payload. | Clients can omit this property. |
| POST/v2/spaces/[spaceId]/permissionTree/[subject]:addOrRemove | The add/resources/scopes property is no longer required in the request payload. | Clients can omit this property. |
| POST/v2/spaces/[spaceId]/permissionTree/[subject]:addOrRemove | The add/resources/type property is no longer required in the request payload. | Clients can omit this property. |
| POST/v2/spaces/[spaceId]/permissionTree/[subject]:addOrRemove | The remove/resources/scopes/name property is no longer required in the request payload. | Clients can omit this property. |
| POST/v2/spaces/[spaceId]/permissionTree/[subject]:addOrRemove | The remove/resources/id property is no longer required in the request payload. | Clients can omit this property. |
| POST/v2/spaces/[spaceId]/permissionTree/[subject]:addOrRemove | The remove/resources/name property is no longer required in the request payload. | Clients can omit this property. |
| POST/v2/spaces/[spaceId]/permissionTree/[subject]:addOrRemove | The remove/resources/scopes property is no longer required in the request payload. | Clients can omit this property. |
| POST/v2/spaces/[spaceId]/permissionTree/[subject]:addOrRemove | The remove/resources/type property is no longer required in the request payload. | Clients can omit this property. |
Event
Event Store
BreakingBreaking Changes
| Method & Endpoint | The Change | Breaking Behavior | Migration Path |
|---|---|---|---|
| DEL/datastore/event/v1/entities/[entityId]/events:grouping | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
| DEL/datastore/event/v1/spaces/[spaceId]/events:grouping | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
| DEL/datastore/event/v1/[ownerId]/events:grouping | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
NewNew Endpoints
| Method & Endpoint | Core Functionality | Auth/Scopes Required |
|---|---|---|
| ADD/datastore/event/v2/spaces/[spaceId]/events | Access the newly provided functionality and features for this resource. | None specified |
| ADD/datastore/event/v2/entities/[entityId]/events | Access the newly provided functionality and features for this resource. | None specified |
InfoImprovements (Non-Breaking)
| Method & Endpoint | Enhancement Details | Developer Opportunity |
|---|---|---|
| GET/datastore/event/v1/entities/[entityId]/events | Updated the schema metadata default at events/level in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| POST/datastore/event/v1/entities/[entityId]/events | Updated the schema metadata default at level in the request payload. | Provides better clarity or default behavior in the documentation. |
| POST/datastore/event/v1/entities/[entityId]/events | The category property is no longer required in the request payload. | Clients can omit this property. |
| POST/datastore/event/v1/entities/[entityId]/events | The createdAt property is no longer required in the request payload. | Clients can omit this property. |
| POST/datastore/event/v1/entities/[entityId]/events | The subcategory property is no longer required in the request payload. | Clients can omit this property. |
| POST/datastore/event/v1/entities/[entityId]/events | Updated the schema metadata default at level in the response payload under status 201. | Provides better clarity or default behavior in the documentation. |
| GET/datastore/event/v1/spaces/[spaceId]/events | Updated the schema metadata default at events/level in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| POST/datastore/event/v1/spaces/[spaceId]/events | Updated the schema metadata default at level in the request payload. | Provides better clarity or default behavior in the documentation. |
| POST/datastore/event/v1/spaces/[spaceId]/events | The category property is no longer required in the request payload. | Clients can omit this property. |
| POST/datastore/event/v1/spaces/[spaceId]/events | The createdAt property is no longer required in the request payload. | Clients can omit this property. |
| POST/datastore/event/v1/spaces/[spaceId]/events | The subcategory property is no longer required in the request payload. | Clients can omit this property. |
| POST/datastore/event/v1/spaces/[spaceId]/events | Updated the schema metadata default at level in the response payload under status 201. | Provides better clarity or default behavior in the documentation. |
| GET/datastore/event/v1/[ownerId]/events | Updated the schema metadata default at events/level in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| POST/datastore/event/v1/[ownerId]/events | Updated the schema metadata default at level in the request payload. | Provides better clarity or default behavior in the documentation. |
| POST/datastore/event/v1/[ownerId]/events | The subcategory property is no longer required in the request payload. | Clients can omit this property. |
| POST/datastore/event/v1/[ownerId]/events | The category property is no longer required in the request payload. | Clients can omit this property. |
| POST/datastore/event/v1/[ownerId]/events | The createdAt property is no longer required in the request payload. | Clients can omit this property. |
| POST/datastore/event/v1/[ownerId]/events | Updated the schema metadata default at level in the response payload under status 201. | Provides better clarity or default behavior in the documentation. |
Flowable
Flowable Identity Openapi
NewNew Endpoints
| Method & Endpoint | Core Functionality | Auth/Scopes Required |
|---|---|---|
| ADD/identity/v1/spaces/[spaceId]/users/invitations | Access the newly provided functionality and features for this resource. | None specified |
| ADD/identity/v1/spaces/[spaceId]/users/invitations/[processInstanceId] | Access the newly provided functionality and features for this resource. | None specified |
| ADD/identity/v1/spaces/[spaceId]/users/invitations:bulkImport | Access the newly provided functionality and features for this resource. | None specified |
| ADD/identity/v1/spaces/[spaceId]/users/invitations:bulkImport/template | Access the newly provided functionality and features for this resource. | None specified |
| ADD/identity/v1/registration | Access the newly provided functionality and features for this resource. | None specified |
| ADD/identity/v1/registration/start | Access the newly provided functionality and features for this resource. | None specified |
| ADD/identity/v1/registrations | Access the newly provided functionality and features for this resource. | None specified |
| ADD/identity/v1/spaces/[spaceId]/users/invitation:remind | Access the newly provided functionality and features for this resource. | None specified |
Message
Message Service
BreakingBreaking Changes
| Method & Endpoint | The Change | Breaking Behavior | Migration Path |
|---|---|---|---|
| DEL/core/message/v1/messages | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
| DEL/core/message/v1/messageAuthorizers/permission/authorizeMessage | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
| DEL/core/message/v1/messageAuthorizers/subject/authorizeMessage | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
NewNew Endpoints
| Method & Endpoint | Core Functionality | Auth/Scopes Required |
|---|---|---|
| ADD/core/message/v2/messages:send | Access the newly provided functionality and features for this resource. | None specified |
Network
Network Core
BreakingBreaking Changes
| Method & Endpoint | The Change | Breaking Behavior | Migration Path |
|---|---|---|---|
| POST/network/core/business/v1/spaces/[spaceId]/network/connections | Modified the strict schema constraint minLength at paymentAccounts/bank/identifier in the request payload. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| POST/network/core/business/v1/spaces/[spaceId]/network/connections | Modified the strict schema constraint minLength at paymentAccounts/identifier in the request payload. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| POST/network/core/business/v1/spaces/[spaceId]/network/connections | Removed the IBAN enum value from the paymentAccounts/scheme request property. | Submitting IBAN will result in schema validation failures. | Remove usage of IBAN and implement fallback logic. |
| POST/network/core/business/v1/spaces/[spaceId]/network/connections | Removed the BBAN enum value from the paymentAccounts/scheme request property. | Submitting BBAN will result in schema validation failures. | Remove usage of BBAN and implement fallback logic. |
| POST/network/core/business/v1/spaces/[spaceId]/network/connections | Removed the ANB enum value from the paymentAccounts/scheme request property. | Submitting ANB will result in schema validation failures. | Remove usage of ANB and implement fallback logic. |
| POST/network/core/business/v1/spaces/[spaceId]/network/connections | Removed the SE_BANKGIRO enum value from the paymentAccounts/scheme request property. | Submitting SE_BANKGIRO will result in schema validation failures. | Remove usage of SE_BANKGIRO and implement fallback logic. |
| POST/network/core/business/v1/spaces/[spaceId]/network/connections | Removed the SE_PLUSGIRO enum value from the paymentAccounts/scheme request property. | Submitting SE_PLUSGIRO will result in schema validation failures. | Remove usage of SE_PLUSGIRO and implement fallback logic. |
| POST/network/core/business/v1/spaces/[spaceId]/network/connections | Removed the CREDIT_CARD enum value from the paymentAccounts/scheme request property. | Submitting CREDIT_CARD will result in schema validation failures. | Remove usage of CREDIT_CARD and implement fallback logic. |
| POST/network/core/business/v1/spaces/[spaceId]/network/connections | Modified the strict schema constraint minItems at relationTypes in the request payload. | Payloads violating the updated minItems validation rule will be rejected. | Update client-side schema definitions to respect the new minItems constraint. |
| POST/network/core/business/v1/spaces/[spaceId]/network/connections | Modified the strict schema constraint value at examples/BusinessConnection in the request payload. | Payloads violating the updated value validation rule will be rejected. | Update client-side schema definitions to respect the new value constraint. |
| POST/network/core/business/v1/spaces/[spaceId]/network/connections | Modified the strict schema constraint value at examples/PersonConnection in the request payload. | Payloads violating the updated value validation rule will be rejected. | Update client-side schema definitions to respect the new value constraint. |
| POST/network/core/business/v1/spaces/[spaceId]/network/connections | Removed the businessType response property under status 201. | Client payloads including the businessType field will be rejected. | Remove the businessType parameter from response payload under status 201 models. |
| POST/network/core/business/v1/spaces/[spaceId]/network/connections | Modified the strict schema constraint minLength at assignedAccountId in the response payload under status 201. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| POST/network/core/business/v1/spaces/[spaceId]/network/connections | Modified the strict schema constraint minLength at connectors/name in the response payload under status 201. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| POST/network/core/business/v1/spaces/[spaceId]/network/connections | Modified the strict schema constraint minLength at connectors/namespace in the response payload under status 201. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| POST/network/core/business/v1/spaces/[spaceId]/network/connections | Modified the strict schema constraint minLength at connectors/searchResults/name in the response payload under status 201. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| POST/network/core/business/v1/spaces/[spaceId]/network/connections | Modified the strict schema constraint minItems at relationTypes in the response payload under status 201. | Payloads violating the updated minItems validation rule will be rejected. | Update client-side schema definitions to respect the new minItems constraint. |
| POST/network/core/business/v1/spaces/[spaceId]/network/connections | Modified the strict schema constraint oneOf in the response payload under status 403. | Payloads violating the updated oneOf validation rule will be rejected. | Update client-side schema definitions to respect the new oneOf constraint. |
| POST/network/core/business/v1/spaces/[spaceId]/network/connections | Modified the strict schema constraint oneOf in the response payload under status 409. | Payloads violating the updated oneOf validation rule will be rejected. | Update client-side schema definitions to respect the new oneOf constraint. |
| POST/network/core/business/v1/spaces/[spaceId]/network/connections | Modified the strict schema constraint oneOf in the response payload under status 422. | Payloads violating the updated oneOf validation rule will be rejected. | Update client-side schema definitions to respect the new oneOf constraint. |
| GET/network/core/business/v1/spaces/[spaceId]/network/connections/[connectionId]/connectors | Modified the strict schema constraint minLength at connectors/name in the response payload under status 200. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| GET/network/core/business/v1/spaces/[spaceId]/network/connections/[connectionId]/connectors | Modified the strict schema constraint minLength at connectors/namespace in the response payload under status 200. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| GET/network/core/business/v1/spaces/[spaceId]/network/connections/[connectionId]/connectors | Modified the strict schema constraint minLength at connectors/searchResults/name in the response payload under status 200. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| GET/network/core/business/v1/spaces/[spaceId]/network/connections/[connectionId]/connectors | Modified the strict schema constraint minLength at connectors/name in the response payload under status 422. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| GET/network/core/business/v1/spaces/[spaceId]/network/connections/[connectionId]/connectors | Modified the strict schema constraint minLength at connectors/namespace in the response payload under status 422. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| GET/network/core/business/v1/spaces/[spaceId]/network/connections/[connectionId]/connectors | Modified the strict schema constraint minLength at connectors/searchResults/name in the response payload under status 422. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| POST/network/core/transaction/v1/spaces/[spaceId]/connections | Modified the strict schema constraint minLength at paymentAccounts/bank/identifier in the request payload. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| POST/network/core/transaction/v1/spaces/[spaceId]/connections | Modified the strict schema constraint minLength at paymentAccounts/parent/bank/identifier in the request payload. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| POST/network/core/transaction/v1/spaces/[spaceId]/connections | Modified the strict schema constraint minLength at paymentAccounts/parent/identifier in the request payload. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| POST/network/core/transaction/v1/spaces/[spaceId]/connections | Modified the strict schema constraint nullable at paymentAccounts/address in the response payload under status 201. | Payloads violating the updated nullable validation rule will be rejected. | Update client-side schema definitions to respect the new nullable constraint. |
| POST/network/core/transaction/v1/spaces/[spaceId]/connections | Modified the strict schema constraint minLength at paymentAccounts/bank/identifier in the response payload under status 201. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| POST/network/core/transaction/v1/spaces/[spaceId]/connections | Added the new ABA enum value to the paymentAccounts/bank/scheme response property under status 201. | Strict parsers will fail to deserialize when returning records with the ABA type. | Update models to accept and handle the ABA type. |
| POST/network/core/transaction/v1/spaces/[spaceId]/connections | Added the new CLABE enum value to the paymentAccounts/bank/scheme response property under status 201. | Strict parsers will fail to deserialize when returning records with the CLABE type. | Update models to accept and handle the CLABE type. |
| POST/network/core/transaction/v1/spaces/[spaceId]/connections | Modified the strict schema constraint minLength at paymentAccounts/parent/bank/identifier in the response payload under status 201. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| POST/network/core/transaction/v1/spaces/[spaceId]/connections | Added the new ABA enum value to the paymentAccounts/parent/bank/scheme response property under status 201. | Strict parsers will fail to deserialize when returning records with the ABA type. | Update models to accept and handle the ABA type. |
| POST/network/core/transaction/v1/spaces/[spaceId]/connections | Added the new CLABE enum value to the paymentAccounts/parent/bank/scheme response property under status 201. | Strict parsers will fail to deserialize when returning records with the CLABE type. | Update models to accept and handle the CLABE type. |
| POST/network/core/transaction/v1/spaces/[spaceId]/connections | Modified the strict schema constraint minLength at paymentAccounts/parent/identifier in the response payload under status 201. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| GET/network/core/transaction/v1/spaces/[spaceId]/connections/[connectionId]/paymentAccounts | Modified the strict schema constraint nullable at paymentAccounts/address in the response payload under status 200. | Payloads violating the updated nullable validation rule will be rejected. | Update client-side schema definitions to respect the new nullable constraint. |
| GET/network/core/transaction/v1/spaces/[spaceId]/connections/[connectionId]/paymentAccounts | Modified the strict schema constraint minLength at paymentAccounts/bank/identifier in the response payload under status 200. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| GET/network/core/transaction/v1/spaces/[spaceId]/connections/[connectionId]/paymentAccounts | Added the new ABA enum value to the paymentAccounts/bank/scheme response property under status 200. | Strict parsers will fail to deserialize when returning records with the ABA type. | Update models to accept and handle the ABA type. |
| GET/network/core/transaction/v1/spaces/[spaceId]/connections/[connectionId]/paymentAccounts | Added the new CLABE enum value to the paymentAccounts/bank/scheme response property under status 200. | Strict parsers will fail to deserialize when returning records with the CLABE type. | Update models to accept and handle the CLABE type. |
| GET/network/core/transaction/v1/spaces/[spaceId]/connections/[connectionId]/paymentAccounts | Modified the strict schema constraint minLength at paymentAccounts/parent/bank/identifier in the response payload under status 200. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| GET/network/core/transaction/v1/spaces/[spaceId]/connections/[connectionId]/paymentAccounts | Added the new ABA enum value to the paymentAccounts/parent/bank/scheme response property under status 200. | Strict parsers will fail to deserialize when returning records with the ABA type. | Update models to accept and handle the ABA type. |
| GET/network/core/transaction/v1/spaces/[spaceId]/connections/[connectionId]/paymentAccounts | Added the new CLABE enum value to the paymentAccounts/parent/bank/scheme response property under status 200. | Strict parsers will fail to deserialize when returning records with the CLABE type. | Update models to accept and handle the CLABE type. |
| GET/network/core/transaction/v1/spaces/[spaceId]/connections/[connectionId]/paymentAccounts | Modified the strict schema constraint minLength at paymentAccounts/parent/identifier in the response payload under status 200. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| POST/network/core/transaction/v1/spaces/[spaceId]/connections/[connectionId]/paymentAccounts | Modified the strict schema constraint nullable at address in the request payload. | Payloads violating the updated nullable validation rule will be rejected. | Update client-side schema definitions to respect the new nullable constraint. |
| POST/network/core/transaction/v1/spaces/[spaceId]/connections/[connectionId]/paymentAccounts | Modified the strict schema constraint minLength at bank/identifier in the request payload. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| POST/network/core/transaction/v1/spaces/[spaceId]/connections/[connectionId]/paymentAccounts | Modified the strict schema constraint minLength at parent/bank/identifier in the request payload. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| POST/network/core/transaction/v1/spaces/[spaceId]/connections/[connectionId]/paymentAccounts | Modified the strict schema constraint minLength at parent/identifier in the request payload. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| POST/network/core/transaction/v1/spaces/[spaceId]/connections/[connectionId]/paymentAccounts | Modified the strict schema constraint nullable at address in the response payload under status 201. | Payloads violating the updated nullable validation rule will be rejected. | Update client-side schema definitions to respect the new nullable constraint. |
| POST/network/core/transaction/v1/spaces/[spaceId]/connections/[connectionId]/paymentAccounts | Modified the strict schema constraint minLength at bank/identifier in the response payload under status 201. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| POST/network/core/transaction/v1/spaces/[spaceId]/connections/[connectionId]/paymentAccounts | Added the new ABA enum value to the bank/scheme response property under status 201. | Strict parsers will fail to deserialize when returning records with the ABA type. | Update models to accept and handle the ABA type. |
| POST/network/core/transaction/v1/spaces/[spaceId]/connections/[connectionId]/paymentAccounts | Added the new CLABE enum value to the bank/scheme response property under status 201. | Strict parsers will fail to deserialize when returning records with the CLABE type. | Update models to accept and handle the CLABE type. |
| POST/network/core/transaction/v1/spaces/[spaceId]/connections/[connectionId]/paymentAccounts | Modified the strict schema constraint minLength at parent/bank/identifier in the response payload under status 201. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| POST/network/core/transaction/v1/spaces/[spaceId]/connections/[connectionId]/paymentAccounts | Added the new ABA enum value to the parent/bank/scheme response property under status 201. | Strict parsers will fail to deserialize when returning records with the ABA type. | Update models to accept and handle the ABA type. |
| POST/network/core/transaction/v1/spaces/[spaceId]/connections/[connectionId]/paymentAccounts | Added the new CLABE enum value to the parent/bank/scheme response property under status 201. | Strict parsers will fail to deserialize when returning records with the CLABE type. | Update models to accept and handle the CLABE type. |
| POST/network/core/transaction/v1/spaces/[spaceId]/connections/[connectionId]/paymentAccounts | Modified the strict schema constraint minLength at parent/identifier in the response payload under status 201. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| GET/network/core/transaction/v2/spaces/[spaceId]/connections | Removed the query request property. | Client payloads including the query field will be rejected by the updated schema validation on this endpoint. | Remove the query parameter from request payloads and update client-side schema models. |
| GET/network/core/transaction/v2/spaces/[spaceId]/connections | Modified the strict schema constraint nullable at connections/paymentAccounts/address in the response payload under status 200. | Payloads violating the updated nullable validation rule will be rejected. | Update client-side schema definitions to respect the new nullable constraint. |
| GET/network/core/transaction/v2/spaces/[spaceId]/connections | Modified the strict schema constraint minLength at connections/paymentAccounts/bank/identifier in the response payload under status 200. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| GET/network/core/transaction/v2/spaces/[spaceId]/connections | Added the new ABA enum value to the connections/paymentAccounts/bank/scheme response property under status 200. | Strict parsers will fail to deserialize when returning records with the ABA type. | Update models to accept and handle the ABA type. |
| GET/network/core/transaction/v2/spaces/[spaceId]/connections | Added the new CLABE enum value to the connections/paymentAccounts/bank/scheme response property under status 200. | Strict parsers will fail to deserialize when returning records with the CLABE type. | Update models to accept and handle the CLABE type. |
| GET/network/core/transaction/v2/spaces/[spaceId]/connections | Modified the strict schema constraint minLength at connections/paymentAccounts/parent/bank/identifier in the response payload under status 200. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| GET/network/core/transaction/v2/spaces/[spaceId]/connections | Added the new ABA enum value to the connections/paymentAccounts/parent/bank/scheme response property under status 200. | Strict parsers will fail to deserialize when returning records with the ABA type. | Update models to accept and handle the ABA type. |
| GET/network/core/transaction/v2/spaces/[spaceId]/connections | Added the new CLABE enum value to the connections/paymentAccounts/parent/bank/scheme response property under status 200. | Strict parsers will fail to deserialize when returning records with the CLABE type. | Update models to accept and handle the CLABE type. |
| GET/network/core/transaction/v2/spaces/[spaceId]/connections | Modified the strict schema constraint minLength at connections/paymentAccounts/parent/identifier in the response payload under status 200. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| POST/network/core/transaction/v2/spaces/[spaceId]/connections | Modified the strict schema constraint minLength at paymentAccounts/bank/identifier in the request payload. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| POST/network/core/transaction/v2/spaces/[spaceId]/connections | Modified the strict schema constraint minLength at paymentAccounts/parent/bank/identifier in the request payload. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| POST/network/core/transaction/v2/spaces/[spaceId]/connections | Modified the strict schema constraint minLength at paymentAccounts/parent/identifier in the request payload. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| POST/network/core/transaction/v2/spaces/[spaceId]/connections | Modified the strict schema constraint value at examples/BusinessConnection in the request payload. | Payloads violating the updated value validation rule will be rejected. | Update client-side schema definitions to respect the new value constraint. |
| POST/network/core/transaction/v2/spaces/[spaceId]/connections | Modified the strict schema constraint nullable at paymentAccounts/address in the response payload under status 201. | Payloads violating the updated nullable validation rule will be rejected. | Update client-side schema definitions to respect the new nullable constraint. |
| POST/network/core/transaction/v2/spaces/[spaceId]/connections | Modified the strict schema constraint minLength at paymentAccounts/bank/identifier in the response payload under status 201. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| POST/network/core/transaction/v2/spaces/[spaceId]/connections | Added the new ABA enum value to the paymentAccounts/bank/scheme response property under status 201. | Strict parsers will fail to deserialize when returning records with the ABA type. | Update models to accept and handle the ABA type. |
| POST/network/core/transaction/v2/spaces/[spaceId]/connections | Added the new CLABE enum value to the paymentAccounts/bank/scheme response property under status 201. | Strict parsers will fail to deserialize when returning records with the CLABE type. | Update models to accept and handle the CLABE type. |
| POST/network/core/transaction/v2/spaces/[spaceId]/connections | Modified the strict schema constraint minLength at paymentAccounts/parent/bank/identifier in the response payload under status 201. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| POST/network/core/transaction/v2/spaces/[spaceId]/connections | Added the new ABA enum value to the paymentAccounts/parent/bank/scheme response property under status 201. | Strict parsers will fail to deserialize when returning records with the ABA type. | Update models to accept and handle the ABA type. |
| POST/network/core/transaction/v2/spaces/[spaceId]/connections | Added the new CLABE enum value to the paymentAccounts/parent/bank/scheme response property under status 201. | Strict parsers will fail to deserialize when returning records with the CLABE type. | Update models to accept and handle the CLABE type. |
| POST/network/core/transaction/v2/spaces/[spaceId]/connections | Modified the strict schema constraint minLength at paymentAccounts/parent/identifier in the response payload under status 201. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| GET/network/core/transaction/v2/spaces/[spaceId]/connections/[connectionId] | Modified the strict schema constraint nullable at paymentAccounts/address in the response payload under status 200. | Payloads violating the updated nullable validation rule will be rejected. | Update client-side schema definitions to respect the new nullable constraint. |
| GET/network/core/transaction/v2/spaces/[spaceId]/connections/[connectionId] | Modified the strict schema constraint minLength at paymentAccounts/bank/identifier in the response payload under status 200. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| GET/network/core/transaction/v2/spaces/[spaceId]/connections/[connectionId] | Added the new ABA enum value to the paymentAccounts/bank/scheme response property under status 200. | Strict parsers will fail to deserialize when returning records with the ABA type. | Update models to accept and handle the ABA type. |
| GET/network/core/transaction/v2/spaces/[spaceId]/connections/[connectionId] | Added the new CLABE enum value to the paymentAccounts/bank/scheme response property under status 200. | Strict parsers will fail to deserialize when returning records with the CLABE type. | Update models to accept and handle the CLABE type. |
| GET/network/core/transaction/v2/spaces/[spaceId]/connections/[connectionId] | Modified the strict schema constraint minLength at paymentAccounts/parent/bank/identifier in the response payload under status 200. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| GET/network/core/transaction/v2/spaces/[spaceId]/connections/[connectionId] | Added the new ABA enum value to the paymentAccounts/parent/bank/scheme response property under status 200. | Strict parsers will fail to deserialize when returning records with the ABA type. | Update models to accept and handle the ABA type. |
| GET/network/core/transaction/v2/spaces/[spaceId]/connections/[connectionId] | Added the new CLABE enum value to the paymentAccounts/parent/bank/scheme response property under status 200. | Strict parsers will fail to deserialize when returning records with the CLABE type. | Update models to accept and handle the CLABE type. |
| GET/network/core/transaction/v2/spaces/[spaceId]/connections/[connectionId] | Modified the strict schema constraint minLength at paymentAccounts/parent/identifier in the response payload under status 200. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| PATCH/network/core/transaction/v2/spaces/[spaceId]/connections/[connectionId] | Modified the strict schema constraint value at examples/Update Business Connection Request in the request payload. | Payloads violating the updated value validation rule will be rejected. | Update client-side schema definitions to respect the new value constraint. |
| PATCH/network/core/transaction/v2/spaces/[spaceId]/connections/[connectionId] | Modified the strict schema constraint nullable at paymentAccounts/address in the response payload under status 200. | Payloads violating the updated nullable validation rule will be rejected. | Update client-side schema definitions to respect the new nullable constraint. |
| PATCH/network/core/transaction/v2/spaces/[spaceId]/connections/[connectionId] | Modified the strict schema constraint minLength at paymentAccounts/bank/identifier in the response payload under status 200. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| PATCH/network/core/transaction/v2/spaces/[spaceId]/connections/[connectionId] | Added the new ABA enum value to the paymentAccounts/bank/scheme response property under status 200. | Strict parsers will fail to deserialize when returning records with the ABA type. | Update models to accept and handle the ABA type. |
| PATCH/network/core/transaction/v2/spaces/[spaceId]/connections/[connectionId] | Added the new CLABE enum value to the paymentAccounts/bank/scheme response property under status 200. | Strict parsers will fail to deserialize when returning records with the CLABE type. | Update models to accept and handle the CLABE type. |
| PATCH/network/core/transaction/v2/spaces/[spaceId]/connections/[connectionId] | Modified the strict schema constraint minLength at paymentAccounts/parent/bank/identifier in the response payload under status 200. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| PATCH/network/core/transaction/v2/spaces/[spaceId]/connections/[connectionId] | Added the new ABA enum value to the paymentAccounts/parent/bank/scheme response property under status 200. | Strict parsers will fail to deserialize when returning records with the ABA type. | Update models to accept and handle the ABA type. |
| PATCH/network/core/transaction/v2/spaces/[spaceId]/connections/[connectionId] | Added the new CLABE enum value to the paymentAccounts/parent/bank/scheme response property under status 200. | Strict parsers will fail to deserialize when returning records with the CLABE type. | Update models to accept and handle the CLABE type. |
| PATCH/network/core/transaction/v2/spaces/[spaceId]/connections/[connectionId] | Modified the strict schema constraint minLength at paymentAccounts/parent/identifier in the response payload under status 200. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| PATCH/network/core/transaction/v2/spaces/[spaceId]/connections/[connectionId]:jsonpatch | Modified the strict schema constraint nullable at paymentAccounts/address in the response payload under status 200. | Payloads violating the updated nullable validation rule will be rejected. | Update client-side schema definitions to respect the new nullable constraint. |
| PATCH/network/core/transaction/v2/spaces/[spaceId]/connections/[connectionId]:jsonpatch | Modified the strict schema constraint minLength at paymentAccounts/bank/identifier in the response payload under status 200. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| PATCH/network/core/transaction/v2/spaces/[spaceId]/connections/[connectionId]:jsonpatch | Added the new ABA enum value to the paymentAccounts/bank/scheme response property under status 200. | Strict parsers will fail to deserialize when returning records with the ABA type. | Update models to accept and handle the ABA type. |
| PATCH/network/core/transaction/v2/spaces/[spaceId]/connections/[connectionId]:jsonpatch | Added the new CLABE enum value to the paymentAccounts/bank/scheme response property under status 200. | Strict parsers will fail to deserialize when returning records with the CLABE type. | Update models to accept and handle the CLABE type. |
| PATCH/network/core/transaction/v2/spaces/[spaceId]/connections/[connectionId]:jsonpatch | Modified the strict schema constraint minLength at paymentAccounts/parent/bank/identifier in the response payload under status 200. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| PATCH/network/core/transaction/v2/spaces/[spaceId]/connections/[connectionId]:jsonpatch | Added the new ABA enum value to the paymentAccounts/parent/bank/scheme response property under status 200. | Strict parsers will fail to deserialize when returning records with the ABA type. | Update models to accept and handle the ABA type. |
| PATCH/network/core/transaction/v2/spaces/[spaceId]/connections/[connectionId]:jsonpatch | Added the new CLABE enum value to the paymentAccounts/parent/bank/scheme response property under status 200. | Strict parsers will fail to deserialize when returning records with the CLABE type. | Update models to accept and handle the CLABE type. |
| PATCH/network/core/transaction/v2/spaces/[spaceId]/connections/[connectionId]:jsonpatch | Modified the strict schema constraint minLength at paymentAccounts/parent/identifier in the response payload under status 200. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| GET/network/core/transaction/v3/spaces/[spaceId]/connections | Removed the query request property. | Client payloads including the query field will be rejected by the updated schema validation on this endpoint. | Remove the query parameter from request payloads and update client-side schema models. |
| GET/network/core/transaction/v3/spaces/[spaceId]/connections | Modified the strict schema constraint nullable at connections/paymentAccounts/address in the response payload under status 200. | Payloads violating the updated nullable validation rule will be rejected. | Update client-side schema definitions to respect the new nullable constraint. |
| GET/network/core/transaction/v3/spaces/[spaceId]/connections | Modified the strict schema constraint minLength at connections/paymentAccounts/bank/identifier in the response payload under status 200. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| GET/network/core/transaction/v3/spaces/[spaceId]/connections | Added the new ABA enum value to the connections/paymentAccounts/bank/scheme response property under status 200. | Strict parsers will fail to deserialize when returning records with the ABA type. | Update models to accept and handle the ABA type. |
| GET/network/core/transaction/v3/spaces/[spaceId]/connections | Added the new CLABE enum value to the connections/paymentAccounts/bank/scheme response property under status 200. | Strict parsers will fail to deserialize when returning records with the CLABE type. | Update models to accept and handle the CLABE type. |
| GET/network/core/transaction/v3/spaces/[spaceId]/connections | Modified the strict schema constraint minLength at connections/paymentAccounts/parent/bank/identifier in the response payload under status 200. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| GET/network/core/transaction/v3/spaces/[spaceId]/connections | Added the new ABA enum value to the connections/paymentAccounts/parent/bank/scheme response property under status 200. | Strict parsers will fail to deserialize when returning records with the ABA type. | Update models to accept and handle the ABA type. |
| GET/network/core/transaction/v3/spaces/[spaceId]/connections | Added the new CLABE enum value to the connections/paymentAccounts/parent/bank/scheme response property under status 200. | Strict parsers will fail to deserialize when returning records with the CLABE type. | Update models to accept and handle the CLABE type. |
| GET/network/core/transaction/v3/spaces/[spaceId]/connections | Modified the strict schema constraint minLength at connections/paymentAccounts/parent/identifier in the response payload under status 200. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| POST/network/core/transaction/v3/spaces/[spaceId]/connections | Modified the strict schema constraint minLength at paymentAccounts/bank/identifier in the request payload. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| POST/network/core/transaction/v3/spaces/[spaceId]/connections | Modified the strict schema constraint minLength at paymentAccounts/parent/bank/identifier in the request payload. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| POST/network/core/transaction/v3/spaces/[spaceId]/connections | Modified the strict schema constraint minLength at paymentAccounts/parent/identifier in the request payload. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| POST/network/core/transaction/v3/spaces/[spaceId]/connections | Modified the strict schema constraint value at examples/BusinessConnection in the request payload. | Payloads violating the updated value validation rule will be rejected. | Update client-side schema definitions to respect the new value constraint. |
| POST/network/core/transaction/v3/spaces/[spaceId]/connections | Modified the strict schema constraint nullable at paymentAccounts/address in the response payload under status 201. | Payloads violating the updated nullable validation rule will be rejected. | Update client-side schema definitions to respect the new nullable constraint. |
| POST/network/core/transaction/v3/spaces/[spaceId]/connections | Modified the strict schema constraint minLength at paymentAccounts/bank/identifier in the response payload under status 201. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| POST/network/core/transaction/v3/spaces/[spaceId]/connections | Added the new ABA enum value to the paymentAccounts/bank/scheme response property under status 201. | Strict parsers will fail to deserialize when returning records with the ABA type. | Update models to accept and handle the ABA type. |
| POST/network/core/transaction/v3/spaces/[spaceId]/connections | Added the new CLABE enum value to the paymentAccounts/bank/scheme response property under status 201. | Strict parsers will fail to deserialize when returning records with the CLABE type. | Update models to accept and handle the CLABE type. |
| POST/network/core/transaction/v3/spaces/[spaceId]/connections | Modified the strict schema constraint minLength at paymentAccounts/parent/bank/identifier in the response payload under status 201. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| POST/network/core/transaction/v3/spaces/[spaceId]/connections | Added the new ABA enum value to the paymentAccounts/parent/bank/scheme response property under status 201. | Strict parsers will fail to deserialize when returning records with the ABA type. | Update models to accept and handle the ABA type. |
| POST/network/core/transaction/v3/spaces/[spaceId]/connections | Added the new CLABE enum value to the paymentAccounts/parent/bank/scheme response property under status 201. | Strict parsers will fail to deserialize when returning records with the CLABE type. | Update models to accept and handle the CLABE type. |
| POST/network/core/transaction/v3/spaces/[spaceId]/connections | Modified the strict schema constraint minLength at paymentAccounts/parent/identifier in the response payload under status 201. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| GET/network/core/transaction/v3/spaces/[spaceId]/connections/[connectionId] | Modified the strict schema constraint nullable at paymentAccounts/address in the response payload under status 200. | Payloads violating the updated nullable validation rule will be rejected. | Update client-side schema definitions to respect the new nullable constraint. |
| GET/network/core/transaction/v3/spaces/[spaceId]/connections/[connectionId] | Modified the strict schema constraint minLength at paymentAccounts/bank/identifier in the response payload under status 200. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| GET/network/core/transaction/v3/spaces/[spaceId]/connections/[connectionId] | Added the new ABA enum value to the paymentAccounts/bank/scheme response property under status 200. | Strict parsers will fail to deserialize when returning records with the ABA type. | Update models to accept and handle the ABA type. |
| GET/network/core/transaction/v3/spaces/[spaceId]/connections/[connectionId] | Added the new CLABE enum value to the paymentAccounts/bank/scheme response property under status 200. | Strict parsers will fail to deserialize when returning records with the CLABE type. | Update models to accept and handle the CLABE type. |
| GET/network/core/transaction/v3/spaces/[spaceId]/connections/[connectionId] | Modified the strict schema constraint minLength at paymentAccounts/parent/bank/identifier in the response payload under status 200. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| GET/network/core/transaction/v3/spaces/[spaceId]/connections/[connectionId] | Added the new ABA enum value to the paymentAccounts/parent/bank/scheme response property under status 200. | Strict parsers will fail to deserialize when returning records with the ABA type. | Update models to accept and handle the ABA type. |
| GET/network/core/transaction/v3/spaces/[spaceId]/connections/[connectionId] | Added the new CLABE enum value to the paymentAccounts/parent/bank/scheme response property under status 200. | Strict parsers will fail to deserialize when returning records with the CLABE type. | Update models to accept and handle the CLABE type. |
| GET/network/core/transaction/v3/spaces/[spaceId]/connections/[connectionId] | Modified the strict schema constraint minLength at paymentAccounts/parent/identifier in the response payload under status 200. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| PATCH/network/core/transaction/v3/spaces/[spaceId]/connections/[connectionId] | Modified the strict schema constraint value at examples/Update Business Connection Request in the request payload. | Payloads violating the updated value validation rule will be rejected. | Update client-side schema definitions to respect the new value constraint. |
| PATCH/network/core/transaction/v3/spaces/[spaceId]/connections/[connectionId] | Modified the strict schema constraint nullable at paymentAccounts/address in the response payload under status 200. | Payloads violating the updated nullable validation rule will be rejected. | Update client-side schema definitions to respect the new nullable constraint. |
| PATCH/network/core/transaction/v3/spaces/[spaceId]/connections/[connectionId] | Modified the strict schema constraint minLength at paymentAccounts/bank/identifier in the response payload under status 200. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| PATCH/network/core/transaction/v3/spaces/[spaceId]/connections/[connectionId] | Added the new ABA enum value to the paymentAccounts/bank/scheme response property under status 200. | Strict parsers will fail to deserialize when returning records with the ABA type. | Update models to accept and handle the ABA type. |
| PATCH/network/core/transaction/v3/spaces/[spaceId]/connections/[connectionId] | Added the new CLABE enum value to the paymentAccounts/bank/scheme response property under status 200. | Strict parsers will fail to deserialize when returning records with the CLABE type. | Update models to accept and handle the CLABE type. |
| PATCH/network/core/transaction/v3/spaces/[spaceId]/connections/[connectionId] | Modified the strict schema constraint minLength at paymentAccounts/parent/bank/identifier in the response payload under status 200. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| PATCH/network/core/transaction/v3/spaces/[spaceId]/connections/[connectionId] | Added the new ABA enum value to the paymentAccounts/parent/bank/scheme response property under status 200. | Strict parsers will fail to deserialize when returning records with the ABA type. | Update models to accept and handle the ABA type. |
| PATCH/network/core/transaction/v3/spaces/[spaceId]/connections/[connectionId] | Added the new CLABE enum value to the paymentAccounts/parent/bank/scheme response property under status 200. | Strict parsers will fail to deserialize when returning records with the CLABE type. | Update models to accept and handle the CLABE type. |
| PATCH/network/core/transaction/v3/spaces/[spaceId]/connections/[connectionId] | Modified the strict schema constraint minLength at paymentAccounts/parent/identifier in the response payload under status 200. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
NewNew Endpoints
| Method & Endpoint | Core Functionality | Auth/Scopes Required |
|---|---|---|
| ADD/network/core/business/v1/spaces/[spaceId]/network/connections:import | Access the newly provided functionality and features for this resource. | None specified |
| ADD/network/core/transaction/v1/spaces/[spaceId]/connections/[connectionId]/paymentAccounts/[paymentAccountId] | Access the newly provided functionality and features for this resource. | None specified |
| ADD/network/core/business/v1/spaces/[spaceId]/network/connections/template | Access the newly provided functionality and features for this resource. | None specified |
| ADD/network/core/business/v1/spaces/[spaceId]/network/connections/[connectionId] | Access the newly provided functionality and features for this resource. | None specified |
InfoImprovements (Non-Breaking)
| Method & Endpoint | Enhancement Details | Developer Opportunity |
|---|---|---|
| POST/network/core/business/v1/spaces/[spaceId]/network/connections | Added the new optional request property businessType. | Supply or consume businessType for enriched functionality. |
| POST/network/core/business/v1/spaces/[spaceId]/network/connections | Added the new optional request property paymentAccounts/parent. | Supply or consume paymentAccounts/parent for enriched functionality. |
| POST/network/core/business/v1/spaces/[spaceId]/network/connections | Added the new ABA enum value to the paymentAccounts/bank/scheme request property. | You can now use this new enum value in requests. |
| POST/network/core/business/v1/spaces/[spaceId]/network/connections | Added the new CLABE enum value to the paymentAccounts/bank/scheme request property. | You can now use this new enum value in requests. |
| GET/network/core/transaction/v1/spaces/[spaceId]/connections | The connections/addresses/additionalProperties/city property is no longer required in the response payload under status 200. | Clients can omit this property. |
| POST/network/core/transaction/v1/spaces/[spaceId]/connections | The addresses/additionalProperties/city property is no longer required in the request payload. | Clients can omit this property. |
| POST/network/core/transaction/v1/spaces/[spaceId]/connections | Added the new ABA enum value to the paymentAccounts/bank/scheme request property. | You can now use this new enum value in requests. |
| POST/network/core/transaction/v1/spaces/[spaceId]/connections | Added the new CLABE enum value to the paymentAccounts/bank/scheme request property. | You can now use this new enum value in requests. |
| POST/network/core/transaction/v1/spaces/[spaceId]/connections | Added the new ABA enum value to the paymentAccounts/parent/bank/scheme request property. | You can now use this new enum value in requests. |
| POST/network/core/transaction/v1/spaces/[spaceId]/connections | Added the new CLABE enum value to the paymentAccounts/parent/bank/scheme request property. | You can now use this new enum value in requests. |
| POST/network/core/transaction/v1/spaces/[spaceId]/connections | The paymentAccounts/currency property is no longer required in the request payload. | Clients can omit this property. |
| POST/network/core/transaction/v1/spaces/[spaceId]/connections | The paymentAccounts/identifier property is no longer required in the request payload. | Clients can omit this property. |
| POST/network/core/transaction/v1/spaces/[spaceId]/connections | The paymentAccounts/scheme property is no longer required in the request payload. | Clients can omit this property. |
| POST/network/core/transaction/v1/spaces/[spaceId]/connections | The addresses/additionalProperties/city property is no longer required in the response payload under status 201. | Clients can omit this property. |
| POST/network/core/transaction/v1/spaces/[spaceId]/connections | Added the new optional response property under status 201 paymentAccounts/financialPlatformId. | Supply or consume paymentAccounts/financialPlatformId for enriched functionality. |
| POST/network/core/transaction/v1/spaces/[spaceId]/connections | The paymentAccounts/address/country property is no longer required in the response payload under status 201. | Clients can omit this property. |
| POST/network/core/transaction/v1/spaces/[spaceId]/connections | The paymentAccounts/address/townName property is no longer required in the response payload under status 201. | Clients can omit this property. |
| GET/network/core/transaction/v1/spaces/[spaceId]/connections/[connectionId] | The addresses/additionalProperties/city property is no longer required in the response payload under status 200. | Clients can omit this property. |
| PATCH/network/core/transaction/v1/spaces/[spaceId]/connections/[connectionId] | The addresses/additionalProperties/city property is no longer required in the request payload. | Clients can omit this property. |
| PATCH/network/core/transaction/v1/spaces/[spaceId]/connections/[connectionId] | The addresses/additionalProperties/city property is no longer required in the response payload under status 200. | Clients can omit this property. |
| POST/network/core/transaction/v1/spaces/[spaceId]/connections/[connectionId]/connectors | The addresses/additionalProperties/city property is no longer required in the response payload under status 201. | Clients can omit this property. |
| GET/network/core/transaction/v1/spaces/[spaceId]/connections/[connectionId]/paymentAccounts | Added the new optional response property under status 200 paymentAccounts/entityPaymentAccountId. | Supply or consume paymentAccounts/entityPaymentAccountId for enriched functionality. |
| GET/network/core/transaction/v1/spaces/[spaceId]/connections/[connectionId]/paymentAccounts | Added the new optional response property under status 200 paymentAccounts/financialPlatformId. | Supply or consume paymentAccounts/financialPlatformId for enriched functionality. |
| GET/network/core/transaction/v1/spaces/[spaceId]/connections/[connectionId]/paymentAccounts | The paymentAccounts/address/country property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/network/core/transaction/v1/spaces/[spaceId]/connections/[connectionId]/paymentAccounts | The paymentAccounts/address/townName property is no longer required in the response payload under status 200. | Clients can omit this property. |
| POST/network/core/transaction/v1/spaces/[spaceId]/connections/[connectionId]/paymentAccounts | Added the new optional request property financialPlatformId. | Supply or consume financialPlatformId for enriched functionality. |
| POST/network/core/transaction/v1/spaces/[spaceId]/connections/[connectionId]/paymentAccounts | The address/townName property is no longer required in the request payload. | Clients can omit this property. |
| POST/network/core/transaction/v1/spaces/[spaceId]/connections/[connectionId]/paymentAccounts | The address/country property is no longer required in the request payload. | Clients can omit this property. |
| POST/network/core/transaction/v1/spaces/[spaceId]/connections/[connectionId]/paymentAccounts | Added the new ABA enum value to the bank/scheme request property. | You can now use this new enum value in requests. |
| POST/network/core/transaction/v1/spaces/[spaceId]/connections/[connectionId]/paymentAccounts | Added the new CLABE enum value to the bank/scheme request property. | You can now use this new enum value in requests. |
| POST/network/core/transaction/v1/spaces/[spaceId]/connections/[connectionId]/paymentAccounts | Added the new ABA enum value to the parent/bank/scheme request property. | You can now use this new enum value in requests. |
| POST/network/core/transaction/v1/spaces/[spaceId]/connections/[connectionId]/paymentAccounts | Added the new CLABE enum value to the parent/bank/scheme request property. | You can now use this new enum value in requests. |
| POST/network/core/transaction/v1/spaces/[spaceId]/connections/[connectionId]/paymentAccounts | The identifier property is no longer required in the request payload. | Clients can omit this property. |
| POST/network/core/transaction/v1/spaces/[spaceId]/connections/[connectionId]/paymentAccounts | The scheme property is no longer required in the request payload. | Clients can omit this property. |
| POST/network/core/transaction/v1/spaces/[spaceId]/connections/[connectionId]/paymentAccounts | The currency property is no longer required in the request payload. | Clients can omit this property. |
| POST/network/core/transaction/v1/spaces/[spaceId]/connections/[connectionId]/paymentAccounts | Added the new optional response property under status 201 entityPaymentAccountId. | Supply or consume entityPaymentAccountId for enriched functionality. |
| POST/network/core/transaction/v1/spaces/[spaceId]/connections/[connectionId]/paymentAccounts | Added the new optional response property under status 201 financialPlatformId. | Supply or consume financialPlatformId for enriched functionality. |
| POST/network/core/transaction/v1/spaces/[spaceId]/connections/[connectionId]/paymentAccounts | The address/country property is no longer required in the response payload under status 201. | Clients can omit this property. |
| POST/network/core/transaction/v1/spaces/[spaceId]/connections/[connectionId]/paymentAccounts | The address/townName property is no longer required in the response payload under status 201. | Clients can omit this property. |
| GET/network/core/transaction/v1/spaces/[spaceId]/connections/[connectionId]/relations | The connection_relations/connection/addresses/additionalProperties/city property is no longer required in the response payload under status 200. | Clients can omit this property. |
| POST/network/core/transaction/v1/spaces/[spaceId]/connections/[connectionId]/relations | The role property is no longer required in the request payload. | Clients can omit this property. |
| POST/network/core/transaction/v1/spaces/[spaceId]/connections/[connectionId]/relations | The relatedConnectionId property is no longer required in the request payload. | Clients can omit this property. |
| POST/network/core/transaction/v1/spaces/[spaceId]/connections/[connectionId]/relations | The connection/addresses/additionalProperties/city property is no longer required in the response payload under status 201. | Clients can omit this property. |
| GET/network/core/transaction/v1/spaces/[spaceId]/connections/[connectionId]/relations/[relationId] | The connection/addresses/additionalProperties/city property is no longer required in the response payload under status 200. | Clients can omit this property. |
| PATCH/network/core/transaction/v1/spaces/[spaceId]/connections/[connectionId]/relations/[relationId] | The connection/addresses/additionalProperties/city property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/network/core/transaction/v1/spaces/[spaceId]/connections/[connectionId]/taxInfo | The taxRegistrations/vatGroup/name property is no longer required in the response payload under status 200. | Clients can omit this property. |
| PATCH/network/core/transaction/v1/spaces/[spaceId]/connections/[connectionId]/taxInfo | The taxRegistrations/vatGroup/name property is no longer required in the response payload under status 200. | Clients can omit this property. |
| POST/network/core/transaction/v1/spaces/[spaceId]/connections/[connectionId]/taxInfo | The taxRegistrations/vatGroup/name property is no longer required in the response payload under status 201. | Clients can omit this property. |
| POST/network/core/transaction/v1/spaces/[spaceId]/connections/[connectionId]/taxRegistrations | The vatGroup/name property is no longer required in the request payload. | Clients can omit this property. |
| POST/network/core/transaction/v1/spaces/[spaceId]/connections/[connectionId]/taxRegistrations | The vatGroup/name property is no longer required in the response payload under status 201. | Clients can omit this property. |
| PATCH/network/core/transaction/v1/spaces/[spaceId]/connections/[connectionId]/taxRegistrations/[taxRegistrationId] | The vatGroup/name property is no longer required in the request payload. | Clients can omit this property. |
| PATCH/network/core/transaction/v1/spaces/[spaceId]/connections/[connectionId]/taxRegistrations/[taxRegistrationId] | The vatGroup/name property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/network/core/transaction/v2/spaces/[spaceId]/connections | Added the new optional request property query. | Filter or enhance queries by utilizing the query parameter for more targeted results. |
| GET/network/core/transaction/v2/spaces/[spaceId]/connections | The connections/addresses/additionalProperties/city property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/network/core/transaction/v2/spaces/[spaceId]/connections | Added the new optional response property under status 200 connections/paymentAccounts/financialPlatformId. | Supply or consume connections/paymentAccounts/financialPlatformId for enriched functionality. |
| GET/network/core/transaction/v2/spaces/[spaceId]/connections | The connections/paymentAccounts/address/country property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/network/core/transaction/v2/spaces/[spaceId]/connections | The connections/paymentAccounts/address/townName property is no longer required in the response payload under status 200. | Clients can omit this property. |
| POST/network/core/transaction/v2/spaces/[spaceId]/connections | The addresses/additionalProperties/city property is no longer required in the request payload. | Clients can omit this property. |
| POST/network/core/transaction/v2/spaces/[spaceId]/connections | Added the new optional request property paymentAccounts/financialPlatformId. | Supply or consume paymentAccounts/financialPlatformId for enriched functionality. |
| POST/network/core/transaction/v2/spaces/[spaceId]/connections | Added the new ABA enum value to the paymentAccounts/bank/scheme request property. | You can now use this new enum value in requests. |
| POST/network/core/transaction/v2/spaces/[spaceId]/connections | Added the new CLABE enum value to the paymentAccounts/bank/scheme request property. | You can now use this new enum value in requests. |
| POST/network/core/transaction/v2/spaces/[spaceId]/connections | Added the new ABA enum value to the paymentAccounts/parent/bank/scheme request property. | You can now use this new enum value in requests. |
| POST/network/core/transaction/v2/spaces/[spaceId]/connections | Added the new CLABE enum value to the paymentAccounts/parent/bank/scheme request property. | You can now use this new enum value in requests. |
| POST/network/core/transaction/v2/spaces/[spaceId]/connections | The paymentAccounts/currency property is no longer required in the request payload. | Clients can omit this property. |
| POST/network/core/transaction/v2/spaces/[spaceId]/connections | The paymentAccounts/identifier property is no longer required in the request payload. | Clients can omit this property. |
| POST/network/core/transaction/v2/spaces/[spaceId]/connections | The paymentAccounts/scheme property is no longer required in the request payload. | Clients can omit this property. |
| POST/network/core/transaction/v2/spaces/[spaceId]/connections | Updated the schema metadata example at paymentAccounts in the request payload. | Provides better clarity or default behavior in the documentation. |
| POST/network/core/transaction/v2/spaces/[spaceId]/connections | The addresses/additionalProperties/city property is no longer required in the response payload under status 201. | Clients can omit this property. |
| POST/network/core/transaction/v2/spaces/[spaceId]/connections | Added the new optional response property under status 201 paymentAccounts/financialPlatformId. | Supply or consume paymentAccounts/financialPlatformId for enriched functionality. |
| POST/network/core/transaction/v2/spaces/[spaceId]/connections | The paymentAccounts/address/country property is no longer required in the response payload under status 201. | Clients can omit this property. |
| POST/network/core/transaction/v2/spaces/[spaceId]/connections | The paymentAccounts/address/townName property is no longer required in the response payload under status 201. | Clients can omit this property. |
| GET/network/core/transaction/v2/spaces/[spaceId]/connections/[connectionId] | The addresses/additionalProperties/city property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/network/core/transaction/v2/spaces/[spaceId]/connections/[connectionId] | Added the new optional response property under status 200 paymentAccounts/financialPlatformId. | Supply or consume paymentAccounts/financialPlatformId for enriched functionality. |
| GET/network/core/transaction/v2/spaces/[spaceId]/connections/[connectionId] | The paymentAccounts/address/country property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/network/core/transaction/v2/spaces/[spaceId]/connections/[connectionId] | The paymentAccounts/address/townName property is no longer required in the response payload under status 200. | Clients can omit this property. |
| PATCH/network/core/transaction/v2/spaces/[spaceId]/connections/[connectionId] | The addresses/additionalProperties/city property is no longer required in the request payload. | Clients can omit this property. |
| PATCH/network/core/transaction/v2/spaces/[spaceId]/connections/[connectionId] | Added the new optional request property paymentAccount/financialPlatformId. | Supply or consume paymentAccount/financialPlatformId for enriched functionality. |
| PATCH/network/core/transaction/v2/spaces/[spaceId]/connections/[connectionId] | The paymentAccount/id property is no longer required in the request payload. | Clients can omit this property. |
| PATCH/network/core/transaction/v2/spaces/[spaceId]/connections/[connectionId] | The paymentAccount/isDefault property is no longer required in the request payload. | Clients can omit this property. |
| PATCH/network/core/transaction/v2/spaces/[spaceId]/connections/[connectionId] | The addresses/additionalProperties/city property is no longer required in the response payload under status 200. | Clients can omit this property. |
| PATCH/network/core/transaction/v2/spaces/[spaceId]/connections/[connectionId] | Added the new optional response property under status 200 paymentAccounts/financialPlatformId. | Supply or consume paymentAccounts/financialPlatformId for enriched functionality. |
| PATCH/network/core/transaction/v2/spaces/[spaceId]/connections/[connectionId] | The paymentAccounts/address/country property is no longer required in the response payload under status 200. | Clients can omit this property. |
| PATCH/network/core/transaction/v2/spaces/[spaceId]/connections/[connectionId] | The paymentAccounts/address/townName property is no longer required in the response payload under status 200. | Clients can omit this property. |
| PATCH/network/core/transaction/v2/spaces/[spaceId]/connections/[connectionId]:jsonpatch | The addresses/additionalProperties/city property is no longer required in the response payload under status 200. | Clients can omit this property. |
| PATCH/network/core/transaction/v2/spaces/[spaceId]/connections/[connectionId]:jsonpatch | Added the new optional response property under status 200 paymentAccounts/financialPlatformId. | Supply or consume paymentAccounts/financialPlatformId for enriched functionality. |
| PATCH/network/core/transaction/v2/spaces/[spaceId]/connections/[connectionId]:jsonpatch | The paymentAccounts/address/country property is no longer required in the response payload under status 200. | Clients can omit this property. |
| PATCH/network/core/transaction/v2/spaces/[spaceId]/connections/[connectionId]:jsonpatch | The paymentAccounts/address/townName property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/network/core/transaction/v3/spaces/[spaceId]/connections | Added the new optional request property query. | Filter or enhance queries by utilizing the query parameter for more targeted results. |
| GET/network/core/transaction/v3/spaces/[spaceId]/connections | The connections/addresses/additionalProperties/townName property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/network/core/transaction/v3/spaces/[spaceId]/connections | The connections/addresses/additionalProperties/country property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/network/core/transaction/v3/spaces/[spaceId]/connections | Added the new optional response property under status 200 connections/paymentAccounts/financialPlatformId. | Supply or consume connections/paymentAccounts/financialPlatformId for enriched functionality. |
| GET/network/core/transaction/v3/spaces/[spaceId]/connections | The connections/paymentAccounts/address/country property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/network/core/transaction/v3/spaces/[spaceId]/connections | The connections/paymentAccounts/address/townName property is no longer required in the response payload under status 200. | Clients can omit this property. |
| POST/network/core/transaction/v3/spaces/[spaceId]/connections | The addresses/additionalProperties/country property is no longer required in the request payload. | Clients can omit this property. |
| POST/network/core/transaction/v3/spaces/[spaceId]/connections | The addresses/additionalProperties/townName property is no longer required in the request payload. | Clients can omit this property. |
| POST/network/core/transaction/v3/spaces/[spaceId]/connections | Added the new optional request property paymentAccounts/financialPlatformId. | Supply or consume paymentAccounts/financialPlatformId for enriched functionality. |
| POST/network/core/transaction/v3/spaces/[spaceId]/connections | Added the new ABA enum value to the paymentAccounts/bank/scheme request property. | You can now use this new enum value in requests. |
| POST/network/core/transaction/v3/spaces/[spaceId]/connections | Added the new CLABE enum value to the paymentAccounts/bank/scheme request property. | You can now use this new enum value in requests. |
| POST/network/core/transaction/v3/spaces/[spaceId]/connections | Added the new ABA enum value to the paymentAccounts/parent/bank/scheme request property. | You can now use this new enum value in requests. |
| POST/network/core/transaction/v3/spaces/[spaceId]/connections | Added the new CLABE enum value to the paymentAccounts/parent/bank/scheme request property. | You can now use this new enum value in requests. |
| POST/network/core/transaction/v3/spaces/[spaceId]/connections | The paymentAccounts/currency property is no longer required in the request payload. | Clients can omit this property. |
| POST/network/core/transaction/v3/spaces/[spaceId]/connections | The paymentAccounts/identifier property is no longer required in the request payload. | Clients can omit this property. |
| POST/network/core/transaction/v3/spaces/[spaceId]/connections | The paymentAccounts/scheme property is no longer required in the request payload. | Clients can omit this property. |
| POST/network/core/transaction/v3/spaces/[spaceId]/connections | Updated the schema metadata example at paymentAccounts in the request payload. | Provides better clarity or default behavior in the documentation. |
| POST/network/core/transaction/v3/spaces/[spaceId]/connections | The addresses/additionalProperties/townName property is no longer required in the response payload under status 201. | Clients can omit this property. |
| POST/network/core/transaction/v3/spaces/[spaceId]/connections | The addresses/additionalProperties/country property is no longer required in the response payload under status 201. | Clients can omit this property. |
| POST/network/core/transaction/v3/spaces/[spaceId]/connections | Added the new optional response property under status 201 paymentAccounts/financialPlatformId. | Supply or consume paymentAccounts/financialPlatformId for enriched functionality. |
| POST/network/core/transaction/v3/spaces/[spaceId]/connections | The paymentAccounts/address/country property is no longer required in the response payload under status 201. | Clients can omit this property. |
| POST/network/core/transaction/v3/spaces/[spaceId]/connections | The paymentAccounts/address/townName property is no longer required in the response payload under status 201. | Clients can omit this property. |
| GET/network/core/transaction/v3/spaces/[spaceId]/connections/[connectionId] | The addresses/additionalProperties/townName property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/network/core/transaction/v3/spaces/[spaceId]/connections/[connectionId] | The addresses/additionalProperties/country property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/network/core/transaction/v3/spaces/[spaceId]/connections/[connectionId] | Added the new optional response property under status 200 paymentAccounts/financialPlatformId. | Supply or consume paymentAccounts/financialPlatformId for enriched functionality. |
| GET/network/core/transaction/v3/spaces/[spaceId]/connections/[connectionId] | The paymentAccounts/address/country property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/network/core/transaction/v3/spaces/[spaceId]/connections/[connectionId] | The paymentAccounts/address/townName property is no longer required in the response payload under status 200. | Clients can omit this property. |
| PATCH/network/core/transaction/v3/spaces/[spaceId]/connections/[connectionId] | The addresses/additionalProperties/country property is no longer required in the request payload. | Clients can omit this property. |
| PATCH/network/core/transaction/v3/spaces/[spaceId]/connections/[connectionId] | The addresses/additionalProperties/townName property is no longer required in the request payload. | Clients can omit this property. |
| PATCH/network/core/transaction/v3/spaces/[spaceId]/connections/[connectionId] | Added the new optional request property paymentAccount/financialPlatformId. | Supply or consume paymentAccount/financialPlatformId for enriched functionality. |
| PATCH/network/core/transaction/v3/spaces/[spaceId]/connections/[connectionId] | The paymentAccount/id property is no longer required in the request payload. | Clients can omit this property. |
| PATCH/network/core/transaction/v3/spaces/[spaceId]/connections/[connectionId] | The paymentAccount/isDefault property is no longer required in the request payload. | Clients can omit this property. |
| PATCH/network/core/transaction/v3/spaces/[spaceId]/connections/[connectionId] | The addresses/additionalProperties/townName property is no longer required in the response payload under status 200. | Clients can omit this property. |
| PATCH/network/core/transaction/v3/spaces/[spaceId]/connections/[connectionId] | The addresses/additionalProperties/country property is no longer required in the response payload under status 200. | Clients can omit this property. |
| PATCH/network/core/transaction/v3/spaces/[spaceId]/connections/[connectionId] | Added the new optional response property under status 200 paymentAccounts/financialPlatformId. | Supply or consume paymentAccounts/financialPlatformId for enriched functionality. |
| PATCH/network/core/transaction/v3/spaces/[spaceId]/connections/[connectionId] | The paymentAccounts/address/country property is no longer required in the response payload under status 200. | Clients can omit this property. |
| PATCH/network/core/transaction/v3/spaces/[spaceId]/connections/[connectionId] | The paymentAccounts/address/townName property is no longer required in the response payload under status 200. | Clients can omit this property. |
Network Documents
BreakingBreaking Changes
| Method & Endpoint | The Change | Breaking Behavior | Migration Path |
|---|---|---|---|
| DEL/network/documents/ksef/v1/spaces/connectors/ksef:configure | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
| DEL/network/documents/ksef/v1/spaces/connectors/ksef:add | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
| DEL/network/documents/ksef/v1/spaces/connectors/ksef:remove | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
| DEL/network/documents/v1/flows/search | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
| DEL/network/documents/ksef/v1/spaces/connectors/ksef/documents:send | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
| DEL/network/documents/v1/flows/[flowId] | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
| DEL/network/documents/ksef/v1/spaces/connectors/ksef:directorySearch | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
| DEL/network/documents/ksef/v1/spaces/connectors/ksef:deactivate | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
| DEL/network/documents/ksef/v1/spaces/connectors/ksef/documents:processFeedback | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
| DEL/network/documents/v1/flows | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
| DEL/network/documents/ksef/v1/spaces/connectors/ksef:activate | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
| POST/network/documents/v1/spaces/connectors/peppol/configurationUI | Modified the strict schema constraint minLength at participantId in the response payload under status 200. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| POST/network/documents/v1/spaces/connectors/peppol/configurationUI | Modified the strict schema constraint minLength at schemaId in the response payload under status 200. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| POST/network/documents/v1/spaces/connectors/peppol/configurationUI | The registered property is now REQUIRED in the response payload under status 200. | Omitting registered will cause validation errors. | Ensure registered is populated. |
NewNew Endpoints
| Method & Endpoint | Core Functionality | Auth/Scopes Required |
|---|---|---|
| ADD/network/documents/spaces/connectors/afnor/v1/flows/search | Access the newly provided functionality and features for this resource. | None specified |
| ADD/network/documents/spaces/connectors/afnor/v1/webhooks | Access the newly provided functionality and features for this resource. | None specified |
| ADD/network/documents/spaces/connectors/afnor/v1/directory-line/code:[addressingIdentifier] | Access the newly provided functionality and features for this resource. | None specified |
| ADD/network/documents/spaces/connectors/afnor/v1/routing-code/search | Access the newly provided functionality and features for this resource. | None specified |
| ADD/network/documents/spaces/connectors/afnor/v1/flows | Access the newly provided functionality and features for this resource. | None specified |
| ADD/network/documents/spaces/connectors/afnor/v1/webhooks/[webhookId] | Access the newly provided functionality and features for this resource. | None specified |
| ADD/network/documents/v1/spaces/connectors/peppol/lookup | Access the newly provided functionality and features for this resource. | None specified |
| ADD/network/documents/spaces/connectors/afnor/v1/directory-line/search | Access the newly provided functionality and features for this resource. | None specified |
| ADD/network/documents/spaces/connectors/afnor/v1/healthcheck | Access the newly provided functionality and features for this resource. | None specified |
| ADD/network/documents/spaces/connectors/afnor/v1/siret/code-insee:[siret] | Access the newly provided functionality and features for this resource. | None specified |
| ADD/network/documents/spaces/connectors/afnor/v1/siren/search | Access the newly provided functionality and features for this resource. | None specified |
| ADD/network/documents/spaces/connectors/afnor/v1/siren/code-insee:[siren] | Access the newly provided functionality and features for this resource. | None specified |
| ADD/network/documents/spaces/connectors/afnor/v1/routing-code/siret:[siret]/code:[routingIdentifier] | Access the newly provided functionality and features for this resource. | None specified |
| ADD/network/documents/spaces/connectors/afnor/v1/siret/search | Access the newly provided functionality and features for this resource. | None specified |
| ADD/network/documents/spaces/connectors/afnor/v1/flows/[flowId] | Access the newly provided functionality and features for this resource. | None specified |
InfoImprovements (Non-Breaking)
| Method & Endpoint | Enhancement Details | Developer Opportunity |
|---|---|---|
| POST/network/documents/v1/spaces/connectors/peppol/configurationUI | Added the new optional response property under status 200 migrationCode. | Supply or consume migrationCode for enriched functionality. |
| POST/network/documents/v1/spaces/connectors/peppol/configurationUI | Added the new optional response property under status 200 migrations. | Supply or consume migrations for enriched functionality. |
| POST/network/documents/v1/spaces/connectors/peppol/configurationUI | Added the new optional response property under status 200 pdpInfo. | Supply or consume pdpInfo for enriched functionality. |
| POST/network/documents/v1/spaces/connectors/peppol/configurationUI | Added the new optional response property under status 200 globalidentifierKey. | Supply or consume globalidentifierKey for enriched functionality. |
| POST/network/documents/v1/spaces/connectors/peppol/configurationUI | Added the new optional response property under status 200 inNationalDirectory. | Supply or consume inNationalDirectory for enriched functionality. |
| POST/network/documents/v1/spaces/connectors/peppol/configurationUI | Added the new optional response property under status 200 isDefault. | Supply or consume isDefault for enriched functionality. |
| POST/network/documents/v1/spaces/connectors/peppol/configurationUI | Added the new optional response property under status 200 registered. | Supply or consume registered for enriched functionality. |
| POST/network/documents/v1/spaces/connectors/peppol/configurationUI | Added the new optional response property under status 200 sendOnly. | Supply or consume sendOnly for enriched functionality. |
Network Payments
BreakingBreaking Changes
| Method & Endpoint | The Change | Breaking Behavior | Migration Path |
|---|---|---|---|
| POST/network/payments/transaction/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId]:assignConnections | Added the new ABA enum value to the paymentAccounts/bank/scheme response property under status 200. | Strict parsers will fail to deserialize when returning records with the ABA type. | Update models to accept and handle the ABA type. |
| POST/network/payments/transaction/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId]:assignConnections | Added the new CLABE enum value to the paymentAccounts/bank/scheme response property under status 200. | Strict parsers will fail to deserialize when returning records with the CLABE type. | Update models to accept and handle the CLABE type. |
| POST/network/payments/transaction/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId]:assignConnections | Added the new ABA enum value to the paymentAccounts/parent/bank/scheme response property under status 200. | Strict parsers will fail to deserialize when returning records with the ABA type. | Update models to accept and handle the ABA type. |
| POST/network/payments/transaction/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId]:assignConnections | Added the new CLABE enum value to the paymentAccounts/parent/bank/scheme response property under status 200. | Strict parsers will fail to deserialize when returning records with the CLABE type. | Update models to accept and handle the CLABE type. |
| POST/network/payments/transaction/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId]:unassignConnections | Added the new ABA enum value to the paymentAccounts/bank/scheme response property under status 200. | Strict parsers will fail to deserialize when returning records with the ABA type. | Update models to accept and handle the ABA type. |
| POST/network/payments/transaction/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId]:unassignConnections | Added the new CLABE enum value to the paymentAccounts/bank/scheme response property under status 200. | Strict parsers will fail to deserialize when returning records with the CLABE type. | Update models to accept and handle the CLABE type. |
| POST/network/payments/transaction/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId]:unassignConnections | Added the new ABA enum value to the paymentAccounts/parent/bank/scheme response property under status 200. | Strict parsers will fail to deserialize when returning records with the ABA type. | Update models to accept and handle the ABA type. |
| POST/network/payments/transaction/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId]:unassignConnections | Added the new CLABE enum value to the paymentAccounts/parent/bank/scheme response property under status 200. | Strict parsers will fail to deserialize when returning records with the CLABE type. | Update models to accept and handle the CLABE type. |
InfoImprovements (Non-Breaking)
| Method & Endpoint | Enhancement Details | Developer Opportunity |
|---|---|---|
| POST/network/payments/transaction/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId]:assignConnections | The connections property is no longer required in the request payload. | Clients can omit this property. |
| POST/network/payments/transaction/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId]:assignConnections | Added the new optional response property under status 200 paymentAccounts/entityPaymentAccountId. | Supply or consume paymentAccounts/entityPaymentAccountId for enriched functionality. |
| POST/network/payments/transaction/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId]:assignConnections | Added the new optional response property under status 200 paymentAccounts/financialPlatformId. | Supply or consume paymentAccounts/financialPlatformId for enriched functionality. |
| POST/network/payments/transaction/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId]:assignConnections | The paymentAccounts/address/country property is no longer required in the response payload under status 200. | Clients can omit this property. |
| POST/network/payments/transaction/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId]:assignConnections | The paymentAccounts/address/townName property is no longer required in the response payload under status 200. | Clients can omit this property. |
| POST/network/payments/transaction/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId]:assignConnections | The paymentAccounts/bank/identifier property is no longer required in the response payload under status 200. | Clients can omit this property. |
| POST/network/payments/transaction/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId]:assignConnections | The paymentAccounts/bank/scheme property is no longer required in the response payload under status 200. | Clients can omit this property. |
| POST/network/payments/transaction/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId]:assignConnections | The paymentAccounts/parent/bank/identifier property is no longer required in the response payload under status 200. | Clients can omit this property. |
| POST/network/payments/transaction/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId]:assignConnections | The paymentAccounts/parent/bank/scheme property is no longer required in the response payload under status 200. | Clients can omit this property. |
| POST/network/payments/transaction/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId]:assignConnections | The paymentAccounts/parent/currency property is no longer required in the response payload under status 200. | Clients can omit this property. |
| POST/network/payments/transaction/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId]:assignConnections | The paymentAccounts/parent/identifier property is no longer required in the response payload under status 200. | Clients can omit this property. |
| POST/network/payments/transaction/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId]:assignConnections | The paymentAccounts/parent/scheme property is no longer required in the response payload under status 200. | Clients can omit this property. |
| POST/network/payments/transaction/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId]:unassignConnections | The connections property is no longer required in the request payload. | Clients can omit this property. |
| POST/network/payments/transaction/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId]:unassignConnections | Added the new optional response property under status 200 paymentAccounts/entityPaymentAccountId. | Supply or consume paymentAccounts/entityPaymentAccountId for enriched functionality. |
| POST/network/payments/transaction/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId]:unassignConnections | Added the new optional response property under status 200 paymentAccounts/financialPlatformId. | Supply or consume paymentAccounts/financialPlatformId for enriched functionality. |
| POST/network/payments/transaction/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId]:unassignConnections | The paymentAccounts/address/country property is no longer required in the response payload under status 200. | Clients can omit this property. |
| POST/network/payments/transaction/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId]:unassignConnections | The paymentAccounts/address/townName property is no longer required in the response payload under status 200. | Clients can omit this property. |
| POST/network/payments/transaction/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId]:unassignConnections | The paymentAccounts/bank/identifier property is no longer required in the response payload under status 200. | Clients can omit this property. |
| POST/network/payments/transaction/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId]:unassignConnections | The paymentAccounts/bank/scheme property is no longer required in the response payload under status 200. | Clients can omit this property. |
| POST/network/payments/transaction/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId]:unassignConnections | The paymentAccounts/parent/bank/identifier property is no longer required in the response payload under status 200. | Clients can omit this property. |
| POST/network/payments/transaction/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId]:unassignConnections | The paymentAccounts/parent/bank/scheme property is no longer required in the response payload under status 200. | Clients can omit this property. |
| POST/network/payments/transaction/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId]:unassignConnections | The paymentAccounts/parent/currency property is no longer required in the response payload under status 200. | Clients can omit this property. |
| POST/network/payments/transaction/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId]:unassignConnections | The paymentAccounts/parent/identifier property is no longer required in the response payload under status 200. | Clients can omit this property. |
| POST/network/payments/transaction/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId]:unassignConnections | The paymentAccounts/parent/scheme property is no longer required in the response payload under status 200. | Clients can omit this property. |
Notification
Notification Service
BreakingBreaking Changes
| Method & Endpoint | The Change | Breaking Behavior | Migration Path |
|---|---|---|---|
| POST/core/notification/v1/notifications | Modified the strict schema constraint minLength at asset in the request payload. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| POST/core/notification/v1/notifications | Modified the strict schema constraint minItems at channels in the request payload. | Payloads violating the updated minItems validation rule will be rejected. | Update client-side schema definitions to respect the new minItems constraint. |
| POST/core/notification/v1/notifications | Modified the strict schema constraint minLength at recipient/brand in the request payload. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| POST/core/notification/v1/notifications | Modified the strict schema constraint minLength at recipient/firstName in the request payload. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| POST/core/notification/v1/notifications | Modified the strict schema constraint minLength at recipient/language in the request payload. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| POST/core/notification/v1/notifications | Modified the strict schema constraint minLength at recipient/lastName in the request payload. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| POST/core/notification/v1/notifications | Modified the strict schema constraint minLength at notificationId in the response payload under status 202. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
InfoImprovements (Non-Breaking)
| Method & Endpoint | Enhancement Details | Developer Opportunity |
|---|---|---|
| POST/core/notification/v1/notifications | Added the new optional request property deviceType. | Supply or consume deviceType for enriched functionality. |
| POST/core/notification/v1/notifications | Added the new optional request property reference. | Supply or consume reference for enriched functionality. |
| POST/core/notification/v1/notifications | Added the new optional request property appName. | Supply or consume appName for enriched functionality. |
| POST/core/notification/v1/notifications | Added the new optional request property groupName. | Supply or consume groupName for enriched functionality. |
| POST/core/notification/v1/notifications | Updated the schema metadata description at asset in the request payload. | Provides better clarity or default behavior in the documentation. |
| POST/core/notification/v1/notifications | Updated the schema metadata example at asset in the request payload. | Provides better clarity or default behavior in the documentation. |
| POST/core/notification/v1/notifications | Added the new push-notification enum value to the channels request property. | You can now use this new enum value in requests. |
| POST/core/notification/v1/notifications | Updated the schema metadata description at channels in the request payload. | Provides better clarity or default behavior in the documentation. |
| POST/core/notification/v1/notifications | Updated the schema metadata example at channels in the request payload. | Provides better clarity or default behavior in the documentation. |
| POST/core/notification/v1/notifications | Updated the schema metadata description at channels in the request payload. | Provides better clarity or default behavior in the documentation. |
| POST/core/notification/v1/notifications | Updated the schema metadata example at channels in the request payload. | Provides better clarity or default behavior in the documentation. |
| POST/core/notification/v1/notifications | Updated the schema metadata description at data/additionalProperties in the request payload. | Provides better clarity or default behavior in the documentation. |
| POST/core/notification/v1/notifications | Updated the schema metadata example at data/additionalProperties in the request payload. | Provides better clarity or default behavior in the documentation. |
| POST/core/notification/v1/notifications | Updated the schema metadata description at data in the request payload. | Provides better clarity or default behavior in the documentation. |
| POST/core/notification/v1/notifications | Updated the schema metadata example at data in the request payload. | Provides better clarity or default behavior in the documentation. |
| POST/core/notification/v1/notifications | Updated the schema metadata description at locale in the request payload. | Provides better clarity or default behavior in the documentation. |
| POST/core/notification/v1/notifications | Updated the schema metadata example at locale in the request payload. | Provides better clarity or default behavior in the documentation. |
| POST/core/notification/v1/notifications | Updated the schema metadata description at recipient/brand in the request payload. | Provides better clarity or default behavior in the documentation. |
| POST/core/notification/v1/notifications | Updated the schema metadata example at recipient/brand in the request payload. | Provides better clarity or default behavior in the documentation. |
| POST/core/notification/v1/notifications | Updated the schema metadata description at recipient/email in the request payload. | Provides better clarity or default behavior in the documentation. |
| POST/core/notification/v1/notifications | Updated the schema metadata example at recipient/email in the request payload. | Provides better clarity or default behavior in the documentation. |
| POST/core/notification/v1/notifications | Updated the schema metadata description at recipient/firstName in the request payload. | Provides better clarity or default behavior in the documentation. |
| POST/core/notification/v1/notifications | Updated the schema metadata example at recipient/firstName in the request payload. | Provides better clarity or default behavior in the documentation. |
| POST/core/notification/v1/notifications | Updated the schema metadata description at recipient/language in the request payload. | Provides better clarity or default behavior in the documentation. |
| POST/core/notification/v1/notifications | Updated the schema metadata example at recipient/language in the request payload. | Provides better clarity or default behavior in the documentation. |
| POST/core/notification/v1/notifications | Updated the schema metadata description at recipient/lastName in the request payload. | Provides better clarity or default behavior in the documentation. |
| POST/core/notification/v1/notifications | Updated the schema metadata example at recipient/lastName in the request payload. | Provides better clarity or default behavior in the documentation. |
| POST/core/notification/v1/notifications | Updated the schema metadata description at recipient/mobile in the request payload. | Provides better clarity or default behavior in the documentation. |
| POST/core/notification/v1/notifications | Updated the schema metadata example at recipient/mobile in the request payload. | Provides better clarity or default behavior in the documentation. |
| POST/core/notification/v1/notifications | Updated the schema metadata description at recipient in the request payload. | Provides better clarity or default behavior in the documentation. |
| POST/core/notification/v1/notifications | Updated the schema metadata example at recipient in the request payload. | Provides better clarity or default behavior in the documentation. |
| POST/core/notification/v1/notifications | Updated the schema metadata description at space in the request payload. | Provides better clarity or default behavior in the documentation. |
| POST/core/notification/v1/notifications | Updated the schema metadata example at space in the request payload. | Provides better clarity or default behavior in the documentation. |
| POST/core/notification/v1/notifications | Updated the schema metadata description at subject in the request payload. | Provides better clarity or default behavior in the documentation. |
| POST/core/notification/v1/notifications | Updated the schema metadata example at subject in the request payload. | Provides better clarity or default behavior in the documentation. |
| POST/core/notification/v1/notifications | Updated the schema metadata description in the request payload. | Provides better clarity or default behavior in the documentation. |
| POST/core/notification/v1/notifications | Updated the schema metadata example in the request payload. | Provides better clarity or default behavior in the documentation. |
| POST/core/notification/v1/notifications | Updated the schema metadata description at notificationId in the response payload under status 202. | Provides better clarity or default behavior in the documentation. |
| POST/core/notification/v1/notifications | Updated the schema metadata example at notificationId in the response payload under status 202. | Provides better clarity or default behavior in the documentation. |
| POST/core/notification/v1/notifications | Updated the schema metadata description in the response payload under status 202. | Provides better clarity or default behavior in the documentation. |
| POST/core/notification/v1/notifications | Updated the schema metadata example in the response payload under status 202. | Provides better clarity or default behavior in the documentation. |
Partner
Partner Service Api
BreakingBreaking Changes
| Method & Endpoint | The Change | Breaking Behavior | Migration Path |
|---|---|---|---|
| DEL/partner/api/v1/space/[spaceId]/bulk-client/import | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
| DEL/partner/api/v1/space/[spaceId]/extensions/[extensionId]/setting/billingDefault | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
| DEL/partner/api/v1/bulk-client/template | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
NewNew Endpoints
| Method & Endpoint | Core Functionality | Auth/Scopes Required |
|---|---|---|
| ADD/partner/api/v1/spaces/clients:retryEvaluateMetadata | Access the newly provided functionality and features for this resource. | None specified |
| ADD/partner/api/v1/spaces/[spaceId]/clients:confirmSignedMandate | Access the newly provided functionality and features for this resource. | None specified |
| ADD/partner/api/v1/spaces/peppol:retryActivation | Access the newly provided functionality and features for this resource. | None specified |
| ADD/partner/api/v1/spaces/clients:retryPendingExtensions | Access the newly provided functionality and features for this resource. | None specified |
| ADD/partner/api/v1/spaces/[spaceId]/clientPeppolExtension:backgroundActivate | Access the newly provided functionality and features for this resource. | None specified |
| ADD/partner/api/v1/spaces/[spaceId]/clients:bulkInvite | Access the newly provided functionality and features for this resource. | None specified |
| ADD/partner/v1/spaces/[spaceId]/clients/settings/billingDefaults | Access the newly provided functionality and features for this resource. | None specified |
| ADD/partner/api/v1/insights/[partnerSpaceId]/authorization | Access the newly provided functionality and features for this resource. | None specified |
| ADD/partner/api/v1/spaces/[spaceId]/clients:batchAddTeamMember | Access the newly provided functionality and features for this resource. | None specified |
| ADD/partner/v1/spaces/[spaceId]/clients:importFromTemplate | Access the newly provided functionality and features for this resource. | None specified |
| ADD/partner/api/v1/spaces/[spaceId]/clients:batchAssignExtension | Access the newly provided functionality and features for this resource. | None specified |
| ADD/partner/v1/spaces/[spaceId]/clients:delete | Access the newly provided functionality and features for this resource. | None specified |
| ADD/partner/api/v1/spaces/[spaceId]/clients/settings/template | Access the newly provided functionality and features for this resource. | None specified |
| ADD/partner/api/v1/spaces/[spaceId]/clients/settings:markTemplateAsDefault | Access the newly provided functionality and features for this resource. | None specified |
| ADD/partner/api/v1/spaces/[spaceId]/clients/settings:addTemplate | Access the newly provided functionality and features for this resource. | None specified |
| ADD/partner/v1/clients/importTemplate:create | Access the newly provided functionality and features for this resource. | None specified |
| ADD/partner/api/v1/spaces/clients:retryApplyTemplate | Access the newly provided functionality and features for this resource. | None specified |
Partner Store
BreakingBreaking Changes
| Method & Endpoint | The Change | Breaking Behavior | Migration Path |
|---|---|---|---|
| GET/datastore/partner/v1/spaces/[spaceId]/clients | Removed the clients/syncPlatforms response property under status 200. | Client payloads including the clients/syncPlatforms field will be rejected. | Remove the clients/syncPlatforms parameter from response payload under status 200 models. |
| POST/datastore/partner/v1/spaces/[spaceId]/clients | Removed the syncPlatforms request property. | Client payloads including the syncPlatforms field will be rejected. | Remove the syncPlatforms parameter from request payload models. |
| POST/datastore/partner/v1/spaces/[spaceId]/clients | Removed the syncPlatforms response property under status 201. | Client payloads including the syncPlatforms field will be rejected. | Remove the syncPlatforms parameter from response payload under status 201 models. |
| GET/datastore/partner/v1/spaces/[spaceId]/clients/[clientId] | Removed the syncPlatforms response property under status 200. | Client payloads including the syncPlatforms field will be rejected. | Remove the syncPlatforms parameter from response payload under status 200 models. |
| PATCH/datastore/partner/v1/spaces/[spaceId]/clients/[clientId] | Removed the syncPlatforms request property. | Client payloads including the syncPlatforms field will be rejected. | Remove the syncPlatforms parameter from request payload models. |
| PATCH/datastore/partner/v1/spaces/[spaceId]/clients/[clientId] | Removed the syncPlatforms response property under status 200. | Client payloads including the syncPlatforms field will be rejected. | Remove the syncPlatforms parameter from response payload under status 200 models. |
| GET/datastore/partner/v1/spaces/[spaceId]/clients/[clientId]/documents | Removed the PURCHASE_ORDER enum value from the documents/category response property under status 200. | Submitting PURCHASE_ORDER will result in schema validation failures. | Remove usage of PURCHASE_ORDER and implement fallback logic. |
| GET/datastore/partner/v1/spaces/[spaceId]/clients/[clientId]/documents | Removed the ORDER_CONFIRMATION enum value from the documents/category response property under status 200. | Submitting ORDER_CONFIRMATION will result in schema validation failures. | Remove usage of ORDER_CONFIRMATION and implement fallback logic. |
| GET/datastore/partner/v1/spaces/[spaceId]/clients/[clientId]/documents | Removed the DELIVERY_NOTE enum value from the documents/category response property under status 200. | Submitting DELIVERY_NOTE will result in schema validation failures. | Remove usage of DELIVERY_NOTE and implement fallback logic. |
| GET/datastore/partner/v1/spaces/[spaceId]/clients/[clientId]/documents | Removed the GOODS_RECEIVED_NOTE enum value from the documents/category response property under status 200. | Submitting GOODS_RECEIVED_NOTE will result in schema validation failures. | Remove usage of GOODS_RECEIVED_NOTE and implement fallback logic. |
| GET/datastore/partner/v1/spaces/[spaceId]/clients/[clientId]/documents | Removed the INVOICE enum value from the documents/category response property under status 200. | Submitting INVOICE will result in schema validation failures. | Remove usage of INVOICE and implement fallback logic. |
| GET/datastore/partner/v1/spaces/[spaceId]/clients/[clientId]/documents | Removed the INVOICE_REMINDER enum value from the documents/category response property under status 200. | Submitting INVOICE_REMINDER will result in schema validation failures. | Remove usage of INVOICE_REMINDER and implement fallback logic. |
| GET/datastore/partner/v1/spaces/[spaceId]/clients/[clientId]/documents | Removed the CREDIT_NOTE enum value from the documents/category response property under status 200. | Submitting CREDIT_NOTE will result in schema validation failures. | Remove usage of CREDIT_NOTE and implement fallback logic. |
| GET/datastore/partner/v1/spaces/[spaceId]/clients/[clientId]/documents | Removed the RECEIPT enum value from the documents/category response property under status 200. | Submitting RECEIPT will result in schema validation failures. | Remove usage of RECEIPT and implement fallback logic. |
| GET/datastore/partner/v1/spaces/[spaceId]/clients/[clientId]/documents | Removed the STATEMENT enum value from the documents/category response property under status 200. | Submitting STATEMENT will result in schema validation failures. | Remove usage of STATEMENT and implement fallback logic. |
| GET/datastore/partner/v1/spaces/[spaceId]/clients/[clientId]/documents | Removed the FILE enum value from the documents/category response property under status 200. | Submitting FILE will result in schema validation failures. | Remove usage of FILE and implement fallback logic. |
| GET/datastore/partner/v1/spaces/[spaceId]/clients/[clientId]/documents | Removed the OTHER enum value from the documents/category response property under status 200. | Submitting OTHER will result in schema validation failures. | Remove usage of OTHER and implement fallback logic. |
| GET/datastore/partner/v1/spaces/[spaceId]/clients/[clientId]/documents/[documentId] | Removed the PURCHASE_ORDER enum value from the category response property under status 200. | Submitting PURCHASE_ORDER will result in schema validation failures. | Remove usage of PURCHASE_ORDER and implement fallback logic. |
| GET/datastore/partner/v1/spaces/[spaceId]/clients/[clientId]/documents/[documentId] | Removed the ORDER_CONFIRMATION enum value from the category response property under status 200. | Submitting ORDER_CONFIRMATION will result in schema validation failures. | Remove usage of ORDER_CONFIRMATION and implement fallback logic. |
| GET/datastore/partner/v1/spaces/[spaceId]/clients/[clientId]/documents/[documentId] | Removed the DELIVERY_NOTE enum value from the category response property under status 200. | Submitting DELIVERY_NOTE will result in schema validation failures. | Remove usage of DELIVERY_NOTE and implement fallback logic. |
| GET/datastore/partner/v1/spaces/[spaceId]/clients/[clientId]/documents/[documentId] | Removed the GOODS_RECEIVED_NOTE enum value from the category response property under status 200. | Submitting GOODS_RECEIVED_NOTE will result in schema validation failures. | Remove usage of GOODS_RECEIVED_NOTE and implement fallback logic. |
| GET/datastore/partner/v1/spaces/[spaceId]/clients/[clientId]/documents/[documentId] | Removed the INVOICE enum value from the category response property under status 200. | Submitting INVOICE will result in schema validation failures. | Remove usage of INVOICE and implement fallback logic. |
| GET/datastore/partner/v1/spaces/[spaceId]/clients/[clientId]/documents/[documentId] | Removed the INVOICE_REMINDER enum value from the category response property under status 200. | Submitting INVOICE_REMINDER will result in schema validation failures. | Remove usage of INVOICE_REMINDER and implement fallback logic. |
| GET/datastore/partner/v1/spaces/[spaceId]/clients/[clientId]/documents/[documentId] | Removed the CREDIT_NOTE enum value from the category response property under status 200. | Submitting CREDIT_NOTE will result in schema validation failures. | Remove usage of CREDIT_NOTE and implement fallback logic. |
| GET/datastore/partner/v1/spaces/[spaceId]/clients/[clientId]/documents/[documentId] | Removed the RECEIPT enum value from the category response property under status 200. | Submitting RECEIPT will result in schema validation failures. | Remove usage of RECEIPT and implement fallback logic. |
| GET/datastore/partner/v1/spaces/[spaceId]/clients/[clientId]/documents/[documentId] | Removed the STATEMENT enum value from the category response property under status 200. | Submitting STATEMENT will result in schema validation failures. | Remove usage of STATEMENT and implement fallback logic. |
| GET/datastore/partner/v1/spaces/[spaceId]/clients/[clientId]/documents/[documentId] | Removed the FILE enum value from the category response property under status 200. | Submitting FILE will result in schema validation failures. | Remove usage of FILE and implement fallback logic. |
| GET/datastore/partner/v1/spaces/[spaceId]/clients/[clientId]/documents/[documentId] | Removed the OTHER enum value from the category response property under status 200. | Submitting OTHER will result in schema validation failures. | Remove usage of OTHER and implement fallback logic. |
| PATCH/datastore/partner/v1/spaces/[spaceId]/clients/[clientId]/documents/[documentId] | Removed the PURCHASE_ORDER enum value from the category response property under status 200. | Submitting PURCHASE_ORDER will result in schema validation failures. | Remove usage of PURCHASE_ORDER and implement fallback logic. |
| PATCH/datastore/partner/v1/spaces/[spaceId]/clients/[clientId]/documents/[documentId] | Removed the ORDER_CONFIRMATION enum value from the category response property under status 200. | Submitting ORDER_CONFIRMATION will result in schema validation failures. | Remove usage of ORDER_CONFIRMATION and implement fallback logic. |
| PATCH/datastore/partner/v1/spaces/[spaceId]/clients/[clientId]/documents/[documentId] | Removed the DELIVERY_NOTE enum value from the category response property under status 200. | Submitting DELIVERY_NOTE will result in schema validation failures. | Remove usage of DELIVERY_NOTE and implement fallback logic. |
| PATCH/datastore/partner/v1/spaces/[spaceId]/clients/[clientId]/documents/[documentId] | Removed the GOODS_RECEIVED_NOTE enum value from the category response property under status 200. | Submitting GOODS_RECEIVED_NOTE will result in schema validation failures. | Remove usage of GOODS_RECEIVED_NOTE and implement fallback logic. |
| PATCH/datastore/partner/v1/spaces/[spaceId]/clients/[clientId]/documents/[documentId] | Removed the INVOICE enum value from the category response property under status 200. | Submitting INVOICE will result in schema validation failures. | Remove usage of INVOICE and implement fallback logic. |
| PATCH/datastore/partner/v1/spaces/[spaceId]/clients/[clientId]/documents/[documentId] | Removed the INVOICE_REMINDER enum value from the category response property under status 200. | Submitting INVOICE_REMINDER will result in schema validation failures. | Remove usage of INVOICE_REMINDER and implement fallback logic. |
| PATCH/datastore/partner/v1/spaces/[spaceId]/clients/[clientId]/documents/[documentId] | Removed the CREDIT_NOTE enum value from the category response property under status 200. | Submitting CREDIT_NOTE will result in schema validation failures. | Remove usage of CREDIT_NOTE and implement fallback logic. |
| PATCH/datastore/partner/v1/spaces/[spaceId]/clients/[clientId]/documents/[documentId] | Removed the RECEIPT enum value from the category response property under status 200. | Submitting RECEIPT will result in schema validation failures. | Remove usage of RECEIPT and implement fallback logic. |
| PATCH/datastore/partner/v1/spaces/[spaceId]/clients/[clientId]/documents/[documentId] | Removed the STATEMENT enum value from the category response property under status 200. | Submitting STATEMENT will result in schema validation failures. | Remove usage of STATEMENT and implement fallback logic. |
| PATCH/datastore/partner/v1/spaces/[spaceId]/clients/[clientId]/documents/[documentId] | Removed the FILE enum value from the category response property under status 200. | Submitting FILE will result in schema validation failures. | Remove usage of FILE and implement fallback logic. |
| PATCH/datastore/partner/v1/spaces/[spaceId]/clients/[clientId]/documents/[documentId] | Removed the OTHER enum value from the category response property under status 200. | Submitting OTHER will result in schema validation failures. | Remove usage of OTHER and implement fallback logic. |
| GET/datastore/partner/v1/spaces/[spaceId]/clients/[clientId]/documents/[documentId]/representations | Modified the strict schema constraint additionalPropertiesAllowed at document_representations/metadata in the response payload under status 200. | Payloads violating the updated additionalPropertiesAllowed validation rule will be rejected. | Update client-side schema definitions to respect the new additionalPropertiesAllowed constraint. |
| GET/datastore/partner/v1/spaces/[spaceId]/clients/[clientId]/documents/[documentId]/representations | Added the new AWAITING_UPLOAD enum value to the document_representations/status response property under status 200. | Strict parsers will fail to deserialize when returning records with the AWAITING_UPLOAD type. | Update models to accept and handle the AWAITING_UPLOAD type. |
| GET/datastore/partner/v1/spaces/[spaceId]/clients/[clientId]/documents/[documentId]/representations | Added the new VIRUS_SCANNING enum value to the document_representations/status response property under status 200. | Strict parsers will fail to deserialize when returning records with the VIRUS_SCANNING type. | Update models to accept and handle the VIRUS_SCANNING type. |
| GET/datastore/partner/v1/spaces/[spaceId]/clients/[clientId]/documents/[documentId]/representations | Added the new VIRUS_SCANNED enum value to the document_representations/status response property under status 200. | Strict parsers will fail to deserialize when returning records with the VIRUS_SCANNED type. | Update models to accept and handle the VIRUS_SCANNED type. |
| GET/datastore/partner/v1/spaces/[spaceId]/clients/[clientId]/documents/[documentId]/representations | Added the new VIRUS_ERROR enum value to the document_representations/status response property under status 200. | Strict parsers will fail to deserialize when returning records with the VIRUS_ERROR type. | Update models to accept and handle the VIRUS_ERROR type. |
| GET/datastore/partner/v1/spaces/[spaceId]/clients/[clientId]/documents/[documentId]/representations | Added the new PROCESSING enum value to the document_representations/status response property under status 200. | Strict parsers will fail to deserialize when returning records with the PROCESSING type. | Update models to accept and handle the PROCESSING type. |
| GET/datastore/partner/v1/spaces/[spaceId]/clients/[clientId]/documents/[documentId]/representations | Added the new AWAITING_USER_ACTION enum value to the document_representations/status response property under status 200. | Strict parsers will fail to deserialize when returning records with the AWAITING_USER_ACTION type. | Update models to accept and handle the AWAITING_USER_ACTION type. |
| GET/datastore/partner/v1/spaces/[spaceId]/clients/[clientId]/documents/[documentId]/representations | Added the new PROCESSED enum value to the document_representations/status response property under status 200. | Strict parsers will fail to deserialize when returning records with the PROCESSED type. | Update models to accept and handle the PROCESSED type. |
| GET/datastore/partner/v1/spaces/[spaceId]/clients/[clientId]/documents/[documentId]/representations | Added the new REJECTED enum value to the document_representations/status response property under status 200. | Strict parsers will fail to deserialize when returning records with the REJECTED type. | Update models to accept and handle the REJECTED type. |
| GET/datastore/partner/v1/spaces/[spaceId]/clients/[clientId]/documents/[documentId]/representations | Added the new ERROR enum value to the document_representations/status response property under status 200. | Strict parsers will fail to deserialize when returning records with the ERROR type. | Update models to accept and handle the ERROR type. |
| POST/datastore/partner/v1/spaces/[spaceId]/clients/[clientId]/documents/[documentId]/representations | Modified the strict schema constraint additionalPropertiesAllowed at metadata in the response payload under status 201. | Payloads violating the updated additionalPropertiesAllowed validation rule will be rejected. | Update client-side schema definitions to respect the new additionalPropertiesAllowed constraint. |
| POST/datastore/partner/v1/spaces/[spaceId]/clients/[clientId]/documents/[documentId]/representations | Added the new AWAITING_UPLOAD enum value to the status response property under status 201. | Strict parsers will fail to deserialize when returning records with the AWAITING_UPLOAD type. | Update models to accept and handle the AWAITING_UPLOAD type. |
| POST/datastore/partner/v1/spaces/[spaceId]/clients/[clientId]/documents/[documentId]/representations | Added the new VIRUS_SCANNING enum value to the status response property under status 201. | Strict parsers will fail to deserialize when returning records with the VIRUS_SCANNING type. | Update models to accept and handle the VIRUS_SCANNING type. |
| POST/datastore/partner/v1/spaces/[spaceId]/clients/[clientId]/documents/[documentId]/representations | Added the new VIRUS_SCANNED enum value to the status response property under status 201. | Strict parsers will fail to deserialize when returning records with the VIRUS_SCANNED type. | Update models to accept and handle the VIRUS_SCANNED type. |
| POST/datastore/partner/v1/spaces/[spaceId]/clients/[clientId]/documents/[documentId]/representations | Added the new VIRUS_ERROR enum value to the status response property under status 201. | Strict parsers will fail to deserialize when returning records with the VIRUS_ERROR type. | Update models to accept and handle the VIRUS_ERROR type. |
| POST/datastore/partner/v1/spaces/[spaceId]/clients/[clientId]/documents/[documentId]/representations | Added the new PROCESSING enum value to the status response property under status 201. | Strict parsers will fail to deserialize when returning records with the PROCESSING type. | Update models to accept and handle the PROCESSING type. |
| POST/datastore/partner/v1/spaces/[spaceId]/clients/[clientId]/documents/[documentId]/representations | Added the new AWAITING_USER_ACTION enum value to the status response property under status 201. | Strict parsers will fail to deserialize when returning records with the AWAITING_USER_ACTION type. | Update models to accept and handle the AWAITING_USER_ACTION type. |
| POST/datastore/partner/v1/spaces/[spaceId]/clients/[clientId]/documents/[documentId]/representations | Added the new PROCESSED enum value to the status response property under status 201. | Strict parsers will fail to deserialize when returning records with the PROCESSED type. | Update models to accept and handle the PROCESSED type. |
| POST/datastore/partner/v1/spaces/[spaceId]/clients/[clientId]/documents/[documentId]/representations | Added the new REJECTED enum value to the status response property under status 201. | Strict parsers will fail to deserialize when returning records with the REJECTED type. | Update models to accept and handle the REJECTED type. |
| POST/datastore/partner/v1/spaces/[spaceId]/clients/[clientId]/documents/[documentId]/representations | Added the new ERROR enum value to the status response property under status 201. | Strict parsers will fail to deserialize when returning records with the ERROR type. | Update models to accept and handle the ERROR type. |
| GET/datastore/partner/v1/spaces/[spaceId]/clients/[clientId]/documents/[documentId]/representations/[documentRepresentationId] | Modified the strict schema constraint additionalPropertiesAllowed at metadata in the response payload under status 200. | Payloads violating the updated additionalPropertiesAllowed validation rule will be rejected. | Update client-side schema definitions to respect the new additionalPropertiesAllowed constraint. |
| GET/datastore/partner/v1/spaces/[spaceId]/clients/[clientId]/documents/[documentId]/representations/[documentRepresentationId] | Added the new AWAITING_UPLOAD enum value to the status response property under status 200. | Strict parsers will fail to deserialize when returning records with the AWAITING_UPLOAD type. | Update models to accept and handle the AWAITING_UPLOAD type. |
| GET/datastore/partner/v1/spaces/[spaceId]/clients/[clientId]/documents/[documentId]/representations/[documentRepresentationId] | Added the new VIRUS_SCANNING enum value to the status response property under status 200. | Strict parsers will fail to deserialize when returning records with the VIRUS_SCANNING type. | Update models to accept and handle the VIRUS_SCANNING type. |
| GET/datastore/partner/v1/spaces/[spaceId]/clients/[clientId]/documents/[documentId]/representations/[documentRepresentationId] | Added the new VIRUS_SCANNED enum value to the status response property under status 200. | Strict parsers will fail to deserialize when returning records with the VIRUS_SCANNED type. | Update models to accept and handle the VIRUS_SCANNED type. |
| GET/datastore/partner/v1/spaces/[spaceId]/clients/[clientId]/documents/[documentId]/representations/[documentRepresentationId] | Added the new VIRUS_ERROR enum value to the status response property under status 200. | Strict parsers will fail to deserialize when returning records with the VIRUS_ERROR type. | Update models to accept and handle the VIRUS_ERROR type. |
| GET/datastore/partner/v1/spaces/[spaceId]/clients/[clientId]/documents/[documentId]/representations/[documentRepresentationId] | Added the new PROCESSING enum value to the status response property under status 200. | Strict parsers will fail to deserialize when returning records with the PROCESSING type. | Update models to accept and handle the PROCESSING type. |
| GET/datastore/partner/v1/spaces/[spaceId]/clients/[clientId]/documents/[documentId]/representations/[documentRepresentationId] | Added the new AWAITING_USER_ACTION enum value to the status response property under status 200. | Strict parsers will fail to deserialize when returning records with the AWAITING_USER_ACTION type. | Update models to accept and handle the AWAITING_USER_ACTION type. |
| GET/datastore/partner/v1/spaces/[spaceId]/clients/[clientId]/documents/[documentId]/representations/[documentRepresentationId] | Added the new PROCESSED enum value to the status response property under status 200. | Strict parsers will fail to deserialize when returning records with the PROCESSED type. | Update models to accept and handle the PROCESSED type. |
| GET/datastore/partner/v1/spaces/[spaceId]/clients/[clientId]/documents/[documentId]/representations/[documentRepresentationId] | Added the new REJECTED enum value to the status response property under status 200. | Strict parsers will fail to deserialize when returning records with the REJECTED type. | Update models to accept and handle the REJECTED type. |
| GET/datastore/partner/v1/spaces/[spaceId]/clients/[clientId]/documents/[documentId]/representations/[documentRepresentationId] | Added the new ERROR enum value to the status response property under status 200. | Strict parsers will fail to deserialize when returning records with the ERROR type. | Update models to accept and handle the ERROR type. |
| POST/datastore/partner/v1/spaces/[spaceId]/clients/[clientId]/permissions | Removed the 201 response status code. | Clients expecting this exact status will encounter errors. | Update error handlers. |
| POST/datastore/partner/v2/spaces/[spaceId]/clients/[clientId]/documents | Modified the strict schema constraint nullable at connections in the request payload. | Payloads violating the updated nullable validation rule will be rejected. | Update client-side schema definitions to respect the new nullable constraint. |
| POST/datastore/partner/v2/spaces/[spaceId]/clients/[clientId]/documents | Modified the strict schema constraint additionalPropertiesAllowed at lines in the request payload. | Payloads violating the updated additionalPropertiesAllowed validation rule will be rejected. | Update client-side schema definitions to respect the new additionalPropertiesAllowed constraint. |
| POST/datastore/partner/v2/spaces/[spaceId]/clients/[clientId]/documents | Modified the strict schema constraint additionalPropertiesAllowed at metadata in the request payload. | Payloads violating the updated additionalPropertiesAllowed validation rule will be rejected. | Update client-side schema definitions to respect the new additionalPropertiesAllowed constraint. |
| POST/datastore/partner/v2/spaces/[spaceId]/clients/[clientId]/documents | Modified the strict schema constraint additionalPropertiesAllowed at status in the request payload. | Payloads violating the updated additionalPropertiesAllowed validation rule will be rejected. | Update client-side schema definitions to respect the new additionalPropertiesAllowed constraint. |
| POST/datastore/partner/v2/spaces/[spaceId]/clients/[clientId]/documents | Modified the strict schema constraint value at examples/Document in the request payload. | Payloads violating the updated value validation rule will be rejected. | Update client-side schema definitions to respect the new value constraint. |
| POST/datastore/partner/v2/spaces/[spaceId]/clients/[clientId]/documents | Modified the strict schema constraint value at examples/Document containing lines in the request payload. | Payloads violating the updated value validation rule will be rejected. | Update client-side schema definitions to respect the new value constraint. |
| POST/datastore/partner/v2/spaces/[spaceId]/clients/[clientId]/documents | Removed the PURCHASE_ORDER enum value from the category response property under status 201. | Submitting PURCHASE_ORDER will result in schema validation failures. | Remove usage of PURCHASE_ORDER and implement fallback logic. |
| POST/datastore/partner/v2/spaces/[spaceId]/clients/[clientId]/documents | Removed the ORDER_CONFIRMATION enum value from the category response property under status 201. | Submitting ORDER_CONFIRMATION will result in schema validation failures. | Remove usage of ORDER_CONFIRMATION and implement fallback logic. |
| POST/datastore/partner/v2/spaces/[spaceId]/clients/[clientId]/documents | Removed the DELIVERY_NOTE enum value from the category response property under status 201. | Submitting DELIVERY_NOTE will result in schema validation failures. | Remove usage of DELIVERY_NOTE and implement fallback logic. |
| POST/datastore/partner/v2/spaces/[spaceId]/clients/[clientId]/documents | Removed the GOODS_RECEIVED_NOTE enum value from the category response property under status 201. | Submitting GOODS_RECEIVED_NOTE will result in schema validation failures. | Remove usage of GOODS_RECEIVED_NOTE and implement fallback logic. |
| POST/datastore/partner/v2/spaces/[spaceId]/clients/[clientId]/documents | Removed the INVOICE enum value from the category response property under status 201. | Submitting INVOICE will result in schema validation failures. | Remove usage of INVOICE and implement fallback logic. |
| POST/datastore/partner/v2/spaces/[spaceId]/clients/[clientId]/documents | Removed the INVOICE_REMINDER enum value from the category response property under status 201. | Submitting INVOICE_REMINDER will result in schema validation failures. | Remove usage of INVOICE_REMINDER and implement fallback logic. |
| POST/datastore/partner/v2/spaces/[spaceId]/clients/[clientId]/documents | Removed the CREDIT_NOTE enum value from the category response property under status 201. | Submitting CREDIT_NOTE will result in schema validation failures. | Remove usage of CREDIT_NOTE and implement fallback logic. |
| POST/datastore/partner/v2/spaces/[spaceId]/clients/[clientId]/documents | Removed the RECEIPT enum value from the category response property under status 201. | Submitting RECEIPT will result in schema validation failures. | Remove usage of RECEIPT and implement fallback logic. |
| POST/datastore/partner/v2/spaces/[spaceId]/clients/[clientId]/documents | Removed the STATEMENT enum value from the category response property under status 201. | Submitting STATEMENT will result in schema validation failures. | Remove usage of STATEMENT and implement fallback logic. |
| POST/datastore/partner/v2/spaces/[spaceId]/clients/[clientId]/documents | Removed the FILE enum value from the category response property under status 201. | Submitting FILE will result in schema validation failures. | Remove usage of FILE and implement fallback logic. |
| POST/datastore/partner/v2/spaces/[spaceId]/clients/[clientId]/documents | Removed the OTHER enum value from the category response property under status 201. | Submitting OTHER will result in schema validation failures. | Remove usage of OTHER and implement fallback logic. |
| POST/datastore/partner/v2/spaces/[spaceId]/clients/[clientId]/documents | Added the new CUSTOMER enum value to the connections/relationType response property under status 201. | Strict parsers will fail to deserialize when returning records with the CUSTOMER type. | Update models to accept and handle the CUSTOMER type. |
| POST/datastore/partner/v2/spaces/[spaceId]/clients/[clientId]/documents | Added the new SUPPLIER enum value to the connections/relationType response property under status 201. | Strict parsers will fail to deserialize when returning records with the SUPPLIER type. | Update models to accept and handle the SUPPLIER type. |
| POST/datastore/partner/v2/spaces/[spaceId]/clients/[clientId]/documents | Added the new ACCOUNTANT enum value to the connections/relationType response property under status 201. | Strict parsers will fail to deserialize when returning records with the ACCOUNTANT type. | Update models to accept and handle the ACCOUNTANT type. |
| POST/datastore/partner/v2/spaces/[spaceId]/clients/[clientId]/documents | Added the new PARTNER enum value to the connections/relationType response property under status 201. | Strict parsers will fail to deserialize when returning records with the PARTNER type. | Update models to accept and handle the PARTNER type. |
| POST/datastore/partner/v2/spaces/[spaceId]/clients/[clientId]/documents | Added the new GROUP enum value to the connections/relationType response property under status 201. | Strict parsers will fail to deserialize when returning records with the GROUP type. | Update models to accept and handle the GROUP type. |
| POST/datastore/partner/v2/spaces/[spaceId]/clients/[clientId]/documents | Modified the strict schema constraint nullable at connections in the response payload under status 201. | Payloads violating the updated nullable validation rule will be rejected. | Update client-side schema definitions to respect the new nullable constraint. |
| POST/datastore/partner/v2/spaces/[spaceId]/clients/[clientId]/documents | Modified the strict schema constraint additionalPropertiesAllowed at lines/data in the response payload under status 201. | Payloads violating the updated additionalPropertiesAllowed validation rule will be rejected. | Update client-side schema definitions to respect the new additionalPropertiesAllowed constraint. |
| POST/datastore/partner/v2/spaces/[spaceId]/clients/[clientId]/documents | Modified the strict schema constraint nullable at lines in the response payload under status 201. | Payloads violating the updated nullable validation rule will be rejected. | Update client-side schema definitions to respect the new nullable constraint. |
| POST/datastore/partner/v2/spaces/[spaceId]/clients/[clientId]/documents | Modified the strict schema constraint additionalPropertiesAllowed at metadata in the response payload under status 201. | Payloads violating the updated additionalPropertiesAllowed validation rule will be rejected. | Update client-side schema definitions to respect the new additionalPropertiesAllowed constraint. |
| POST/datastore/partner/v2/spaces/[spaceId]/clients/[clientId]/documents | Modified the strict schema constraint additionalPropertiesAllowed at processingData in the response payload under status 201. | Payloads violating the updated additionalPropertiesAllowed validation rule will be rejected. | Update client-side schema definitions to respect the new additionalPropertiesAllowed constraint. |
| POST/datastore/partner/v2/spaces/[spaceId]/clients/[clientId]/documents | Modified the strict schema constraint additionalPropertiesAllowed at rawData in the response payload under status 201. | Payloads violating the updated additionalPropertiesAllowed validation rule will be rejected. | Update client-side schema definitions to respect the new additionalPropertiesAllowed constraint. |
| POST/datastore/partner/v2/spaces/[spaceId]/clients/[clientId]/documents | Modified the strict schema constraint additionalPropertiesAllowed at rawLinesData in the response payload under status 201. | Payloads violating the updated additionalPropertiesAllowed validation rule will be rejected. | Update client-side schema definitions to respect the new additionalPropertiesAllowed constraint. |
| POST/datastore/partner/v2/spaces/[spaceId]/clients/[clientId]/documents | Modified the strict schema constraint additionalPropertiesAllowed at status in the response payload under status 201. | Payloads violating the updated additionalPropertiesAllowed validation rule will be rejected. | Update client-side schema definitions to respect the new additionalPropertiesAllowed constraint. |
| POST/datastore/partner/v2/spaces/[spaceId]/clients/[clientId]/documents | Modified the strict schema constraint additionalPropertiesAllowed at tasks/context in the response payload under status 201. | Payloads violating the updated additionalPropertiesAllowed validation rule will be rejected. | Update client-side schema definitions to respect the new additionalPropertiesAllowed constraint. |
| POST/datastore/partner/v2/spaces/[spaceId]/clients/[clientId]/documents | Modified the strict schema constraint nullable at tasks in the response payload under status 201. | Payloads violating the updated nullable validation rule will be rejected. | Update client-side schema definitions to respect the new nullable constraint. |
| POST/datastore/partner/v2/spaces/[spaceId]/clients/[clientId]/documents | Modified the strict schema constraint additionalPropertiesAllowed at validationData in the response payload under status 201. | Payloads violating the updated additionalPropertiesAllowed validation rule will be rejected. | Update client-side schema definitions to respect the new additionalPropertiesAllowed constraint. |
NewNew Endpoints
| Method & Endpoint | Core Functionality | Auth/Scopes Required |
|---|---|---|
| ADD/datastore/partner/v1/spaces/[partnerSpaceId]/clients/[clientId]/clientSpace/settings | Access the newly provided functionality and features for this resource. | None specified |
| ADD/datastore/partner/v1/spaces/[partnerSpaceId]/clients/[clientId]/[subjectType]/[subject] | Access the newly provided functionality and features for this resource. | None specified |
| ADD/datastore/partner/v1/spaces/[partnerSpaceId]/clients/[clientId]/files/[fileId]/content | Access the newly provided functionality and features for this resource. | None specified |
| ADD/datastore/partner/v1/spaces/[partnerSpaceId]/clients/[clientId]/files | Access the newly provided functionality and features for this resource. | None specified |
| ADD/datastore/partner/v2/spaces/[partnerSpaceId]/clients/documents:count | Access the newly provided functionality and features for this resource. | None specified |
| ADD/datastore/partner/v1/spaces/[partnerSpaceId]/clients/[clientId]/documents/[documentId]:jsonpatch | Access the newly provided functionality and features for this resource. | None specified |
| ADD/datastore/partner/v2/spaces/[partnerSpaceId]/clients/[clientId]/[folder]/directories/[directoryId]:move | Access the newly provided functionality and features for this resource. | None specified |
| ADD/datastore/partner/v1/spaces/[partnerSpaceId]/clients/[clientId]/permissions:addOrRemove | Access the newly provided functionality and features for this resource. | None specified |
| ADD/datastore/partner/v1/spaces/[partnerSpaceId]/clients/[clientId]/clientSpace | Access the newly provided functionality and features for this resource. | None specified |
| ADD/datastore/partner/v2/spaces/[partnerSpaceId]/clients | Access the newly provided functionality and features for this resource. | None specified |
| ADD/datastore/partner/v1/spaces/[partnerSpaceId]/clients/[clientId]/[subjectType] | Access the newly provided functionality and features for this resource. | None specified |
| ADD/datastore/partner/v1/spaces/[partnerSpaceId]/clients/[clientId]/clientEntity/settings | Access the newly provided functionality and features for this resource. | None specified |
| ADD/datastore/partner/v2/spaces/[partnerSpaceId]/clients/[clientId]/[folder]/directories/[directoryId]/content | Access the newly provided functionality and features for this resource. | None specified |
| ADD/datastore/partner/v2/spaces/[partnerSpaceId]/clients/[clientId]/[folder]/directories/[directoryId] | Access the newly provided functionality and features for this resource. | None specified |
| ADD/datastore/partner/v2/spaces/[partnerSpaceId]/clients/[clientId]/[folder]/content | Access the newly provided functionality and features for this resource. | None specified |
| ADD/datastore/partner/v1/spaces/[partnerSpaceId]/clients/[clientId]/files/[fileId] | Access the newly provided functionality and features for this resource. | None specified |
| ADD/datastore/partner/v2/spaces/[partnerSpaceId]/clients/[clientId] | Access the newly provided functionality and features for this resource. | None specified |
| ADD/datastore/partner/v1/spaces/[partnerSpaceId]/clients:bulkUpdate | Access the newly provided functionality and features for this resource. | None specified |
| ADD/datastore/partner/v2/spaces/[partnerSpaceId]/clients/[clientId]/clientSpace | Access the newly provided functionality and features for this resource. | None specified |
| ADD/datastore/partner/v2/spaces/[partnerSpaceId]/clients/[clientId]/documents/[documentId]:move | Access the newly provided functionality and features for this resource. | None specified |
| ADD/datastore/partner/v1/spaces/[partnerSpaceId]/clients/[clientId]/files/[fileId]/documents | Access the newly provided functionality and features for this resource. | None specified |
| ADD/datastore/partner/v2/spaces/[partnerSpaceId]/clients/[clientId]/documents/[documentId]:jsonpatch | Access the newly provided functionality and features for this resource. | None specified |
| ADD/datastore/partner/v1/spaces/[partnerSpaceId]/clients/[clientId]/events | Access the newly provided functionality and features for this resource. | None specified |
| ADD/datastore/partner/v1/spaces/[partnerSpaceId]/connectors/peppol:acceptDesignationPdp | Access the newly provided functionality and features for this resource. | None specified |
| ADD/datastore/partner/v2/spaces/[partnerSpaceId]/clients/[clientId]/[folder]/directories | Access the newly provided functionality and features for this resource. | None specified |
| ADD/datastore/partner/v2/spaces/[partnerSpaceId]/clients/[clientId]/documents:bulkUpdate | Access the newly provided functionality and features for this resource. | None specified |
| ADD/datastore/partner/v1/spaces/[partnerSpaceId]/clients/[clientId]/extensions | Access the newly provided functionality and features for this resource. | None specified |
| GET/datastore/partner/v2/spaces/[spaceId]/clients/[clientId]/documents | Added new GET functionality to this existing resource path. | None specified |
| GET/datastore/partner/v2/spaces/[spaceId]/clients/[clientId]/documents/[documentId] | Added new GET functionality to this existing resource path. | None specified |
| PATCH/datastore/partner/v2/spaces/[spaceId]/clients/[clientId]/documents/[documentId] | Added new PATCH functionality to this existing resource path. | None specified |
InfoImprovements (Non-Breaking)
| Method & Endpoint | Enhancement Details | Developer Opportunity |
|---|---|---|
| GET/datastore/partner/v1/spaces/[spaceId]/clients | Added the new optional request property query. | Filter or enhance queries by utilizing the query parameter for more targeted results. |
| GET/datastore/partner/v1/spaces/[spaceId]/clients | Added the new optional response property under status 200 clients/myPermissions. | Supply or consume clients/myPermissions for enriched functionality. |
| GET/datastore/partner/v1/spaces/[spaceId]/clients | Added the new optional response property under status 200 clients/spaceExtensions. | Supply or consume clients/spaceExtensions for enriched functionality. |
| GET/datastore/partner/v1/spaces/[spaceId]/clients | The clients/addresses/additionalProperties/city property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/datastore/partner/v1/spaces/[spaceId]/clients | Updated the schema metadata description at clients/contacts in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/datastore/partner/v1/spaces/[spaceId]/clients | Updated the schema metadata description at clients/contacts in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/datastore/partner/v1/spaces/[spaceId]/clients | Updated the schema metadata description at clients in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/datastore/partner/v1/spaces/[spaceId]/clients | The currentPage property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/datastore/partner/v1/spaces/[spaceId]/clients | The pageSize property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/datastore/partner/v1/spaces/[spaceId]/clients | Updated the schema metadata example in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| POST/datastore/partner/v1/spaces/[spaceId]/clients | The addresses/additionalProperties/city property is no longer required in the request payload. | Clients can omit this property. |
| POST/datastore/partner/v1/spaces/[spaceId]/clients | Updated the schema metadata description at contacts in the request payload. | Provides better clarity or default behavior in the documentation. |
| POST/datastore/partner/v1/spaces/[spaceId]/clients | Updated the schema metadata description at contacts in the request payload. | Provides better clarity or default behavior in the documentation. |
| POST/datastore/partner/v1/spaces/[spaceId]/clients | The name property is no longer required in the request payload. | Clients can omit this property. |
| POST/datastore/partner/v1/spaces/[spaceId]/clients | Updated the schema metadata example in the request payload. | Provides better clarity or default behavior in the documentation. |
| POST/datastore/partner/v1/spaces/[spaceId]/clients | Added the new optional response property under status 201 myPermissions. | Supply or consume myPermissions for enriched functionality. |
| POST/datastore/partner/v1/spaces/[spaceId]/clients | Added the new optional response property under status 201 spaceExtensions. | Supply or consume spaceExtensions for enriched functionality. |
| POST/datastore/partner/v1/spaces/[spaceId]/clients | The addresses/additionalProperties/city property is no longer required in the response payload under status 201. | Clients can omit this property. |
| POST/datastore/partner/v1/spaces/[spaceId]/clients | Updated the schema metadata description at contacts in the response payload under status 201. | Provides better clarity or default behavior in the documentation. |
| POST/datastore/partner/v1/spaces/[spaceId]/clients | Updated the schema metadata description at contacts in the response payload under status 201. | Provides better clarity or default behavior in the documentation. |
| POST/datastore/partner/v1/spaces/[spaceId]/clients | Updated the schema metadata example in the response payload under status 201. | Provides better clarity or default behavior in the documentation. |
| GET/datastore/partner/v1/spaces/[spaceId]/clients/[clientId] | Added the new optional request property query. | Filter or enhance queries by utilizing the query parameter for more targeted results. |
| GET/datastore/partner/v1/spaces/[spaceId]/clients/[clientId] | Added the new optional response property under status 200 myPermissions. | Supply or consume myPermissions for enriched functionality. |
| GET/datastore/partner/v1/spaces/[spaceId]/clients/[clientId] | Added the new optional response property under status 200 spaceExtensions. | Supply or consume spaceExtensions for enriched functionality. |
| GET/datastore/partner/v1/spaces/[spaceId]/clients/[clientId] | The addresses/additionalProperties/city property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/datastore/partner/v1/spaces/[spaceId]/clients/[clientId] | Updated the schema metadata description at contacts in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/datastore/partner/v1/spaces/[spaceId]/clients/[clientId] | Updated the schema metadata description at contacts in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/datastore/partner/v1/spaces/[spaceId]/clients/[clientId] | Updated the schema metadata example in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| PATCH/datastore/partner/v1/spaces/[spaceId]/clients/[clientId] | The addresses/additionalProperties/city property is no longer required in the request payload. | Clients can omit this property. |
| PATCH/datastore/partner/v1/spaces/[spaceId]/clients/[clientId] | Updated the schema metadata description at contacts in the request payload. | Provides better clarity or default behavior in the documentation. |
| PATCH/datastore/partner/v1/spaces/[spaceId]/clients/[clientId] | Updated the schema metadata description at contacts in the request payload. | Provides better clarity or default behavior in the documentation. |
| PATCH/datastore/partner/v1/spaces/[spaceId]/clients/[clientId] | Updated the schema metadata example in the request payload. | Provides better clarity or default behavior in the documentation. |
| PATCH/datastore/partner/v1/spaces/[spaceId]/clients/[clientId] | Added the new optional response property under status 200 myPermissions. | Supply or consume myPermissions for enriched functionality. |
| PATCH/datastore/partner/v1/spaces/[spaceId]/clients/[clientId] | Added the new optional response property under status 200 spaceExtensions. | Supply or consume spaceExtensions for enriched functionality. |
| PATCH/datastore/partner/v1/spaces/[spaceId]/clients/[clientId] | The addresses/additionalProperties/city property is no longer required in the response payload under status 200. | Clients can omit this property. |
| PATCH/datastore/partner/v1/spaces/[spaceId]/clients/[clientId] | Updated the schema metadata description at contacts in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| PATCH/datastore/partner/v1/spaces/[spaceId]/clients/[clientId] | Updated the schema metadata description at contacts in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| PATCH/datastore/partner/v1/spaces/[spaceId]/clients/[clientId] | Updated the schema metadata example in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/datastore/partner/v1/spaces/[spaceId]/clients/[clientId]/documents | Added the new optional response property under status 200 documents/readOnly. | Supply or consume documents/readOnly for enriched functionality. |
| GET/datastore/partner/v1/spaces/[spaceId]/clients/[clientId]/documents | The documents/lines/quantity property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/datastore/partner/v1/spaces/[spaceId]/clients/[clientId]/documents | The documents/lines/sequence property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/datastore/partner/v1/spaces/[spaceId]/clients/[clientId]/documents | The documents/lines/unit property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/datastore/partner/v1/spaces/[spaceId]/clients/[clientId]/documents | The documents/lines/unitPrice property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/datastore/partner/v1/spaces/[spaceId]/clients/[clientId]/documents | The documents/lines/currency property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/datastore/partner/v1/spaces/[spaceId]/clients/[clientId]/documents | The documents/lines/grossAmount property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/datastore/partner/v1/spaces/[spaceId]/clients/[clientId]/documents | The pageSize property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/datastore/partner/v1/spaces/[spaceId]/clients/[clientId]/documents | The currentPage property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/datastore/partner/v1/spaces/[spaceId]/clients/[clientId]/documents | Marked the endpoint as deprecated. | This endpoint will be removed in a future release. |
| GET/datastore/partner/v1/spaces/[spaceId]/clients/[clientId]/documents/[documentId] | Added the new optional response property under status 200 readOnly. | Supply or consume readOnly for enriched functionality. |
| GET/datastore/partner/v1/spaces/[spaceId]/clients/[clientId]/documents/[documentId] | The lines/quantity property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/datastore/partner/v1/spaces/[spaceId]/clients/[clientId]/documents/[documentId] | The lines/sequence property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/datastore/partner/v1/spaces/[spaceId]/clients/[clientId]/documents/[documentId] | The lines/unit property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/datastore/partner/v1/spaces/[spaceId]/clients/[clientId]/documents/[documentId] | The lines/unitPrice property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/datastore/partner/v1/spaces/[spaceId]/clients/[clientId]/documents/[documentId] | The lines/currency property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/datastore/partner/v1/spaces/[spaceId]/clients/[clientId]/documents/[documentId] | The lines/grossAmount property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/datastore/partner/v1/spaces/[spaceId]/clients/[clientId]/documents/[documentId] | Marked the endpoint as deprecated. | This endpoint will be removed in a future release. |
| PATCH/datastore/partner/v1/spaces/[spaceId]/clients/[clientId]/documents/[documentId] | Added the new optional request property category. | Supply or consume category for enriched functionality. |
| PATCH/datastore/partner/v1/spaces/[spaceId]/clients/[clientId]/documents/[documentId] | Updated the schema metadata example in the request payload. | Provides better clarity or default behavior in the documentation. |
| PATCH/datastore/partner/v1/spaces/[spaceId]/clients/[clientId]/documents/[documentId] | Updated the schema metadata description at application/json-patch+json/from in the request payload. | Provides better clarity or default behavior in the documentation. |
| PATCH/datastore/partner/v1/spaces/[spaceId]/clients/[clientId]/documents/[documentId] | Updated the schema metadata description at application/json-patch+json/op in the request payload. | Provides better clarity or default behavior in the documentation. |
| PATCH/datastore/partner/v1/spaces/[spaceId]/clients/[clientId]/documents/[documentId] | Updated the schema metadata description at application/json-patch+json/path in the request payload. | Provides better clarity or default behavior in the documentation. |
| PATCH/datastore/partner/v1/spaces/[spaceId]/clients/[clientId]/documents/[documentId] | Updated the schema metadata description at application/json-patch+json/value in the request payload. | Provides better clarity or default behavior in the documentation. |
| PATCH/datastore/partner/v1/spaces/[spaceId]/clients/[clientId]/documents/[documentId] | Updated the schema metadata description at application/json-patch+json in the request payload. | Provides better clarity or default behavior in the documentation. |
| PATCH/datastore/partner/v1/spaces/[spaceId]/clients/[clientId]/documents/[documentId] | Added the new optional response property under status 200 readOnly. | Supply or consume readOnly for enriched functionality. |
| PATCH/datastore/partner/v1/spaces/[spaceId]/clients/[clientId]/documents/[documentId] | The lines/quantity property is no longer required in the response payload under status 200. | Clients can omit this property. |
| PATCH/datastore/partner/v1/spaces/[spaceId]/clients/[clientId]/documents/[documentId] | The lines/sequence property is no longer required in the response payload under status 200. | Clients can omit this property. |
| PATCH/datastore/partner/v1/spaces/[spaceId]/clients/[clientId]/documents/[documentId] | The lines/unit property is no longer required in the response payload under status 200. | Clients can omit this property. |
| PATCH/datastore/partner/v1/spaces/[spaceId]/clients/[clientId]/documents/[documentId] | The lines/unitPrice property is no longer required in the response payload under status 200. | Clients can omit this property. |
| PATCH/datastore/partner/v1/spaces/[spaceId]/clients/[clientId]/documents/[documentId] | The lines/currency property is no longer required in the response payload under status 200. | Clients can omit this property. |
| PATCH/datastore/partner/v1/spaces/[spaceId]/clients/[clientId]/documents/[documentId] | The lines/grossAmount property is no longer required in the response payload under status 200. | Clients can omit this property. |
| PATCH/datastore/partner/v1/spaces/[spaceId]/clients/[clientId]/documents/[documentId] | Marked the endpoint as deprecated. | This endpoint will be removed in a future release. |
| GET/datastore/partner/v1/spaces/[spaceId]/clients/[clientId]/documents/[documentId]/representations | Added the new optional request property query. | Filter or enhance queries by utilizing the query parameter for more targeted results. |
| GET/datastore/partner/v1/spaces/[spaceId]/clients/[clientId]/documents/[documentId]/representations | Updated the schema metadata description at currentPage in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/datastore/partner/v1/spaces/[spaceId]/clients/[clientId]/documents/[documentId]/representations | Updated the schema metadata description at document_representations/contentType in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/datastore/partner/v1/spaces/[spaceId]/clients/[clientId]/documents/[documentId]/representations | Updated the schema metadata example at document_representations/contentType in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/datastore/partner/v1/spaces/[spaceId]/clients/[clientId]/documents/[documentId]/representations | Updated the schema metadata description at document_representations/createdAt in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/datastore/partner/v1/spaces/[spaceId]/clients/[clientId]/documents/[documentId]/representations | Updated the schema metadata description at document_representations/documentId in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/datastore/partner/v1/spaces/[spaceId]/clients/[clientId]/documents/[documentId]/representations | Updated the schema metadata description at document_representations/filename in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/datastore/partner/v1/spaces/[spaceId]/clients/[clientId]/documents/[documentId]/representations | Updated the schema metadata example at document_representations/filename in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/datastore/partner/v1/spaces/[spaceId]/clients/[clientId]/documents/[documentId]/representations | Updated the schema metadata description at document_representations/id in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/datastore/partner/v1/spaces/[spaceId]/clients/[clientId]/documents/[documentId]/representations | Updated the schema metadata description at document_representations/main in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/datastore/partner/v1/spaces/[spaceId]/clients/[clientId]/documents/[documentId]/representations | Updated the schema metadata description at document_representations/md5Hash in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/datastore/partner/v1/spaces/[spaceId]/clients/[clientId]/documents/[documentId]/representations | Updated the schema metadata example at document_representations/md5Hash in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/datastore/partner/v1/spaces/[spaceId]/clients/[clientId]/documents/[documentId]/representations | Updated the schema metadata description at document_representations/original in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/datastore/partner/v1/spaces/[spaceId]/clients/[clientId]/documents/[documentId]/representations | Updated the schema metadata description at document_representations/retentionTime in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/datastore/partner/v1/spaces/[spaceId]/clients/[clientId]/documents/[documentId]/representations | Updated the schema metadata description at document_representations/size in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/datastore/partner/v1/spaces/[spaceId]/clients/[clientId]/documents/[documentId]/representations | Updated the schema metadata example at document_representations/size in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/datastore/partner/v1/spaces/[spaceId]/clients/[clientId]/documents/[documentId]/representations | Updated the schema metadata description at document_representations/status in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/datastore/partner/v1/spaces/[spaceId]/clients/[clientId]/documents/[documentId]/representations | Updated the schema metadata example at document_representations/status in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/datastore/partner/v1/spaces/[spaceId]/clients/[clientId]/documents/[documentId]/representations | Updated the schema metadata description at document_representations/type in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/datastore/partner/v1/spaces/[spaceId]/clients/[clientId]/documents/[documentId]/representations | Updated the schema metadata example at document_representations/type in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/datastore/partner/v1/spaces/[spaceId]/clients/[clientId]/documents/[documentId]/representations | Updated the schema metadata description at document_representations/updatedAt in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/datastore/partner/v1/spaces/[spaceId]/clients/[clientId]/documents/[documentId]/representations | Updated the schema metadata description at document_representations/uploadUrl in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/datastore/partner/v1/spaces/[spaceId]/clients/[clientId]/documents/[documentId]/representations | Updated the schema metadata example at document_representations/uploadUrl in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/datastore/partner/v1/spaces/[spaceId]/clients/[clientId]/documents/[documentId]/representations | The document_representations/status property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/datastore/partner/v1/spaces/[spaceId]/clients/[clientId]/documents/[documentId]/representations | Updated the schema metadata description at document_representations in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/datastore/partner/v1/spaces/[spaceId]/clients/[clientId]/documents/[documentId]/representations | Updated the schema metadata description at pageSize in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/datastore/partner/v1/spaces/[spaceId]/clients/[clientId]/documents/[documentId]/representations | Updated the schema metadata description at totalElements in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/datastore/partner/v1/spaces/[spaceId]/clients/[clientId]/documents/[documentId]/representations | The currentPage property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/datastore/partner/v1/spaces/[spaceId]/clients/[clientId]/documents/[documentId]/representations | The pageSize property is no longer required in the response payload under status 200. | Clients can omit this property. |
| POST/datastore/partner/v1/spaces/[spaceId]/clients/[clientId]/documents/[documentId]/representations | Added the new optional request property metadata. | Supply or consume metadata for enriched functionality. |
| POST/datastore/partner/v1/spaces/[spaceId]/clients/[clientId]/documents/[documentId]/representations | Updated the schema metadata description at contentType in the request payload. | Provides better clarity or default behavior in the documentation. |
| POST/datastore/partner/v1/spaces/[spaceId]/clients/[clientId]/documents/[documentId]/representations | Updated the schema metadata example at contentType in the request payload. | Provides better clarity or default behavior in the documentation. |
| POST/datastore/partner/v1/spaces/[spaceId]/clients/[clientId]/documents/[documentId]/representations | Updated the schema metadata description at fileSize in the request payload. | Provides better clarity or default behavior in the documentation. |
| POST/datastore/partner/v1/spaces/[spaceId]/clients/[clientId]/documents/[documentId]/representations | Updated the schema metadata description at filename in the request payload. | Provides better clarity or default behavior in the documentation. |
| POST/datastore/partner/v1/spaces/[spaceId]/clients/[clientId]/documents/[documentId]/representations | Updated the schema metadata example at filename in the request payload. | Provides better clarity or default behavior in the documentation. |
| POST/datastore/partner/v1/spaces/[spaceId]/clients/[clientId]/documents/[documentId]/representations | Updated the schema metadata description at main in the request payload. | Provides better clarity or default behavior in the documentation. |
| POST/datastore/partner/v1/spaces/[spaceId]/clients/[clientId]/documents/[documentId]/representations | Updated the schema metadata description at md5Hash in the request payload. | Provides better clarity or default behavior in the documentation. |
| POST/datastore/partner/v1/spaces/[spaceId]/clients/[clientId]/documents/[documentId]/representations | Updated the schema metadata description at original in the request payload. | Provides better clarity or default behavior in the documentation. |
| POST/datastore/partner/v1/spaces/[spaceId]/clients/[clientId]/documents/[documentId]/representations | Updated the schema metadata description at retentionTime in the request payload. | Provides better clarity or default behavior in the documentation. |
| POST/datastore/partner/v1/spaces/[spaceId]/clients/[clientId]/documents/[documentId]/representations | Updated the schema metadata description at type in the request payload. | Provides better clarity or default behavior in the documentation. |
| POST/datastore/partner/v1/spaces/[spaceId]/clients/[clientId]/documents/[documentId]/representations | Updated the schema metadata example at type in the request payload. | Provides better clarity or default behavior in the documentation. |
| POST/datastore/partner/v1/spaces/[spaceId]/clients/[clientId]/documents/[documentId]/representations | Updated the schema metadata description at contentType in the response payload under status 201. | Provides better clarity or default behavior in the documentation. |
| POST/datastore/partner/v1/spaces/[spaceId]/clients/[clientId]/documents/[documentId]/representations | Updated the schema metadata example at contentType in the response payload under status 201. | Provides better clarity or default behavior in the documentation. |
| POST/datastore/partner/v1/spaces/[spaceId]/clients/[clientId]/documents/[documentId]/representations | Updated the schema metadata description at createdAt in the response payload under status 201. | Provides better clarity or default behavior in the documentation. |
| POST/datastore/partner/v1/spaces/[spaceId]/clients/[clientId]/documents/[documentId]/representations | Updated the schema metadata description at documentId in the response payload under status 201. | Provides better clarity or default behavior in the documentation. |
| POST/datastore/partner/v1/spaces/[spaceId]/clients/[clientId]/documents/[documentId]/representations | Updated the schema metadata description at filename in the response payload under status 201. | Provides better clarity or default behavior in the documentation. |
| POST/datastore/partner/v1/spaces/[spaceId]/clients/[clientId]/documents/[documentId]/representations | Updated the schema metadata example at filename in the response payload under status 201. | Provides better clarity or default behavior in the documentation. |
| POST/datastore/partner/v1/spaces/[spaceId]/clients/[clientId]/documents/[documentId]/representations | Updated the schema metadata description at id in the response payload under status 201. | Provides better clarity or default behavior in the documentation. |
| POST/datastore/partner/v1/spaces/[spaceId]/clients/[clientId]/documents/[documentId]/representations | Updated the schema metadata description at main in the response payload under status 201. | Provides better clarity or default behavior in the documentation. |
| POST/datastore/partner/v1/spaces/[spaceId]/clients/[clientId]/documents/[documentId]/representations | Updated the schema metadata description at md5Hash in the response payload under status 201. | Provides better clarity or default behavior in the documentation. |
| POST/datastore/partner/v1/spaces/[spaceId]/clients/[clientId]/documents/[documentId]/representations | Updated the schema metadata example at md5Hash in the response payload under status 201. | Provides better clarity or default behavior in the documentation. |
| POST/datastore/partner/v1/spaces/[spaceId]/clients/[clientId]/documents/[documentId]/representations | Updated the schema metadata description at original in the response payload under status 201. | Provides better clarity or default behavior in the documentation. |
| POST/datastore/partner/v1/spaces/[spaceId]/clients/[clientId]/documents/[documentId]/representations | Updated the schema metadata description at retentionTime in the response payload under status 201. | Provides better clarity or default behavior in the documentation. |
| POST/datastore/partner/v1/spaces/[spaceId]/clients/[clientId]/documents/[documentId]/representations | Updated the schema metadata description at size in the response payload under status 201. | Provides better clarity or default behavior in the documentation. |
| POST/datastore/partner/v1/spaces/[spaceId]/clients/[clientId]/documents/[documentId]/representations | Updated the schema metadata example at size in the response payload under status 201. | Provides better clarity or default behavior in the documentation. |
| POST/datastore/partner/v1/spaces/[spaceId]/clients/[clientId]/documents/[documentId]/representations | Updated the schema metadata description at status in the response payload under status 201. | Provides better clarity or default behavior in the documentation. |
| POST/datastore/partner/v1/spaces/[spaceId]/clients/[clientId]/documents/[documentId]/representations | Updated the schema metadata example at status in the response payload under status 201. | Provides better clarity or default behavior in the documentation. |
| POST/datastore/partner/v1/spaces/[spaceId]/clients/[clientId]/documents/[documentId]/representations | Updated the schema metadata description at type in the response payload under status 201. | Provides better clarity or default behavior in the documentation. |
| POST/datastore/partner/v1/spaces/[spaceId]/clients/[clientId]/documents/[documentId]/representations | Updated the schema metadata example at type in the response payload under status 201. | Provides better clarity or default behavior in the documentation. |
| POST/datastore/partner/v1/spaces/[spaceId]/clients/[clientId]/documents/[documentId]/representations | Updated the schema metadata description at updatedAt in the response payload under status 201. | Provides better clarity or default behavior in the documentation. |
| POST/datastore/partner/v1/spaces/[spaceId]/clients/[clientId]/documents/[documentId]/representations | Updated the schema metadata description at uploadUrl in the response payload under status 201. | Provides better clarity or default behavior in the documentation. |
| POST/datastore/partner/v1/spaces/[spaceId]/clients/[clientId]/documents/[documentId]/representations | Updated the schema metadata example at uploadUrl in the response payload under status 201. | Provides better clarity or default behavior in the documentation. |
| POST/datastore/partner/v1/spaces/[spaceId]/clients/[clientId]/documents/[documentId]/representations | The status property is no longer required in the response payload under status 201. | Clients can omit this property. |
| GET/datastore/partner/v1/spaces/[spaceId]/clients/[clientId]/documents/[documentId]/representations/[documentRepresentationId] | Updated the schema metadata description at contentType in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/datastore/partner/v1/spaces/[spaceId]/clients/[clientId]/documents/[documentId]/representations/[documentRepresentationId] | Updated the schema metadata example at contentType in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/datastore/partner/v1/spaces/[spaceId]/clients/[clientId]/documents/[documentId]/representations/[documentRepresentationId] | Updated the schema metadata description at createdAt in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/datastore/partner/v1/spaces/[spaceId]/clients/[clientId]/documents/[documentId]/representations/[documentRepresentationId] | Updated the schema metadata description at documentId in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/datastore/partner/v1/spaces/[spaceId]/clients/[clientId]/documents/[documentId]/representations/[documentRepresentationId] | Updated the schema metadata description at filename in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/datastore/partner/v1/spaces/[spaceId]/clients/[clientId]/documents/[documentId]/representations/[documentRepresentationId] | Updated the schema metadata example at filename in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/datastore/partner/v1/spaces/[spaceId]/clients/[clientId]/documents/[documentId]/representations/[documentRepresentationId] | Updated the schema metadata description at id in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/datastore/partner/v1/spaces/[spaceId]/clients/[clientId]/documents/[documentId]/representations/[documentRepresentationId] | Updated the schema metadata description at main in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/datastore/partner/v1/spaces/[spaceId]/clients/[clientId]/documents/[documentId]/representations/[documentRepresentationId] | Updated the schema metadata description at md5Hash in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/datastore/partner/v1/spaces/[spaceId]/clients/[clientId]/documents/[documentId]/representations/[documentRepresentationId] | Updated the schema metadata example at md5Hash in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/datastore/partner/v1/spaces/[spaceId]/clients/[clientId]/documents/[documentId]/representations/[documentRepresentationId] | Updated the schema metadata description at original in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/datastore/partner/v1/spaces/[spaceId]/clients/[clientId]/documents/[documentId]/representations/[documentRepresentationId] | Updated the schema metadata description at retentionTime in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/datastore/partner/v1/spaces/[spaceId]/clients/[clientId]/documents/[documentId]/representations/[documentRepresentationId] | Updated the schema metadata description at size in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/datastore/partner/v1/spaces/[spaceId]/clients/[clientId]/documents/[documentId]/representations/[documentRepresentationId] | Updated the schema metadata example at size in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/datastore/partner/v1/spaces/[spaceId]/clients/[clientId]/documents/[documentId]/representations/[documentRepresentationId] | Updated the schema metadata description at status in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/datastore/partner/v1/spaces/[spaceId]/clients/[clientId]/documents/[documentId]/representations/[documentRepresentationId] | Updated the schema metadata example at status in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/datastore/partner/v1/spaces/[spaceId]/clients/[clientId]/documents/[documentId]/representations/[documentRepresentationId] | Updated the schema metadata description at type in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/datastore/partner/v1/spaces/[spaceId]/clients/[clientId]/documents/[documentId]/representations/[documentRepresentationId] | Updated the schema metadata example at type in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/datastore/partner/v1/spaces/[spaceId]/clients/[clientId]/documents/[documentId]/representations/[documentRepresentationId] | Updated the schema metadata description at updatedAt in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/datastore/partner/v1/spaces/[spaceId]/clients/[clientId]/documents/[documentId]/representations/[documentRepresentationId] | Updated the schema metadata description at uploadUrl in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/datastore/partner/v1/spaces/[spaceId]/clients/[clientId]/documents/[documentId]/representations/[documentRepresentationId] | Updated the schema metadata example at uploadUrl in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/datastore/partner/v1/spaces/[spaceId]/clients/[clientId]/documents/[documentId]/representations/[documentRepresentationId] | The status property is no longer required in the response payload under status 200. | Clients can omit this property. |
| POST/datastore/partner/v1/spaces/[spaceId]/clients/[clientId]/documents/[documentId]:getOrCreateRepresentation | The documentType property is no longer required in the request payload. | Clients can omit this property. |
| GET/datastore/partner/v1/spaces/[spaceId]/clients/[clientId]/permissions | Updated the schema metadata description at subjects/permissions in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/datastore/partner/v1/spaces/[spaceId]/clients/[clientId]/permissions | Updated the schema metadata description at subjects/permissions in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/datastore/partner/v1/spaces/[spaceId]/clients/[clientId]/permissions | The subjects/permissions property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/datastore/partner/v1/spaces/[spaceId]/clients/[clientId]/permissions | Updated the schema metadata description at subjects in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/datastore/partner/v1/spaces/[spaceId]/clients/[clientId]/permissions | Updated the schema metadata description at subjects in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/datastore/partner/v1/spaces/[spaceId]/clients/[clientId]/permissions | The subjects property is no longer required in the response payload under status 200. | Clients can omit this property. |
| POST/datastore/partner/v1/spaces/[spaceId]/clients/[clientId]/permissions | Updated the schema metadata example in the request payload. | Provides better clarity or default behavior in the documentation. |
| POST/datastore/partner/v2/spaces/[spaceId]/clients/[clientId]/documents | Added the new optional request property customCategories. | Supply or consume customCategories for enriched functionality. |
| POST/datastore/partner/v2/spaces/[spaceId]/clients/[clientId]/documents | Added the new optional request property createdAt. | Supply or consume createdAt for enriched functionality. |
| POST/datastore/partner/v2/spaces/[spaceId]/clients/[clientId]/documents | Added the new optional request property parentDirectoryId. | Supply or consume parentDirectoryId for enriched functionality. |
| POST/datastore/partner/v2/spaces/[spaceId]/clients/[clientId]/documents | Added the new PROFORMA_INVOICE enum value to the category request property. | You can now use this new enum value in requests. |
| POST/datastore/partner/v2/spaces/[spaceId]/clients/[clientId]/documents | Added the new QUOTE enum value to the category request property. | You can now use this new enum value in requests. |
| POST/datastore/partner/v2/spaces/[spaceId]/clients/[clientId]/documents | Added the new CREDIT_CARD_STATEMENT enum value to the category request property. | You can now use this new enum value in requests. |
| POST/datastore/partner/v2/spaces/[spaceId]/clients/[clientId]/documents | Added the new THIRD_PARTY_STATEMENT enum value to the category request property. | You can now use this new enum value in requests. |
| POST/datastore/partner/v2/spaces/[spaceId]/clients/[clientId]/documents | Added the new SELF_BILLED_INVOICE enum value to the category request property. | You can now use this new enum value in requests. |
| POST/datastore/partner/v2/spaces/[spaceId]/clients/[clientId]/documents | Added the new SELF_BILLED_CREDIT_NOTE enum value to the category request property. | You can now use this new enum value in requests. |
| POST/datastore/partner/v2/spaces/[spaceId]/clients/[clientId]/documents | Updated the schema metadata description at category in the request payload. | Provides better clarity or default behavior in the documentation. |
| POST/datastore/partner/v2/spaces/[spaceId]/clients/[clientId]/documents | Updated the schema metadata example at category in the request payload. | Provides better clarity or default behavior in the documentation. |
| POST/datastore/partner/v2/spaces/[spaceId]/clients/[clientId]/documents | Updated the schema metadata description at connections/id in the request payload. | Provides better clarity or default behavior in the documentation. |
| POST/datastore/partner/v2/spaces/[spaceId]/clients/[clientId]/documents | Updated the schema metadata example at connections/id in the request payload. | Provides better clarity or default behavior in the documentation. |
| POST/datastore/partner/v2/spaces/[spaceId]/clients/[clientId]/documents | Added the new CUSTOMER enum value to the connections/relationType request property. | You can now use this new enum value in requests. |
| POST/datastore/partner/v2/spaces/[spaceId]/clients/[clientId]/documents | Added the new SUPPLIER enum value to the connections/relationType request property. | You can now use this new enum value in requests. |
| POST/datastore/partner/v2/spaces/[spaceId]/clients/[clientId]/documents | Added the new ACCOUNTANT enum value to the connections/relationType request property. | You can now use this new enum value in requests. |
| POST/datastore/partner/v2/spaces/[spaceId]/clients/[clientId]/documents | Added the new PARTNER enum value to the connections/relationType request property. | You can now use this new enum value in requests. |
| POST/datastore/partner/v2/spaces/[spaceId]/clients/[clientId]/documents | Added the new GROUP enum value to the connections/relationType request property. | You can now use this new enum value in requests. |
| POST/datastore/partner/v2/spaces/[spaceId]/clients/[clientId]/documents | Updated the schema metadata description at connections/relationType in the request payload. | Provides better clarity or default behavior in the documentation. |
| POST/datastore/partner/v2/spaces/[spaceId]/clients/[clientId]/documents | Updated the schema metadata example at connections/relationType in the request payload. | Provides better clarity or default behavior in the documentation. |
| POST/datastore/partner/v2/spaces/[spaceId]/clients/[clientId]/documents | Updated the schema metadata description at connections in the request payload. | Provides better clarity or default behavior in the documentation. |
| POST/datastore/partner/v2/spaces/[spaceId]/clients/[clientId]/documents | Updated the schema metadata description at description in the request payload. | Provides better clarity or default behavior in the documentation. |
| POST/datastore/partner/v2/spaces/[spaceId]/clients/[clientId]/documents | Updated the schema metadata example at description in the request payload. | Provides better clarity or default behavior in the documentation. |
| POST/datastore/partner/v2/spaces/[spaceId]/clients/[clientId]/documents | Updated the schema metadata description at folder in the request payload. | Provides better clarity or default behavior in the documentation. |
| POST/datastore/partner/v2/spaces/[spaceId]/clients/[clientId]/documents | Updated the schema metadata example at folder in the request payload. | Provides better clarity or default behavior in the documentation. |
| POST/datastore/partner/v2/spaces/[spaceId]/clients/[clientId]/documents | Updated the schema metadata description at retentionTime in the request payload. | Provides better clarity or default behavior in the documentation. |
| POST/datastore/partner/v2/spaces/[spaceId]/clients/[clientId]/documents | Updated the schema metadata description at source in the request payload. | Provides better clarity or default behavior in the documentation. |
| POST/datastore/partner/v2/spaces/[spaceId]/clients/[clientId]/documents | Updated the schema metadata example at source in the request payload. | Provides better clarity or default behavior in the documentation. |
| POST/datastore/partner/v2/spaces/[spaceId]/clients/[clientId]/documents | Updated the schema metadata description at tags in the request payload. | Provides better clarity or default behavior in the documentation. |
| POST/datastore/partner/v2/spaces/[spaceId]/clients/[clientId]/documents | Updated the schema metadata example at tags in the request payload. | Provides better clarity or default behavior in the documentation. |
| POST/datastore/partner/v2/spaces/[spaceId]/clients/[clientId]/documents | Updated the schema metadata description at tags in the request payload. | Provides better clarity or default behavior in the documentation. |
| POST/datastore/partner/v2/spaces/[spaceId]/clients/[clientId]/documents | Updated the schema metadata example at tags in the request payload. | Provides better clarity or default behavior in the documentation. |
| POST/datastore/partner/v2/spaces/[spaceId]/clients/[clientId]/documents | Updated the schema metadata description at waitForComplete in the request payload. | Provides better clarity or default behavior in the documentation. |
| POST/datastore/partner/v2/spaces/[spaceId]/clients/[clientId]/documents | Updated the schema metadata example at waitForComplete in the request payload. | Provides better clarity or default behavior in the documentation. |
| POST/datastore/partner/v2/spaces/[spaceId]/clients/[clientId]/documents | The retentionTime property is no longer required in the request payload. | Clients can omit this property. |
| POST/datastore/partner/v2/spaces/[spaceId]/clients/[clientId]/documents | Added the new optional response property under status 201 readOnly. | Supply or consume readOnly for enriched functionality. |
| POST/datastore/partner/v2/spaces/[spaceId]/clients/[clientId]/documents | Added the new optional response property under status 201 parentDirectory. | Supply or consume parentDirectory for enriched functionality. |
| POST/datastore/partner/v2/spaces/[spaceId]/clients/[clientId]/documents | Added the new optional response property under status 201 balanceOffsets. | Supply or consume balanceOffsets for enriched functionality. |
| POST/datastore/partner/v2/spaces/[spaceId]/clients/[clientId]/documents | Added the new optional response property under status 201 customCategories. | Supply or consume customCategories for enriched functionality. |
| POST/datastore/partner/v2/spaces/[spaceId]/clients/[clientId]/documents | Updated the schema metadata description at category in the response payload under status 201. | Provides better clarity or default behavior in the documentation. |
| POST/datastore/partner/v2/spaces/[spaceId]/clients/[clientId]/documents | Updated the schema metadata example at category in the response payload under status 201. | Provides better clarity or default behavior in the documentation. |
| POST/datastore/partner/v2/spaces/[spaceId]/clients/[clientId]/documents | Updated the schema metadata description at connections/displayName in the response payload under status 201. | Provides better clarity or default behavior in the documentation. |
| POST/datastore/partner/v2/spaces/[spaceId]/clients/[clientId]/documents | Updated the schema metadata description at connections/id in the response payload under status 201. | Provides better clarity or default behavior in the documentation. |
| POST/datastore/partner/v2/spaces/[spaceId]/clients/[clientId]/documents | Updated the schema metadata description at connections/relationType in the response payload under status 201. | Provides better clarity or default behavior in the documentation. |
| POST/datastore/partner/v2/spaces/[spaceId]/clients/[clientId]/documents | Updated the schema metadata example at connections/relationType in the response payload under status 201. | Provides better clarity or default behavior in the documentation. |
| POST/datastore/partner/v2/spaces/[spaceId]/clients/[clientId]/documents | Updated the schema metadata description at connections in the response payload under status 201. | Provides better clarity or default behavior in the documentation. |
| POST/datastore/partner/v2/spaces/[spaceId]/clients/[clientId]/documents | Updated the schema metadata description at description in the response payload under status 201. | Provides better clarity or default behavior in the documentation. |
| POST/datastore/partner/v2/spaces/[spaceId]/clients/[clientId]/documents | Updated the schema metadata description at folder in the response payload under status 201. | Provides better clarity or default behavior in the documentation. |
| POST/datastore/partner/v2/spaces/[spaceId]/clients/[clientId]/documents | Updated the schema metadata example at folder in the response payload under status 201. | Provides better clarity or default behavior in the documentation. |
| POST/datastore/partner/v2/spaces/[spaceId]/clients/[clientId]/documents | Updated the schema metadata description at id in the response payload under status 201. | Provides better clarity or default behavior in the documentation. |
| POST/datastore/partner/v2/spaces/[spaceId]/clients/[clientId]/documents | Updated the schema metadata description at lines/id in the response payload under status 201. | Provides better clarity or default behavior in the documentation. |
| POST/datastore/partner/v2/spaces/[spaceId]/clients/[clientId]/documents | Updated the schema metadata description at lines/sequence in the response payload under status 201. | Provides better clarity or default behavior in the documentation. |
| POST/datastore/partner/v2/spaces/[spaceId]/clients/[clientId]/documents | Updated the schema metadata example at lines/sequence in the response payload under status 201. | Provides better clarity or default behavior in the documentation. |
| POST/datastore/partner/v2/spaces/[spaceId]/clients/[clientId]/documents | The lines/sequence property is no longer required in the response payload under status 201. | Clients can omit this property. |
| POST/datastore/partner/v2/spaces/[spaceId]/clients/[clientId]/documents | Updated the schema metadata description at lines in the response payload under status 201. | Provides better clarity or default behavior in the documentation. |
| POST/datastore/partner/v2/spaces/[spaceId]/clients/[clientId]/documents | Updated the schema metadata description at retentionTime in the response payload under status 201. | Provides better clarity or default behavior in the documentation. |
| POST/datastore/partner/v2/spaces/[spaceId]/clients/[clientId]/documents | Updated the schema metadata description at source in the response payload under status 201. | Provides better clarity or default behavior in the documentation. |
| POST/datastore/partner/v2/spaces/[spaceId]/clients/[clientId]/documents | Updated the schema metadata description at spaceId in the response payload under status 201. | Provides better clarity or default behavior in the documentation. |
| POST/datastore/partner/v2/spaces/[spaceId]/clients/[clientId]/documents | Updated the schema metadata description at tags in the response payload under status 201. | Provides better clarity or default behavior in the documentation. |
| POST/datastore/partner/v2/spaces/[spaceId]/clients/[clientId]/documents | Updated the schema metadata description at tags in the response payload under status 201. | Provides better clarity or default behavior in the documentation. |
| POST/datastore/partner/v2/spaces/[spaceId]/clients/[clientId]/documents | Updated the schema metadata description at tasks/extensionName in the response payload under status 201. | Provides better clarity or default behavior in the documentation. |
| POST/datastore/partner/v2/spaces/[spaceId]/clients/[clientId]/documents | Updated the schema metadata example at tasks/extensionName in the response payload under status 201. | Provides better clarity or default behavior in the documentation. |
| POST/datastore/partner/v2/spaces/[spaceId]/clients/[clientId]/documents | Updated the schema metadata description at tasks/status in the response payload under status 201. | Provides better clarity or default behavior in the documentation. |
| POST/datastore/partner/v2/spaces/[spaceId]/clients/[clientId]/documents | Updated the schema metadata example at tasks/status in the response payload under status 201. | Provides better clarity or default behavior in the documentation. |
| POST/datastore/partner/v2/spaces/[spaceId]/clients/[clientId]/documents | Updated the schema metadata description at tasks in the response payload under status 201. | Provides better clarity or default behavior in the documentation. |
Payment
Payment Contributor
BreakingBreaking Changes
| Method & Endpoint | The Change | Breaking Behavior | Migration Path |
|---|---|---|---|
| DEL/v1/callbacks/spaces/paymentDue:deactivate | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
| DEL/v1/todoActions | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
| DEL/v1/callbacks/paymentDue/messages | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
| DEL/v1/callbacks/paymentDue:update/messages | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
| DEL/v1/callbacks/spaces/paymentDue:activate | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
Payments
Payments
BreakingBreaking Changes
| Method & Endpoint | The Change | Breaking Behavior | Migration Path |
|---|---|---|---|
| POST/payments/v1/financialPlatforms/decode | Modified the strict schema constraint minLength at bank/identifier in the request payload. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| POST/payments/v1/financialPlatforms/decode | Modified the strict schema constraint minLength at identifier in the request payload. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| POST/payments/v1/financialPlatforms/decode | Removed the IBAN enum value from the scheme request property. | Submitting IBAN will result in schema validation failures. | Remove usage of IBAN and implement fallback logic. |
| POST/payments/v1/financialPlatforms/decode | Removed the BBAN enum value from the scheme request property. | Submitting BBAN will result in schema validation failures. | Remove usage of BBAN and implement fallback logic. |
| POST/payments/v1/financialPlatforms/decode | Removed the ANB enum value from the scheme request property. | Submitting ANB will result in schema validation failures. | Remove usage of ANB and implement fallback logic. |
| POST/payments/v1/financialPlatforms/decode | Removed the SE_BANKGIRO enum value from the scheme request property. | Submitting SE_BANKGIRO will result in schema validation failures. | Remove usage of SE_BANKGIRO and implement fallback logic. |
| POST/payments/v1/financialPlatforms/decode | Removed the SE_PLUSGIRO enum value from the scheme request property. | Submitting SE_PLUSGIRO will result in schema validation failures. | Remove usage of SE_PLUSGIRO and implement fallback logic. |
| POST/payments/v1/financialPlatforms/decode | Removed the IBAN enum value from the financialPlatforms/ais/accountSchemes response property under status 200. | Submitting IBAN will result in schema validation failures. | Remove usage of IBAN and implement fallback logic. |
| POST/payments/v1/financialPlatforms/decode | Removed the BBAN enum value from the financialPlatforms/ais/accountSchemes response property under status 200. | Submitting BBAN will result in schema validation failures. | Remove usage of BBAN and implement fallback logic. |
| POST/payments/v1/financialPlatforms/decode | Removed the ANB enum value from the financialPlatforms/ais/accountSchemes response property under status 200. | Submitting ANB will result in schema validation failures. | Remove usage of ANB and implement fallback logic. |
| POST/payments/v1/financialPlatforms/decode | Removed the SE_BANKGIRO enum value from the financialPlatforms/ais/accountSchemes response property under status 200. | Submitting SE_BANKGIRO will result in schema validation failures. | Remove usage of SE_BANKGIRO and implement fallback logic. |
| POST/payments/v1/financialPlatforms/decode | Removed the SE_PLUSGIRO enum value from the financialPlatforms/ais/accountSchemes response property under status 200. | Submitting SE_PLUSGIRO will result in schema validation failures. | Remove usage of SE_PLUSGIRO and implement fallback logic. |
| POST/payments/v1/financialPlatforms/decode | Modified the strict schema constraint minLength at financialPlatforms/ais/status in the response payload under status 200. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| POST/payments/v1/financialPlatforms/decode | Modified the strict schema constraint minLength at financialPlatforms/country in the response payload under status 200. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| POST/payments/v1/financialPlatforms/decode | Modified the strict schema constraint minLength at financialPlatforms/logoUrl in the response payload under status 200. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| POST/payments/v1/financialPlatforms/decode | Modified the strict schema constraint minLength at financialPlatforms/name in the response payload under status 200. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| POST/payments/v1/financialPlatforms/decode | Removed the IBAN enum value from the financialPlatforms/pis/accountSchemes response property under status 200. | Submitting IBAN will result in schema validation failures. | Remove usage of IBAN and implement fallback logic. |
| POST/payments/v1/financialPlatforms/decode | Removed the BBAN enum value from the financialPlatforms/pis/accountSchemes response property under status 200. | Submitting BBAN will result in schema validation failures. | Remove usage of BBAN and implement fallback logic. |
| POST/payments/v1/financialPlatforms/decode | Removed the ANB enum value from the financialPlatforms/pis/accountSchemes response property under status 200. | Submitting ANB will result in schema validation failures. | Remove usage of ANB and implement fallback logic. |
| POST/payments/v1/financialPlatforms/decode | Removed the SE_BANKGIRO enum value from the financialPlatforms/pis/accountSchemes response property under status 200. | Submitting SE_BANKGIRO will result in schema validation failures. | Remove usage of SE_BANKGIRO and implement fallback logic. |
| POST/payments/v1/financialPlatforms/decode | Removed the SE_PLUSGIRO enum value from the financialPlatforms/pis/accountSchemes response property under status 200. | Submitting SE_PLUSGIRO will result in schema validation failures. | Remove usage of SE_PLUSGIRO and implement fallback logic. |
| POST/payments/v1/financialPlatforms/decode | Modified the strict schema constraint minLength at financialPlatforms/pis/status in the response payload under status 200. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| GET/payments/v1/financialPlatforms/[financialPlatformId] | Removed the IBAN enum value from the ais/accountSchemes response property under status 200. | Submitting IBAN will result in schema validation failures. | Remove usage of IBAN and implement fallback logic. |
| GET/payments/v1/financialPlatforms/[financialPlatformId] | Removed the BBAN enum value from the ais/accountSchemes response property under status 200. | Submitting BBAN will result in schema validation failures. | Remove usage of BBAN and implement fallback logic. |
| GET/payments/v1/financialPlatforms/[financialPlatformId] | Removed the ANB enum value from the ais/accountSchemes response property under status 200. | Submitting ANB will result in schema validation failures. | Remove usage of ANB and implement fallback logic. |
| GET/payments/v1/financialPlatforms/[financialPlatformId] | Removed the SE_BANKGIRO enum value from the ais/accountSchemes response property under status 200. | Submitting SE_BANKGIRO will result in schema validation failures. | Remove usage of SE_BANKGIRO and implement fallback logic. |
| GET/payments/v1/financialPlatforms/[financialPlatformId] | Removed the SE_PLUSGIRO enum value from the ais/accountSchemes response property under status 200. | Submitting SE_PLUSGIRO will result in schema validation failures. | Remove usage of SE_PLUSGIRO and implement fallback logic. |
| GET/payments/v1/financialPlatforms/[financialPlatformId] | Modified the strict schema constraint minLength at ais/status in the response payload under status 200. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| GET/payments/v1/financialPlatforms/[financialPlatformId] | Modified the strict schema constraint minLength at country in the response payload under status 200. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| GET/payments/v1/financialPlatforms/[financialPlatformId] | Modified the strict schema constraint minLength at logoUrl in the response payload under status 200. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| GET/payments/v1/financialPlatforms/[financialPlatformId] | Modified the strict schema constraint minLength at name in the response payload under status 200. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| GET/payments/v1/financialPlatforms/[financialPlatformId] | Removed the IBAN enum value from the pis/accountSchemes response property under status 200. | Submitting IBAN will result in schema validation failures. | Remove usage of IBAN and implement fallback logic. |
| GET/payments/v1/financialPlatforms/[financialPlatformId] | Removed the BBAN enum value from the pis/accountSchemes response property under status 200. | Submitting BBAN will result in schema validation failures. | Remove usage of BBAN and implement fallback logic. |
| GET/payments/v1/financialPlatforms/[financialPlatformId] | Removed the ANB enum value from the pis/accountSchemes response property under status 200. | Submitting ANB will result in schema validation failures. | Remove usage of ANB and implement fallback logic. |
| GET/payments/v1/financialPlatforms/[financialPlatformId] | Removed the SE_BANKGIRO enum value from the pis/accountSchemes response property under status 200. | Submitting SE_BANKGIRO will result in schema validation failures. | Remove usage of SE_BANKGIRO and implement fallback logic. |
| GET/payments/v1/financialPlatforms/[financialPlatformId] | Removed the SE_PLUSGIRO enum value from the pis/accountSchemes response property under status 200. | Submitting SE_PLUSGIRO will result in schema validation failures. | Remove usage of SE_PLUSGIRO and implement fallback logic. |
| GET/payments/v1/financialPlatforms/[financialPlatformId] | Modified the strict schema constraint minLength at pis/status in the response payload under status 200. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| GET/payments/v1/financialPlatforms/[financialPlatformId]/logo | The image/png response property under status 200 format changed from `` to byte. | Format mismatch will fail validation when non-compliant values are submitted. | Update logic to accept plain values without `` enforcement. |
| GET/payments/v1/financialPlatforms/[financialPlatformId]/logo | Modified the strict schema constraint type at image/png in the response payload under status 200. | Payloads violating the updated type validation rule will be rejected. | Update client-side schema definitions to respect the new type constraint. |
| GET/payments/v1/payments/failureReasons/[failureReason] | The code property is now REQUIRED in the response payload under status 200. | Omitting code will cause validation errors. | Ensure code is populated. |
| GET/payments/v1/spaces/[spaceId]/paymentAccounts | Removed the paymentAccounts/bank response property under status 200. | Client payloads including the paymentAccounts/bank field will be rejected. | Remove the paymentAccounts/bank parameter from response payload under status 200 models. |
| GET/payments/v1/spaces/[spaceId]/paymentAccounts | Removed the paymentAccounts/country response property under status 200. | Client payloads including the paymentAccounts/country field will be rejected. | Remove the paymentAccounts/country parameter from response payload under status 200 models. |
| GET/payments/v1/spaces/[spaceId]/paymentAccounts | Removed the paymentAccounts/financialPlatform response property under status 200. | Client payloads including the paymentAccounts/financialPlatform field will be rejected. | Remove the paymentAccounts/financialPlatform parameter from response payload under status 200 models. |
| GET/payments/v1/spaces/[spaceId]/paymentAccounts | Removed the paymentAccounts/identifier response property under status 200. | Client payloads including the paymentAccounts/identifier field will be rejected. | Remove the paymentAccounts/identifier parameter from response payload under status 200 models. |
| GET/payments/v1/spaces/[spaceId]/paymentAccounts | Removed the paymentAccounts/ongoingOperations response property under status 200. | Client payloads including the paymentAccounts/ongoingOperations field will be rejected. | Remove the paymentAccounts/ongoingOperations parameter from response payload under status 200 models. |
| GET/payments/v1/spaces/[spaceId]/paymentAccounts | Removed the paymentAccounts/availableOperations response property under status 200. | Client payloads including the paymentAccounts/availableOperations field will be rejected. | Remove the paymentAccounts/availableOperations parameter from response payload under status 200 models. |
| GET/payments/v1/spaces/[spaceId]/paymentAccounts | Removed the paymentAccounts/scheme response property under status 200. | Client payloads including the paymentAccounts/scheme field will be rejected. | Remove the paymentAccounts/scheme parameter from response payload under status 200 models. |
| GET/payments/v1/spaces/[spaceId]/paymentAccounts | Removed the paymentAccounts/id response property under status 200. | Client payloads including the paymentAccounts/id field will be rejected. | Remove the paymentAccounts/id parameter from response payload under status 200 models. |
| GET/payments/v1/spaces/[spaceId]/paymentAccounts | Removed the paymentAccounts/alias response property under status 200. | Client payloads including the paymentAccounts/alias field will be rejected. | Remove the paymentAccounts/alias parameter from response payload under status 200 models. |
| GET/payments/v1/spaces/[spaceId]/paymentAccounts | Removed the paymentAccounts/consent response property under status 200. | Client payloads including the paymentAccounts/consent field will be rejected. | Remove the paymentAccounts/consent parameter from response payload under status 200 models. |
| GET/payments/v1/spaces/[spaceId]/paymentAccounts | Removed the paymentAccounts/currency response property under status 200. | Client payloads including the paymentAccounts/currency field will be rejected. | Remove the paymentAccounts/currency parameter from response payload under status 200 models. |
| GET/payments/v1/spaces/[spaceId]/paymentAccounts | Removed the paymentAccounts/balances response property under status 200. | Client payloads including the paymentAccounts/balances field will be rejected. | Remove the paymentAccounts/balances parameter from response payload under status 200 models. |
| GET/payments/v1/spaces/[spaceId]/paymentAccounts | The paymentAccounts/status property is now REQUIRED in the response payload under status 200. | Omitting paymentAccounts/status will cause validation errors. | Ensure paymentAccounts/status is populated. |
| GET/payments/v1/spaces/[spaceId]/paymentAccounts | Modified the strict schema constraint allOf at paymentAccounts in the response payload under status 200. | Payloads violating the updated allOf validation rule will be rejected. | Update client-side schema definitions to respect the new allOf constraint. |
| POST/payments/v1/spaces/[spaceId]/paymentAccounts | Modified the strict schema constraint minLength at bank/identifier in the request payload. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| POST/payments/v1/spaces/[spaceId]/paymentAccounts | Modified the strict schema constraint minLength at identifier in the request payload. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| POST/payments/v1/spaces/[spaceId]/paymentAccounts | Removed the IBAN enum value from the scheme request property. | Submitting IBAN will result in schema validation failures. | Remove usage of IBAN and implement fallback logic. |
| POST/payments/v1/spaces/[spaceId]/paymentAccounts | Removed the BBAN enum value from the scheme request property. | Submitting BBAN will result in schema validation failures. | Remove usage of BBAN and implement fallback logic. |
| POST/payments/v1/spaces/[spaceId]/paymentAccounts | Removed the ANB enum value from the scheme request property. | Submitting ANB will result in schema validation failures. | Remove usage of ANB and implement fallback logic. |
| POST/payments/v1/spaces/[spaceId]/paymentAccounts | Removed the SE_BANKGIRO enum value from the scheme request property. | Submitting SE_BANKGIRO will result in schema validation failures. | Remove usage of SE_BANKGIRO and implement fallback logic. |
| POST/payments/v1/spaces/[spaceId]/paymentAccounts | Removed the SE_PLUSGIRO enum value from the scheme request property. | Submitting SE_PLUSGIRO will result in schema validation failures. | Remove usage of SE_PLUSGIRO and implement fallback logic. |
| POST/payments/v1/spaces/[spaceId]/paymentAccounts | The owner property is now REQUIRED in the request payload. | Omitting owner will cause validation errors. | Ensure owner is populated. |
| POST/payments/v1/spaces/[spaceId]/paymentAccounts | Removed the bank response property under status 201. | Client payloads including the bank field will be rejected. | Remove the bank parameter from response payload under status 201 models. |
| POST/payments/v1/spaces/[spaceId]/paymentAccounts | Removed the ongoingOperations response property under status 201. | Client payloads including the ongoingOperations field will be rejected. | Remove the ongoingOperations parameter from response payload under status 201 models. |
| POST/payments/v1/spaces/[spaceId]/paymentAccounts | Removed the alias response property under status 201. | Client payloads including the alias field will be rejected. | Remove the alias parameter from response payload under status 201 models. |
| POST/payments/v1/spaces/[spaceId]/paymentAccounts | Removed the consent response property under status 201. | Client payloads including the consent field will be rejected. | Remove the consent parameter from response payload under status 201 models. |
| POST/payments/v1/spaces/[spaceId]/paymentAccounts | Removed the currency response property under status 201. | Client payloads including the currency field will be rejected. | Remove the currency parameter from response payload under status 201 models. |
| POST/payments/v1/spaces/[spaceId]/paymentAccounts | Removed the balances response property under status 201. | Client payloads including the balances field will be rejected. | Remove the balances parameter from response payload under status 201 models. |
| POST/payments/v1/spaces/[spaceId]/paymentAccounts | Removed the country response property under status 201. | Client payloads including the country field will be rejected. | Remove the country parameter from response payload under status 201 models. |
| POST/payments/v1/spaces/[spaceId]/paymentAccounts | Removed the financialPlatform response property under status 201. | Client payloads including the financialPlatform field will be rejected. | Remove the financialPlatform parameter from response payload under status 201 models. |
| POST/payments/v1/spaces/[spaceId]/paymentAccounts | Removed the id response property under status 201. | Client payloads including the id field will be rejected. | Remove the id parameter from response payload under status 201 models. |
| POST/payments/v1/spaces/[spaceId]/paymentAccounts | Removed the identifier response property under status 201. | Client payloads including the identifier field will be rejected. | Remove the identifier parameter from response payload under status 201 models. |
| POST/payments/v1/spaces/[spaceId]/paymentAccounts | Removed the availableOperations response property under status 201. | Client payloads including the availableOperations field will be rejected. | Remove the availableOperations parameter from response payload under status 201 models. |
| POST/payments/v1/spaces/[spaceId]/paymentAccounts | Removed the scheme response property under status 201. | Client payloads including the scheme field will be rejected. | Remove the scheme parameter from response payload under status 201 models. |
| POST/payments/v1/spaces/[spaceId]/paymentAccounts | The status property is now REQUIRED in the response payload under status 201. | Omitting status will cause validation errors. | Ensure status is populated. |
| POST/payments/v1/spaces/[spaceId]/paymentAccounts | Modified the strict schema constraint allOf in the response payload under status 201. | Payloads violating the updated allOf validation rule will be rejected. | Update client-side schema definitions to respect the new allOf constraint. |
| GET/payments/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId] | Removed the id response property under status 200. | Client payloads including the id field will be rejected. | Remove the id parameter from response payload under status 200 models. |
| GET/payments/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId] | Removed the alias response property under status 200. | Client payloads including the alias field will be rejected. | Remove the alias parameter from response payload under status 200 models. |
| GET/payments/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId] | Removed the scheme response property under status 200. | Client payloads including the scheme field will be rejected. | Remove the scheme parameter from response payload under status 200 models. |
| GET/payments/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId] | Removed the financialPlatform response property under status 200. | Client payloads including the financialPlatform field will be rejected. | Remove the financialPlatform parameter from response payload under status 200 models. |
| GET/payments/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId] | Removed the identifier response property under status 200. | Client payloads including the identifier field will be rejected. | Remove the identifier parameter from response payload under status 200 models. |
| GET/payments/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId] | Removed the ongoingOperations response property under status 200. | Client payloads including the ongoingOperations field will be rejected. | Remove the ongoingOperations parameter from response payload under status 200 models. |
| GET/payments/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId] | Removed the availableOperations response property under status 200. | Client payloads including the availableOperations field will be rejected. | Remove the availableOperations parameter from response payload under status 200 models. |
| GET/payments/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId] | Removed the consent response property under status 200. | Client payloads including the consent field will be rejected. | Remove the consent parameter from response payload under status 200 models. |
| GET/payments/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId] | Removed the currency response property under status 200. | Client payloads including the currency field will be rejected. | Remove the currency parameter from response payload under status 200 models. |
| GET/payments/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId] | Removed the balances response property under status 200. | Client payloads including the balances field will be rejected. | Remove the balances parameter from response payload under status 200 models. |
| GET/payments/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId] | Removed the bank response property under status 200. | Client payloads including the bank field will be rejected. | Remove the bank parameter from response payload under status 200 models. |
| GET/payments/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId] | Removed the country response property under status 200. | Client payloads including the country field will be rejected. | Remove the country parameter from response payload under status 200 models. |
| GET/payments/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId] | The status property is now REQUIRED in the response payload under status 200. | Omitting status will cause validation errors. | Ensure status is populated. |
| GET/payments/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId] | Modified the strict schema constraint allOf in the response payload under status 200. | Payloads violating the updated allOf validation rule will be rejected. | Update client-side schema definitions to respect the new allOf constraint. |
| GET/payments/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId]/cards | Added the new RENAME_CARD enum value to the cards/availableOperations response property under status 200. | Strict parsers will fail to deserialize when returning records with the RENAME_CARD type. | Update models to accept and handle the RENAME_CARD type. |
| GET/payments/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId]/cards | Added the new REPLACE_DAMAGED_CARD enum value to the cards/availableOperations response property under status 200. | Strict parsers will fail to deserialize when returning records with the REPLACE_DAMAGED_CARD type. | Update models to accept and handle the REPLACE_DAMAGED_CARD type. |
| GET/payments/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId]/cards | Added the new REPORT_STOLEN_CARD enum value to the cards/availableOperations response property under status 200. | Strict parsers will fail to deserialize when returning records with the REPORT_STOLEN_CARD type. | Update models to accept and handle the REPORT_STOLEN_CARD type. |
| GET/payments/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId]/cards | Added the new VIEW_LIMITS_AND_USAGE enum value to the cards/availableOperations response property under status 200. | Strict parsers will fail to deserialize when returning records with the VIEW_LIMITS_AND_USAGE type. | Update models to accept and handle the VIEW_LIMITS_AND_USAGE type. |
| GET/payments/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId]/cards | Added the new UPDATE_LIMITS_AND_USAGE enum value to the cards/availableOperations response property under status 200. | Strict parsers will fail to deserialize when returning records with the UPDATE_LIMITS_AND_USAGE type. | Update models to accept and handle the UPDATE_LIMITS_AND_USAGE type. |
| GET/payments/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId]/cards | Added the new VIEW_SETTINGS enum value to the cards/availableOperations response property under status 200. | Strict parsers will fail to deserialize when returning records with the VIEW_SETTINGS type. | Update models to accept and handle the VIEW_SETTINGS type. |
| GET/payments/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId]/cards | Added the new UPDATE_SETTINGS enum value to the cards/availableOperations response property under status 200. | Strict parsers will fail to deserialize when returning records with the UPDATE_SETTINGS type. | Update models to accept and handle the UPDATE_SETTINGS type. |
| GET/payments/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId]/cards | Added the new MANAGE_PIN enum value to the cards/availableOperations response property under status 200. | Strict parsers will fail to deserialize when returning records with the MANAGE_PIN type. | Update models to accept and handle the MANAGE_PIN type. |
| GET/payments/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId]/cards | Added the new VIEW_UNMASKED_CARD_DETAILS enum value to the cards/availableOperations response property under status 200. | Strict parsers will fail to deserialize when returning records with the VIEW_UNMASKED_CARD_DETAILS type. | Update models to accept and handle the VIEW_UNMASKED_CARD_DETAILS type. |
| GET/payments/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId]/cards | Modified the strict schema constraint minLength at cards/holder/firstName in the response payload under status 200. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| GET/payments/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId]/cards | Modified the strict schema constraint minLength at cards/holder/lastName in the response payload under status 200. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| GET/payments/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId]/cards | Modified the strict schema constraint minLength at cards/label in the response payload under status 200. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| GET/payments/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId]/cards | Modified the strict schema constraint minLength at cards/maskedPan in the response payload under status 200. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| GET/payments/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId]/cards | The cards/schemeBrand property is now REQUIRED in the response payload under status 200. | Omitting cards/schemeBrand will cause validation errors. | Ensure cards/schemeBrand is populated. |
| POST/payments/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId]/cards | Removed the cardHolderEntityId request property. | Client payloads including the cardHolderEntityId field will be rejected. | Remove the cardHolderEntityId parameter from request payload models. |
| POST/payments/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId]/cards | Modified the strict schema constraint minLength at card/country in the request payload. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| POST/payments/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId]/cards | Modified the strict schema constraint minLength at card/label in the request payload. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| POST/payments/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId]/cards | Modified the strict schema constraint minLength at deliveryAddress/city in the request payload. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| POST/payments/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId]/cards | Added the new RENAME_CARD enum value to the availableOperations response property under status 201. | Strict parsers will fail to deserialize when returning records with the RENAME_CARD type. | Update models to accept and handle the RENAME_CARD type. |
| POST/payments/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId]/cards | Added the new REPLACE_DAMAGED_CARD enum value to the availableOperations response property under status 201. | Strict parsers will fail to deserialize when returning records with the REPLACE_DAMAGED_CARD type. | Update models to accept and handle the REPLACE_DAMAGED_CARD type. |
| POST/payments/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId]/cards | Added the new REPORT_STOLEN_CARD enum value to the availableOperations response property under status 201. | Strict parsers will fail to deserialize when returning records with the REPORT_STOLEN_CARD type. | Update models to accept and handle the REPORT_STOLEN_CARD type. |
| POST/payments/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId]/cards | Added the new VIEW_LIMITS_AND_USAGE enum value to the availableOperations response property under status 201. | Strict parsers will fail to deserialize when returning records with the VIEW_LIMITS_AND_USAGE type. | Update models to accept and handle the VIEW_LIMITS_AND_USAGE type. |
| POST/payments/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId]/cards | Added the new UPDATE_LIMITS_AND_USAGE enum value to the availableOperations response property under status 201. | Strict parsers will fail to deserialize when returning records with the UPDATE_LIMITS_AND_USAGE type. | Update models to accept and handle the UPDATE_LIMITS_AND_USAGE type. |
| POST/payments/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId]/cards | Added the new VIEW_SETTINGS enum value to the availableOperations response property under status 201. | Strict parsers will fail to deserialize when returning records with the VIEW_SETTINGS type. | Update models to accept and handle the VIEW_SETTINGS type. |
| POST/payments/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId]/cards | Added the new UPDATE_SETTINGS enum value to the availableOperations response property under status 201. | Strict parsers will fail to deserialize when returning records with the UPDATE_SETTINGS type. | Update models to accept and handle the UPDATE_SETTINGS type. |
| POST/payments/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId]/cards | Added the new MANAGE_PIN enum value to the availableOperations response property under status 201. | Strict parsers will fail to deserialize when returning records with the MANAGE_PIN type. | Update models to accept and handle the MANAGE_PIN type. |
| POST/payments/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId]/cards | Added the new VIEW_UNMASKED_CARD_DETAILS enum value to the availableOperations response property under status 201. | Strict parsers will fail to deserialize when returning records with the VIEW_UNMASKED_CARD_DETAILS type. | Update models to accept and handle the VIEW_UNMASKED_CARD_DETAILS type. |
| POST/payments/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId]/cards | Modified the strict schema constraint minLength at holder/firstName in the response payload under status 201. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| POST/payments/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId]/cards | Modified the strict schema constraint minLength at holder/lastName in the response payload under status 201. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| POST/payments/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId]/cards | Modified the strict schema constraint minLength at label in the response payload under status 201. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| POST/payments/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId]/cards | Modified the strict schema constraint minLength at maskedPan in the response payload under status 201. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| POST/payments/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId]/cards | The schemeBrand property is now REQUIRED in the response payload under status 201. | Omitting schemeBrand will cause validation errors. | Ensure schemeBrand is populated. |
| GET/payments/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId]/cards/[cardId] | Added the new RENAME_CARD enum value to the availableOperations response property under status 200. | Strict parsers will fail to deserialize when returning records with the RENAME_CARD type. | Update models to accept and handle the RENAME_CARD type. |
| GET/payments/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId]/cards/[cardId] | Added the new REPLACE_DAMAGED_CARD enum value to the availableOperations response property under status 200. | Strict parsers will fail to deserialize when returning records with the REPLACE_DAMAGED_CARD type. | Update models to accept and handle the REPLACE_DAMAGED_CARD type. |
| GET/payments/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId]/cards/[cardId] | Added the new REPORT_STOLEN_CARD enum value to the availableOperations response property under status 200. | Strict parsers will fail to deserialize when returning records with the REPORT_STOLEN_CARD type. | Update models to accept and handle the REPORT_STOLEN_CARD type. |
| GET/payments/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId]/cards/[cardId] | Added the new VIEW_LIMITS_AND_USAGE enum value to the availableOperations response property under status 200. | Strict parsers will fail to deserialize when returning records with the VIEW_LIMITS_AND_USAGE type. | Update models to accept and handle the VIEW_LIMITS_AND_USAGE type. |
| GET/payments/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId]/cards/[cardId] | Added the new UPDATE_LIMITS_AND_USAGE enum value to the availableOperations response property under status 200. | Strict parsers will fail to deserialize when returning records with the UPDATE_LIMITS_AND_USAGE type. | Update models to accept and handle the UPDATE_LIMITS_AND_USAGE type. |
| GET/payments/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId]/cards/[cardId] | Added the new VIEW_SETTINGS enum value to the availableOperations response property under status 200. | Strict parsers will fail to deserialize when returning records with the VIEW_SETTINGS type. | Update models to accept and handle the VIEW_SETTINGS type. |
| GET/payments/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId]/cards/[cardId] | Added the new UPDATE_SETTINGS enum value to the availableOperations response property under status 200. | Strict parsers will fail to deserialize when returning records with the UPDATE_SETTINGS type. | Update models to accept and handle the UPDATE_SETTINGS type. |
| GET/payments/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId]/cards/[cardId] | Added the new MANAGE_PIN enum value to the availableOperations response property under status 200. | Strict parsers will fail to deserialize when returning records with the MANAGE_PIN type. | Update models to accept and handle the MANAGE_PIN type. |
| GET/payments/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId]/cards/[cardId] | Added the new VIEW_UNMASKED_CARD_DETAILS enum value to the availableOperations response property under status 200. | Strict parsers will fail to deserialize when returning records with the VIEW_UNMASKED_CARD_DETAILS type. | Update models to accept and handle the VIEW_UNMASKED_CARD_DETAILS type. |
| GET/payments/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId]/cards/[cardId] | Modified the strict schema constraint minLength at holder/firstName in the response payload under status 200. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| GET/payments/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId]/cards/[cardId] | Modified the strict schema constraint minLength at holder/lastName in the response payload under status 200. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| GET/payments/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId]/cards/[cardId] | Modified the strict schema constraint minLength at label in the response payload under status 200. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| GET/payments/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId]/cards/[cardId] | Modified the strict schema constraint minLength at maskedPan in the response payload under status 200. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| GET/payments/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId]/cards/[cardId] | The schemeBrand property is now REQUIRED in the response payload under status 200. | Omitting schemeBrand will cause validation errors. | Ensure schemeBrand is populated. |
| PATCH/payments/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId]/cards/[cardId] | Modified the strict schema constraint minLength at card/label in the request payload. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| PATCH/payments/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId]/cards/[cardId] | Modified the strict schema constraint minLength at deliveryAddress/city in the request payload. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| PATCH/payments/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId]/cards/[cardId] | Added the new RENAME_CARD enum value to the availableOperations response property under status 200. | Strict parsers will fail to deserialize when returning records with the RENAME_CARD type. | Update models to accept and handle the RENAME_CARD type. |
| PATCH/payments/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId]/cards/[cardId] | Added the new REPLACE_DAMAGED_CARD enum value to the availableOperations response property under status 200. | Strict parsers will fail to deserialize when returning records with the REPLACE_DAMAGED_CARD type. | Update models to accept and handle the REPLACE_DAMAGED_CARD type. |
| PATCH/payments/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId]/cards/[cardId] | Added the new REPORT_STOLEN_CARD enum value to the availableOperations response property under status 200. | Strict parsers will fail to deserialize when returning records with the REPORT_STOLEN_CARD type. | Update models to accept and handle the REPORT_STOLEN_CARD type. |
| PATCH/payments/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId]/cards/[cardId] | Added the new VIEW_LIMITS_AND_USAGE enum value to the availableOperations response property under status 200. | Strict parsers will fail to deserialize when returning records with the VIEW_LIMITS_AND_USAGE type. | Update models to accept and handle the VIEW_LIMITS_AND_USAGE type. |
| PATCH/payments/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId]/cards/[cardId] | Added the new UPDATE_LIMITS_AND_USAGE enum value to the availableOperations response property under status 200. | Strict parsers will fail to deserialize when returning records with the UPDATE_LIMITS_AND_USAGE type. | Update models to accept and handle the UPDATE_LIMITS_AND_USAGE type. |
| PATCH/payments/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId]/cards/[cardId] | Added the new VIEW_SETTINGS enum value to the availableOperations response property under status 200. | Strict parsers will fail to deserialize when returning records with the VIEW_SETTINGS type. | Update models to accept and handle the VIEW_SETTINGS type. |
| PATCH/payments/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId]/cards/[cardId] | Added the new UPDATE_SETTINGS enum value to the availableOperations response property under status 200. | Strict parsers will fail to deserialize when returning records with the UPDATE_SETTINGS type. | Update models to accept and handle the UPDATE_SETTINGS type. |
| PATCH/payments/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId]/cards/[cardId] | Added the new MANAGE_PIN enum value to the availableOperations response property under status 200. | Strict parsers will fail to deserialize when returning records with the MANAGE_PIN type. | Update models to accept and handle the MANAGE_PIN type. |
| PATCH/payments/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId]/cards/[cardId] | Added the new VIEW_UNMASKED_CARD_DETAILS enum value to the availableOperations response property under status 200. | Strict parsers will fail to deserialize when returning records with the VIEW_UNMASKED_CARD_DETAILS type. | Update models to accept and handle the VIEW_UNMASKED_CARD_DETAILS type. |
| PATCH/payments/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId]/cards/[cardId] | Modified the strict schema constraint minLength at holder/firstName in the response payload under status 200. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| PATCH/payments/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId]/cards/[cardId] | Modified the strict schema constraint minLength at holder/lastName in the response payload under status 200. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| PATCH/payments/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId]/cards/[cardId] | Modified the strict schema constraint minLength at label in the response payload under status 200. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| PATCH/payments/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId]/cards/[cardId] | Modified the strict schema constraint minLength at maskedPan in the response payload under status 200. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| PATCH/payments/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId]/cards/[cardId] | The schemeBrand property is now REQUIRED in the response payload under status 200. | Omitting schemeBrand will cause validation errors. | Ensure schemeBrand is populated. |
| POST/payments/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId]/cards/[cardId]/secureAccess | Modified the strict schema constraint minLength at access/token in the response payload under status 200. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| POST/payments/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId]/cards/[cardId]/secureAccess | Modified the strict schema constraint minLength at cardIssuerProcessor in the response payload under status 200. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| GET/payments/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId]/cards/[cardId]/transactions | Modified the strict schema constraint min at transactions/amountInAccountCurrency/value in the response payload under status 200. | Payloads violating the updated min validation rule will be rejected. | Update client-side schema definitions to respect the new min constraint. |
| GET/payments/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId]/cards/[cardId]/transactions | Modified the strict schema constraint max at transactions/amountInAccountCurrency/value in the response payload under status 200. | Payloads violating the updated max validation rule will be rejected. | Update client-side schema definitions to respect the new max constraint. |
| GET/payments/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId]/cards/[cardId]/transactions | Modified the strict schema constraint min at transactions/amountInOriginalCurrency/value in the response payload under status 200. | Payloads violating the updated min validation rule will be rejected. | Update client-side schema definitions to respect the new min constraint. |
| GET/payments/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId]/cards/[cardId]/transactions | Modified the strict schema constraint max at transactions/amountInOriginalCurrency/value in the response payload under status 200. | Payloads violating the updated max validation rule will be rejected. | Update client-side schema definitions to respect the new max constraint. |
| GET/payments/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId]/cards/[cardId]/transactions | Modified the strict schema constraint minLength at transactions/fxRate in the response payload under status 200. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| GET/payments/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId]/cards/[cardId]/transactions | Modified the strict schema constraint minLength at transactions/merchant/address/city in the response payload under status 200. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| GET/payments/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId]/cards/[cardId]/transactions | Modified the strict schema constraint minLength at transactions/merchant/name in the response payload under status 200. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| POST/payments/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId]/cards/[cardId]:activate | Modified the strict schema constraint minLength at redirectUrl in the request payload. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| POST/payments/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId]/cards/[cardId]:pin | Modified the strict schema constraint minLength at pin in the request payload. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| POST/payments/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId]/cards/[cardId]:pin | Modified the strict schema constraint minLength at warningMessage in the response payload under status 200. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| POST/payments/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId]/cards/[cardId]:replace | Modified the strict schema constraint minLength at deliveryAddress/city in the request payload. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| POST/payments/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId]/cards/[cardId]:replace | Modified the strict schema constraint minLength at maskedPan in the response payload under status 201. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| GET/payments/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId]/liveBalances | Modified the strict schema constraint min at balances/amount/value in the response payload under status 200. | Payloads violating the updated min validation rule will be rejected. | Update client-side schema definitions to respect the new min constraint. |
| GET/payments/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId]/liveBalances | Modified the strict schema constraint max at balances/amount/value in the response payload under status 200. | Payloads violating the updated max validation rule will be rejected. | Update client-side schema definitions to respect the new max constraint. |
| GET/payments/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId]/mandates | Modified the strict schema constraint minLength at mandates/creditor/address/structured/city in the response payload under status 200. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| GET/payments/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId]/mandates | Modified the strict schema constraint minLength at mandates/creditor/id in the response payload under status 200. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| GET/payments/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId]/mandates | Modified the strict schema constraint minLength at mandates/creditor/name in the response payload under status 200. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| GET/payments/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId]/mandates | Modified the strict schema constraint minLength at mandates/id in the response payload under status 200. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| GET/payments/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId]/mandates | Modified the strict schema constraint minLength at mandates/reference in the response payload under status 200. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| GET/payments/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId]/mandates/[mandateId] | Modified the strict schema constraint minLength at creditor/address/structured/city in the response payload under status 200. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| GET/payments/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId]/mandates/[mandateId] | Modified the strict schema constraint minLength at creditor/id in the response payload under status 200. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| GET/payments/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId]/mandates/[mandateId] | Modified the strict schema constraint minLength at creditor/name in the response payload under status 200. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| GET/payments/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId]/mandates/[mandateId] | Modified the strict schema constraint minLength at id in the response payload under status 200. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| GET/payments/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId]/mandates/[mandateId] | Modified the strict schema constraint minLength at reference in the response payload under status 200. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| GET/payments/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId]/movements | Modified the strict schema constraint min at movements/amount/value in the response payload under status 200. | Payloads violating the updated min validation rule will be rejected. | Update client-side schema definitions to respect the new min constraint. |
| GET/payments/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId]/movements | Modified the strict schema constraint max at movements/amount/value in the response payload under status 200. | Payloads violating the updated max validation rule will be rejected. | Update client-side schema definitions to respect the new max constraint. |
| GET/payments/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId]/movements | Added the new CANCEL_PAYMENT enum value to the movements/availableOperations response property under status 200. | Strict parsers will fail to deserialize when returning records with the CANCEL_PAYMENT type. | Update models to accept and handle the CANCEL_PAYMENT type. |
| GET/payments/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId]/movements | Modified the strict schema constraint min at movements/balancesAfterOperation/amount/value in the response payload under status 200. | Payloads violating the updated min validation rule will be rejected. | Update client-side schema definitions to respect the new min constraint. |
| GET/payments/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId]/movements | Modified the strict schema constraint max at movements/balancesAfterOperation/amount/value in the response payload under status 200. | Payloads violating the updated max validation rule will be rejected. | Update client-side schema definitions to respect the new max constraint. |
| GET/payments/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId]/movements | Modified the strict schema constraint minLength at movements/cardOperationDetails/merchant/address/city in the response payload under status 200. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| GET/payments/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId]/movements | Modified the strict schema constraint minLength at movements/cardOperationDetails/merchant/name in the response payload under status 200. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| GET/payments/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId]/movements | Modified the strict schema constraint min at movements/cardOperationDetails/originalAmount/value in the response payload under status 200. | Payloads violating the updated min validation rule will be rejected. | Update client-side schema definitions to respect the new min constraint. |
| GET/payments/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId]/movements | Modified the strict schema constraint max at movements/cardOperationDetails/originalAmount/value in the response payload under status 200. | Payloads violating the updated max validation rule will be rejected. | Update client-side schema definitions to respect the new max constraint. |
| GET/payments/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId]/movements | Modified the strict schema constraint minLength at movements/counterparty/account/bank/identifier in the response payload under status 200. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| GET/payments/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId]/movements | Added the new ABA enum value to the movements/counterparty/account/bank/scheme response property under status 200. | Strict parsers will fail to deserialize when returning records with the ABA type. | Update models to accept and handle the ABA type. |
| GET/payments/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId]/movements | Added the new CLABE enum value to the movements/counterparty/account/bank/scheme response property under status 200. | Strict parsers will fail to deserialize when returning records with the CLABE type. | Update models to accept and handle the CLABE type. |
| GET/payments/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId]/movements | Added the new THIRD_PARTY enum value to the movements/counterparty/account/bank/scheme response property under status 200. | Strict parsers will fail to deserialize when returning records with the THIRD_PARTY type. | Update models to accept and handle the THIRD_PARTY type. |
| GET/payments/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId]/movements | Modified the strict schema constraint minLength at movements/counterparty/account/identifier in the response payload under status 200. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| GET/payments/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId]/movements | Removed the IBAN enum value from the movements/counterparty/account/scheme response property under status 200. | Submitting IBAN will result in schema validation failures. | Remove usage of IBAN and implement fallback logic. |
| GET/payments/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId]/movements | Removed the BBAN enum value from the movements/counterparty/account/scheme response property under status 200. | Submitting BBAN will result in schema validation failures. | Remove usage of BBAN and implement fallback logic. |
| GET/payments/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId]/movements | Removed the ANB enum value from the movements/counterparty/account/scheme response property under status 200. | Submitting ANB will result in schema validation failures. | Remove usage of ANB and implement fallback logic. |
| GET/payments/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId]/movements | Removed the SE_BANKGIRO enum value from the movements/counterparty/account/scheme response property under status 200. | Submitting SE_BANKGIRO will result in schema validation failures. | Remove usage of SE_BANKGIRO and implement fallback logic. |
| GET/payments/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId]/movements | Removed the SE_PLUSGIRO enum value from the movements/counterparty/account/scheme response property under status 200. | Submitting SE_PLUSGIRO will result in schema validation failures. | Remove usage of SE_PLUSGIRO and implement fallback logic. |
| GET/payments/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId]/movements | Modified the strict schema constraint minLength at movements/counterparty/address/structured/city in the response payload under status 200. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| GET/payments/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId]/movements | Modified the strict schema constraint minLength at movements/counterparty/name in the response payload under status 200. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| GET/payments/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId]/movements | Modified the strict schema constraint minLength at movements/reference/value in the response payload under status 200. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| GET/payments/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId]/movements | Modified the strict schema constraint minLength at movements/reservation/reservationId in the response payload under status 200. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| GET/payments/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId]/movements | Added the new RETURNED enum value to the movements/status response property under status 200. | Strict parsers will fail to deserialize when returning records with the RETURNED type. | Update models to accept and handle the RETURNED type. |
| GET/payments/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId]/statements | Modified the strict schema constraint minLength at statements/downloadUrl in the response payload under status 200. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| GET/payments/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId]/statements | Modified the strict schema constraint minLength at statements/id in the response payload under status 200. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| GET/payments/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId]/statements/[statementId] | The response property under status `200` format changed from to byte. | Format mismatch will fail validation when non-compliant values are submitted. | Update logic to accept plain values without `` enforcement. |
| GET/payments/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId]/statements/[statementId] | Modified the strict schema constraint type in the response payload under status 200. | Payloads violating the updated type validation rule will be rejected. | Update client-side schema definitions to respect the new type constraint. |
| POST/payments/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId]:authorize | Modified the strict schema constraint minLength at redirectUrl in the request payload. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| POST/payments/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId]:authorize | Modified the strict schema constraint minLength at redirectUrl in the response payload under status 200. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| POST/payments/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId]:refreshMovements | Modified the strict schema constraint minLength at callbackUrl in the request payload. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| POST/payments/v1/spaces/[spaceId]/paymentAccounts:grant | Modified the strict schema constraint minLength at grantee/btxKcSub in the request payload. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| POST/payments/v1/spaces/[spaceId]/paymentAccounts:grant | Modified the strict schema constraint minLength at grantee/email in the request payload. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| POST/payments/v1/spaces/[spaceId]/paymentAccounts:grant | Modified the strict schema constraint minLength at grantee/firstName in the request payload. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| POST/payments/v1/spaces/[spaceId]/paymentAccounts:grant | Modified the strict schema constraint minLength at grantee/lastName in the request payload. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| POST/payments/v1/spaces/[spaceId]/paymentAccounts:grant | Removed the payment_account_payment_sign enum value from the permissionRequests/permissions request property. | Submitting payment_account_payment_sign will result in schema validation failures. | Remove usage of payment_account_payment_sign and implement fallback logic. |
| POST/payments/v1/spaces/[spaceId]/paymentAccounts:grant | Removed the payment_account_use_debit_card enum value from the permissionRequests/permissions request property. | Submitting payment_account_use_debit_card will result in schema validation failures. | Remove usage of payment_account_use_debit_card and implement fallback logic. |
| POST/payments/v1/spaces/[spaceId]/paymentAccounts:grant | Removed the payment_account_ais_consent_sign enum value from the permissionRequests/permissions request property. | Submitting payment_account_ais_consent_sign will result in schema validation failures. | Remove usage of payment_account_ais_consent_sign and implement fallback logic. |
| POST/payments/v1/spaces/[spaceId]/paymentAccounts:grant | Modified the strict schema constraint minItems at permissionRequests in the request payload. | Payloads violating the updated minItems validation rule will be rejected. | Update client-side schema definitions to respect the new minItems constraint. |
| POST/payments/v1/spaces/[spaceId]/payments | Modified the strict schema constraint min at payments/amount/value in the request payload. | Payloads violating the updated min validation rule will be rejected. | Update client-side schema definitions to respect the new min constraint. |
| POST/payments/v1/spaces/[spaceId]/payments | Modified the strict schema constraint max at payments/amount/value in the request payload. | Payloads violating the updated max validation rule will be rejected. | Update client-side schema definitions to respect the new max constraint. |
| POST/payments/v1/spaces/[spaceId]/payments | Modified the strict schema constraint minLength at payments/creditor/account/bank/identifier in the request payload. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| POST/payments/v1/spaces/[spaceId]/payments | Modified the strict schema constraint minLength at payments/creditor/account/identifier in the request payload. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| POST/payments/v1/spaces/[spaceId]/payments | Removed the IBAN enum value from the payments/creditor/account/scheme request property. | Submitting IBAN will result in schema validation failures. | Remove usage of IBAN and implement fallback logic. |
| POST/payments/v1/spaces/[spaceId]/payments | Removed the BBAN enum value from the payments/creditor/account/scheme request property. | Submitting BBAN will result in schema validation failures. | Remove usage of BBAN and implement fallback logic. |
| POST/payments/v1/spaces/[spaceId]/payments | Removed the ANB enum value from the payments/creditor/account/scheme request property. | Submitting ANB will result in schema validation failures. | Remove usage of ANB and implement fallback logic. |
| POST/payments/v1/spaces/[spaceId]/payments | Removed the SE_BANKGIRO enum value from the payments/creditor/account/scheme request property. | Submitting SE_BANKGIRO will result in schema validation failures. | Remove usage of SE_BANKGIRO and implement fallback logic. |
| POST/payments/v1/spaces/[spaceId]/payments | Removed the SE_PLUSGIRO enum value from the payments/creditor/account/scheme request property. | Submitting SE_PLUSGIRO will result in schema validation failures. | Remove usage of SE_PLUSGIRO and implement fallback logic. |
| POST/payments/v1/spaces/[spaceId]/payments | Modified the strict schema constraint minLength at payments/creditor/name in the request payload. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| POST/payments/v1/spaces/[spaceId]/payments | Modified the strict schema constraint maxLength at payments/creditor/name in the request payload. | Payloads violating the updated maxLength validation rule will be rejected. | Update client-side schema definitions to respect the new maxLength constraint. |
| POST/payments/v1/spaces/[spaceId]/payments | Modified the strict schema constraint minLength at payments/reference/value in the request payload. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| POST/payments/v1/spaces/[spaceId]/payments | Modified the strict schema constraint minItems at payments in the request payload. | Payloads violating the updated minItems validation rule will be rejected. | Update client-side schema definitions to respect the new minItems constraint. |
| POST/payments/v1/spaces/[spaceId]/payments/transfers | Modified the strict schema constraint min at payment/amount/value in the request payload. | Payloads violating the updated min validation rule will be rejected. | Update client-side schema definitions to respect the new min constraint. |
| POST/payments/v1/spaces/[spaceId]/payments/transfers | Modified the strict schema constraint max at payment/amount/value in the request payload. | Payloads violating the updated max validation rule will be rejected. | Update client-side schema definitions to respect the new max constraint. |
| POST/payments/v1/spaces/[spaceId]/payments/transfers | Modified the strict schema constraint minLength at payment/reference/value in the request payload. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| POST/payments/v1/spaces/[spaceId]/payments/transfers | The locale property is now REQUIRED in the request payload. | Omitting locale will cause validation errors. | Ensure locale is populated. |
| GET/payments/v1/spaces/[spaceId]/payments/[paymentId] | Modified the strict schema constraint min at amount/value in the response payload under status 200. | Payloads violating the updated min validation rule will be rejected. | Update client-side schema definitions to respect the new min constraint. |
| GET/payments/v1/spaces/[spaceId]/payments/[paymentId] | Modified the strict schema constraint max at amount/value in the response payload under status 200. | Payloads violating the updated max validation rule will be rejected. | Update client-side schema definitions to respect the new max constraint. |
| GET/payments/v1/spaces/[spaceId]/payments/[paymentId] | Added the new IN_TRANSIT enum value to the status response property under status 200. | Strict parsers will fail to deserialize when returning records with the IN_TRANSIT type. | Update models to accept and handle the IN_TRANSIT type. |
| GET/payments/v1/spaces/[spaceId]/payments/[paymentId] | The availableOperations property is now REQUIRED in the response payload under status 200. | Omitting availableOperations will cause validation errors. | Ensure availableOperations is populated. |
| GET/payments/v1/spaces/[spaceId]/payments/[paymentId] | The type property is now REQUIRED in the response payload under status 200. | Omitting type will cause validation errors. | Ensure type is populated. |
| GET/payments/v1/support/availableCountries | Removed the query request property. | Client payloads including the query field will be rejected by the updated schema validation on this endpoint. | Remove the query parameter from request payloads and update client-side schema models. |
| GET/payments/v1/support/availableCountries | Modified the strict schema constraint minLength at countries/code in the response payload under status 200. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| GET/payments/v1/support/availableCountries | Modified the strict schema constraint minLength at countries/name in the response payload under status 200. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| GET/payments/v1/support/availableCountries | Removed the IBAN enum value from the countries/paymentAccountSchemes/scheme response property under status 200. | Submitting IBAN will result in schema validation failures. | Remove usage of IBAN and implement fallback logic. |
| GET/payments/v1/support/availableCountries | Removed the BBAN enum value from the countries/paymentAccountSchemes/scheme response property under status 200. | Submitting BBAN will result in schema validation failures. | Remove usage of BBAN and implement fallback logic. |
| GET/payments/v1/support/availableCountries | Removed the ANB enum value from the countries/paymentAccountSchemes/scheme response property under status 200. | Submitting ANB will result in schema validation failures. | Remove usage of ANB and implement fallback logic. |
| GET/payments/v1/support/availableCountries | Removed the SE_BANKGIRO enum value from the countries/paymentAccountSchemes/scheme response property under status 200. | Submitting SE_BANKGIRO will result in schema validation failures. | Remove usage of SE_BANKGIRO and implement fallback logic. |
| GET/payments/v1/support/availableCountries | Removed the SE_PLUSGIRO enum value from the countries/paymentAccountSchemes/scheme response property under status 200. | Submitting SE_PLUSGIRO will result in schema validation failures. | Remove usage of SE_PLUSGIRO and implement fallback logic. |
| GET/payments/v1/support/availableCountries | Modified the strict schema constraint minItems at countries/paymentAccountSchemes in the response payload under status 200. | Payloads violating the updated minItems validation rule will be rejected. | Update client-side schema definitions to respect the new minItems constraint. |
NewNew Endpoints
| Method & Endpoint | Core Functionality | Auth/Scopes Required |
|---|---|---|
| ADD/payments/v1/spaces/[spaceId]/paymentRequests | Access the newly provided functionality and features for this resource. | None specified |
| ADD/payments/v2/spaces/[spaceId]/payments/context:validate | Access the newly provided functionality and features for this resource. | None specified |
| ADD/payments/v1/spaces/[spaceId]/payments/collect/consents/[consentId]:cancel | Access the newly provided functionality and features for this resource. | None specified |
| ADD/payments/v2/spaces/[spaceId]/collectionConfiguration/methods/[methodCode]:deactivate | Access the newly provided functionality and features for this resource. | None specified |
| ADD/payments/v1/payments/failureReasons:translate | Access the newly provided functionality and features for this resource. | None specified |
| ADD/payments/v2/spaces/[spaceId]/payments/bulkGet | Access the newly provided functionality and features for this resource. | None specified |
| ADD/payments/v1/spaces/[spaceId]/paymentAccounts:revoke | Access the newly provided functionality and features for this resource. | None specified |
| ADD/payments/v1/spaces/[spaceId]/payments/collect/consents/[consentId]:resume | Access the newly provided functionality and features for this resource. | None specified |
| ADD/payments/v1/spaces/[spaceId]/collectionConfiguration/methods/[methodCode]:deactivate | Access the newly provided functionality and features for this resource. | None specified |
| ADD/payments/v1/spaces/[spaceId]/paymentRequests/[paymentRequestId]:collectPreAuthorized | Access the newly provided functionality and features for this resource. | None specified |
| ADD/payments/v1/spaces/[spaceId]/paymentRequests/[paymentRequestId]:cancel | Access the newly provided functionality and features for this resource. | None specified |
| ADD/payments/v1/spaces/[spaceId]/collectionConfiguration/methods/[methodCode] | Access the newly provided functionality and features for this resource. | None specified |
| ADD/payments/v1/spaces/[spaceId]/payments:bulkGet | Access the newly provided functionality and features for this resource. | None specified |
| ADD/payments/v2/spaces/[spaceId]/payments/transfers | Access the newly provided functionality and features for this resource. | None specified |
| ADD/payments/v2/spaces/[spaceId]/payments | Access the newly provided functionality and features for this resource. | None specified |
| ADD/payments/v2/spaces/[spaceId]/paymentAccounts/[paymentAccountId]/cards/[cardId] | Access the newly provided functionality and features for this resource. | None specified |
| ADD/payments/v1/spaces/[spaceId]/paymentAccounts:verify | Access the newly provided functionality and features for this resource. | None specified |
| ADD/payments/v3/spaces/[spaceId]/payments/bulkGet | Access the newly provided functionality and features for this resource. | None specified |
| ADD/payments/v1/support/legal/ais/privacyNotice | Access the newly provided functionality and features for this resource. | None specified |
| ADD/payments/v1/support/legal/ais/termsAndConditions | Access the newly provided functionality and features for this resource. | None specified |
| ADD/payments/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId]/permissions | Access the newly provided functionality and features for this resource. | None specified |
| ADD/payments/v2/spaces/[spaceId]/paymentAccounts/[paymentAccountId]/cards | Access the newly provided functionality and features for this resource. | None specified |
| ADD/payments/v1/spaces/[spaceId]/collectionConfiguration | Access the newly provided functionality and features for this resource. | None specified |
| ADD/payments/v1/spaces/[spaceId]/collectionConfiguration/methods/[methodCode]:activate | Access the newly provided functionality and features for this resource. | None specified |
| ADD/payments/v3/spaces/[spaceId]/payments/context/fees | Access the newly provided functionality and features for this resource. | None specified |
| ADD/payments/v2/spaces/[spaceId]/payments/transfers/context/fees | Access the newly provided functionality and features for this resource. | None specified |
| ADD/payments/v2/spaces/[spaceId]/paymentAccounts/[paymentAccountId]/cards/[cardId]:replace | Access the newly provided functionality and features for this resource. | None specified |
| ADD/payments/v2/spaces/[spaceId]/payments/[paymentId] | Access the newly provided functionality and features for this resource. | None specified |
| ADD/payments/v2/spaces/[spaceId]/payments/context/fees | Access the newly provided functionality and features for this resource. | None specified |
| ADD/payments/v3/spaces/[spaceId]/payments/context:validate | Access the newly provided functionality and features for this resource. | None specified |
| ADD/payments/v3/spaces/[spaceId]/payments | Access the newly provided functionality and features for this resource. | None specified |
| ADD/payments/v1/spaces/[spaceId]/payments/collect:validateCollectionInstruction | Access the newly provided functionality and features for this resource. | None specified |
| ADD/payments/v1/spaces/[spaceId]:paymentOperations | Access the newly provided functionality and features for this resource. | None specified |
| ADD/payments/v1/spaces/[spaceId]/paymentRequests/[paymentRequestId]:markAsPaid | Access the newly provided functionality and features for this resource. | None specified |
| ADD/payments/v1/spaces/[spaceId]/payments/collect/consents | Access the newly provided functionality and features for this resource. | None specified |
| ADD/payments/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId]/movements/[movementId]:paymentCancellation | Access the newly provided functionality and features for this resource. | None specified |
| ADD/payments/v2/spaces/[spaceId]/payments/transfers/context:validate | Access the newly provided functionality and features for this resource. | None specified |
| ADD/payments/v1/spaces/[spaceId]/paymentRequests/[paymentRequestId] | Access the newly provided functionality and features for this resource. | None specified |
| ADD/payments/v2/spaces/[spaceId]/collectionConfiguration/methods/[methodCode]:activate | Access the newly provided functionality and features for this resource. | None specified |
| ADD/payments/v1/support/legal/pis/termsAndConditions | Access the newly provided functionality and features for this resource. | None specified |
| ADD/payments/v1/support/legal/pis/privacyNotice | Access the newly provided functionality and features for this resource. | None specified |
| ADD/payments/v1/spaces/[spaceId]/payments/collect/consents/[consentId]:suspend | Access the newly provided functionality and features for this resource. | None specified |
| ADD/payments/v1/entities/[entityId]/spaces/[spaceId]/notifications/externalRequests/[externalRequestId] | Access the newly provided functionality and features for this resource. | None specified |
| ADD/payments/v2/spaces/[spaceId]/payments/context/fees/[feeId] | Access the newly provided functionality and features for this resource. | None specified |
| ADD/payments/v3/spaces/[spaceId]/payments/[paymentId] | Access the newly provided functionality and features for this resource. | None specified |
| ADD/payments/v1/spaces/[spaceId]/payments/[paymentId]:cancel | Access the newly provided functionality and features for this resource. | None specified |
| ADD/payments/v1/spaces/[spaceId]/payments/collect/consents/[consentId] | Access the newly provided functionality and features for this resource. | None specified |
| GET/payments/v1/spaces/[spaceId]/payments | Added new GET functionality to this existing resource path. | None specified |
InfoImprovements (Non-Breaking)
| Method & Endpoint | Enhancement Details | Developer Opportunity |
|---|---|---|
| POST/payments/v1/financialPlatforms/decode | Added the new optional request property parent. | Supply or consume parent for enriched functionality. |
| POST/payments/v1/financialPlatforms/decode | Added the new ABA enum value to the bank/scheme request property. | You can now use this new enum value in requests. |
| POST/payments/v1/financialPlatforms/decode | Added the new CLABE enum value to the bank/scheme request property. | You can now use this new enum value in requests. |
| POST/payments/v1/financialPlatforms/decode | Added the new THIRD_PARTY enum value to the bank/scheme request property. | You can now use this new enum value in requests. |
| POST/payments/v1/financialPlatforms/decode | Updated the schema metadata description in the request payload. | Provides better clarity or default behavior in the documentation. |
| GET/payments/v1/payments/failureReasons/[failureReason] | Added the new optional response property under status 200 code. | Supply or consume code for enriched functionality. |
| GET/payments/v1/payments/failureReasons/[failureReason] | Updated the schema metadata description in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/payments/v1/spaces/[spaceId]/paymentAccounts | Added the new optional request property query. | Filter or enhance queries by utilizing the query parameter for more targeted results. |
| POST/payments/v1/spaces/[spaceId]/paymentAccounts | Added the new optional request property owner. | Supply or consume owner for enriched functionality. |
| POST/payments/v1/spaces/[spaceId]/paymentAccounts | Added the new optional request property parentAccountId. | Supply or consume parentAccountId for enriched functionality. |
| POST/payments/v1/spaces/[spaceId]/paymentAccounts | Added the new optional request property parent. | Supply or consume parent for enriched functionality. |
| POST/payments/v1/spaces/[spaceId]/paymentAccounts | Added the new ABA enum value to the bank/scheme request property. | You can now use this new enum value in requests. |
| POST/payments/v1/spaces/[spaceId]/paymentAccounts | Added the new CLABE enum value to the bank/scheme request property. | You can now use this new enum value in requests. |
| POST/payments/v1/spaces/[spaceId]/paymentAccounts | Added the new THIRD_PARTY enum value to the bank/scheme request property. | You can now use this new enum value in requests. |
| DELETE/payments/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId] | Modified specification properties: securityRequirements. | Internal configuration updates applied. |
| PATCH/payments/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId] | Added the new optional request property owner. | Supply or consume owner for enriched functionality. |
| PATCH/payments/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId] | Added the new optional request property parent. | Supply or consume parent for enriched functionality. |
| PATCH/payments/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId] | Added the new optional request property parentAccountId. | Supply or consume parentAccountId for enriched functionality. |
| PATCH/payments/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId] | Added the new optional response property under status 200 owner. | Supply or consume owner for enriched functionality. |
| PATCH/payments/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId] | Added the new optional response property under status 200 parent. | Supply or consume parent for enriched functionality. |
| PATCH/payments/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId] | Added the new optional response property under status 200 parentAccountId. | Supply or consume parentAccountId for enriched functionality. |
| PATCH/payments/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId] | Updated the schema metadata description in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/payments/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId]/cards | Added the new optional request property query. | Filter or enhance queries by utilizing the query parameter for more targeted results. |
| GET/payments/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId]/cards | Added the new optional response property under status 200 cards/schemeBrand. | Supply or consume cards/schemeBrand for enriched functionality. |
| GET/payments/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId]/cards | The currentPage property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/payments/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId]/cards | The pageSize property is no longer required in the response payload under status 200. | Clients can omit this property. |
| POST/payments/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId]/cards | Added the new optional request property cardHolder. | Supply or consume cardHolder for enriched functionality. |
| POST/payments/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId]/cards | Added the new optional response property under status 201 schemeBrand. | Supply or consume schemeBrand for enriched functionality. |
| POST/payments/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId]/cards | Marked the endpoint as deprecated. | This endpoint will be removed in a future release. |
| GET/payments/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId]/cards/[cardId] | Added the new optional response property under status 200 schemeBrand. | Supply or consume schemeBrand for enriched functionality. |
| GET/payments/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId]/cards/[cardId] | The settings/ecommerceEnabled property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/payments/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId]/cards/[cardId] | The settings/regions property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/payments/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId]/cards/[cardId] | The settings/contactlessEnabled property is no longer required in the response payload under status 200. | Clients can omit this property. |
| PATCH/payments/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId]/cards/[cardId] | The settings/contactlessEnabled property is no longer required in the request payload. | Clients can omit this property. |
| PATCH/payments/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId]/cards/[cardId] | The settings/ecommerceEnabled property is no longer required in the request payload. | Clients can omit this property. |
| PATCH/payments/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId]/cards/[cardId] | The settings/regions property is no longer required in the request payload. | Clients can omit this property. |
| PATCH/payments/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId]/cards/[cardId] | Added the new optional response property under status 200 schemeBrand. | Supply or consume schemeBrand for enriched functionality. |
| PATCH/payments/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId]/cards/[cardId] | The settings/ecommerceEnabled property is no longer required in the response payload under status 200. | Clients can omit this property. |
| PATCH/payments/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId]/cards/[cardId] | The settings/regions property is no longer required in the response payload under status 200. | Clients can omit this property. |
| PATCH/payments/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId]/cards/[cardId] | The settings/contactlessEnabled property is no longer required in the response payload under status 200. | Clients can omit this property. |
| PATCH/payments/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId]/cards/[cardId] | Marked the endpoint as deprecated. | This endpoint will be removed in a future release. |
| GET/payments/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId]/cards/[cardId]/transactions | Updated the schema metadata description at transactions/amountInAccountCurrency/value in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/payments/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId]/cards/[cardId]/transactions | Updated the schema metadata description at transactions/amountInAccountCurrency in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/payments/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId]/cards/[cardId]/transactions | Updated the schema metadata description at transactions/amountInOriginalCurrency/value in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/payments/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId]/cards/[cardId]/transactions | Updated the schema metadata description at transactions/amountInOriginalCurrency in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/payments/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId]/cards/[cardId]/transactions | The pageSize property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/payments/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId]/cards/[cardId]/transactions | The currentPage property is no longer required in the response payload under status 200. | Clients can omit this property. |
| POST/payments/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId]/cards/[cardId]:replace | Marked the endpoint as deprecated. | This endpoint will be removed in a future release. |
| POST/payments/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId]/cards/[cardId]:suspend | Modified specification properties: securityRequirements. | Internal configuration updates applied. |
| POST/payments/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId]/cards/[cardId]:terminate | Modified specification properties: securityRequirements. | Internal configuration updates applied. |
| POST/payments/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId]/cards/[cardId]:unsuspend | Modified specification properties: securityRequirements. | Internal configuration updates applied. |
| GET/payments/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId]/liveBalances | Updated the schema metadata description at balances/amount/value in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/payments/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId]/liveBalances | Updated the schema metadata description at balances/amount in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| POST/payments/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId]/mandates/[mandateId]:refuse | Modified specification properties: securityRequirements. | Internal configuration updates applied. |
| GET/payments/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId]/movements | Added the new optional request property query. | Filter or enhance queries by utilizing the query parameter for more targeted results. |
| GET/payments/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId]/movements | Added the new optional response property under status 200 movements/paymentId. | Supply or consume movements/paymentId for enriched functionality. |
| GET/payments/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId]/movements | Added the new optional response property under status 200 movements/reasonCode. | Supply or consume movements/reasonCode for enriched functionality. |
| GET/payments/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId]/movements | Updated the schema metadata description at movements/amount/value in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/payments/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId]/movements | Updated the schema metadata description at movements/amount in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/payments/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId]/movements | Updated the schema metadata description at movements/balancesAfterOperation/amount/value in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/payments/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId]/movements | Updated the schema metadata description at movements/balancesAfterOperation/amount in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/payments/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId]/movements | Updated the schema metadata description at movements/cardOperationDetails/originalAmount/value in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/payments/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId]/movements | Updated the schema metadata description at movements/cardOperationDetails/originalAmount in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/payments/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId]/movements | Added the new optional response property under status 200 movements/counterparty/account/parent. | Supply or consume movements/counterparty/account/parent for enriched functionality. |
| GET/payments/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId]/movements | Updated the schema metadata description at movements/counterparty/account in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/payments/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId]/movements | Updated the schema metadata description at movements/reference in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/payments/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId]/movements | The movements/scheme property is no longer required in the response payload under status 200. | Clients can omit this property. |
| POST/payments/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId]/movements/[movementId]:refuse | Modified specification properties: securityRequirements. | Internal configuration updates applied. |
| POST/payments/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId]/movements/[movementId]:requestRefund | Modified specification properties: securityRequirements. | Internal configuration updates applied. |
| GET/payments/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId]/provisioningCounters | Modified specification properties: securityRequirements. | Internal configuration updates applied. |
| GET/payments/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId]/supportedCardTypes | Modified specification properties: securityRequirements. | Internal configuration updates applied. |
| POST/payments/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId]:refreshMovements | Added the new optional request property header. | Filter or enhance queries by utilizing the header parameter for more targeted results. |
| POST/payments/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId]:revokeConsent | Modified specification properties: securityRequirements. | Internal configuration updates applied. |
| POST/payments/v1/spaces/[spaceId]/paymentAccounts:grant | Added the new optional request property redirectUrl. | Supply or consume redirectUrl for enriched functionality. |
| POST/payments/v1/spaces/[spaceId]/paymentAccounts:grant | Updated the schema metadata description at permissionRequests/permissions in the request payload. | Provides better clarity or default behavior in the documentation. |
| POST/payments/v1/spaces/[spaceId]/paymentAccounts:grant | Updated the schema metadata example at permissionRequests/permissions in the request payload. | Provides better clarity or default behavior in the documentation. |
| POST/payments/v1/spaces/[spaceId]/paymentAccounts:grant | Updated the schema metadata example at permissionRequests/permissions in the request payload. | Provides better clarity or default behavior in the documentation. |
| POST/payments/v1/spaces/[spaceId]/payments | Added the new optional request property changeNotificationUrl. | Supply or consume changeNotificationUrl for enriched functionality. |
| POST/payments/v1/spaces/[spaceId]/payments | Updated the schema metadata description at locale in the request payload. | Provides better clarity or default behavior in the documentation. |
| POST/payments/v1/spaces/[spaceId]/payments | Updated the schema metadata example at locale in the request payload. | Provides better clarity or default behavior in the documentation. |
| POST/payments/v1/spaces/[spaceId]/payments | Updated the schema metadata description at payments/amount/value in the request payload. | Provides better clarity or default behavior in the documentation. |
| POST/payments/v1/spaces/[spaceId]/payments | Updated the schema metadata description at payments/amount in the request payload. | Provides better clarity or default behavior in the documentation. |
| POST/payments/v1/spaces/[spaceId]/payments | Added the new optional request property payments/creditor/address. | Supply or consume payments/creditor/address for enriched functionality. |
| POST/payments/v1/spaces/[spaceId]/payments | Added the new optional request property payments/creditor/verificationId. | Supply or consume payments/creditor/verificationId for enriched functionality. |
| POST/payments/v1/spaces/[spaceId]/payments | Added the new optional request property payments/creditor/account/parent. | Supply or consume payments/creditor/account/parent for enriched functionality. |
| POST/payments/v1/spaces/[spaceId]/payments | Added the new ABA enum value to the payments/creditor/account/bank/scheme request property. | You can now use this new enum value in requests. |
| POST/payments/v1/spaces/[spaceId]/payments | Added the new CLABE enum value to the payments/creditor/account/bank/scheme request property. | You can now use this new enum value in requests. |
| POST/payments/v1/spaces/[spaceId]/payments | Added the new THIRD_PARTY enum value to the payments/creditor/account/bank/scheme request property. | You can now use this new enum value in requests. |
| POST/payments/v1/spaces/[spaceId]/payments | Updated the schema metadata description at payments/creditor/account in the request payload. | Provides better clarity or default behavior in the documentation. |
| POST/payments/v1/spaces/[spaceId]/payments | Updated the schema metadata description at payments/creditor/name in the request payload. | Provides better clarity or default behavior in the documentation. |
| POST/payments/v1/spaces/[spaceId]/payments | Updated the schema metadata description at payments/reference in the request payload. | Provides better clarity or default behavior in the documentation. |
| POST/payments/v1/spaces/[spaceId]/payments | The paymentId property is no longer required in the response payload under status 200. | Clients can omit this property. |
| POST/payments/v1/spaces/[spaceId]/payments | Marked the endpoint as deprecated. | This endpoint will be removed in a future release. |
| POST/payments/v1/spaces/[spaceId]/payments/transfers | Added the new optional request property changeNotificationUrl. | Supply or consume changeNotificationUrl for enriched functionality. |
| POST/payments/v1/spaces/[spaceId]/payments/transfers | Updated the schema metadata description at locale in the request payload. | Provides better clarity or default behavior in the documentation. |
| POST/payments/v1/spaces/[spaceId]/payments/transfers | Updated the schema metadata example at locale in the request payload. | Provides better clarity or default behavior in the documentation. |
| POST/payments/v1/spaces/[spaceId]/payments/transfers | Updated the schema metadata description at payment/amount/value in the request payload. | Provides better clarity or default behavior in the documentation. |
| POST/payments/v1/spaces/[spaceId]/payments/transfers | Updated the schema metadata description at payment/amount in the request payload. | Provides better clarity or default behavior in the documentation. |
| POST/payments/v1/spaces/[spaceId]/payments/transfers | Added the new optional request property payment/creditor/verificationId. | Supply or consume payment/creditor/verificationId for enriched functionality. |
| POST/payments/v1/spaces/[spaceId]/payments/transfers | Updated the schema metadata description at payment/reference in the request payload. | Provides better clarity or default behavior in the documentation. |
| POST/payments/v1/spaces/[spaceId]/payments/transfers | The paymentId property is no longer required in the response payload under status 200. | Clients can omit this property. |
| POST/payments/v1/spaces/[spaceId]/payments/transfers | Marked the endpoint as deprecated. | This endpoint will be removed in a future release. |
| GET/payments/v1/spaces/[spaceId]/payments/[paymentId] | Added the new optional response property under status 200 counterParty. | Supply or consume counterParty for enriched functionality. |
| GET/payments/v1/spaces/[spaceId]/payments/[paymentId] | Added the new optional response property under status 200 createdAt. | Supply or consume createdAt for enriched functionality. |
| GET/payments/v1/spaces/[spaceId]/payments/[paymentId] | Added the new optional response property under status 200 endToEndId. | Supply or consume endToEndId for enriched functionality. |
| GET/payments/v1/spaces/[spaceId]/payments/[paymentId] | Added the new optional response property under status 200 originatingAccount. | Supply or consume originatingAccount for enriched functionality. |
| GET/payments/v1/spaces/[spaceId]/payments/[paymentId] | Added the new optional response property under status 200 type. | Supply or consume type for enriched functionality. |
| GET/payments/v1/spaces/[spaceId]/payments/[paymentId] | Added the new optional response property under status 200 availableOperations. | Supply or consume availableOperations for enriched functionality. |
| GET/payments/v1/spaces/[spaceId]/payments/[paymentId] | Added the new optional response property under status 200 reference. | Supply or consume reference for enriched functionality. |
| GET/payments/v1/spaces/[spaceId]/payments/[paymentId] | Updated the schema metadata description at amount/value in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/payments/v1/spaces/[spaceId]/payments/[paymentId] | Updated the schema metadata description at amount in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/payments/v1/spaces/[spaceId]/payments/[paymentId] | Updated the schema metadata description in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/payments/v1/spaces/[spaceId]/payments/[paymentId] | Marked the endpoint as deprecated. | This endpoint will be removed in a future release. |
| GET/payments/v1/support/availableCountries | Added the new optional request property query. | Filter or enhance queries by utilizing the query parameter for more targeted results. |
Payments Cards
NewNew Endpoints
| Method & Endpoint | Core Functionality | Auth/Scopes Required |
|---|---|---|
| ADD/payments/cards/v2/spaces/[spaceId]/paymentAccounts/[paymentAccountId]/cards | Access the newly provided functionality and features for this resource. | None specified |
| ADD/payments/cards/v2/spaces/[spaceId]/paymentAccounts/[paymentAccountId]/cards/[cardId] | Access the newly provided functionality and features for this resource. | None specified |
| ADD/payments/cards/v2/spaces/[spaceId]/paymentAccounts/[paymentAccountId]/cards/[cardId]:replace | Access the newly provided functionality and features for this resource. | None specified |
InfoImprovements (Non-Breaking)
| Method & Endpoint | Enhancement Details | Developer Opportunity |
|---|---|---|
| POST/payments/cards/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId]/cards | Marked the endpoint as deprecated. | This endpoint will be removed in a future release. |
| PATCH/payments/cards/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId]/cards/[cardId] | Marked the endpoint as deprecated. | This endpoint will be removed in a future release. |
| POST/payments/cards/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId]/cards/[cardId]:replace | Marked the endpoint as deprecated. | This endpoint will be removed in a future release. |
Payments Integration
BreakingBreaking Changes
| Method & Endpoint | The Change | Breaking Behavior | Migration Path |
|---|---|---|---|
| GET/payments/integration/v1/spaces/[spaceId]/payments | Added the new ABA enum value to the paymentDetails/counterParty/account/bank/scheme response property under status 200. | Strict parsers will fail to deserialize when returning records with the ABA type. | Update models to accept and handle the ABA type. |
| GET/payments/integration/v1/spaces/[spaceId]/payments | Added the new CLABE enum value to the paymentDetails/counterParty/account/bank/scheme response property under status 200. | Strict parsers will fail to deserialize when returning records with the CLABE type. | Update models to accept and handle the CLABE type. |
| GET/payments/integration/v1/spaces/[spaceId]/payments | Modified the strict schema constraint minLength at paymentDetails/counterParty/name in the response payload under status 200. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| GET/payments/integration/v1/spaces/[spaceId]/payments | Modified the strict schema constraint maxLength at paymentDetails/counterParty/name in the response payload under status 200. | Payloads violating the updated maxLength validation rule will be rejected. | Update client-side schema definitions to respect the new maxLength constraint. |
| GET/payments/integration/v1/spaces/[spaceId]/payments | Added the new ABA enum value to the paymentDetails/originatingAccount/bank/scheme response property under status 200. | Strict parsers will fail to deserialize when returning records with the ABA type. | Update models to accept and handle the ABA type. |
| GET/payments/integration/v1/spaces/[spaceId]/payments | Added the new CLABE enum value to the paymentDetails/originatingAccount/bank/scheme response property under status 200. | Strict parsers will fail to deserialize when returning records with the CLABE type. | Update models to accept and handle the CLABE type. |
| GET/payments/integration/v1/spaces/[spaceId]/payments | Added the new IN_TRANSIT enum value to the paymentDetails/status response property under status 200. | Strict parsers will fail to deserialize when returning records with the IN_TRANSIT type. | Update models to accept and handle the IN_TRANSIT type. |
| GET/payments/integration/v1/spaces/[spaceId]/payments | Added the new doc_to_doc enum value to the paymentDetails/type response property under status 200. | Strict parsers will fail to deserialize when returning records with the doc_to_doc type. | Update models to accept and handle the doc_to_doc type. |
| POST/payments/integration/v1/spaces/[spaceId]/payments | Modified the strict schema constraint minLength at payments/creditor/name in the request payload. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| POST/payments/integration/v1/spaces/[spaceId]/payments | Modified the strict schema constraint maxLength at payments/creditor/name in the request payload. | Payloads violating the updated maxLength validation rule will be rejected. | Update client-side schema definitions to respect the new maxLength constraint. |
| GET/payments/integration/v1/spaces/[spaceId]/payments/collect/consents | Removed the consents/currency/defaultFractionDigits response property under status 200. | Client payloads including the consents/currency/defaultFractionDigits field will be rejected. | Remove the consents/currency/defaultFractionDigits parameter from response payload under status 200 models. |
| GET/payments/integration/v1/spaces/[spaceId]/payments/collect/consents | Removed the consents/currency/displayName response property under status 200. | Client payloads including the consents/currency/displayName field will be rejected. | Remove the consents/currency/displayName parameter from response payload under status 200 models. |
| GET/payments/integration/v1/spaces/[spaceId]/payments/collect/consents | Removed the consents/currency/numericCode response property under status 200. | Client payloads including the consents/currency/numericCode field will be rejected. | Remove the consents/currency/numericCode parameter from response payload under status 200 models. |
| GET/payments/integration/v1/spaces/[spaceId]/payments/collect/consents | Removed the consents/currency/numericCodeAsString response property under status 200. | Client payloads including the consents/currency/numericCodeAsString field will be rejected. | Remove the consents/currency/numericCodeAsString parameter from response payload under status 200 models. |
| GET/payments/integration/v1/spaces/[spaceId]/payments/collect/consents | Removed the consents/currency/symbol response property under status 200. | Client payloads including the consents/currency/symbol field will be rejected. | Remove the consents/currency/symbol parameter from response payload under status 200 models. |
| GET/payments/integration/v1/spaces/[spaceId]/payments/collect/consents | Removed the consents/currency/currencyCode response property under status 200. | Client payloads including the consents/currency/currencyCode field will be rejected. | Remove the consents/currency/currencyCode parameter from response payload under status 200 models. |
| GET/payments/integration/v1/spaces/[spaceId]/payments/collect/consents | Modified the strict schema constraint type at consents/currency in the response payload under status 200. | Payloads violating the updated type validation rule will be rejected. | Update client-side schema definitions to respect the new type constraint. |
| GET/payments/integration/v1/spaces/[spaceId]/payments/collect/consents | Added the new OPENBANKING enum value to the consents/method response property under status 200. | Strict parsers will fail to deserialize when returning records with the OPENBANKING type. | Update models to accept and handle the OPENBANKING type. |
| GET/payments/integration/v1/spaces/[spaceId]/payments/collect/consents | Added the new IDEAL enum value to the consents/method response property under status 200. | Strict parsers will fail to deserialize when returning records with the IDEAL type. | Update models to accept and handle the IDEAL type. |
| GET/payments/integration/v1/spaces/[spaceId]/payments/collect/consents | Added the new BANCONTACT enum value to the consents/method response property under status 200. | Strict parsers will fail to deserialize when returning records with the BANCONTACT type. | Update models to accept and handle the BANCONTACT type. |
| GET/payments/integration/v1/spaces/[spaceId]/payments/collect/consents | Added the new CARDS enum value to the consents/method response property under status 200. | Strict parsers will fail to deserialize when returning records with the CARDS type. | Update models to accept and handle the CARDS type. |
| GET/payments/integration/v1/spaces/[spaceId]/payments/collect/consents | Added the new ABA enum value to the consents/payerAccount/bank/scheme response property under status 200. | Strict parsers will fail to deserialize when returning records with the ABA type. | Update models to accept and handle the ABA type. |
| GET/payments/integration/v1/spaces/[spaceId]/payments/collect/consents | Added the new CLABE enum value to the consents/payerAccount/bank/scheme response property under status 200. | Strict parsers will fail to deserialize when returning records with the CLABE type. | Update models to accept and handle the CLABE type. |
| GET/payments/integration/v1/spaces/[spaceId]/payments/collect/consents | The consents/availableOperations property is now REQUIRED in the response payload under status 200. | Omitting consents/availableOperations will cause validation errors. | Ensure consents/availableOperations is populated. |
| GET/payments/integration/v1/spaces/[spaceId]/payments/collect/consents/[consentId] | Removed the currency/defaultFractionDigits response property under status 200. | Client payloads including the currency/defaultFractionDigits field will be rejected. | Remove the currency/defaultFractionDigits parameter from response payload under status 200 models. |
| GET/payments/integration/v1/spaces/[spaceId]/payments/collect/consents/[consentId] | Removed the currency/displayName response property under status 200. | Client payloads including the currency/displayName field will be rejected. | Remove the currency/displayName parameter from response payload under status 200 models. |
| GET/payments/integration/v1/spaces/[spaceId]/payments/collect/consents/[consentId] | Removed the currency/numericCode response property under status 200. | Client payloads including the currency/numericCode field will be rejected. | Remove the currency/numericCode parameter from response payload under status 200 models. |
| GET/payments/integration/v1/spaces/[spaceId]/payments/collect/consents/[consentId] | Removed the currency/numericCodeAsString response property under status 200. | Client payloads including the currency/numericCodeAsString field will be rejected. | Remove the currency/numericCodeAsString parameter from response payload under status 200 models. |
| GET/payments/integration/v1/spaces/[spaceId]/payments/collect/consents/[consentId] | Removed the currency/symbol response property under status 200. | Client payloads including the currency/symbol field will be rejected. | Remove the currency/symbol parameter from response payload under status 200 models. |
| GET/payments/integration/v1/spaces/[spaceId]/payments/collect/consents/[consentId] | Removed the currency/currencyCode response property under status 200. | Client payloads including the currency/currencyCode field will be rejected. | Remove the currency/currencyCode parameter from response payload under status 200 models. |
| GET/payments/integration/v1/spaces/[spaceId]/payments/collect/consents/[consentId] | Modified the strict schema constraint type at currency in the response payload under status 200. | Payloads violating the updated type validation rule will be rejected. | Update client-side schema definitions to respect the new type constraint. |
| GET/payments/integration/v1/spaces/[spaceId]/payments/collect/consents/[consentId] | Added the new OPENBANKING enum value to the method response property under status 200. | Strict parsers will fail to deserialize when returning records with the OPENBANKING type. | Update models to accept and handle the OPENBANKING type. |
| GET/payments/integration/v1/spaces/[spaceId]/payments/collect/consents/[consentId] | Added the new IDEAL enum value to the method response property under status 200. | Strict parsers will fail to deserialize when returning records with the IDEAL type. | Update models to accept and handle the IDEAL type. |
| GET/payments/integration/v1/spaces/[spaceId]/payments/collect/consents/[consentId] | Added the new BANCONTACT enum value to the method response property under status 200. | Strict parsers will fail to deserialize when returning records with the BANCONTACT type. | Update models to accept and handle the BANCONTACT type. |
| GET/payments/integration/v1/spaces/[spaceId]/payments/collect/consents/[consentId] | Added the new CARDS enum value to the method response property under status 200. | Strict parsers will fail to deserialize when returning records with the CARDS type. | Update models to accept and handle the CARDS type. |
| GET/payments/integration/v1/spaces/[spaceId]/payments/collect/consents/[consentId] | Added the new ABA enum value to the payerAccount/bank/scheme response property under status 200. | Strict parsers will fail to deserialize when returning records with the ABA type. | Update models to accept and handle the ABA type. |
| GET/payments/integration/v1/spaces/[spaceId]/payments/collect/consents/[consentId] | Added the new CLABE enum value to the payerAccount/bank/scheme response property under status 200. | Strict parsers will fail to deserialize when returning records with the CLABE type. | Update models to accept and handle the CLABE type. |
| GET/payments/integration/v1/spaces/[spaceId]/payments/collect/consents/[consentId] | The availableOperations property is now REQUIRED in the response payload under status 200. | Omitting availableOperations will cause validation errors. | Ensure availableOperations is populated. |
| GET/payments/integration/v1/spaces/[spaceId]/payments/[paymentId] | Added the new ABA enum value to the counterParty/account/bank/scheme response property under status 200. | Strict parsers will fail to deserialize when returning records with the ABA type. | Update models to accept and handle the ABA type. |
| GET/payments/integration/v1/spaces/[spaceId]/payments/[paymentId] | Added the new CLABE enum value to the counterParty/account/bank/scheme response property under status 200. | Strict parsers will fail to deserialize when returning records with the CLABE type. | Update models to accept and handle the CLABE type. |
| GET/payments/integration/v1/spaces/[spaceId]/payments/[paymentId] | Modified the strict schema constraint minLength at counterParty/name in the response payload under status 200. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| GET/payments/integration/v1/spaces/[spaceId]/payments/[paymentId] | Modified the strict schema constraint maxLength at counterParty/name in the response payload under status 200. | Payloads violating the updated maxLength validation rule will be rejected. | Update client-side schema definitions to respect the new maxLength constraint. |
| GET/payments/integration/v1/spaces/[spaceId]/payments/[paymentId] | Added the new ABA enum value to the originatingAccount/bank/scheme response property under status 200. | Strict parsers will fail to deserialize when returning records with the ABA type. | Update models to accept and handle the ABA type. |
| GET/payments/integration/v1/spaces/[spaceId]/payments/[paymentId] | Added the new CLABE enum value to the originatingAccount/bank/scheme response property under status 200. | Strict parsers will fail to deserialize when returning records with the CLABE type. | Update models to accept and handle the CLABE type. |
| GET/payments/integration/v1/spaces/[spaceId]/payments/[paymentId] | Added the new IN_TRANSIT enum value to the status response property under status 200. | Strict parsers will fail to deserialize when returning records with the IN_TRANSIT type. | Update models to accept and handle the IN_TRANSIT type. |
| GET/payments/integration/v1/spaces/[spaceId]/payments/[paymentId] | Added the new doc_to_doc enum value to the type response property under status 200. | Strict parsers will fail to deserialize when returning records with the doc_to_doc type. | Update models to accept and handle the doc_to_doc type. |
NewNew Endpoints
| Method & Endpoint | Core Functionality | Auth/Scopes Required |
|---|---|---|
| ADD/payments/integration/v1/spaces/[spaceId]/payments/collect:validateCollectionInstruction | Access the newly provided functionality and features for this resource. | None specified |
| ADD/payments/integration/v3/spaces/[spaceId]/payments/context/fees | Access the newly provided functionality and features for this resource. | None specified |
| ADD/payments/integration/v1/spaces/[spaceId]/payments/collect/consents/[consentId]:resume | Access the newly provided functionality and features for this resource. | None specified |
| ADD/payments/integration/v3/spaces/[spaceId]/payments | Access the newly provided functionality and features for this resource. | None specified |
| ADD/payments/integration/v2/spaces/[spaceId]/payments/[paymentId] | Access the newly provided functionality and features for this resource. | None specified |
| ADD/payments/integration/v1/spaces/[spaceId]/payments/collect/consents/[consentId]:cancel | Access the newly provided functionality and features for this resource. | None specified |
| ADD/payments/integration/v1/spaces/[spaceId]/payments/collect/consents/[consentId]:suspend | Access the newly provided functionality and features for this resource. | None specified |
| ADD/payments/integration/v3/spaces/[spaceId]/payments/bulkGet | Access the newly provided functionality and features for this resource. | None specified |
| ADD/payments/integration/v2/spaces/[spaceId]/payments/bulkGet | Access the newly provided functionality and features for this resource. | None specified |
| ADD/payments/integration/v2/spaces/[spaceId]/payments/context/fees | Access the newly provided functionality and features for this resource. | None specified |
| ADD/payments/integration/v2/spaces/[spaceId]/payments | Access the newly provided functionality and features for this resource. | None specified |
| ADD/payments/integration/v2/spaces/[spaceId]/payments/context/fees/[feeId] | Access the newly provided functionality and features for this resource. | None specified |
| ADD/payments/integration/v2/spaces/[spaceId]/payments/transfers/context/fees | Access the newly provided functionality and features for this resource. | None specified |
| ADD/payments/integration/v2/spaces/[spaceId]/payments/transfers/context:validate | Access the newly provided functionality and features for this resource. | None specified |
| ADD/payments/integration/v3/spaces/[spaceId]/payments/context:validate | Access the newly provided functionality and features for this resource. | None specified |
| ADD/payments/integration/v3/spaces/[spaceId]/payments/[paymentId] | Access the newly provided functionality and features for this resource. | None specified |
| ADD/payments/integration/v2/spaces/[spaceId]/payments/transfers | Access the newly provided functionality and features for this resource. | None specified |
| ADD/payments/integration/v2/spaces/[spaceId]/payments/context:validate | Access the newly provided functionality and features for this resource. | None specified |
| POST/payments/integration/v1/spaces/[spaceId]/payments/collect/consents | Added new POST functionality to this existing resource path. | None specified |
InfoImprovements (Non-Breaking)
| Method & Endpoint | Enhancement Details | Developer Opportunity |
|---|---|---|
| GET/payments/integration/v1/spaces/[spaceId]/payments | Updated the schema metadata description at paymentDetails/amount in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/payments/integration/v1/spaces/[spaceId]/payments | Marked the endpoint as deprecated. | This endpoint will be removed in a future release. |
| POST/payments/integration/v1/spaces/[spaceId]/payments | Updated the schema metadata description at payments/amount in the request payload. | Provides better clarity or default behavior in the documentation. |
| POST/payments/integration/v1/spaces/[spaceId]/payments | Added the new ABA enum value to the payments/creditor/account/bank/scheme request property. | You can now use this new enum value in requests. |
| POST/payments/integration/v1/spaces/[spaceId]/payments | Added the new CLABE enum value to the payments/creditor/account/bank/scheme request property. | You can now use this new enum value in requests. |
| POST/payments/integration/v1/spaces/[spaceId]/payments | The paymentId property is no longer required in the response payload under status 200. | Clients can omit this property. |
| POST/payments/integration/v1/spaces/[spaceId]/payments | Marked the endpoint as deprecated. | This endpoint will be removed in a future release. |
| GET/payments/integration/v1/spaces/[spaceId]/payments/collect/consents | Added the new optional response property under status 200 consents/description. | Supply or consume consents/description for enriched functionality. |
| GET/payments/integration/v1/spaces/[spaceId]/payments/collect/consents | Added the new optional response property under status 200 consents/availableOperations. | Supply or consume consents/availableOperations for enriched functionality. |
| GET/payments/integration/v1/spaces/[spaceId]/payments/collect/consents/[consentId] | Added the new optional response property under status 200 description. | Supply or consume description for enriched functionality. |
| GET/payments/integration/v1/spaces/[spaceId]/payments/collect/consents/[consentId] | Added the new optional response property under status 200 availableOperations. | Supply or consume availableOperations for enriched functionality. |
| POST/payments/integration/v1/spaces/[spaceId]/payments/transfers | Updated the schema metadata description at payment/amount in the request payload. | Provides better clarity or default behavior in the documentation. |
| POST/payments/integration/v1/spaces/[spaceId]/payments/transfers | The paymentId property is no longer required in the response payload under status 200. | Clients can omit this property. |
| POST/payments/integration/v1/spaces/[spaceId]/payments/transfers | Marked the endpoint as deprecated. | This endpoint will be removed in a future release. |
| GET/payments/integration/v1/spaces/[spaceId]/payments/[paymentId] | Updated the schema metadata description at amount in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/payments/integration/v1/spaces/[spaceId]/payments/[paymentId] | Marked the endpoint as deprecated. | This endpoint will be removed in a future release. |
Payments Payment Accounts
BreakingBreaking Changes
| Method & Endpoint | The Change | Breaking Behavior | Migration Path |
|---|---|---|---|
| GET/payments/paymentaccounts/v1/spaces/[spaceId]/paymentAccounts | Added the new INITIATE_FX_PAYMENT enum value to the paymentAccounts/availableOperations response property under status 200. | Strict parsers will fail to deserialize when returning records with the INITIATE_FX_PAYMENT type. | Update models to accept and handle the INITIATE_FX_PAYMENT type. |
| GET/payments/paymentaccounts/v1/spaces/[spaceId]/paymentAccounts | Added the new SET_PARENT enum value to the paymentAccounts/availableOperations response property under status 200. | Strict parsers will fail to deserialize when returning records with the SET_PARENT type. | Update models to accept and handle the SET_PARENT type. |
| GET/payments/paymentaccounts/v1/spaces/[spaceId]/paymentAccounts | Added the new ABA enum value to the paymentAccounts/bank/scheme response property under status 200. | Strict parsers will fail to deserialize when returning records with the ABA type. | Update models to accept and handle the ABA type. |
| GET/payments/paymentaccounts/v1/spaces/[spaceId]/paymentAccounts | Added the new CLABE enum value to the paymentAccounts/bank/scheme response property under status 200. | Strict parsers will fail to deserialize when returning records with the CLABE type. | Update models to accept and handle the CLABE type. |
| GET/payments/paymentaccounts/v1/spaces/[spaceId]/paymentAccounts | Added the new ABA enum value to the paymentAccounts/parent/bank/scheme response property under status 200. | Strict parsers will fail to deserialize when returning records with the ABA type. | Update models to accept and handle the ABA type. |
| GET/payments/paymentaccounts/v1/spaces/[spaceId]/paymentAccounts | Added the new CLABE enum value to the paymentAccounts/parent/bank/scheme response property under status 200. | Strict parsers will fail to deserialize when returning records with the CLABE type. | Update models to accept and handle the CLABE type. |
| GET/payments/paymentaccounts/v1/spaces/[spaceId]/paymentAccounts | Added the new REQUESTED enum value to the paymentAccounts/status response property under status 200. | Strict parsers will fail to deserialize when returning records with the REQUESTED type. | Update models to accept and handle the REQUESTED type. |
| POST/payments/paymentaccounts/v1/spaces/[spaceId]/paymentAccounts | Added the new INITIATE_FX_PAYMENT enum value to the availableOperations response property under status 201. | Strict parsers will fail to deserialize when returning records with the INITIATE_FX_PAYMENT type. | Update models to accept and handle the INITIATE_FX_PAYMENT type. |
| POST/payments/paymentaccounts/v1/spaces/[spaceId]/paymentAccounts | Added the new SET_PARENT enum value to the availableOperations response property under status 201. | Strict parsers will fail to deserialize when returning records with the SET_PARENT type. | Update models to accept and handle the SET_PARENT type. |
| POST/payments/paymentaccounts/v1/spaces/[spaceId]/paymentAccounts | Added the new ABA enum value to the bank/scheme response property under status 201. | Strict parsers will fail to deserialize when returning records with the ABA type. | Update models to accept and handle the ABA type. |
| POST/payments/paymentaccounts/v1/spaces/[spaceId]/paymentAccounts | Added the new CLABE enum value to the bank/scheme response property under status 201. | Strict parsers will fail to deserialize when returning records with the CLABE type. | Update models to accept and handle the CLABE type. |
| POST/payments/paymentaccounts/v1/spaces/[spaceId]/paymentAccounts | Added the new ABA enum value to the parent/bank/scheme response property under status 201. | Strict parsers will fail to deserialize when returning records with the ABA type. | Update models to accept and handle the ABA type. |
| POST/payments/paymentaccounts/v1/spaces/[spaceId]/paymentAccounts | Added the new CLABE enum value to the parent/bank/scheme response property under status 201. | Strict parsers will fail to deserialize when returning records with the CLABE type. | Update models to accept and handle the CLABE type. |
| POST/payments/paymentaccounts/v1/spaces/[spaceId]/paymentAccounts | Added the new REQUESTED enum value to the status response property under status 201. | Strict parsers will fail to deserialize when returning records with the REQUESTED type. | Update models to accept and handle the REQUESTED type. |
| GET/payments/paymentaccounts/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId] | Added the new INITIATE_FX_PAYMENT enum value to the availableOperations response property under status 200. | Strict parsers will fail to deserialize when returning records with the INITIATE_FX_PAYMENT type. | Update models to accept and handle the INITIATE_FX_PAYMENT type. |
| GET/payments/paymentaccounts/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId] | Added the new SET_PARENT enum value to the availableOperations response property under status 200. | Strict parsers will fail to deserialize when returning records with the SET_PARENT type. | Update models to accept and handle the SET_PARENT type. |
| GET/payments/paymentaccounts/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId] | Added the new ABA enum value to the bank/scheme response property under status 200. | Strict parsers will fail to deserialize when returning records with the ABA type. | Update models to accept and handle the ABA type. |
| GET/payments/paymentaccounts/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId] | Added the new CLABE enum value to the bank/scheme response property under status 200. | Strict parsers will fail to deserialize when returning records with the CLABE type. | Update models to accept and handle the CLABE type. |
| GET/payments/paymentaccounts/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId] | Added the new ABA enum value to the parent/bank/scheme response property under status 200. | Strict parsers will fail to deserialize when returning records with the ABA type. | Update models to accept and handle the ABA type. |
| GET/payments/paymentaccounts/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId] | Added the new CLABE enum value to the parent/bank/scheme response property under status 200. | Strict parsers will fail to deserialize when returning records with the CLABE type. | Update models to accept and handle the CLABE type. |
| GET/payments/paymentaccounts/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId] | Added the new REQUESTED enum value to the status response property under status 200. | Strict parsers will fail to deserialize when returning records with the REQUESTED type. | Update models to accept and handle the REQUESTED type. |
| GET/payments/paymentaccounts/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId]/movements | Added the new ABA enum value to the movements/counterparty/account/bank/scheme response property under status 200. | Strict parsers will fail to deserialize when returning records with the ABA type. | Update models to accept and handle the ABA type. |
| GET/payments/paymentaccounts/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId]/movements | Added the new CLABE enum value to the movements/counterparty/account/bank/scheme response property under status 200. | Strict parsers will fail to deserialize when returning records with the CLABE type. | Update models to accept and handle the CLABE type. |
| GET/payments/paymentaccounts/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId]/movements | Added the new RETURNED enum value to the movements/status response property under status 200. | Strict parsers will fail to deserialize when returning records with the RETURNED type. | Update models to accept and handle the RETURNED type. |
| GET/payments/paymentaccounts/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId]/movements/[movementId]:paymentCancellation | Added the new ABA enum value to the counterParty/account/bank/scheme response property under status 200. | Strict parsers will fail to deserialize when returning records with the ABA type. | Update models to accept and handle the ABA type. |
| GET/payments/paymentaccounts/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId]/movements/[movementId]:paymentCancellation | Added the new CLABE enum value to the counterParty/account/bank/scheme response property under status 200. | Strict parsers will fail to deserialize when returning records with the CLABE type. | Update models to accept and handle the CLABE type. |
| GET/payments/paymentaccounts/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId]/movements/[movementId]:paymentCancellation | Modified the strict schema constraint minLength at counterParty/name in the response payload under status 200. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| GET/payments/paymentaccounts/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId]/movements/[movementId]:paymentCancellation | Modified the strict schema constraint maxLength at counterParty/name in the response payload under status 200. | Payloads violating the updated maxLength validation rule will be rejected. | Update client-side schema definitions to respect the new maxLength constraint. |
| GET/payments/paymentaccounts/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId]/movements/[movementId]:paymentCancellation | Added the new ABA enum value to the originatingAccount/bank/scheme response property under status 200. | Strict parsers will fail to deserialize when returning records with the ABA type. | Update models to accept and handle the ABA type. |
| GET/payments/paymentaccounts/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId]/movements/[movementId]:paymentCancellation | Added the new CLABE enum value to the originatingAccount/bank/scheme response property under status 200. | Strict parsers will fail to deserialize when returning records with the CLABE type. | Update models to accept and handle the CLABE type. |
| GET/payments/paymentaccounts/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId]/movements/[movementId]:paymentCancellation | Added the new IN_TRANSIT enum value to the status response property under status 200. | Strict parsers will fail to deserialize when returning records with the IN_TRANSIT type. | Update models to accept and handle the IN_TRANSIT type. |
| GET/payments/paymentaccounts/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId]/movements/[movementId]:paymentCancellation | Added the new doc_to_doc enum value to the type response property under status 200. | Strict parsers will fail to deserialize when returning records with the doc_to_doc type. | Update models to accept and handle the doc_to_doc type. |
InfoImprovements (Non-Breaking)
| Method & Endpoint | Enhancement Details | Developer Opportunity |
|---|---|---|
| GET/payments/paymentaccounts/v1/spaces/[spaceId]/paymentAccounts | Added the new optional response property under status 200 paymentAccounts/parentAccountId. | Supply or consume paymentAccounts/parentAccountId for enriched functionality. |
| POST/payments/paymentaccounts/v1/spaces/[spaceId]/paymentAccounts | Added the new optional request property parentAccountId. | Supply or consume parentAccountId for enriched functionality. |
| POST/payments/paymentaccounts/v1/spaces/[spaceId]/paymentAccounts | Added the new ABA enum value to the bank/scheme request property. | You can now use this new enum value in requests. |
| POST/payments/paymentaccounts/v1/spaces/[spaceId]/paymentAccounts | Added the new CLABE enum value to the bank/scheme request property. | You can now use this new enum value in requests. |
| POST/payments/paymentaccounts/v1/spaces/[spaceId]/paymentAccounts | Added the new ABA enum value to the parent/bank/scheme request property. | You can now use this new enum value in requests. |
| POST/payments/paymentaccounts/v1/spaces/[spaceId]/paymentAccounts | Added the new CLABE enum value to the parent/bank/scheme request property. | You can now use this new enum value in requests. |
| POST/payments/paymentaccounts/v1/spaces/[spaceId]/paymentAccounts | Added the new optional response property under status 201 parentAccountId. | Supply or consume parentAccountId for enriched functionality. |
| GET/payments/paymentaccounts/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId] | Added the new optional response property under status 200 parentAccountId. | Supply or consume parentAccountId for enriched functionality. |
| PATCH/payments/paymentaccounts/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId] | Added the new optional request property parent. | Supply or consume parent for enriched functionality. |
| PATCH/payments/paymentaccounts/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId] | Added the new optional request property parentAccountId. | Supply or consume parentAccountId for enriched functionality. |
| PATCH/payments/paymentaccounts/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId] | Added the new optional response property under status 200 parent. | Supply or consume parent for enriched functionality. |
| PATCH/payments/paymentaccounts/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId] | Added the new optional response property under status 200 parentAccountId. | Supply or consume parentAccountId for enriched functionality. |
| GET/payments/paymentaccounts/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId]/movements | Added the new optional response property under status 200 movements/reasonCode. | Supply or consume movements/reasonCode for enriched functionality. |
Payments Paymentaccounts
BreakingBreaking Changes
| Method & Endpoint | The Change | Breaking Behavior | Migration Path |
|---|---|---|---|
| GET/payments/paymentaccounts/transaction/v1/spaces/[spaceId]/paymentAccounts | Added the new ABA enum value to the paymentAccounts/bank/scheme response property under status 200. | Strict parsers will fail to deserialize when returning records with the ABA type. | Update models to accept and handle the ABA type. |
| GET/payments/paymentaccounts/transaction/v1/spaces/[spaceId]/paymentAccounts | Added the new CLABE enum value to the paymentAccounts/bank/scheme response property under status 200. | Strict parsers will fail to deserialize when returning records with the CLABE type. | Update models to accept and handle the CLABE type. |
| GET/payments/paymentaccounts/transaction/v1/spaces/[spaceId]/paymentAccounts | Added the new ABA enum value to the paymentAccounts/parent/bank/scheme response property under status 200. | Strict parsers will fail to deserialize when returning records with the ABA type. | Update models to accept and handle the ABA type. |
| GET/payments/paymentaccounts/transaction/v1/spaces/[spaceId]/paymentAccounts | Added the new CLABE enum value to the paymentAccounts/parent/bank/scheme response property under status 200. | Strict parsers will fail to deserialize when returning records with the CLABE type. | Update models to accept and handle the CLABE type. |
| POST/payments/paymentaccounts/transaction/v1/spaces/[spaceId]/paymentAccounts | Added the new ABA enum value to the bank/scheme response property under status 201. | Strict parsers will fail to deserialize when returning records with the ABA type. | Update models to accept and handle the ABA type. |
| POST/payments/paymentaccounts/transaction/v1/spaces/[spaceId]/paymentAccounts | Added the new CLABE enum value to the bank/scheme response property under status 201. | Strict parsers will fail to deserialize when returning records with the CLABE type. | Update models to accept and handle the CLABE type. |
| POST/payments/paymentaccounts/transaction/v1/spaces/[spaceId]/paymentAccounts | Added the new ABA enum value to the parent/bank/scheme response property under status 201. | Strict parsers will fail to deserialize when returning records with the ABA type. | Update models to accept and handle the ABA type. |
| POST/payments/paymentaccounts/transaction/v1/spaces/[spaceId]/paymentAccounts | Added the new CLABE enum value to the parent/bank/scheme response property under status 201. | Strict parsers will fail to deserialize when returning records with the CLABE type. | Update models to accept and handle the CLABE type. |
| GET/payments/paymentaccounts/transaction/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId] | Added the new ABA enum value to the bank/scheme response property under status 200. | Strict parsers will fail to deserialize when returning records with the ABA type. | Update models to accept and handle the ABA type. |
| GET/payments/paymentaccounts/transaction/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId] | Added the new CLABE enum value to the bank/scheme response property under status 200. | Strict parsers will fail to deserialize when returning records with the CLABE type. | Update models to accept and handle the CLABE type. |
| GET/payments/paymentaccounts/transaction/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId] | Added the new ABA enum value to the parent/bank/scheme response property under status 200. | Strict parsers will fail to deserialize when returning records with the ABA type. | Update models to accept and handle the ABA type. |
| GET/payments/paymentaccounts/transaction/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId] | Added the new CLABE enum value to the parent/bank/scheme response property under status 200. | Strict parsers will fail to deserialize when returning records with the CLABE type. | Update models to accept and handle the CLABE type. |
| PUT/payments/paymentaccounts/transaction/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId] | Added the new ABA enum value to the bank/scheme response property under status 200. | Strict parsers will fail to deserialize when returning records with the ABA type. | Update models to accept and handle the ABA type. |
| PUT/payments/paymentaccounts/transaction/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId] | Added the new CLABE enum value to the bank/scheme response property under status 200. | Strict parsers will fail to deserialize when returning records with the CLABE type. | Update models to accept and handle the CLABE type. |
| PUT/payments/paymentaccounts/transaction/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId] | Added the new ABA enum value to the parent/bank/scheme response property under status 200. | Strict parsers will fail to deserialize when returning records with the ABA type. | Update models to accept and handle the ABA type. |
| PUT/payments/paymentaccounts/transaction/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId] | Added the new CLABE enum value to the parent/bank/scheme response property under status 200. | Strict parsers will fail to deserialize when returning records with the CLABE type. | Update models to accept and handle the CLABE type. |
| GET/payments/paymentaccounts/v1/spaces/[spaceId]/paymentAccounts | Added the new INITIATE_FX_PAYMENT enum value to the paymentAccounts/availableOperations response property under status 200. | Strict parsers will fail to deserialize when returning records with the INITIATE_FX_PAYMENT type. | Update models to accept and handle the INITIATE_FX_PAYMENT type. |
| GET/payments/paymentaccounts/v1/spaces/[spaceId]/paymentAccounts | Added the new SET_PARENT enum value to the paymentAccounts/availableOperations response property under status 200. | Strict parsers will fail to deserialize when returning records with the SET_PARENT type. | Update models to accept and handle the SET_PARENT type. |
| GET/payments/paymentaccounts/v1/spaces/[spaceId]/paymentAccounts | Added the new ABA enum value to the paymentAccounts/bank/scheme response property under status 200. | Strict parsers will fail to deserialize when returning records with the ABA type. | Update models to accept and handle the ABA type. |
| GET/payments/paymentaccounts/v1/spaces/[spaceId]/paymentAccounts | Added the new CLABE enum value to the paymentAccounts/bank/scheme response property under status 200. | Strict parsers will fail to deserialize when returning records with the CLABE type. | Update models to accept and handle the CLABE type. |
| GET/payments/paymentaccounts/v1/spaces/[spaceId]/paymentAccounts | Added the new ABA enum value to the paymentAccounts/parent/bank/scheme response property under status 200. | Strict parsers will fail to deserialize when returning records with the ABA type. | Update models to accept and handle the ABA type. |
| GET/payments/paymentaccounts/v1/spaces/[spaceId]/paymentAccounts | Added the new CLABE enum value to the paymentAccounts/parent/bank/scheme response property under status 200. | Strict parsers will fail to deserialize when returning records with the CLABE type. | Update models to accept and handle the CLABE type. |
| GET/payments/paymentaccounts/v1/spaces/[spaceId]/paymentAccounts | Added the new REQUESTED enum value to the paymentAccounts/status response property under status 200. | Strict parsers will fail to deserialize when returning records with the REQUESTED type. | Update models to accept and handle the REQUESTED type. |
| POST/payments/paymentaccounts/v1/spaces/[spaceId]/paymentAccounts | Added the new INITIATE_FX_PAYMENT enum value to the availableOperations response property under status 201. | Strict parsers will fail to deserialize when returning records with the INITIATE_FX_PAYMENT type. | Update models to accept and handle the INITIATE_FX_PAYMENT type. |
| POST/payments/paymentaccounts/v1/spaces/[spaceId]/paymentAccounts | Added the new SET_PARENT enum value to the availableOperations response property under status 201. | Strict parsers will fail to deserialize when returning records with the SET_PARENT type. | Update models to accept and handle the SET_PARENT type. |
| POST/payments/paymentaccounts/v1/spaces/[spaceId]/paymentAccounts | Added the new ABA enum value to the bank/scheme response property under status 201. | Strict parsers will fail to deserialize when returning records with the ABA type. | Update models to accept and handle the ABA type. |
| POST/payments/paymentaccounts/v1/spaces/[spaceId]/paymentAccounts | Added the new CLABE enum value to the bank/scheme response property under status 201. | Strict parsers will fail to deserialize when returning records with the CLABE type. | Update models to accept and handle the CLABE type. |
| POST/payments/paymentaccounts/v1/spaces/[spaceId]/paymentAccounts | Added the new ABA enum value to the parent/bank/scheme response property under status 201. | Strict parsers will fail to deserialize when returning records with the ABA type. | Update models to accept and handle the ABA type. |
| POST/payments/paymentaccounts/v1/spaces/[spaceId]/paymentAccounts | Added the new CLABE enum value to the parent/bank/scheme response property under status 201. | Strict parsers will fail to deserialize when returning records with the CLABE type. | Update models to accept and handle the CLABE type. |
| POST/payments/paymentaccounts/v1/spaces/[spaceId]/paymentAccounts | Added the new REQUESTED enum value to the status response property under status 201. | Strict parsers will fail to deserialize when returning records with the REQUESTED type. | Update models to accept and handle the REQUESTED type. |
| GET/payments/paymentaccounts/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId] | Added the new INITIATE_FX_PAYMENT enum value to the availableOperations response property under status 200. | Strict parsers will fail to deserialize when returning records with the INITIATE_FX_PAYMENT type. | Update models to accept and handle the INITIATE_FX_PAYMENT type. |
| GET/payments/paymentaccounts/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId] | Added the new SET_PARENT enum value to the availableOperations response property under status 200. | Strict parsers will fail to deserialize when returning records with the SET_PARENT type. | Update models to accept and handle the SET_PARENT type. |
| GET/payments/paymentaccounts/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId] | Added the new ABA enum value to the bank/scheme response property under status 200. | Strict parsers will fail to deserialize when returning records with the ABA type. | Update models to accept and handle the ABA type. |
| GET/payments/paymentaccounts/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId] | Added the new CLABE enum value to the bank/scheme response property under status 200. | Strict parsers will fail to deserialize when returning records with the CLABE type. | Update models to accept and handle the CLABE type. |
| GET/payments/paymentaccounts/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId] | Added the new ABA enum value to the parent/bank/scheme response property under status 200. | Strict parsers will fail to deserialize when returning records with the ABA type. | Update models to accept and handle the ABA type. |
| GET/payments/paymentaccounts/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId] | Added the new CLABE enum value to the parent/bank/scheme response property under status 200. | Strict parsers will fail to deserialize when returning records with the CLABE type. | Update models to accept and handle the CLABE type. |
| GET/payments/paymentaccounts/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId] | Added the new REQUESTED enum value to the status response property under status 200. | Strict parsers will fail to deserialize when returning records with the REQUESTED type. | Update models to accept and handle the REQUESTED type. |
| GET/payments/paymentaccounts/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId]/movements | Added the new ABA enum value to the movements/counterparty/account/bank/scheme response property under status 200. | Strict parsers will fail to deserialize when returning records with the ABA type. | Update models to accept and handle the ABA type. |
| GET/payments/paymentaccounts/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId]/movements | Added the new CLABE enum value to the movements/counterparty/account/bank/scheme response property under status 200. | Strict parsers will fail to deserialize when returning records with the CLABE type. | Update models to accept and handle the CLABE type. |
| GET/payments/paymentaccounts/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId]/movements | Added the new RETURNED enum value to the movements/status response property under status 200. | Strict parsers will fail to deserialize when returning records with the RETURNED type. | Update models to accept and handle the RETURNED type. |
| GET/payments/paymentaccounts/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId]/movements/[movementId]:paymentCancellation | Added the new ABA enum value to the counterParty/account/bank/scheme response property under status 200. | Strict parsers will fail to deserialize when returning records with the ABA type. | Update models to accept and handle the ABA type. |
| GET/payments/paymentaccounts/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId]/movements/[movementId]:paymentCancellation | Added the new CLABE enum value to the counterParty/account/bank/scheme response property under status 200. | Strict parsers will fail to deserialize when returning records with the CLABE type. | Update models to accept and handle the CLABE type. |
| GET/payments/paymentaccounts/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId]/movements/[movementId]:paymentCancellation | Modified the strict schema constraint minLength at counterParty/name in the response payload under status 200. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| GET/payments/paymentaccounts/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId]/movements/[movementId]:paymentCancellation | Modified the strict schema constraint maxLength at counterParty/name in the response payload under status 200. | Payloads violating the updated maxLength validation rule will be rejected. | Update client-side schema definitions to respect the new maxLength constraint. |
| GET/payments/paymentaccounts/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId]/movements/[movementId]:paymentCancellation | Added the new ABA enum value to the originatingAccount/bank/scheme response property under status 200. | Strict parsers will fail to deserialize when returning records with the ABA type. | Update models to accept and handle the ABA type. |
| GET/payments/paymentaccounts/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId]/movements/[movementId]:paymentCancellation | Added the new CLABE enum value to the originatingAccount/bank/scheme response property under status 200. | Strict parsers will fail to deserialize when returning records with the CLABE type. | Update models to accept and handle the CLABE type. |
| GET/payments/paymentaccounts/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId]/movements/[movementId]:paymentCancellation | Added the new IN_TRANSIT enum value to the status response property under status 200. | Strict parsers will fail to deserialize when returning records with the IN_TRANSIT type. | Update models to accept and handle the IN_TRANSIT type. |
| GET/payments/paymentaccounts/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId]/movements/[movementId]:paymentCancellation | Added the new doc_to_doc enum value to the type response property under status 200. | Strict parsers will fail to deserialize when returning records with the doc_to_doc type. | Update models to accept and handle the doc_to_doc type. |
NewNew Endpoints
| Method & Endpoint | Core Functionality | Auth/Scopes Required |
|---|---|---|
| PATCH/payments/paymentaccounts/transaction/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId] | Added new PATCH functionality to this existing resource path. | None specified |
InfoImprovements (Non-Breaking)
| Method & Endpoint | Enhancement Details | Developer Opportunity |
|---|---|---|
| GET/payments/paymentaccounts/transaction/v1/spaces/[spaceId]/paymentAccounts | Added the new optional response property under status 200 paymentAccounts/financialPlatformId. | Supply or consume paymentAccounts/financialPlatformId for enriched functionality. |
| GET/payments/paymentaccounts/transaction/v1/spaces/[spaceId]/paymentAccounts | Added the new optional response property under status 200 paymentAccounts/entityPaymentAccountId. | Supply or consume paymentAccounts/entityPaymentAccountId for enriched functionality. |
| GET/payments/paymentaccounts/transaction/v1/spaces/[spaceId]/paymentAccounts | The paymentAccounts/address/country property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/payments/paymentaccounts/transaction/v1/spaces/[spaceId]/paymentAccounts | The paymentAccounts/address/townName property is no longer required in the response payload under status 200. | Clients can omit this property. |
| POST/payments/paymentaccounts/transaction/v1/spaces/[spaceId]/paymentAccounts | Added the new optional request property financialPlatformId. | Supply or consume financialPlatformId for enriched functionality. |
| POST/payments/paymentaccounts/transaction/v1/spaces/[spaceId]/paymentAccounts | The address/country property is no longer required in the request payload. | Clients can omit this property. |
| POST/payments/paymentaccounts/transaction/v1/spaces/[spaceId]/paymentAccounts | The address/townName property is no longer required in the request payload. | Clients can omit this property. |
| POST/payments/paymentaccounts/transaction/v1/spaces/[spaceId]/paymentAccounts | Added the new ABA enum value to the bank/scheme request property. | You can now use this new enum value in requests. |
| POST/payments/paymentaccounts/transaction/v1/spaces/[spaceId]/paymentAccounts | Added the new CLABE enum value to the bank/scheme request property. | You can now use this new enum value in requests. |
| POST/payments/paymentaccounts/transaction/v1/spaces/[spaceId]/paymentAccounts | Added the new ABA enum value to the parent/bank/scheme request property. | You can now use this new enum value in requests. |
| POST/payments/paymentaccounts/transaction/v1/spaces/[spaceId]/paymentAccounts | Added the new CLABE enum value to the parent/bank/scheme request property. | You can now use this new enum value in requests. |
| POST/payments/paymentaccounts/transaction/v1/spaces/[spaceId]/paymentAccounts | The scheme property is no longer required in the request payload. | Clients can omit this property. |
| POST/payments/paymentaccounts/transaction/v1/spaces/[spaceId]/paymentAccounts | The currency property is no longer required in the request payload. | Clients can omit this property. |
| POST/payments/paymentaccounts/transaction/v1/spaces/[spaceId]/paymentAccounts | The identifier property is no longer required in the request payload. | Clients can omit this property. |
| POST/payments/paymentaccounts/transaction/v1/spaces/[spaceId]/paymentAccounts | Added the new optional response property under status 201 entityPaymentAccountId. | Supply or consume entityPaymentAccountId for enriched functionality. |
| POST/payments/paymentaccounts/transaction/v1/spaces/[spaceId]/paymentAccounts | Added the new optional response property under status 201 financialPlatformId. | Supply or consume financialPlatformId for enriched functionality. |
| POST/payments/paymentaccounts/transaction/v1/spaces/[spaceId]/paymentAccounts | The address/country property is no longer required in the response payload under status 201. | Clients can omit this property. |
| POST/payments/paymentaccounts/transaction/v1/spaces/[spaceId]/paymentAccounts | The address/townName property is no longer required in the response payload under status 201. | Clients can omit this property. |
| GET/payments/paymentaccounts/transaction/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId] | Added the new optional response property under status 200 financialPlatformId. | Supply or consume financialPlatformId for enriched functionality. |
| GET/payments/paymentaccounts/transaction/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId] | Added the new optional response property under status 200 entityPaymentAccountId. | Supply or consume entityPaymentAccountId for enriched functionality. |
| GET/payments/paymentaccounts/transaction/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId] | The address/country property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/payments/paymentaccounts/transaction/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId] | The address/townName property is no longer required in the response payload under status 200. | Clients can omit this property. |
| PUT/payments/paymentaccounts/transaction/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId] | Added the new optional request property financialPlatformId. | Supply or consume financialPlatformId for enriched functionality. |
| PUT/payments/paymentaccounts/transaction/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId] | The address/country property is no longer required in the request payload. | Clients can omit this property. |
| PUT/payments/paymentaccounts/transaction/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId] | The address/townName property is no longer required in the request payload. | Clients can omit this property. |
| PUT/payments/paymentaccounts/transaction/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId] | Added the new ABA enum value to the bank/scheme request property. | You can now use this new enum value in requests. |
| PUT/payments/paymentaccounts/transaction/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId] | Added the new CLABE enum value to the bank/scheme request property. | You can now use this new enum value in requests. |
| PUT/payments/paymentaccounts/transaction/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId] | Added the new ABA enum value to the parent/bank/scheme request property. | You can now use this new enum value in requests. |
| PUT/payments/paymentaccounts/transaction/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId] | Added the new CLABE enum value to the parent/bank/scheme request property. | You can now use this new enum value in requests. |
| PUT/payments/paymentaccounts/transaction/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId] | The currency property is no longer required in the request payload. | Clients can omit this property. |
| PUT/payments/paymentaccounts/transaction/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId] | The identifier property is no longer required in the request payload. | Clients can omit this property. |
| PUT/payments/paymentaccounts/transaction/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId] | The scheme property is no longer required in the request payload. | Clients can omit this property. |
| PUT/payments/paymentaccounts/transaction/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId] | Added the new optional response property under status 200 entityPaymentAccountId. | Supply or consume entityPaymentAccountId for enriched functionality. |
| PUT/payments/paymentaccounts/transaction/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId] | Added the new optional response property under status 200 financialPlatformId. | Supply or consume financialPlatformId for enriched functionality. |
| PUT/payments/paymentaccounts/transaction/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId] | The address/country property is no longer required in the response payload under status 200. | Clients can omit this property. |
| PUT/payments/paymentaccounts/transaction/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId] | The address/townName property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/payments/paymentaccounts/v1/spaces/[spaceId]/paymentAccounts | Added the new optional response property under status 200 paymentAccounts/parentAccountId. | Supply or consume paymentAccounts/parentAccountId for enriched functionality. |
| POST/payments/paymentaccounts/v1/spaces/[spaceId]/paymentAccounts | Added the new optional request property parentAccountId. | Supply or consume parentAccountId for enriched functionality. |
| POST/payments/paymentaccounts/v1/spaces/[spaceId]/paymentAccounts | Added the new ABA enum value to the bank/scheme request property. | You can now use this new enum value in requests. |
| POST/payments/paymentaccounts/v1/spaces/[spaceId]/paymentAccounts | Added the new CLABE enum value to the bank/scheme request property. | You can now use this new enum value in requests. |
| POST/payments/paymentaccounts/v1/spaces/[spaceId]/paymentAccounts | Added the new ABA enum value to the parent/bank/scheme request property. | You can now use this new enum value in requests. |
| POST/payments/paymentaccounts/v1/spaces/[spaceId]/paymentAccounts | Added the new CLABE enum value to the parent/bank/scheme request property. | You can now use this new enum value in requests. |
| POST/payments/paymentaccounts/v1/spaces/[spaceId]/paymentAccounts | Added the new optional response property under status 201 parentAccountId. | Supply or consume parentAccountId for enriched functionality. |
| GET/payments/paymentaccounts/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId] | Added the new optional response property under status 200 parentAccountId. | Supply or consume parentAccountId for enriched functionality. |
| PATCH/payments/paymentaccounts/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId] | Added the new optional request property parentAccountId. | Supply or consume parentAccountId for enriched functionality. |
| PATCH/payments/paymentaccounts/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId] | Added the new optional request property parent. | Supply or consume parent for enriched functionality. |
| PATCH/payments/paymentaccounts/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId] | Added the new optional response property under status 200 parent. | Supply or consume parent for enriched functionality. |
| PATCH/payments/paymentaccounts/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId] | Added the new optional response property under status 200 parentAccountId. | Supply or consume parentAccountId for enriched functionality. |
| GET/payments/paymentaccounts/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId]/movements | Added the new optional response property under status 200 movements/reasonCode. | Supply or consume movements/reasonCode for enriched functionality. |
Payments Reconciliation
BreakingBreaking Changes
| Method & Endpoint | The Change | Breaking Behavior | Migration Path |
|---|---|---|---|
| DEL/payments/reconciliation/statements/v1/spaces/[spaceId]/enrichedStatementFiles | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
| DEL/payments/reconciliation/statements/v1/spaces/[spaceId]/movements:enrich | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
| DEL/payments/reconciliation/statements/v1/spaces/[spaceId]/enrichedStatementFiles/[statementFileId]:regenerate | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
| POST/payments/reconciliation/documents/v1/spaces/[spaceId]/documents:markAsPaid | Modified the strict schema constraint content in the response payload under status 200. | Payloads violating the updated content validation rule will be rejected. | Update client-side schema definitions to respect the new content constraint. |
| POST/payments/reconciliation/documents/v1/spaces/[spaceId]/documents:markAsPaid | Modified the strict schema constraint content in the response payload under status 500. | Payloads violating the updated content validation rule will be rejected. | Update client-side schema definitions to respect the new content constraint. |
| POST/payments/reconciliation/payments/v1/spaces/[spaceId]/payments/[paymentId]:findProposedDocuments | Removed the */*/document/documentId response property under status 200. | Client payloads including the */*/document/documentId field will be rejected. | Remove the */*/document/documentId parameter from response payload under status 200 models. |
| POST/payments/reconciliation/payments/v1/spaces/[spaceId]/payments/[paymentId]:findProposedDocuments | Removed the */*/document/spaceId response property under status 200. | Client payloads including the */*/document/spaceId field will be rejected. | Remove the */*/document/spaceId parameter from response payload under status 200 models. |
| POST/payments/reconciliation/payments/v1/spaces/[spaceId]/payments/[paymentId]:findProposedDocuments | The */*/document/connections property is now REQUIRED in the response payload under status 200. | Omitting */*/document/connections will cause validation errors. | Ensure */*/document/connections is populated. |
| POST/payments/reconciliation/payments/v1/spaces/[spaceId]/payments/[paymentId]:findProposedDocuments | The */*/document/createdAt property is now REQUIRED in the response payload under status 200. | Omitting */*/document/createdAt will cause validation errors. | Ensure */*/document/createdAt is populated. |
| POST/payments/reconciliation/payments/v1/spaces/[spaceId]/payments/[paymentId]:findProposedDocuments | The */*/document/folder property is now REQUIRED in the response payload under status 200. | Omitting */*/document/folder will cause validation errors. | Ensure */*/document/folder is populated. |
| POST/payments/reconciliation/payments/v1/spaces/[spaceId]/payments/[paymentId]:findProposedDocuments | The */*/document/id property is now REQUIRED in the response payload under status 200. | Omitting */*/document/id will cause validation errors. | Ensure */*/document/id is populated. |
| POST/payments/reconciliation/payments/v1/spaces/[spaceId]/payments/[paymentId]:findProposedDocuments | The */*/document/metadata property is now REQUIRED in the response payload under status 200. | Omitting */*/document/metadata will cause validation errors. | Ensure */*/document/metadata is populated. |
| POST/payments/reconciliation/payments/v1/spaces/[spaceId]/payments/[paymentId]:findProposedDocuments | Removed the */*/document/documentId response property under status 500. | Client payloads including the */*/document/documentId field will be rejected. | Remove the */*/document/documentId parameter from response payload under status 500 models. |
| POST/payments/reconciliation/payments/v1/spaces/[spaceId]/payments/[paymentId]:findProposedDocuments | Removed the */*/document/spaceId response property under status 500. | Client payloads including the */*/document/spaceId field will be rejected. | Remove the */*/document/spaceId parameter from response payload under status 500 models. |
| POST/payments/reconciliation/payments/v1/spaces/[spaceId]/payments/[paymentId]:findProposedDocuments | The */*/document/connections property is now REQUIRED in the response payload under status 500. | Omitting */*/document/connections will cause validation errors. | Ensure */*/document/connections is populated. |
| POST/payments/reconciliation/payments/v1/spaces/[spaceId]/payments/[paymentId]:findProposedDocuments | The */*/document/createdAt property is now REQUIRED in the response payload under status 500. | Omitting */*/document/createdAt will cause validation errors. | Ensure */*/document/createdAt is populated. |
| POST/payments/reconciliation/payments/v1/spaces/[spaceId]/payments/[paymentId]:findProposedDocuments | The */*/document/folder property is now REQUIRED in the response payload under status 500. | Omitting */*/document/folder will cause validation errors. | Ensure */*/document/folder is populated. |
| POST/payments/reconciliation/payments/v1/spaces/[spaceId]/payments/[paymentId]:findProposedDocuments | The */*/document/id property is now REQUIRED in the response payload under status 500. | Omitting */*/document/id will cause validation errors. | Ensure */*/document/id is populated. |
| POST/payments/reconciliation/payments/v1/spaces/[spaceId]/payments/[paymentId]:findProposedDocuments | The */*/document/metadata property is now REQUIRED in the response payload under status 500. | Omitting */*/document/metadata will cause validation errors. | Ensure */*/document/metadata is populated. |
| POST/payments/reconciliation/payments/v1/spaces/[spaceId]/payments/[paymentId]:initiateAggregation | Modified the strict schema constraint minItems at documents in the request payload. | Payloads violating the updated minItems validation rule will be rejected. | Update client-side schema definitions to respect the new minItems constraint. |
NewNew Endpoints
| Method & Endpoint | Core Functionality | Auth/Scopes Required |
|---|---|---|
| ADD/payments/reconciliation/documents/v1/spaces/[spaceId]/documents/aggregations | Access the newly provided functionality and features for this resource. | None specified |
| ADD/payments/reconciliation/transaction-radar/v1/spaces/[spaceId]/documents/[documentId]:matchModifiers | Access the newly provided functionality and features for this resource. | None specified |
| ADD/payments/reconciliation/payments/v2/spaces/[spaceId]/payments/[paymentId]:markAsReconciled | Access the newly provided functionality and features for this resource. | None specified |
| ADD/payments/reconciliation/transaction-radar/v1/spaces/[spaceId]/payments/aggregations | Access the newly provided functionality and features for this resource. | None specified |
| ADD/payments/reconciliation/v1/transaction-radar/spaces/[spaceId]/payments/aggregations | Access the newly provided functionality and features for this resource. | None specified |
| ADD/payments/reconciliation/aggregations/v1/spaces/[spaceId]/aggregations:manage | Access the newly provided functionality and features for this resource. | None specified |
| ADD/payments/reconciliation/payments/v1/spaces/[spaceId]/payments/[paymentId]/aggregations | Access the newly provided functionality and features for this resource. | None specified |
| ADD/payments/reconciliation/transaction-radar/v1/spaces/[spaceId]/payments/[paymentId]:matchDocuments | Access the newly provided functionality and features for this resource. | None specified |
| ADD/payments/reconciliation/transaction-radar/v1/spaces/[spaceId]/payments/[paymentId]/aggregations | Access the newly provided functionality and features for this resource. | None specified |
| ADD/payments/reconciliation/documents/v2/spaces/[spaceId]/documents/aggregations | Access the newly provided functionality and features for this resource. | None specified |
| ADD/payments/reconciliation/documents/v2/spaces/[spaceId]/documents/[documentId]/aggregations | Access the newly provided functionality and features for this resource. | None specified |
| ADD/payments/reconciliation/v1/transaction-radar/spaces/[spaceId]/payments/[paymentId]:matchDocuments | Access the newly provided functionality and features for this resource. | None specified |
| ADD/payments/reconciliation/documents/v2/actions/markAsPaid/initialize | Access the newly provided functionality and features for this resource. | None specified |
| ADD/payments/reconciliation/aggregations/v1/spaces/[spaceId]/aggregations:bulkCreate | Access the newly provided functionality and features for this resource. | None specified |
| ADD/payments/reconciliation/documents/v1/spaces/[spaceId]/documents/[documentId]:findProposedModifiers | Access the newly provided functionality and features for this resource. | None specified |
| ADD/payments/reconciliation/payments/v1/spaces/[spaceId]/payments/aggregations | Access the newly provided functionality and features for this resource. | None specified |
| ADD/payments/reconciliation/settings/v1/emr/spaces/[spaceId] | Access the newly provided functionality and features for this resource. | None specified |
| ADD/payments/reconciliation/todos/v1/unmatchedPayments | Access the newly provided functionality and features for this resource. | None specified |
| ADD/payments/reconciliation/support/v1/spaces/[spaceId]/documents/[documentId]:aggregate | Access the newly provided functionality and features for this resource. | None specified |
| ADD/payments/reconciliation/settings/v1/emr/spaces/[spaceId]/[accountIdentifier] | Access the newly provided functionality and features for this resource. | None specified |
| ADD/payments/reconciliation/documents/v1/spaces/[spaceId]/documents/[documentId]/aggregations | Access the newly provided functionality and features for this resource. | None specified |
| ADD/payments/reconciliation/documents/v2/actions/markAsPaid/execute | Access the newly provided functionality and features for this resource. | None specified |
| ADD/payments/reconciliation/documents/v2/actions/markAsWontBePaid/execute | Access the newly provided functionality and features for this resource. | None specified |
| ADD/payments/reconciliation/support/v1/spaces/[spaceId]/documents/[documentId]:reimportStatement | Access the newly provided functionality and features for this resource. | None specified |
| ADD/payments/reconciliation/payments/v2/spaces/[spaceId]/payments/aggregations | Access the newly provided functionality and features for this resource. | None specified |
| ADD/payments/reconciliation/v1/transaction-radar/spaces/[spaceId]/documents/[documentId]:matchModifiers | Access the newly provided functionality and features for this resource. | None specified |
| ADD/payments/reconciliation/enrichedMovementsReports/v1/spaces/[spaceId]/enrichedMovementsReports/[statementId]:regenerate | Access the newly provided functionality and features for this resource. | None specified |
| ADD/payments/reconciliation/v1/transaction-radar/spaces/[spaceId]/payments/[paymentId]/aggregations | Access the newly provided functionality and features for this resource. | None specified |
| ADD/payments/reconciliation/enrichedMovementsReports/v2/spaces/[spaceId]/enrichedMovementsReports:generate | Access the newly provided functionality and features for this resource. | None specified |
| ADD/payments/reconciliation/documents/v2/actions/markAsUnpaid/execute | Access the newly provided functionality and features for this resource. | None specified |
| ADD/payments/reconciliation/todos/v1/proposedAggregations | Access the newly provided functionality and features for this resource. | None specified |
| ADD/payments/reconciliation/enrichedMovementsReports/v2/spaces/[spaceId]/movements:enrich | Access the newly provided functionality and features for this resource. | None specified |
| ADD/payments/reconciliation/enrichedMovementsReports/v1/spaces/[spaceId]/movements:enrich | Access the newly provided functionality and features for this resource. | None specified |
| ADD/payments/reconciliation/payments/v2/spaces/[spaceId]/payments/[paymentId]/aggregations | Access the newly provided functionality and features for this resource. | None specified |
| ADD/payments/reconciliation/enrichedMovementsReports/v1/spaces/[spaceId]/enrichedMovementsReports:generate | Access the newly provided functionality and features for this resource. | None specified |
InfoImprovements (Non-Breaking)
| Method & Endpoint | Enhancement Details | Developer Opportunity |
|---|---|---|
| POST/payments/reconciliation/aggregations/v1/spaces/[spaceId]/aggregations | Added the new optional request property modifierId. | Supply or consume modifierId for enriched functionality. |
| POST/payments/reconciliation/aggregations/v1/spaces/[spaceId]/aggregations | Added the new optional request property modifierType. | Supply or consume modifierType for enriched functionality. |
| POST/payments/reconciliation/aggregations/v1/spaces/[spaceId]/aggregations | Added the new optional request property amount. | Supply or consume amount for enriched functionality. |
| POST/payments/reconciliation/documents/v1/actions/markAsPaid | Added the new DIRECT_DEBIT enum value to the data/paymentMethod request property. | You can now use this new enum value in requests. |
| POST/payments/reconciliation/documents/v1/actions/markAsPaid | Added the new CHEQUE enum value to the data/paymentMethod request property. | You can now use this new enum value in requests. |
| POST/payments/reconciliation/documents/v1/actions/markAsPaid | Added the new DRAFT enum value to the data/paymentMethod request property. | You can now use this new enum value in requests. |
| POST/payments/reconciliation/documents/v1/spaces/[spaceId]/documents/[documentId]:markAsPaid | Added the new DIRECT_DEBIT enum value to the paymentMethod request property. | You can now use this new enum value in requests. |
| POST/payments/reconciliation/documents/v1/spaces/[spaceId]/documents/[documentId]:markAsPaid | Added the new CHEQUE enum value to the paymentMethod request property. | You can now use this new enum value in requests. |
| POST/payments/reconciliation/documents/v1/spaces/[spaceId]/documents/[documentId]:markAsPaid | Added the new DRAFT enum value to the paymentMethod request property. | You can now use this new enum value in requests. |
| POST/payments/reconciliation/documents/v1/spaces/[spaceId]/documents:markAsPaid | Added the new DIRECT_DEBIT enum value to the data/paymentMethod request property. | You can now use this new enum value in requests. |
| POST/payments/reconciliation/documents/v1/spaces/[spaceId]/documents:markAsPaid | Added the new CHEQUE enum value to the data/paymentMethod request property. | You can now use this new enum value in requests. |
| POST/payments/reconciliation/documents/v1/spaces/[spaceId]/documents:markAsPaid | Added the new DRAFT enum value to the data/paymentMethod request property. | You can now use this new enum value in requests. |
| POST/payments/reconciliation/payments/v1/spaces/[spaceId]/payments/[paymentId]:findProposedDocuments | Added the new optional response property under status 200 */*/document/id. | Supply or consume */*/document/id for enriched functionality. |
| POST/payments/reconciliation/payments/v1/spaces/[spaceId]/payments/[paymentId]:findProposedDocuments | Added the new optional response property under status 200 */*/document/connections. | Supply or consume */*/document/connections for enriched functionality. |
| POST/payments/reconciliation/payments/v1/spaces/[spaceId]/payments/[paymentId]:findProposedDocuments | Added the new optional response property under status 200 */*/document/createdAt. | Supply or consume */*/document/createdAt for enriched functionality. |
| POST/payments/reconciliation/payments/v1/spaces/[spaceId]/payments/[paymentId]:findProposedDocuments | Added the new optional response property under status 200 */*/document/metadata/currencyCode. | Supply or consume */*/document/metadata/currencyCode for enriched functionality. |
| POST/payments/reconciliation/payments/v1/spaces/[spaceId]/payments/[paymentId]:findProposedDocuments | Added the new optional response property under status 200 */*/document/metadata/documentNumber. | Supply or consume */*/document/metadata/documentNumber for enriched functionality. |
| POST/payments/reconciliation/payments/v1/spaces/[spaceId]/payments/[paymentId]:findProposedDocuments | Added the new optional response property under status 200 */*/document/metadata/documentReference. | Supply or consume */*/document/metadata/documentReference for enriched functionality. |
| POST/payments/reconciliation/payments/v1/spaces/[spaceId]/payments/[paymentId]:findProposedDocuments | Added the new optional response property under status 200 */*/document/metadata/documentTotals. | Supply or consume */*/document/metadata/documentTotals for enriched functionality. |
| POST/payments/reconciliation/payments/v1/spaces/[spaceId]/payments/[paymentId]:findProposedDocuments | Added the new optional response property under status 200 */*/document/metadata/paymentReference. | Supply or consume */*/document/metadata/paymentReference for enriched functionality. |
| POST/payments/reconciliation/payments/v1/spaces/[spaceId]/payments/[paymentId]:findProposedDocuments | Added the new optional response property under status 500 */*/document/id. | Supply or consume */*/document/id for enriched functionality. |
| POST/payments/reconciliation/payments/v1/spaces/[spaceId]/payments/[paymentId]:findProposedDocuments | Added the new optional response property under status 500 */*/document/connections. | Supply or consume */*/document/connections for enriched functionality. |
| POST/payments/reconciliation/payments/v1/spaces/[spaceId]/payments/[paymentId]:findProposedDocuments | Added the new optional response property under status 500 */*/document/createdAt. | Supply or consume */*/document/createdAt for enriched functionality. |
| POST/payments/reconciliation/payments/v1/spaces/[spaceId]/payments/[paymentId]:findProposedDocuments | Added the new optional response property under status 500 */*/document/metadata/currencyCode. | Supply or consume */*/document/metadata/currencyCode for enriched functionality. |
| POST/payments/reconciliation/payments/v1/spaces/[spaceId]/payments/[paymentId]:findProposedDocuments | Added the new optional response property under status 500 */*/document/metadata/documentNumber. | Supply or consume */*/document/metadata/documentNumber for enriched functionality. |
| POST/payments/reconciliation/payments/v1/spaces/[spaceId]/payments/[paymentId]:findProposedDocuments | Added the new optional response property under status 500 */*/document/metadata/documentReference. | Supply or consume */*/document/metadata/documentReference for enriched functionality. |
| POST/payments/reconciliation/payments/v1/spaces/[spaceId]/payments/[paymentId]:findProposedDocuments | Added the new optional response property under status 500 */*/document/metadata/documentTotals. | Supply or consume */*/document/metadata/documentTotals for enriched functionality. |
| POST/payments/reconciliation/payments/v1/spaces/[spaceId]/payments/[paymentId]:findProposedDocuments | Added the new optional response property under status 500 */*/document/metadata/paymentReference. | Supply or consume */*/document/metadata/paymentReference for enriched functionality. |
| POST/payments/reconciliation/payments/v1/spaces/[spaceId]/payments/[paymentId]:initiateAggregation | The documents/endToEndIdentification property is no longer required in the request payload. | Clients can omit this property. |
Payments Todo
BreakingBreaking Changes
| Method & Endpoint | The Change | Breaking Behavior | Migration Path |
|---|---|---|---|
| DEL/payments/todo/v1/callbacks/spaces/paymentDue:deactivate | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
| DEL/payments/todo/v1/todoActions | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
| DEL/payments/todo/v1/callbacks/paymentDue/messages | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
| DEL/payments/todo/v1/callbacks/paymentDue:update/messages | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
| DEL/payments/todo/v1/callbacks/spaces/paymentDue:activate | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
Platform
Platform Asset
BreakingBreaking Changes
| Method & Endpoint | The Change | Breaking Behavior | Migration Path |
|---|---|---|---|
| GET/platform/asset/v1/assets/[asset] | Modified the strict schema constraint content in the response payload under status 200. | Payloads violating the updated content validation rule will be rejected. | Update client-side schema definitions to respect the new content constraint. |
| POST/platform/asset/v1/assets/[asset] | Modified the strict schema constraint content in the response payload under status 200. | Payloads violating the updated content validation rule will be rejected. | Update client-side schema definitions to respect the new content constraint. |
InfoImprovements (Non-Breaking)
| Method & Endpoint | Enhancement Details | Developer Opportunity |
|---|---|---|
| GET/platform/asset/v1/assets/[asset] | Updated the schema metadata description in the response payload under status 406. | Provides better clarity or default behavior in the documentation. |
| POST/platform/asset/v1/assets/[asset] | Updated the schema metadata description at data in the request payload. | Provides better clarity or default behavior in the documentation. |
| POST/platform/asset/v1/assets/[asset] | Updated the schema metadata example at data in the request payload. | Provides better clarity or default behavior in the documentation. |
| POST/platform/asset/v1/assets/[asset] | Updated the schema metadata description at recipient/brand in the request payload. | Provides better clarity or default behavior in the documentation. |
| POST/platform/asset/v1/assets/[asset] | Updated the schema metadata example at recipient/brand in the request payload. | Provides better clarity or default behavior in the documentation. |
| POST/platform/asset/v1/assets/[asset] | Updated the schema metadata description at recipient/email in the request payload. | Provides better clarity or default behavior in the documentation. |
| POST/platform/asset/v1/assets/[asset] | Updated the schema metadata example at recipient/email in the request payload. | Provides better clarity or default behavior in the documentation. |
| POST/platform/asset/v1/assets/[asset] | Updated the schema metadata description at recipient/firstName in the request payload. | Provides better clarity or default behavior in the documentation. |
| POST/platform/asset/v1/assets/[asset] | Updated the schema metadata example at recipient/firstName in the request payload. | Provides better clarity or default behavior in the documentation. |
| POST/platform/asset/v1/assets/[asset] | Updated the schema metadata description at recipient/id in the request payload. | Provides better clarity or default behavior in the documentation. |
| POST/platform/asset/v1/assets/[asset] | Updated the schema metadata example at recipient/id in the request payload. | Provides better clarity or default behavior in the documentation. |
| POST/platform/asset/v1/assets/[asset] | Updated the schema metadata description at recipient/language in the request payload. | Provides better clarity or default behavior in the documentation. |
| POST/platform/asset/v1/assets/[asset] | Updated the schema metadata example at recipient/language in the request payload. | Provides better clarity or default behavior in the documentation. |
| POST/platform/asset/v1/assets/[asset] | Updated the schema metadata description at recipient/lastName in the request payload. | Provides better clarity or default behavior in the documentation. |
| POST/platform/asset/v1/assets/[asset] | Updated the schema metadata example at recipient/lastName in the request payload. | Provides better clarity or default behavior in the documentation. |
| POST/platform/asset/v1/assets/[asset] | Updated the schema metadata description at recipient/mobile in the request payload. | Provides better clarity or default behavior in the documentation. |
| POST/platform/asset/v1/assets/[asset] | Updated the schema metadata example at recipient/mobile in the request payload. | Provides better clarity or default behavior in the documentation. |
| POST/platform/asset/v1/assets/[asset] | Updated the schema metadata description at recipient in the request payload. | Provides better clarity or default behavior in the documentation. |
| POST/platform/asset/v1/assets/[asset] | Updated the schema metadata example at recipient in the request payload. | Provides better clarity or default behavior in the documentation. |
| POST/platform/asset/v1/assets/[asset] | Updated the schema metadata description in the request payload. | Provides better clarity or default behavior in the documentation. |
| POST/platform/asset/v1/assets/[asset] | Updated the schema metadata example in the request payload. | Provides better clarity or default behavior in the documentation. |
| POST/platform/asset/v1/assets/[asset] | Updated the schema metadata description in the response payload under status 406. | Provides better clarity or default behavior in the documentation. |
Platform Billing
BreakingBreaking Changes
| Method & Endpoint | The Change | Breaking Behavior | Migration Path |
|---|---|---|---|
| GET/platform/billing/api/v1/tenants/[tenant_id]/customers/[customer_id]/fetch_plans_info | Modified the strict schema constraint additionalPropertiesAllowed at application/vnd.api+json in the response payload under status 200. | Payloads violating the updated additionalPropertiesAllowed validation rule will be rejected. | Update client-side schema definitions to respect the new additionalPropertiesAllowed constraint. |
NewNew Endpoints
| Method & Endpoint | Core Functionality | Auth/Scopes Required |
|---|---|---|
| ADD/platform/billing/api/v1/tenants/[tenant_id]/customer_groups/fetch_customer_group_data | Access the newly provided functionality and features for this resource. | None specified |
| ADD/platform/billing/api/v1/tenants/[tenant_id]/customers/[customer_id]/add_to_group_by_name | Access the newly provided functionality and features for this resource. | None specified |
| ADD/platform/billing/api/v1/tenants/[tenant_id]/customers/[customer_id]/customers_for_orders_with_different_owners | Access the newly provided functionality and features for this resource. | None specified |
| ADD/platform/billing/api/v1/tenants/[tenant_id]/customers/[customer_id]/fetch_fee_usage_totals | Access the newly provided functionality and features for this resource. | None specified |
| ADD/platform/billing/api/v1/tenants/[tenant_id]/customers/[customer_id]/fetch_customer_invoice_discount | Access the newly provided functionality and features for this resource. | None specified |
| ADD/platform/billing/api/v1/tenants/[tenant_id]/customers/[customer_id]/fetch_plans_for_customer_clients | Access the newly provided functionality and features for this resource. | None specified |
| ADD/platform/billing/api/v1/tenants/[tenant_id]/customers/[customer_id]/expire_purchase | Access the newly provided functionality and features for this resource. | None specified |
| ADD/platform/billing/api/v1/tenants/[tenant_id]/customers/[customer_id]/fetch_plan_details_for_clients | Access the newly provided functionality and features for this resource. | None specified |
| ADD/platform/billing/api/v1/tenants/[tenant_id]/customers/[customer_id]/purge | Access the newly provided functionality and features for this resource. | None specified |
| ADD/platform/billing/api/v1/tenants/[tenant_id]/orders/bulk_future | Access the newly provided functionality and features for this resource. | None specified |
| ADD/platform/billing/api/v1/tenants/[tenant_id]/customers/[customer_id]/fetch_promo_code_data | Access the newly provided functionality and features for this resource. | None specified |
InfoImprovements (Non-Breaking)
| Method & Endpoint | Enhancement Details | Developer Opportunity |
|---|---|---|
| GET/platform/billing/api/v1/tenants/[tenant_id]/customers/[customer_id]/fetch_client_active_subscriptions | Added the new optional response property under status 200 application/vnd.api+json/future_orders. | Supply or consume application/vnd.api+json/future_orders for enriched functionality. |
| GET/platform/billing/api/v1/tenants/[tenant_id]/customers/[customer_id]/fetch_client_active_subscriptions | Added the new optional response property under status 200 application/vnd.api+json/purchases/paid_by_other_partner. | Supply or consume application/vnd.api+json/purchases/paid_by_other_partner for enriched functionality. |
| GET/platform/billing/api/v1/tenants/[tenant_id]/customers/[customer_id]/fetch_client_active_subscriptions | Added the new optional response property under status 200 application/vnd.api+json/purchases/term. | Supply or consume application/vnd.api+json/purchases/term for enriched functionality. |
| GET/platform/billing/api/v1/tenants/[tenant_id]/customers/[customer_id]/fetch_client_active_subscriptions | Added the new optional response property under status 200 application/vnd.api+json/purchases/end_date. | Supply or consume application/vnd.api+json/purchases/end_date for enriched functionality. |
| GET/platform/billing/api/v1/tenants/[tenant_id]/customers/[customer_id]/fetch_client_active_subscriptions | Updated the schema metadata example at application/vnd.api+json/purchases/paid_by_client in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/platform/billing/api/v1/tenants/[tenant_id]/customers/[customer_id]/fetch_client_invoice_details | Added the new optional response property under status 200 application/vnd.api+json/invoice_data/applied_invoice_discount. | Supply or consume application/vnd.api+json/invoice_data/applied_invoice_discount for enriched functionality. |
| GET/platform/billing/api/v1/tenants/[tenant_id]/customers/[customer_id]/fetch_client_monthly_purchases | Added the new optional response property under status 200 application/vnd.api+json/applied_invoice_discounts. | Supply or consume application/vnd.api+json/applied_invoice_discounts for enriched functionality. |
| GET/platform/billing/api/v1/tenants/[tenant_id]/customers/[customer_id]/fetch_clients_invoices | Added the new optional request property query. | Filter or enhance queries by utilizing the query parameter for more targeted results. |
| GET/platform/billing/api/v1/tenants/[tenant_id]/customers/[customer_id]/fetch_clients_invoices_details | Added the new optional request property query. | Filter or enhance queries by utilizing the query parameter for more targeted results. |
| GET/platform/billing/api/v1/tenants/[tenant_id]/customers/[customer_id]/fetch_clients_invoices_details | Added the new optional response property under status 200 application/vnd.api+json/invoices_data/applied_invoice_discounts. | Supply or consume application/vnd.api+json/invoices_data/applied_invoice_discounts for enriched functionality. |
| GET/platform/billing/api/v1/tenants/[tenant_id]/customers/[customer_id]/fetch_customer_active_subscriptions | Added the new optional response property under status 200 application/vnd.api+json/allow_future_order. | Supply or consume application/vnd.api+json/allow_future_order for enriched functionality. |
| GET/platform/billing/api/v1/tenants/[tenant_id]/customers/[customer_id]/fetch_future_invoice | Added the new optional response property under status 200 application/vnd.api+json/applied_invoice_discount. | Supply or consume application/vnd.api+json/applied_invoice_discount for enriched functionality. |
| GET/platform/billing/api/v1/tenants/[tenant_id]/customers/[customer_id]/fetch_future_invoice | Added the new optional response property under status 200 application/vnd.api+json/fee_purchases. | Supply or consume application/vnd.api+json/fee_purchases for enriched functionality. |
| GET/platform/billing/api/v1/tenants/[tenant_id]/customers/[customer_id]/fetch_payment_status_failed_invoices | Added the new optional response property under status 200 application/vnd.api+json/details/applied_invoice_discount. | Supply or consume application/vnd.api+json/details/applied_invoice_discount for enriched functionality. |
| GET/platform/billing/api/v1/tenants/[tenant_id]/customers/[customer_id]/fetch_plan_details | Added the new optional request property query. | Filter or enhance queries by utilizing the query parameter for more targeted results. |
| GET/platform/billing/api/v1/tenants/[tenant_id]/customers/[customer_id]/fetch_plan_details | Added the new optional response property under status 200 application/vnd.api+json/product_fees. | Supply or consume application/vnd.api+json/product_fees for enriched functionality. |
| GET/platform/billing/api/v1/tenants/[tenant_id]/customers/[customer_id]/fetch_plan_details | Updated the schema metadata example at application/vnd.api+json/add_ons in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/platform/billing/api/v1/tenants/[tenant_id]/customers/[customer_id]/fetch_plan_details | Updated the schema metadata example at application/vnd.api+json/purchase_details in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/platform/billing/api/v1/tenants/[tenant_id]/customers/[customer_id]/fetch_plans_for_customer | Added the new optional request property query. | Filter or enhance queries by utilizing the query parameter for more targeted results. |
| GET/platform/billing/api/v1/tenants/[tenant_id]/customers/[customer_id]/fetch_plans_for_customer | Updated the schema metadata example at application/vnd.api+json/template_products_data in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| POST/platform/billing/api/v1/tenants/[tenant_id]/customers/[customer_id]/fetch_subscription_with_features | Added the new optional response property under status 200 application/vnd.api+json/available_for_client. | Supply or consume application/vnd.api+json/available_for_client for enriched functionality. |
| GET/platform/billing/api/v1/tenants/[tenant_id]/customers/[customer_id]/fetch_subscriptions_for_customer | Added the new optional response property under status 200 application/vnd.api+json/fees. | Supply or consume application/vnd.api+json/fees for enriched functionality. |
| POST/platform/billing/api/v1/tenants/[tenant_id]/purchases/bulk | Added the new optional request property application/vnd.api+json/dolphin_consent_description. | Supply or consume application/vnd.api+json/dolphin_consent_description for enriched functionality. |
Platform Branding
BreakingBreaking Changes
| Method & Endpoint | The Change | Breaking Behavior | Migration Path |
|---|---|---|---|
| DEL/platform/branding/v1/spaces/[spaceId]/branding | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
| DEL/platform/branding/v1/spaces/[spaceId]/branding/logos/[logo] | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
Platform Email
BreakingBreaking Changes
| Method & Endpoint | The Change | Breaking Behavior | Migration Path |
|---|---|---|---|
| DEL/platform/email/v1/emails | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
| POST/platform/email/v1/feedback/email/mailgun | Modified the strict schema constraint minLength at event-data/event in the request payload. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| POST/platform/email/v1/feedback/email/mailgun | Modified the strict schema constraint minLength at event-data/id in the request payload. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| POST/platform/email/v1/feedback/email/mailgun | Removed the event-data/user-variables/subject request property. | Client payloads including the event-data/user-variables/subject field will be rejected. | Remove the event-data/user-variables/subject parameter from request payload models. |
| POST/platform/email/v1/feedback/email/mailgun | The event-data/event property is now REQUIRED in the request payload. | Omitting event-data/event will cause validation errors. | Ensure event-data/event is populated. |
| POST/platform/email/v1/feedback/email/mailgun | The event-data/id property is now REQUIRED in the request payload. | Omitting event-data/id will cause validation errors. | Ensure event-data/id is populated. |
| POST/platform/email/v1/feedback/email/mailgun | Modified the strict schema constraint minLength at signature/signature in the request payload. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| POST/platform/email/v1/feedback/email/mailgun | Modified the strict schema constraint minLength at signature/timestamp in the request payload. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| POST/platform/email/v1/feedback/email/mailgun | Modified the strict schema constraint minLength at signature/token in the request payload. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| POST/platform/email/v1/feedback/email/mailgun | The signature/signature property is now REQUIRED in the request payload. | Omitting signature/signature will cause validation errors. | Ensure signature/signature is populated. |
| POST/platform/email/v1/feedback/email/mailgun | The signature/timestamp property is now REQUIRED in the request payload. | Omitting signature/timestamp will cause validation errors. | Ensure signature/timestamp is populated. |
| POST/platform/email/v1/feedback/email/mailgun | The signature/token property is now REQUIRED in the request payload. | Omitting signature/token will cause validation errors. | Ensure signature/token is populated. |
InfoImprovements (Non-Breaking)
| Method & Endpoint | Enhancement Details | Developer Opportunity |
|---|---|---|
| POST/platform/email/v1/feedback/email/mailgun | Added the new optional request property event-data/delivery-status. | Supply or consume event-data/delivery-status for enriched functionality. |
| POST/platform/email/v1/feedback/email/mailgun | Added the new optional request property event-data/reject. | Supply or consume event-data/reject for enriched functionality. |
| POST/platform/email/v1/feedback/email/mailgun | Added the new optional request property event-data/user-variables/jwtSubject. | Supply or consume event-data/user-variables/jwtSubject for enriched functionality. |
| POST/platform/email/v1/feedback/email/mailgun | Added the new optional request property event-data/user-variables/notificationId. | Supply or consume event-data/user-variables/notificationId for enriched functionality. |
| POST/platform/email/v1/feedback/email/mailgun | Added the new optional request property event-data/user-variables/traceId. | Supply or consume event-data/user-variables/traceId for enriched functionality. |
Platform Event
BreakingBreaking Changes
| Method & Endpoint | The Change | Breaking Behavior | Migration Path |
|---|---|---|---|
| DEL/platform/event/v1/[ownerId]/events:grouping | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
| DEL/platform/event/v1/entities/[entityId]/events:grouping | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
| DEL/platform/event/v1/spaces/[spaceId]/events:grouping | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
NewNew Endpoints
| Method & Endpoint | Core Functionality | Auth/Scopes Required |
|---|---|---|
| ADD/platform/event/v2/spaces/[spaceId]/events | Access the newly provided functionality and features for this resource. | None specified |
| ADD/platform/event/v2/entities/[entityId]/events | Access the newly provided functionality and features for this resource. | None specified |
InfoImprovements (Non-Breaking)
| Method & Endpoint | Enhancement Details | Developer Opportunity |
|---|---|---|
| GET/platform/event/v1/entities/[entityId]/events | Updated the schema metadata default at events/level in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| POST/platform/event/v1/entities/[entityId]/events | Updated the schema metadata default at level in the request payload. | Provides better clarity or default behavior in the documentation. |
| POST/platform/event/v1/entities/[entityId]/events | The category property is no longer required in the request payload. | Clients can omit this property. |
| POST/platform/event/v1/entities/[entityId]/events | The createdAt property is no longer required in the request payload. | Clients can omit this property. |
| POST/platform/event/v1/entities/[entityId]/events | The subcategory property is no longer required in the request payload. | Clients can omit this property. |
| POST/platform/event/v1/entities/[entityId]/events | Updated the schema metadata default at level in the response payload under status 201. | Provides better clarity or default behavior in the documentation. |
| GET/platform/event/v1/spaces/[spaceId]/events | Updated the schema metadata default at events/level in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| POST/platform/event/v1/spaces/[spaceId]/events | Updated the schema metadata default at level in the request payload. | Provides better clarity or default behavior in the documentation. |
| POST/platform/event/v1/spaces/[spaceId]/events | The subcategory property is no longer required in the request payload. | Clients can omit this property. |
| POST/platform/event/v1/spaces/[spaceId]/events | The category property is no longer required in the request payload. | Clients can omit this property. |
| POST/platform/event/v1/spaces/[spaceId]/events | The createdAt property is no longer required in the request payload. | Clients can omit this property. |
| POST/platform/event/v1/spaces/[spaceId]/events | Updated the schema metadata default at level in the response payload under status 201. | Provides better clarity or default behavior in the documentation. |
| GET/platform/event/v1/[ownerId]/events | Updated the schema metadata default at events/level in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| POST/platform/event/v1/[ownerId]/events | Updated the schema metadata default at level in the request payload. | Provides better clarity or default behavior in the documentation. |
| POST/platform/event/v1/[ownerId]/events | The subcategory property is no longer required in the request payload. | Clients can omit this property. |
| POST/platform/event/v1/[ownerId]/events | The category property is no longer required in the request payload. | Clients can omit this property. |
| POST/platform/event/v1/[ownerId]/events | The createdAt property is no longer required in the request payload. | Clients can omit this property. |
| POST/platform/event/v1/[ownerId]/events | Updated the schema metadata default at level in the response payload under status 201. | Provides better clarity or default behavior in the documentation. |
Platform Extension Mgmt
BreakingBreaking Changes
| Method & Endpoint | The Change | Breaking Behavior | Migration Path |
|---|---|---|---|
| DEL/platform/extension_mgmt/v1/categories/[categoryId]/subcategories/[subCategoryId] | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
| DEL/platform/extension_mgmt/v1/categories | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
| DEL/platform/extension_mgmt/v1/categories/[categoryId] | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
| DEL/platform/extension_mgmt/v1/categories/[categoryId]/subcategories | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
| POST/platform/extension_mgmt/v1/applications | The POST method was removed from this endpoint. | Invocations using this method will fail with an HTTP 405 Method Not Allowed. | Migrate client calls to alternative methods or endpoints. |
| GET/platform/extension_mgmt/v1/applications | Removed the applications/description response property under status 200. | Client payloads including the applications/description field will be rejected. | Remove the applications/description parameter from response payload under status 200 models. |
| GET/platform/extension_mgmt/v1/applications | Removed the applications/displayName response property under status 200. | Client payloads including the applications/displayName field will be rejected. | Remove the applications/displayName parameter from response payload under status 200 models. |
| GET/platform/extension_mgmt/v1/applications | Removed the applications/shortDescription response property under status 200. | Client payloads including the applications/shortDescription field will be rejected. | Remove the applications/shortDescription parameter from response payload under status 200 models. |
| PATCH/platform/extension_mgmt/v1/applications/[applicationId] | The PATCH method was removed from this endpoint. | Invocations using this method will fail with an HTTP 405 Method Not Allowed. | Migrate client calls to alternative methods or endpoints. |
| GET/platform/extension_mgmt/v1/applications/[applicationId] | Removed the description response property under status 200. | Client payloads including the description field will be rejected. | Remove the description parameter from response payload under status 200 models. |
| GET/platform/extension_mgmt/v1/applications/[applicationId] | Removed the displayName response property under status 200. | Client payloads including the displayName field will be rejected. | Remove the displayName parameter from response payload under status 200 models. |
| GET/platform/extension_mgmt/v1/applications/[applicationId] | Removed the shortDescription response property under status 200. | Client payloads including the shortDescription field will be rejected. | Remove the shortDescription parameter from response payload under status 200 models. |
| POST/platform/extension_mgmt/v1/applications/[applicationId]/versions | The POST method was removed from this endpoint. | Invocations using this method will fail with an HTTP 405 Method Not Allowed. | Migrate client calls to alternative methods or endpoints. |
NewNew Endpoints
| Method & Endpoint | Core Functionality | Auth/Scopes Required |
|---|---|---|
| ADD/platform/extension_mgmt/v2/applications/[applicationId]/spaceSegments | Access the newly provided functionality and features for this resource. | None specified |
| ADD/platform/extension_mgmt/v2/categories/[categoryId] | Access the newly provided functionality and features for this resource. | None specified |
| ADD/platform/extension_mgmt/v2/applications/[applicationId]/infoLocalizations | Access the newly provided functionality and features for this resource. | None specified |
| ADD/platform/extension_mgmt/v1/applications/[applicationId]/languages | Access the newly provided functionality and features for this resource. | None specified |
| ADD/platform/extension_mgmt/v2/applications/[applicationId] | Access the newly provided functionality and features for this resource. | None specified |
| ADD/platform/extension_mgmt/v2/applications/[applicationId]/versions | Access the newly provided functionality and features for this resource. | None specified |
| ADD/platform/extension_mgmt/v1/applications/[applicationId]/categories | Access the newly provided functionality and features for this resource. | None specified |
| ADD/platform/extension_mgmt/v1/applications/[applicationId]/medias | Access the newly provided functionality and features for this resource. | None specified |
| ADD/platform/extension_mgmt/v1/applications/[applicationId]/brands | Access the newly provided functionality and features for this resource. | None specified |
| ADD/platform/extension_mgmt/v2/categories | Access the newly provided functionality and features for this resource. | None specified |
| ADD/platform/extension_mgmt/v2/applications | Access the newly provided functionality and features for this resource. | None specified |
| ADD/platform/extension_mgmt/v1/applications/[applicationId]/locations | Access the newly provided functionality and features for this resource. | None specified |
| ADD/platform/extension_mgmt/v1/applications/[applicationId]/spaceTypes | Access the newly provided functionality and features for this resource. | None specified |
| GET/platform/extension_mgmt/v1/applications/[applicationId]/versions | Added new GET functionality to this existing resource path. | None specified |
InfoImprovements (Non-Breaking)
| Method & Endpoint | Enhancement Details | Developer Opportunity |
|---|---|---|
| GET/platform/extension_mgmt/v1/applications | Added the new optional response property under status 200 applications/publisherName. | Supply or consume applications/publisherName for enriched functionality. |
| GET/platform/extension_mgmt/v1/applications | Added the new optional response property under status 200 applications/whitelistedDomains. | Supply or consume applications/whitelistedDomains for enriched functionality. |
| GET/platform/extension_mgmt/v1/applications | Added the new optional response property under status 200 applications/autoApproval. | Supply or consume applications/autoApproval for enriched functionality. |
| GET/platform/extension_mgmt/v1/applications | Updated the schema metadata example at applications/audienceType in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/platform/extension_mgmt/v1/applications | Updated the schema metadata description at applications/functionalType in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/platform/extension_mgmt/v1/applications | Updated the schema metadata example at applications/functionalType in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/platform/extension_mgmt/v1/applications | Updated the schema metadata example at applications/status in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/platform/extension_mgmt/v1/applications | The applications/namespace property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/platform/extension_mgmt/v1/applications | The applications/status property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/platform/extension_mgmt/v1/applications | The applications/shortDescription property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/platform/extension_mgmt/v1/applications | The applications/audienceType property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/platform/extension_mgmt/v1/applications | The applications/description property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/platform/extension_mgmt/v1/applications | The applications/name property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/platform/extension_mgmt/v1/applications | The applications/functionalType property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/platform/extension_mgmt/v1/applications | The applications/id property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/platform/extension_mgmt/v1/applications | The applications/displayName property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/platform/extension_mgmt/v1/applications | The currentPage property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/platform/extension_mgmt/v1/applications | The pageSize property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/platform/extension_mgmt/v1/applications | Updated the schema metadata example in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/platform/extension_mgmt/v1/applications/[applicationId] | Added the new optional response property under status 200 autoApproval. | Supply or consume autoApproval for enriched functionality. |
| GET/platform/extension_mgmt/v1/applications/[applicationId] | Added the new optional response property under status 200 publisherName. | Supply or consume publisherName for enriched functionality. |
| GET/platform/extension_mgmt/v1/applications/[applicationId] | Added the new optional response property under status 200 whitelistedDomains. | Supply or consume whitelistedDomains for enriched functionality. |
| GET/platform/extension_mgmt/v1/applications/[applicationId] | Updated the schema metadata example at audienceType in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/platform/extension_mgmt/v1/applications/[applicationId] | Updated the schema metadata description at functionalType in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/platform/extension_mgmt/v1/applications/[applicationId] | Updated the schema metadata example at functionalType in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/platform/extension_mgmt/v1/applications/[applicationId] | Updated the schema metadata example at status in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/platform/extension_mgmt/v1/applications/[applicationId] | The status property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/platform/extension_mgmt/v1/applications/[applicationId] | The audienceType property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/platform/extension_mgmt/v1/applications/[applicationId] | The functionalType property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/platform/extension_mgmt/v1/applications/[applicationId] | The namespace property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/platform/extension_mgmt/v1/applications/[applicationId] | The shortDescription property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/platform/extension_mgmt/v1/applications/[applicationId] | The description property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/platform/extension_mgmt/v1/applications/[applicationId] | The name property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/platform/extension_mgmt/v1/applications/[applicationId] | The displayName property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/platform/extension_mgmt/v1/applications/[applicationId] | The id property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/platform/extension_mgmt/v1/applications/[applicationId] | Updated the schema metadata example in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| PUT/platform/extension_mgmt/v1/applications/[applicationId]/logo | Updated the schema metadata description at multipart/form-data/logoFile in the request payload. | Provides better clarity or default behavior in the documentation. |
Platform Message
BreakingBreaking Changes
| Method & Endpoint | The Change | Breaking Behavior | Migration Path |
|---|---|---|---|
| DEL/platform/message/v1/sessions | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
| DEL/platform/message/v1/sessions/[sessionId]/events | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
| DEL/platform/message/v1/sessions/[sessionId]/subscriptions | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
| DEL/platform/message/v1/sessions/[sessionId]/subscriptions/[subscriptionId] | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
| DEL/platform/message/v1/messageAuthorizers/permission/authorizeMessage | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
| DEL/platform/message/v1/messageAuthorizers/subject/authorizeMessage | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
| DEL/platform/message/v1/messages | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
NewNew Endpoints
| Method & Endpoint | Core Functionality | Auth/Scopes Required |
|---|---|---|
| ADD/platform/message/v1/eventSources/[sourceId]/subscriptions/[subscriptionId] | Access the newly provided functionality and features for this resource. | None specified |
| ADD/platform/message/v1/eventSources/[sourceId]:receiveEvents | Access the newly provided functionality and features for this resource. | None specified |
| ADD/platform/message/v2/messages:send | Access the newly provided functionality and features for this resource. | None specified |
| ADD/platform/message/v1/eventSources | Access the newly provided functionality and features for this resource. | None specified |
| ADD/platform/message/v1/eventSources/[sourceId]/subscriptions | Access the newly provided functionality and features for this resource. | None specified |
Platform Notification
BreakingBreaking Changes
| Method & Endpoint | The Change | Breaking Behavior | Migration Path |
|---|---|---|---|
| POST/platform/notification/v1/notifications | Modified the strict schema constraint minLength at asset in the request payload. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| POST/platform/notification/v1/notifications | Modified the strict schema constraint minItems at channels in the request payload. | Payloads violating the updated minItems validation rule will be rejected. | Update client-side schema definitions to respect the new minItems constraint. |
| POST/platform/notification/v1/notifications | Modified the strict schema constraint minLength at recipient/brand in the request payload. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| POST/platform/notification/v1/notifications | Modified the strict schema constraint minLength at recipient/firstName in the request payload. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| POST/platform/notification/v1/notifications | Modified the strict schema constraint minLength at recipient/language in the request payload. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| POST/platform/notification/v1/notifications | Modified the strict schema constraint minLength at recipient/lastName in the request payload. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| POST/platform/notification/v1/notifications | Modified the strict schema constraint minLength at notificationId in the response payload under status 202. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
InfoImprovements (Non-Breaking)
| Method & Endpoint | Enhancement Details | Developer Opportunity |
|---|---|---|
| POST/platform/notification/v1/notifications | Added the new optional request property deviceType. | Supply or consume deviceType for enriched functionality. |
| POST/platform/notification/v1/notifications | Added the new optional request property groupName. | Supply or consume groupName for enriched functionality. |
| POST/platform/notification/v1/notifications | Added the new optional request property appName. | Supply or consume appName for enriched functionality. |
| POST/platform/notification/v1/notifications | Added the new optional request property reference. | Supply or consume reference for enriched functionality. |
| POST/platform/notification/v1/notifications | Updated the schema metadata description at asset in the request payload. | Provides better clarity or default behavior in the documentation. |
| POST/platform/notification/v1/notifications | Updated the schema metadata example at asset in the request payload. | Provides better clarity or default behavior in the documentation. |
| POST/platform/notification/v1/notifications | Added the new push-notification enum value to the channels request property. | You can now use this new enum value in requests. |
| POST/platform/notification/v1/notifications | Updated the schema metadata description at channels in the request payload. | Provides better clarity or default behavior in the documentation. |
| POST/platform/notification/v1/notifications | Updated the schema metadata example at channels in the request payload. | Provides better clarity or default behavior in the documentation. |
| POST/platform/notification/v1/notifications | Updated the schema metadata description at channels in the request payload. | Provides better clarity or default behavior in the documentation. |
| POST/platform/notification/v1/notifications | Updated the schema metadata example at channels in the request payload. | Provides better clarity or default behavior in the documentation. |
| POST/platform/notification/v1/notifications | Updated the schema metadata description at data/additionalProperties in the request payload. | Provides better clarity or default behavior in the documentation. |
| POST/platform/notification/v1/notifications | Updated the schema metadata example at data/additionalProperties in the request payload. | Provides better clarity or default behavior in the documentation. |
| POST/platform/notification/v1/notifications | Updated the schema metadata description at data in the request payload. | Provides better clarity or default behavior in the documentation. |
| POST/platform/notification/v1/notifications | Updated the schema metadata example at data in the request payload. | Provides better clarity or default behavior in the documentation. |
| POST/platform/notification/v1/notifications | Updated the schema metadata description at locale in the request payload. | Provides better clarity or default behavior in the documentation. |
| POST/platform/notification/v1/notifications | Updated the schema metadata example at locale in the request payload. | Provides better clarity or default behavior in the documentation. |
| POST/platform/notification/v1/notifications | Updated the schema metadata description at recipient/brand in the request payload. | Provides better clarity or default behavior in the documentation. |
| POST/platform/notification/v1/notifications | Updated the schema metadata example at recipient/brand in the request payload. | Provides better clarity or default behavior in the documentation. |
| POST/platform/notification/v1/notifications | Updated the schema metadata description at recipient/email in the request payload. | Provides better clarity or default behavior in the documentation. |
| POST/platform/notification/v1/notifications | Updated the schema metadata example at recipient/email in the request payload. | Provides better clarity or default behavior in the documentation. |
| POST/platform/notification/v1/notifications | Updated the schema metadata description at recipient/firstName in the request payload. | Provides better clarity or default behavior in the documentation. |
| POST/platform/notification/v1/notifications | Updated the schema metadata example at recipient/firstName in the request payload. | Provides better clarity or default behavior in the documentation. |
| POST/platform/notification/v1/notifications | Updated the schema metadata description at recipient/language in the request payload. | Provides better clarity or default behavior in the documentation. |
| POST/platform/notification/v1/notifications | Updated the schema metadata example at recipient/language in the request payload. | Provides better clarity or default behavior in the documentation. |
| POST/platform/notification/v1/notifications | Updated the schema metadata description at recipient/lastName in the request payload. | Provides better clarity or default behavior in the documentation. |
| POST/platform/notification/v1/notifications | Updated the schema metadata example at recipient/lastName in the request payload. | Provides better clarity or default behavior in the documentation. |
| POST/platform/notification/v1/notifications | Updated the schema metadata description at recipient/mobile in the request payload. | Provides better clarity or default behavior in the documentation. |
| POST/platform/notification/v1/notifications | Updated the schema metadata example at recipient/mobile in the request payload. | Provides better clarity or default behavior in the documentation. |
| POST/platform/notification/v1/notifications | Updated the schema metadata description at recipient in the request payload. | Provides better clarity or default behavior in the documentation. |
| POST/platform/notification/v1/notifications | Updated the schema metadata example at recipient in the request payload. | Provides better clarity or default behavior in the documentation. |
| POST/platform/notification/v1/notifications | Updated the schema metadata description at space in the request payload. | Provides better clarity or default behavior in the documentation. |
| POST/platform/notification/v1/notifications | Updated the schema metadata example at space in the request payload. | Provides better clarity or default behavior in the documentation. |
| POST/platform/notification/v1/notifications | Updated the schema metadata description at subject in the request payload. | Provides better clarity or default behavior in the documentation. |
| POST/platform/notification/v1/notifications | Updated the schema metadata example at subject in the request payload. | Provides better clarity or default behavior in the documentation. |
| POST/platform/notification/v1/notifications | Updated the schema metadata description in the request payload. | Provides better clarity or default behavior in the documentation. |
| POST/platform/notification/v1/notifications | Updated the schema metadata example in the request payload. | Provides better clarity or default behavior in the documentation. |
| POST/platform/notification/v1/notifications | Updated the schema metadata description at notificationId in the response payload under status 202. | Provides better clarity or default behavior in the documentation. |
| POST/platform/notification/v1/notifications | Updated the schema metadata example at notificationId in the response payload under status 202. | Provides better clarity or default behavior in the documentation. |
| POST/platform/notification/v1/notifications | Updated the schema metadata description in the response payload under status 202. | Provides better clarity or default behavior in the documentation. |
| POST/platform/notification/v1/notifications | Updated the schema metadata example in the response payload under status 202. | Provides better clarity or default behavior in the documentation. |
Platform Plugin
BreakingBreaking Changes
| Method & Endpoint | The Change | Breaking Behavior | Migration Path |
|---|---|---|---|
| DEL/platform/plugin/api/v1/extensionPoints/[extensionPointId]/extensions/[extensionId] | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
| DEL/platform/plugin/api/v1/extensionPoints/[extensionPointId]/extensions | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
| GET/platform/plugin/api/v1/extensionPoints | The GET method was removed from this endpoint. | Invocations using this method will fail with an HTTP 405 Method Not Allowed. | Migrate client calls to alternative methods or endpoints. |
| POST/platform/plugin/api/v1/extensionPoints | Modified the strict schema constraint minLength at authorizationEndpoint/url in the request payload. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| POST/platform/plugin/api/v1/extensionPoints | Modified the strict schema constraint minLength at name in the request payload. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| POST/platform/plugin/api/v1/extensionPoints | Modified the strict schema constraint minLength at namespace in the request payload. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| POST/platform/plugin/api/v1/extensionPoints | The version property is now REQUIRED in the request payload. | Omitting version will cause validation errors. | Ensure version is populated. |
| POST/platform/plugin/api/v1/extensionPoints | Modified the strict schema constraint minLength at authorizationEndpoint/url in the response payload under status 201. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| POST/platform/plugin/api/v1/extensionPoints | Modified the strict schema constraint minLength at name in the response payload under status 201. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| POST/platform/plugin/api/v1/extensionPoints | Modified the strict schema constraint minLength at namespace in the response payload under status 201. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| POST/platform/plugin/api/v1/extensionPoints | Modified the strict schema constraint minLength at authorizationEndpoint/url in the response payload under status 403. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| POST/platform/plugin/api/v1/extensionPoints | Modified the strict schema constraint minLength at name in the response payload under status 403. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| POST/platform/plugin/api/v1/extensionPoints | Modified the strict schema constraint minLength at namespace in the response payload under status 403. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| GET/platform/plugin/api/v1/extensionPoints/[extensionPointId] | The GET method was removed from this endpoint. | Invocations using this method will fail with an HTTP 405 Method Not Allowed. | Migrate client calls to alternative methods or endpoints. |
| PATCH/platform/plugin/api/v1/extensionPoints/[extensionPointId] | Modified the strict schema constraint minLength at authorizationEndpoint/url in the response payload under status 200. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| PATCH/platform/plugin/api/v1/extensionPoints/[extensionPointId] | Modified the strict schema constraint minLength at name in the response payload under status 200. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| PATCH/platform/plugin/api/v1/extensionPoints/[extensionPointId] | Modified the strict schema constraint minLength at namespace in the response payload under status 200. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| PATCH/platform/plugin/api/v1/extensionPoints/[extensionPointId] | Modified the strict schema constraint minLength at authorizationEndpoint/url in the response payload under status 403. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| PATCH/platform/plugin/api/v1/extensionPoints/[extensionPointId] | Modified the strict schema constraint minLength at name in the response payload under status 403. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| PATCH/platform/plugin/api/v1/extensionPoints/[extensionPointId] | Modified the strict schema constraint minLength at namespace in the response payload under status 403. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| PUT/platform/plugin/api/v1/extensionPoints/[extensionPointId] | Modified the strict schema constraint minLength at authorizationEndpoint/url in the request payload. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| PUT/platform/plugin/api/v1/extensionPoints/[extensionPointId] | Modified the strict schema constraint minLength at name in the request payload. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| PUT/platform/plugin/api/v1/extensionPoints/[extensionPointId] | Modified the strict schema constraint minLength at namespace in the request payload. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| PUT/platform/plugin/api/v1/extensionPoints/[extensionPointId] | The version property is now REQUIRED in the request payload. | Omitting version will cause validation errors. | Ensure version is populated. |
| PUT/platform/plugin/api/v1/extensionPoints/[extensionPointId] | Modified the strict schema constraint minLength at authorizationEndpoint/url in the response payload under status 200. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| PUT/platform/plugin/api/v1/extensionPoints/[extensionPointId] | Modified the strict schema constraint minLength at name in the response payload under status 200. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| PUT/platform/plugin/api/v1/extensionPoints/[extensionPointId] | Modified the strict schema constraint minLength at namespace in the response payload under status 200. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| PUT/platform/plugin/api/v1/extensionPoints/[extensionPointId] | Modified the strict schema constraint minLength at authorizationEndpoint/url in the response payload under status 403. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| PUT/platform/plugin/api/v1/extensionPoints/[extensionPointId] | Modified the strict schema constraint minLength at name in the response payload under status 403. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| PUT/platform/plugin/api/v1/extensionPoints/[extensionPointId] | Modified the strict schema constraint minLength at namespace in the response payload under status 403. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| POST/platform/plugin/api/v1/extensionPoints/[extensionPointId]:reAuthorize | Removed the 204 response status code. | Clients expecting this exact status will encounter errors. | Update error handlers. |
NewNew Endpoints
| Method & Endpoint | Core Functionality | Auth/Scopes Required |
|---|---|---|
| ADD/platform/plugin/v2/pluginInterfaces/[pluginInterfaceId]/plugins/[pluginId] | Access the newly provided functionality and features for this resource. | None specified |
| ADD/platform/plugin/v2/pluginInterfaces/[pluginInterfaceId]:reAuthorize | Access the newly provided functionality and features for this resource. | None specified |
| ADD/platform/plugin/v2/pluginInterfaces | Access the newly provided functionality and features for this resource. | None specified |
| ADD/platform/plugin/v2/pluginInterfaces/[pluginInterfaceId] | Access the newly provided functionality and features for this resource. | None specified |
| ADD/platform/plugin/v2/pluginInterfaces/[pluginInterfaceId]/plugins | Access the newly provided functionality and features for this resource. | None specified |
InfoImprovements (Non-Breaking)
| Method & Endpoint | Enhancement Details | Developer Opportunity |
|---|---|---|
| POST/platform/plugin/api/v1/extensionPoints | Updated the schema metadata description at authorizationEndpoint/authorizationHeader in the request payload. | Provides better clarity or default behavior in the documentation. |
| POST/platform/plugin/api/v1/extensionPoints | Updated the schema metadata description at authorizationEndpoint/url in the request payload. | Provides better clarity or default behavior in the documentation. |
| POST/platform/plugin/api/v1/extensionPoints | Updated the schema metadata example at authorizationEndpoint/url in the request payload. | Provides better clarity or default behavior in the documentation. |
| POST/platform/plugin/api/v1/extensionPoints | Updated the schema metadata description at authorizationEndpoint/authorizationHeader in the response payload under status 201. | Provides better clarity or default behavior in the documentation. |
| POST/platform/plugin/api/v1/extensionPoints | Updated the schema metadata description at authorizationEndpoint/url in the response payload under status 201. | Provides better clarity or default behavior in the documentation. |
| POST/platform/plugin/api/v1/extensionPoints | Updated the schema metadata example at authorizationEndpoint/url in the response payload under status 201. | Provides better clarity or default behavior in the documentation. |
| POST/platform/plugin/api/v1/extensionPoints | Updated the schema metadata description at authorizationEndpoint/authorizationHeader in the response payload under status 403. | Provides better clarity or default behavior in the documentation. |
| POST/platform/plugin/api/v1/extensionPoints | Updated the schema metadata description at authorizationEndpoint/url in the response payload under status 403. | Provides better clarity or default behavior in the documentation. |
| POST/platform/plugin/api/v1/extensionPoints | Updated the schema metadata example at authorizationEndpoint/url in the response payload under status 403. | Provides better clarity or default behavior in the documentation. |
| POST/platform/plugin/api/v1/extensionPoints | Marked the endpoint as deprecated. | This endpoint will be removed in a future release. |
| DELETE/platform/plugin/api/v1/extensionPoints/[extensionPointId] | Marked the endpoint as deprecated. | This endpoint will be removed in a future release. |
| PATCH/platform/plugin/api/v1/extensionPoints/[extensionPointId] | Updated the schema metadata description at authorizationEndpoint/authorizationHeader in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| PATCH/platform/plugin/api/v1/extensionPoints/[extensionPointId] | Updated the schema metadata description at authorizationEndpoint/url in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| PATCH/platform/plugin/api/v1/extensionPoints/[extensionPointId] | Updated the schema metadata example at authorizationEndpoint/url in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| PATCH/platform/plugin/api/v1/extensionPoints/[extensionPointId] | Updated the schema metadata description at authorizationEndpoint/authorizationHeader in the response payload under status 403. | Provides better clarity or default behavior in the documentation. |
| PATCH/platform/plugin/api/v1/extensionPoints/[extensionPointId] | Updated the schema metadata description at authorizationEndpoint/url in the response payload under status 403. | Provides better clarity or default behavior in the documentation. |
| PATCH/platform/plugin/api/v1/extensionPoints/[extensionPointId] | Updated the schema metadata example at authorizationEndpoint/url in the response payload under status 403. | Provides better clarity or default behavior in the documentation. |
| PATCH/platform/plugin/api/v1/extensionPoints/[extensionPointId] | Marked the endpoint as deprecated. | This endpoint will be removed in a future release. |
| PUT/platform/plugin/api/v1/extensionPoints/[extensionPointId] | Updated the schema metadata description at authorizationEndpoint/authorizationHeader in the request payload. | Provides better clarity or default behavior in the documentation. |
| PUT/platform/plugin/api/v1/extensionPoints/[extensionPointId] | Updated the schema metadata description at authorizationEndpoint/url in the request payload. | Provides better clarity or default behavior in the documentation. |
| PUT/platform/plugin/api/v1/extensionPoints/[extensionPointId] | Updated the schema metadata example at authorizationEndpoint/url in the request payload. | Provides better clarity or default behavior in the documentation. |
| PUT/platform/plugin/api/v1/extensionPoints/[extensionPointId] | Updated the schema metadata description at authorizationEndpoint/authorizationHeader in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| PUT/platform/plugin/api/v1/extensionPoints/[extensionPointId] | Updated the schema metadata description at authorizationEndpoint/url in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| PUT/platform/plugin/api/v1/extensionPoints/[extensionPointId] | Updated the schema metadata example at authorizationEndpoint/url in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| PUT/platform/plugin/api/v1/extensionPoints/[extensionPointId] | Updated the schema metadata description at authorizationEndpoint/authorizationHeader in the response payload under status 403. | Provides better clarity or default behavior in the documentation. |
| PUT/platform/plugin/api/v1/extensionPoints/[extensionPointId] | Updated the schema metadata description at authorizationEndpoint/url in the response payload under status 403. | Provides better clarity or default behavior in the documentation. |
| PUT/platform/plugin/api/v1/extensionPoints/[extensionPointId] | Updated the schema metadata example at authorizationEndpoint/url in the response payload under status 403. | Provides better clarity or default behavior in the documentation. |
| PUT/platform/plugin/api/v1/extensionPoints/[extensionPointId] | Marked the endpoint as deprecated. | This endpoint will be removed in a future release. |
| POST/platform/plugin/api/v1/extensionPoints/[extensionPointId]:reAuthorize | Updated the schema metadata description in the response payload under status 202. | Provides better clarity or default behavior in the documentation. |
| POST/platform/plugin/api/v1/extensionPoints/[extensionPointId]:reAuthorize | Marked the endpoint as deprecated. | This endpoint will be removed in a future release. |
Platform Pushnotification
BreakingBreaking Changes
| Method & Endpoint | The Change | Breaking Behavior | Migration Path |
|---|---|---|---|
| DEL/platform/pushnotification/v1/pushnotifications | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
Platform Sms
BreakingBreaking Changes
| Method & Endpoint | The Change | Breaking Behavior | Migration Path |
|---|---|---|---|
| DEL/platform/sms/v1/smses | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
Platform Todo
BreakingBreaking Changes
| Method & Endpoint | The Change | Breaking Behavior | Migration Path |
|---|---|---|---|
| DEL/platform/todo/v1/plugins/todoTypeAuthorizer/authorize | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
| GET/platform/todo/v1/spaces/[spaceId]/todoItems | Removed the todoItems/resourceId response property under status 200. | Client payloads including the todoItems/resourceId field will be rejected. | Remove the todoItems/resourceId parameter from response payload under status 200 models. |
| GET/platform/todo/v1/spaces/[spaceId]/todoItems | Removed the todoItems/scope response property under status 200. | Client payloads including the todoItems/scope field will be rejected. | Remove the todoItems/scope parameter from response payload under status 200 models. |
| GET/platform/todo/v1/spaces/[spaceId]/todoItems | Modified the strict schema constraint minLength at todoItems/type in the response payload under status 200. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| GET/platform/todo/v1/spaces/[spaceId]/todoItems | Removed the application/x-ndjson/resourceId response property under status 200. | Client payloads including the application/x-ndjson/resourceId field will be rejected. | Remove the application/x-ndjson/resourceId parameter from response payload under status 200 models. |
| GET/platform/todo/v1/spaces/[spaceId]/todoItems | Removed the application/x-ndjson/scope response property under status 200. | Client payloads including the application/x-ndjson/scope field will be rejected. | Remove the application/x-ndjson/scope parameter from response payload under status 200 models. |
| GET/platform/todo/v1/spaces/[spaceId]/todoItems | Modified the strict schema constraint minLength at application/x-ndjson/type in the response payload under status 200. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| POST/platform/todo/v1/spaces/[spaceId]/todoItems | Removed the resourceId request property. | Client payloads including the resourceId field will be rejected. | Remove the resourceId parameter from request payload models. |
| POST/platform/todo/v1/spaces/[spaceId]/todoItems | Removed the scope request property. | Client payloads including the scope field will be rejected. | Remove the scope parameter from request payload models. |
| POST/platform/todo/v1/spaces/[spaceId]/todoItems | Modified the strict schema constraint minLength at type in the request payload. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| POST/platform/todo/v1/spaces/[spaceId]/todoItems | Removed the resourceId response property under status 201. | Client payloads including the resourceId field will be rejected. | Remove the resourceId parameter from response payload under status 201 models. |
| POST/platform/todo/v1/spaces/[spaceId]/todoItems | Removed the scope response property under status 201. | Client payloads including the scope field will be rejected. | Remove the scope parameter from response payload under status 201 models. |
| POST/platform/todo/v1/spaces/[spaceId]/todoItems | Modified the strict schema constraint minLength at type in the response payload under status 201. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| GET/platform/todo/v1/spaces/[spaceId]/todoItems/[todoItemId] | Removed the resourceId response property under status 200. | Client payloads including the resourceId field will be rejected. | Remove the resourceId parameter from response payload under status 200 models. |
| GET/platform/todo/v1/spaces/[spaceId]/todoItems/[todoItemId] | Removed the scope response property under status 200. | Client payloads including the scope field will be rejected. | Remove the scope parameter from response payload under status 200 models. |
| GET/platform/todo/v1/spaces/[spaceId]/todoItems/[todoItemId] | Modified the strict schema constraint minLength at type in the response payload under status 200. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| PUT/platform/todo/v1/spaces/[spaceId]/todoItems/[todoItemId] | Removed the resourceId response property under status 200. | Client payloads including the resourceId field will be rejected. | Remove the resourceId parameter from response payload under status 200 models. |
| PUT/platform/todo/v1/spaces/[spaceId]/todoItems/[todoItemId] | Removed the scope response property under status 200. | Client payloads including the scope field will be rejected. | Remove the scope parameter from response payload under status 200 models. |
| PUT/platform/todo/v1/spaces/[spaceId]/todoItems/[todoItemId] | Modified the strict schema constraint minLength at type in the response payload under status 200. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
NewNew Endpoints
| Method & Endpoint | Core Functionality | Auth/Scopes Required |
|---|---|---|
| ADD/platform/todo/v1/spaces/[spaceId]/todoItems:summarize | Access the newly provided functionality and features for this resource. | None specified |
| ADD/platform/todo/v2/plugins/todoTypes/authorize | Access the newly provided functionality and features for this resource. | None specified |
InfoImprovements (Non-Breaking)
| Method & Endpoint | Enhancement Details | Developer Opportunity |
|---|---|---|
| GET/platform/todo/v1/spaces/[spaceId]/todoItems | Added the new optional request property query. | Filter or enhance queries by utilizing the query parameter for more targeted results. |
| GET/platform/todo/v1/spaces/[spaceId]/todoItems | Added the new optional response property under status 200 todoItems/requiredPermission. | Supply or consume todoItems/requiredPermission for enriched functionality. |
| GET/platform/todo/v1/spaces/[spaceId]/todoItems | Added the new optional response property under status 200 todoItems/updatedAt. | Supply or consume todoItems/updatedAt for enriched functionality. |
| GET/platform/todo/v1/spaces/[spaceId]/todoItems | Added the new optional response property under status 200 todoItems/createdAt. | Supply or consume todoItems/createdAt for enriched functionality. |
| GET/platform/todo/v1/spaces/[spaceId]/todoItems | Updated the schema metadata description at todoItems/data in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/platform/todo/v1/spaces/[spaceId]/todoItems | Updated the schema metadata example at todoItems/data in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/platform/todo/v1/spaces/[spaceId]/todoItems | Updated the schema metadata description at todoItems/id in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/platform/todo/v1/spaces/[spaceId]/todoItems | Updated the schema metadata example at todoItems/id in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/platform/todo/v1/spaces/[spaceId]/todoItems | Updated the schema metadata description at todoItems/reference in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/platform/todo/v1/spaces/[spaceId]/todoItems | Updated the schema metadata example at todoItems/reference in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/platform/todo/v1/spaces/[spaceId]/todoItems | Updated the schema metadata description at todoItems/spaceId in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/platform/todo/v1/spaces/[spaceId]/todoItems | Updated the schema metadata example at todoItems/spaceId in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/platform/todo/v1/spaces/[spaceId]/todoItems | Updated the schema metadata description at todoItems/type in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/platform/todo/v1/spaces/[spaceId]/todoItems | Updated the schema metadata example at todoItems/type in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/platform/todo/v1/spaces/[spaceId]/todoItems | Updated the schema metadata example at todoItems in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/platform/todo/v1/spaces/[spaceId]/todoItems | Added the new optional response property under status 200 application/x-ndjson/updatedAt. | Supply or consume application/x-ndjson/updatedAt for enriched functionality. |
| GET/platform/todo/v1/spaces/[spaceId]/todoItems | Added the new optional response property under status 200 application/x-ndjson/createdAt. | Supply or consume application/x-ndjson/createdAt for enriched functionality. |
| GET/platform/todo/v1/spaces/[spaceId]/todoItems | Added the new optional response property under status 200 application/x-ndjson/requiredPermission. | Supply or consume application/x-ndjson/requiredPermission for enriched functionality. |
| GET/platform/todo/v1/spaces/[spaceId]/todoItems | Updated the schema metadata description at application/x-ndjson/data in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/platform/todo/v1/spaces/[spaceId]/todoItems | Updated the schema metadata example at application/x-ndjson/data in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/platform/todo/v1/spaces/[spaceId]/todoItems | Updated the schema metadata description at application/x-ndjson/id in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/platform/todo/v1/spaces/[spaceId]/todoItems | Updated the schema metadata example at application/x-ndjson/id in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/platform/todo/v1/spaces/[spaceId]/todoItems | Updated the schema metadata description at application/x-ndjson/reference in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/platform/todo/v1/spaces/[spaceId]/todoItems | Updated the schema metadata example at application/x-ndjson/reference in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/platform/todo/v1/spaces/[spaceId]/todoItems | Updated the schema metadata description at application/x-ndjson/spaceId in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/platform/todo/v1/spaces/[spaceId]/todoItems | Updated the schema metadata example at application/x-ndjson/spaceId in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/platform/todo/v1/spaces/[spaceId]/todoItems | Updated the schema metadata description at application/x-ndjson/type in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/platform/todo/v1/spaces/[spaceId]/todoItems | Updated the schema metadata example at application/x-ndjson/type in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/platform/todo/v1/spaces/[spaceId]/todoItems | Updated the schema metadata example at application/x-ndjson in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/platform/todo/v1/spaces/[spaceId]/todoItems | Updated the schema metadata example at application/x-ndjson in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/platform/todo/v1/spaces/[spaceId]/todoItems | Updated the schema metadata description in the response payload under status 400. | Provides better clarity or default behavior in the documentation. |
| GET/platform/todo/v1/spaces/[spaceId]/todoItems | Updated the schema metadata description in the response payload under status 403. | Provides better clarity or default behavior in the documentation. |
| POST/platform/todo/v1/spaces/[spaceId]/todoItems | Added the new optional request property requiredPermission. | Supply or consume requiredPermission for enriched functionality. |
| POST/platform/todo/v1/spaces/[spaceId]/todoItems | Updated the schema metadata description at data in the request payload. | Provides better clarity or default behavior in the documentation. |
| POST/platform/todo/v1/spaces/[spaceId]/todoItems | Updated the schema metadata example at data in the request payload. | Provides better clarity or default behavior in the documentation. |
| POST/platform/todo/v1/spaces/[spaceId]/todoItems | Updated the schema metadata example at type in the request payload. | Provides better clarity or default behavior in the documentation. |
| POST/platform/todo/v1/spaces/[spaceId]/todoItems | Updated the schema metadata description in the request payload. | Provides better clarity or default behavior in the documentation. |
| POST/platform/todo/v1/spaces/[spaceId]/todoItems | Updated the schema metadata example in the request payload. | Provides better clarity or default behavior in the documentation. |
| POST/platform/todo/v1/spaces/[spaceId]/todoItems | Added the new optional response property under status 201 requiredPermission. | Supply or consume requiredPermission for enriched functionality. |
| POST/platform/todo/v1/spaces/[spaceId]/todoItems | Added the new optional response property under status 201 updatedAt. | Supply or consume updatedAt for enriched functionality. |
| POST/platform/todo/v1/spaces/[spaceId]/todoItems | Added the new optional response property under status 201 createdAt. | Supply or consume createdAt for enriched functionality. |
| POST/platform/todo/v1/spaces/[spaceId]/todoItems | Updated the schema metadata description at data in the response payload under status 201. | Provides better clarity or default behavior in the documentation. |
| POST/platform/todo/v1/spaces/[spaceId]/todoItems | Updated the schema metadata example at data in the response payload under status 201. | Provides better clarity or default behavior in the documentation. |
| POST/platform/todo/v1/spaces/[spaceId]/todoItems | Updated the schema metadata description at id in the response payload under status 201. | Provides better clarity or default behavior in the documentation. |
| POST/platform/todo/v1/spaces/[spaceId]/todoItems | Updated the schema metadata example at id in the response payload under status 201. | Provides better clarity or default behavior in the documentation. |
| POST/platform/todo/v1/spaces/[spaceId]/todoItems | Updated the schema metadata description at reference in the response payload under status 201. | Provides better clarity or default behavior in the documentation. |
| POST/platform/todo/v1/spaces/[spaceId]/todoItems | Updated the schema metadata example at reference in the response payload under status 201. | Provides better clarity or default behavior in the documentation. |
| POST/platform/todo/v1/spaces/[spaceId]/todoItems | Updated the schema metadata description at spaceId in the response payload under status 201. | Provides better clarity or default behavior in the documentation. |
| POST/platform/todo/v1/spaces/[spaceId]/todoItems | Updated the schema metadata example at spaceId in the response payload under status 201. | Provides better clarity or default behavior in the documentation. |
| POST/platform/todo/v1/spaces/[spaceId]/todoItems | Updated the schema metadata description at type in the response payload under status 201. | Provides better clarity or default behavior in the documentation. |
| POST/platform/todo/v1/spaces/[spaceId]/todoItems | Updated the schema metadata example at type in the response payload under status 201. | Provides better clarity or default behavior in the documentation. |
| POST/platform/todo/v1/spaces/[spaceId]/todoItems | Updated the schema metadata example in the response payload under status 201. | Provides better clarity or default behavior in the documentation. |
| POST/platform/todo/v1/spaces/[spaceId]/todoItems | Updated the schema metadata example in the response payload under status 201. | Provides better clarity or default behavior in the documentation. |
| POST/platform/todo/v1/spaces/[spaceId]/todoItems | Updated the schema metadata description in the response payload under status 400. | Provides better clarity or default behavior in the documentation. |
| POST/platform/todo/v1/spaces/[spaceId]/todoItems | Updated the schema metadata description in the response payload under status 403. | Provides better clarity or default behavior in the documentation. |
| DELETE/platform/todo/v1/spaces/[spaceId]/todoItems/[todoItemId] | Updated the schema metadata description in the response payload under status 400. | Provides better clarity or default behavior in the documentation. |
| DELETE/platform/todo/v1/spaces/[spaceId]/todoItems/[todoItemId] | Updated the schema metadata description in the response payload under status 403. | Provides better clarity or default behavior in the documentation. |
| GET/platform/todo/v1/spaces/[spaceId]/todoItems/[todoItemId] | Added the new optional response property under status 200 createdAt. | Supply or consume createdAt for enriched functionality. |
| GET/platform/todo/v1/spaces/[spaceId]/todoItems/[todoItemId] | Added the new optional response property under status 200 requiredPermission. | Supply or consume requiredPermission for enriched functionality. |
| GET/platform/todo/v1/spaces/[spaceId]/todoItems/[todoItemId] | Added the new optional response property under status 200 updatedAt. | Supply or consume updatedAt for enriched functionality. |
| GET/platform/todo/v1/spaces/[spaceId]/todoItems/[todoItemId] | Updated the schema metadata description at data in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/platform/todo/v1/spaces/[spaceId]/todoItems/[todoItemId] | Updated the schema metadata example at data in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/platform/todo/v1/spaces/[spaceId]/todoItems/[todoItemId] | Updated the schema metadata description at id in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/platform/todo/v1/spaces/[spaceId]/todoItems/[todoItemId] | Updated the schema metadata example at id in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/platform/todo/v1/spaces/[spaceId]/todoItems/[todoItemId] | Updated the schema metadata description at reference in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/platform/todo/v1/spaces/[spaceId]/todoItems/[todoItemId] | Updated the schema metadata example at reference in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/platform/todo/v1/spaces/[spaceId]/todoItems/[todoItemId] | Updated the schema metadata description at spaceId in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/platform/todo/v1/spaces/[spaceId]/todoItems/[todoItemId] | Updated the schema metadata example at spaceId in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/platform/todo/v1/spaces/[spaceId]/todoItems/[todoItemId] | Updated the schema metadata description at type in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/platform/todo/v1/spaces/[spaceId]/todoItems/[todoItemId] | Updated the schema metadata example at type in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/platform/todo/v1/spaces/[spaceId]/todoItems/[todoItemId] | Updated the schema metadata example in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/platform/todo/v1/spaces/[spaceId]/todoItems/[todoItemId] | Updated the schema metadata example in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/platform/todo/v1/spaces/[spaceId]/todoItems/[todoItemId] | Updated the schema metadata description in the response payload under status 400. | Provides better clarity or default behavior in the documentation. |
| GET/platform/todo/v1/spaces/[spaceId]/todoItems/[todoItemId] | Updated the schema metadata description in the response payload under status 403. | Provides better clarity or default behavior in the documentation. |
| PUT/platform/todo/v1/spaces/[spaceId]/todoItems/[todoItemId] | Updated the schema metadata description at data in the request payload. | Provides better clarity or default behavior in the documentation. |
| PUT/platform/todo/v1/spaces/[spaceId]/todoItems/[todoItemId] | Updated the schema metadata example at data in the request payload. | Provides better clarity or default behavior in the documentation. |
| PUT/platform/todo/v1/spaces/[spaceId]/todoItems/[todoItemId] | The data property is no longer required in the request payload. | Clients can omit this property. |
| PUT/platform/todo/v1/spaces/[spaceId]/todoItems/[todoItemId] | Updated the schema metadata description in the request payload. | Provides better clarity or default behavior in the documentation. |
| PUT/platform/todo/v1/spaces/[spaceId]/todoItems/[todoItemId] | Updated the schema metadata example in the request payload. | Provides better clarity or default behavior in the documentation. |
| PUT/platform/todo/v1/spaces/[spaceId]/todoItems/[todoItemId] | Added the new optional response property under status 200 requiredPermission. | Supply or consume requiredPermission for enriched functionality. |
| PUT/platform/todo/v1/spaces/[spaceId]/todoItems/[todoItemId] | Added the new optional response property under status 200 updatedAt. | Supply or consume updatedAt for enriched functionality. |
| PUT/platform/todo/v1/spaces/[spaceId]/todoItems/[todoItemId] | Added the new optional response property under status 200 createdAt. | Supply or consume createdAt for enriched functionality. |
| PUT/platform/todo/v1/spaces/[spaceId]/todoItems/[todoItemId] | Updated the schema metadata description at data in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| PUT/platform/todo/v1/spaces/[spaceId]/todoItems/[todoItemId] | Updated the schema metadata example at data in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| PUT/platform/todo/v1/spaces/[spaceId]/todoItems/[todoItemId] | Updated the schema metadata description at id in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| PUT/platform/todo/v1/spaces/[spaceId]/todoItems/[todoItemId] | Updated the schema metadata example at id in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| PUT/platform/todo/v1/spaces/[spaceId]/todoItems/[todoItemId] | Updated the schema metadata description at reference in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| PUT/platform/todo/v1/spaces/[spaceId]/todoItems/[todoItemId] | Updated the schema metadata example at reference in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| PUT/platform/todo/v1/spaces/[spaceId]/todoItems/[todoItemId] | Updated the schema metadata description at spaceId in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| PUT/platform/todo/v1/spaces/[spaceId]/todoItems/[todoItemId] | Updated the schema metadata example at spaceId in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| PUT/platform/todo/v1/spaces/[spaceId]/todoItems/[todoItemId] | Updated the schema metadata description at type in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| PUT/platform/todo/v1/spaces/[spaceId]/todoItems/[todoItemId] | Updated the schema metadata example at type in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| PUT/platform/todo/v1/spaces/[spaceId]/todoItems/[todoItemId] | Updated the schema metadata example in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| PUT/platform/todo/v1/spaces/[spaceId]/todoItems/[todoItemId] | Updated the schema metadata example in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| PUT/platform/todo/v1/spaces/[spaceId]/todoItems/[todoItemId] | Updated the schema metadata description in the response payload under status 400. | Provides better clarity or default behavior in the documentation. |
| PUT/platform/todo/v1/spaces/[spaceId]/todoItems/[todoItemId] | Updated the schema metadata description in the response payload under status 403. | Provides better clarity or default behavior in the documentation. |
Plugin
Plugin Service
BreakingBreaking Changes
| Method & Endpoint | The Change | Breaking Behavior | Migration Path |
|---|---|---|---|
| DEL/core/plugin/api/v1/extensionPoints/[extensionPointId]/extensions | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
| DEL/core/plugin/api/v1/extensionPoints/[extensionPointId]/extensions/[extensionId] | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
| GET/core/plugin/api/v1/extensionPoints | The GET method was removed from this endpoint. | Invocations using this method will fail with an HTTP 405 Method Not Allowed. | Migrate client calls to alternative methods or endpoints. |
| POST/core/plugin/api/v1/extensionPoints | Modified the strict schema constraint minLength at authorizationEndpoint/url in the request payload. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| POST/core/plugin/api/v1/extensionPoints | Modified the strict schema constraint minLength at name in the request payload. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| POST/core/plugin/api/v1/extensionPoints | Modified the strict schema constraint minLength at namespace in the request payload. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| POST/core/plugin/api/v1/extensionPoints | The version property is now REQUIRED in the request payload. | Omitting version will cause validation errors. | Ensure version is populated. |
| POST/core/plugin/api/v1/extensionPoints | Modified the strict schema constraint minLength at authorizationEndpoint/url in the response payload under status 201. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| POST/core/plugin/api/v1/extensionPoints | Modified the strict schema constraint minLength at name in the response payload under status 201. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| POST/core/plugin/api/v1/extensionPoints | Modified the strict schema constraint minLength at namespace in the response payload under status 201. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| POST/core/plugin/api/v1/extensionPoints | Modified the strict schema constraint minLength at authorizationEndpoint/url in the response payload under status 403. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| POST/core/plugin/api/v1/extensionPoints | Modified the strict schema constraint minLength at name in the response payload under status 403. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| POST/core/plugin/api/v1/extensionPoints | Modified the strict schema constraint minLength at namespace in the response payload under status 403. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| GET/core/plugin/api/v1/extensionPoints/[extensionPointId] | The GET method was removed from this endpoint. | Invocations using this method will fail with an HTTP 405 Method Not Allowed. | Migrate client calls to alternative methods or endpoints. |
| PATCH/core/plugin/api/v1/extensionPoints/[extensionPointId] | Modified the strict schema constraint minLength at authorizationEndpoint/url in the response payload under status 200. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| PATCH/core/plugin/api/v1/extensionPoints/[extensionPointId] | Modified the strict schema constraint minLength at name in the response payload under status 200. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| PATCH/core/plugin/api/v1/extensionPoints/[extensionPointId] | Modified the strict schema constraint minLength at namespace in the response payload under status 200. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| PATCH/core/plugin/api/v1/extensionPoints/[extensionPointId] | Modified the strict schema constraint minLength at authorizationEndpoint/url in the response payload under status 403. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| PATCH/core/plugin/api/v1/extensionPoints/[extensionPointId] | Modified the strict schema constraint minLength at name in the response payload under status 403. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| PATCH/core/plugin/api/v1/extensionPoints/[extensionPointId] | Modified the strict schema constraint minLength at namespace in the response payload under status 403. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| PUT/core/plugin/api/v1/extensionPoints/[extensionPointId] | Modified the strict schema constraint minLength at authorizationEndpoint/url in the request payload. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| PUT/core/plugin/api/v1/extensionPoints/[extensionPointId] | Modified the strict schema constraint minLength at name in the request payload. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| PUT/core/plugin/api/v1/extensionPoints/[extensionPointId] | Modified the strict schema constraint minLength at namespace in the request payload. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| PUT/core/plugin/api/v1/extensionPoints/[extensionPointId] | The version property is now REQUIRED in the request payload. | Omitting version will cause validation errors. | Ensure version is populated. |
| PUT/core/plugin/api/v1/extensionPoints/[extensionPointId] | Modified the strict schema constraint minLength at authorizationEndpoint/url in the response payload under status 200. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| PUT/core/plugin/api/v1/extensionPoints/[extensionPointId] | Modified the strict schema constraint minLength at name in the response payload under status 200. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| PUT/core/plugin/api/v1/extensionPoints/[extensionPointId] | Modified the strict schema constraint minLength at namespace in the response payload under status 200. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| PUT/core/plugin/api/v1/extensionPoints/[extensionPointId] | Modified the strict schema constraint minLength at authorizationEndpoint/url in the response payload under status 403. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| PUT/core/plugin/api/v1/extensionPoints/[extensionPointId] | Modified the strict schema constraint minLength at name in the response payload under status 403. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| PUT/core/plugin/api/v1/extensionPoints/[extensionPointId] | Modified the strict schema constraint minLength at namespace in the response payload under status 403. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| POST/core/plugin/api/v1/extensionPoints/[extensionPointId]:reAuthorize | Removed the 204 response status code. | Clients expecting this exact status will encounter errors. | Update error handlers. |
NewNew Endpoints
| Method & Endpoint | Core Functionality | Auth/Scopes Required |
|---|---|---|
| ADD/core/plugin/v2/pluginInterfaces/[pluginInterfaceId]/plugins | Access the newly provided functionality and features for this resource. | None specified |
| ADD/core/plugin/v2/pluginInterfaces/[pluginInterfaceId]/plugins/[pluginId] | Access the newly provided functionality and features for this resource. | None specified |
| ADD/core/plugin/v2/pluginInterfaces/[pluginInterfaceId]:reAuthorize | Access the newly provided functionality and features for this resource. | None specified |
| ADD/core/plugin/v2/pluginInterfaces | Access the newly provided functionality and features for this resource. | None specified |
| ADD/core/plugin/v2/pluginInterfaces/[pluginInterfaceId] | Access the newly provided functionality and features for this resource. | None specified |
InfoImprovements (Non-Breaking)
| Method & Endpoint | Enhancement Details | Developer Opportunity |
|---|---|---|
| POST/core/plugin/api/v1/extensionPoints | Updated the schema metadata description at authorizationEndpoint/authorizationHeader in the request payload. | Provides better clarity or default behavior in the documentation. |
| POST/core/plugin/api/v1/extensionPoints | Updated the schema metadata description at authorizationEndpoint/url in the request payload. | Provides better clarity or default behavior in the documentation. |
| POST/core/plugin/api/v1/extensionPoints | Updated the schema metadata example at authorizationEndpoint/url in the request payload. | Provides better clarity or default behavior in the documentation. |
| POST/core/plugin/api/v1/extensionPoints | Updated the schema metadata description at authorizationEndpoint/authorizationHeader in the response payload under status 201. | Provides better clarity or default behavior in the documentation. |
| POST/core/plugin/api/v1/extensionPoints | Updated the schema metadata description at authorizationEndpoint/url in the response payload under status 201. | Provides better clarity or default behavior in the documentation. |
| POST/core/plugin/api/v1/extensionPoints | Updated the schema metadata example at authorizationEndpoint/url in the response payload under status 201. | Provides better clarity or default behavior in the documentation. |
| POST/core/plugin/api/v1/extensionPoints | Updated the schema metadata description at authorizationEndpoint/authorizationHeader in the response payload under status 403. | Provides better clarity or default behavior in the documentation. |
| POST/core/plugin/api/v1/extensionPoints | Updated the schema metadata description at authorizationEndpoint/url in the response payload under status 403. | Provides better clarity or default behavior in the documentation. |
| POST/core/plugin/api/v1/extensionPoints | Updated the schema metadata example at authorizationEndpoint/url in the response payload under status 403. | Provides better clarity or default behavior in the documentation. |
| POST/core/plugin/api/v1/extensionPoints | Marked the endpoint as deprecated. | This endpoint will be removed in a future release. |
| DELETE/core/plugin/api/v1/extensionPoints/[extensionPointId] | Marked the endpoint as deprecated. | This endpoint will be removed in a future release. |
| PATCH/core/plugin/api/v1/extensionPoints/[extensionPointId] | Updated the schema metadata description at authorizationEndpoint/authorizationHeader in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| PATCH/core/plugin/api/v1/extensionPoints/[extensionPointId] | Updated the schema metadata description at authorizationEndpoint/url in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| PATCH/core/plugin/api/v1/extensionPoints/[extensionPointId] | Updated the schema metadata example at authorizationEndpoint/url in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| PATCH/core/plugin/api/v1/extensionPoints/[extensionPointId] | Updated the schema metadata description at authorizationEndpoint/authorizationHeader in the response payload under status 403. | Provides better clarity or default behavior in the documentation. |
| PATCH/core/plugin/api/v1/extensionPoints/[extensionPointId] | Updated the schema metadata description at authorizationEndpoint/url in the response payload under status 403. | Provides better clarity or default behavior in the documentation. |
| PATCH/core/plugin/api/v1/extensionPoints/[extensionPointId] | Updated the schema metadata example at authorizationEndpoint/url in the response payload under status 403. | Provides better clarity or default behavior in the documentation. |
| PATCH/core/plugin/api/v1/extensionPoints/[extensionPointId] | Marked the endpoint as deprecated. | This endpoint will be removed in a future release. |
| PUT/core/plugin/api/v1/extensionPoints/[extensionPointId] | Updated the schema metadata description at authorizationEndpoint/authorizationHeader in the request payload. | Provides better clarity or default behavior in the documentation. |
| PUT/core/plugin/api/v1/extensionPoints/[extensionPointId] | Updated the schema metadata description at authorizationEndpoint/url in the request payload. | Provides better clarity or default behavior in the documentation. |
| PUT/core/plugin/api/v1/extensionPoints/[extensionPointId] | Updated the schema metadata example at authorizationEndpoint/url in the request payload. | Provides better clarity or default behavior in the documentation. |
| PUT/core/plugin/api/v1/extensionPoints/[extensionPointId] | Updated the schema metadata description at authorizationEndpoint/authorizationHeader in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| PUT/core/plugin/api/v1/extensionPoints/[extensionPointId] | Updated the schema metadata description at authorizationEndpoint/url in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| PUT/core/plugin/api/v1/extensionPoints/[extensionPointId] | Updated the schema metadata example at authorizationEndpoint/url in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| PUT/core/plugin/api/v1/extensionPoints/[extensionPointId] | Updated the schema metadata description at authorizationEndpoint/authorizationHeader in the response payload under status 403. | Provides better clarity or default behavior in the documentation. |
| PUT/core/plugin/api/v1/extensionPoints/[extensionPointId] | Updated the schema metadata description at authorizationEndpoint/url in the response payload under status 403. | Provides better clarity or default behavior in the documentation. |
| PUT/core/plugin/api/v1/extensionPoints/[extensionPointId] | Updated the schema metadata example at authorizationEndpoint/url in the response payload under status 403. | Provides better clarity or default behavior in the documentation. |
| PUT/core/plugin/api/v1/extensionPoints/[extensionPointId] | Marked the endpoint as deprecated. | This endpoint will be removed in a future release. |
| POST/core/plugin/api/v1/extensionPoints/[extensionPointId]:reAuthorize | Updated the schema metadata description in the response payload under status 202. | Provides better clarity or default behavior in the documentation. |
| POST/core/plugin/api/v1/extensionPoints/[extensionPointId]:reAuthorize | Marked the endpoint as deprecated. | This endpoint will be removed in a future release. |
Product
Product Catalog
NewNew Endpoints
| Method & Endpoint | Core Functionality | Auth/Scopes Required |
|---|---|---|
| ADD/product/catalog/v1/spaces/[spaceId]/productCatalogs/[sourceCatalogId]/products:move | Access the newly provided functionality and features for this resource. | None specified |
| ADD/product/catalog/v1/spaces/[spaceId]/productCatalogs/[catalogId]/products:import | Access the newly provided functionality and features for this resource. | None specified |
| ADD/product/catalog/v1/spaces/[spaceId]/products:export | Access the newly provided functionality and features for this resource. | None specified |
| ADD/product/catalog/v1/spaces/[spaceId]/products:generateTemplate | Access the newly provided functionality and features for this resource. | None specified |
| ADD/product/catalog/v1/spaces/[spaceId]/productCatalogs/[catalogId]/products:export | Access the newly provided functionality and features for this resource. | None specified |
| ADD/product/catalog/v1/spaces/[spaceId]/products:import | Access the newly provided functionality and features for this resource. | None specified |
| ADD/product/catalog/v1/spaces/[spaceId]/products | Access the newly provided functionality and features for this resource. | None specified |
| DELETE/product/catalog/v1/spaces/[spaceId]/productCatalogs/[catalogId]/products | Added new DELETE functionality to this existing resource path. | None specified |
InfoImprovements (Non-Breaking)
| Method & Endpoint | Enhancement Details | Developer Opportunity |
|---|---|---|
| POST/product/catalog/v1/spaces/[spaceId]/productCatalogs | The name property is no longer required in the request payload. | Clients can omit this property. |
| PATCH/product/catalog/v1/spaces/[spaceId]/productCatalogs/[catalogId] | The name property is no longer required in the request payload. | Clients can omit this property. |
| GET/product/catalog/v1/spaces/[spaceId]/productCatalogs/[catalogId]/products | Added the new optional request property query. | Filter or enhance queries by utilizing the query parameter for more targeted results. |
| GET/product/catalog/v1/spaces/[spaceId]/productCatalogs/[catalogId]/products | Added the new optional response property under status 200 products/catalogId. | Supply or consume products/catalogId for enriched functionality. |
| GET/product/catalog/v1/spaces/[spaceId]/productCatalogs/[catalogId]/products | Added the new optional response property under status 200 products/addedDate. | Supply or consume products/addedDate for enriched functionality. |
| GET/product/catalog/v1/spaces/[spaceId]/productCatalogs/[catalogId]/products | The currentPage property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/product/catalog/v1/spaces/[spaceId]/productCatalogs/[catalogId]/products | The pageSize property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/product/catalog/v1/spaces/[spaceId]/productCatalogs/[catalogId]/products | Updated the schema metadata example in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| POST/product/catalog/v1/spaces/[spaceId]/productCatalogs/[catalogId]/products | Added the new optional request property catalogId. | Supply or consume catalogId for enriched functionality. |
| POST/product/catalog/v1/spaces/[spaceId]/productCatalogs/[catalogId]/products | Added the new NET enum value to the pricingDetails/priceIndicator request property. | You can now use this new enum value in requests. |
| POST/product/catalog/v1/spaces/[spaceId]/productCatalogs/[catalogId]/products | Added the new GROSS enum value to the pricingDetails/priceIndicator request property. | You can now use this new enum value in requests. |
| POST/product/catalog/v1/spaces/[spaceId]/productCatalogs/[catalogId]/products | Updated the schema metadata description at pricingDetails/priceIndicator in the request payload. | Provides better clarity or default behavior in the documentation. |
| POST/product/catalog/v1/spaces/[spaceId]/productCatalogs/[catalogId]/products | Updated the schema metadata example at pricingDetails/priceIndicator in the request payload. | Provides better clarity or default behavior in the documentation. |
| POST/product/catalog/v1/spaces/[spaceId]/productCatalogs/[catalogId]/products | Added the new GOODS enum value to the productDetails/itemCategory request property. | You can now use this new enum value in requests. |
| POST/product/catalog/v1/spaces/[spaceId]/productCatalogs/[catalogId]/products | Added the new SERVICE enum value to the productDetails/itemCategory request property. | You can now use this new enum value in requests. |
| POST/product/catalog/v1/spaces/[spaceId]/productCatalogs/[catalogId]/products | Updated the schema metadata description at productDetails/itemCategory in the request payload. | Provides better clarity or default behavior in the documentation. |
| POST/product/catalog/v1/spaces/[spaceId]/productCatalogs/[catalogId]/products | Updated the schema metadata example at productDetails/itemCategory in the request payload. | Provides better clarity or default behavior in the documentation. |
| POST/product/catalog/v1/spaces/[spaceId]/productCatalogs/[catalogId]/products | The productDetails/itemCategory property is no longer required in the request payload. | Clients can omit this property. |
| POST/product/catalog/v1/spaces/[spaceId]/productCatalogs/[catalogId]/products | The productDetails/itemName property is no longer required in the request payload. | Clients can omit this property. |
| POST/product/catalog/v1/spaces/[spaceId]/productCatalogs/[catalogId]/products | The pricingDetails property is no longer required in the request payload. | Clients can omit this property. |
| POST/product/catalog/v1/spaces/[spaceId]/productCatalogs/[catalogId]/products | The productDetails property is no longer required in the request payload. | Clients can omit this property. |
| POST/product/catalog/v1/spaces/[spaceId]/productCatalogs/[catalogId]/products | The vatDetails property is no longer required in the request payload. | Clients can omit this property. |
| POST/product/catalog/v1/spaces/[spaceId]/productCatalogs/[catalogId]/products | Updated the schema metadata example in the request payload. | Provides better clarity or default behavior in the documentation. |
| POST/product/catalog/v1/spaces/[spaceId]/productCatalogs/[catalogId]/products | Added the new optional response property under status 201 catalogId. | Supply or consume catalogId for enriched functionality. |
| POST/product/catalog/v1/spaces/[spaceId]/productCatalogs/[catalogId]/products | Added the new optional response property under status 201 addedDate. | Supply or consume addedDate for enriched functionality. |
| POST/product/catalog/v1/spaces/[spaceId]/productCatalogs/[catalogId]/products | Updated the schema metadata example in the response payload under status 201. | Provides better clarity or default behavior in the documentation. |
| GET/product/catalog/v1/spaces/[spaceId]/productCatalogs/[catalogId]/products/[productId] | Added the new optional response property under status 200 catalogId. | Supply or consume catalogId for enriched functionality. |
| GET/product/catalog/v1/spaces/[spaceId]/productCatalogs/[catalogId]/products/[productId] | Added the new optional response property under status 200 addedDate. | Supply or consume addedDate for enriched functionality. |
| GET/product/catalog/v1/spaces/[spaceId]/productCatalogs/[catalogId]/products/[productId] | Updated the schema metadata example in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| PATCH/product/catalog/v1/spaces/[spaceId]/productCatalogs/[catalogId]/products/[productId] | Added the new optional request property catalogId. | Supply or consume catalogId for enriched functionality. |
| PATCH/product/catalog/v1/spaces/[spaceId]/productCatalogs/[catalogId]/products/[productId] | Added the new NET enum value to the pricingDetails/priceIndicator request property. | You can now use this new enum value in requests. |
| PATCH/product/catalog/v1/spaces/[spaceId]/productCatalogs/[catalogId]/products/[productId] | Added the new GROSS enum value to the pricingDetails/priceIndicator request property. | You can now use this new enum value in requests. |
| PATCH/product/catalog/v1/spaces/[spaceId]/productCatalogs/[catalogId]/products/[productId] | Updated the schema metadata description at pricingDetails/priceIndicator in the request payload. | Provides better clarity or default behavior in the documentation. |
| PATCH/product/catalog/v1/spaces/[spaceId]/productCatalogs/[catalogId]/products/[productId] | Updated the schema metadata example at pricingDetails/priceIndicator in the request payload. | Provides better clarity or default behavior in the documentation. |
| PATCH/product/catalog/v1/spaces/[spaceId]/productCatalogs/[catalogId]/products/[productId] | Added the new GOODS enum value to the productDetails/itemCategory request property. | You can now use this new enum value in requests. |
| PATCH/product/catalog/v1/spaces/[spaceId]/productCatalogs/[catalogId]/products/[productId] | Added the new SERVICE enum value to the productDetails/itemCategory request property. | You can now use this new enum value in requests. |
| PATCH/product/catalog/v1/spaces/[spaceId]/productCatalogs/[catalogId]/products/[productId] | Updated the schema metadata description at productDetails/itemCategory in the request payload. | Provides better clarity or default behavior in the documentation. |
| PATCH/product/catalog/v1/spaces/[spaceId]/productCatalogs/[catalogId]/products/[productId] | Updated the schema metadata example at productDetails/itemCategory in the request payload. | Provides better clarity or default behavior in the documentation. |
| PATCH/product/catalog/v1/spaces/[spaceId]/productCatalogs/[catalogId]/products/[productId] | The productDetails/itemCategory property is no longer required in the request payload. | Clients can omit this property. |
| PATCH/product/catalog/v1/spaces/[spaceId]/productCatalogs/[catalogId]/products/[productId] | The productDetails/itemName property is no longer required in the request payload. | Clients can omit this property. |
| PATCH/product/catalog/v1/spaces/[spaceId]/productCatalogs/[catalogId]/products/[productId] | The productDetails property is no longer required in the request payload. | Clients can omit this property. |
| PATCH/product/catalog/v1/spaces/[spaceId]/productCatalogs/[catalogId]/products/[productId] | The vatDetails property is no longer required in the request payload. | Clients can omit this property. |
| PATCH/product/catalog/v1/spaces/[spaceId]/productCatalogs/[catalogId]/products/[productId] | The pricingDetails property is no longer required in the request payload. | Clients can omit this property. |
| PATCH/product/catalog/v1/spaces/[spaceId]/productCatalogs/[catalogId]/products/[productId] | Updated the schema metadata example in the request payload. | Provides better clarity or default behavior in the documentation. |
| PATCH/product/catalog/v1/spaces/[spaceId]/productCatalogs/[catalogId]/products/[productId] | Added the new optional response property under status 200 addedDate. | Supply or consume addedDate for enriched functionality. |
| PATCH/product/catalog/v1/spaces/[spaceId]/productCatalogs/[catalogId]/products/[productId] | Added the new optional response property under status 200 catalogId. | Supply or consume catalogId for enriched functionality. |
| PATCH/product/catalog/v1/spaces/[spaceId]/productCatalogs/[catalogId]/products/[productId] | Updated the schema metadata example in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
Product Catalog Service
NewNew Endpoints
| Method & Endpoint | Core Functionality | Auth/Scopes Required |
|---|---|---|
| ADD/product/catalog/v1/spaces/[spaceId]/products | Access the newly provided functionality and features for this resource. | None specified |
| ADD/product/catalog/v1/spaces/[spaceId]/products:import | Access the newly provided functionality and features for this resource. | None specified |
| ADD/product/catalog/v1/spaces/[spaceId]/products:export | Access the newly provided functionality and features for this resource. | None specified |
| ADD/product/catalog/v1/spaces/[spaceId]/products:generateTemplate | Access the newly provided functionality and features for this resource. | None specified |
| ADD/product/catalog/v1/spaces/[spaceId]/productCatalogs/[catalogId]/products:import | Access the newly provided functionality and features for this resource. | None specified |
| ADD/product/catalog/v1/spaces/[spaceId]/productCatalogs/[sourceCatalogId]/products:move | Access the newly provided functionality and features for this resource. | None specified |
| ADD/product/catalog/v1/spaces/[spaceId]/productCatalogs/[catalogId]/products:export | Access the newly provided functionality and features for this resource. | None specified |
| DELETE/product/catalog/v1/spaces/[spaceId]/productCatalogs/[catalogId]/products | Added new DELETE functionality to this existing resource path. | None specified |
InfoImprovements (Non-Breaking)
| Method & Endpoint | Enhancement Details | Developer Opportunity |
|---|---|---|
| POST/product/catalog/v1/spaces/[spaceId]/productCatalogs | The name property is no longer required in the request payload. | Clients can omit this property. |
| PATCH/product/catalog/v1/spaces/[spaceId]/productCatalogs/[catalogId] | The name property is no longer required in the request payload. | Clients can omit this property. |
| GET/product/catalog/v1/spaces/[spaceId]/productCatalogs/[catalogId]/products | Added the new optional request property query. | Filter or enhance queries by utilizing the query parameter for more targeted results. |
| GET/product/catalog/v1/spaces/[spaceId]/productCatalogs/[catalogId]/products | Added the new optional response property under status 200 products/addedDate. | Supply or consume products/addedDate for enriched functionality. |
| GET/product/catalog/v1/spaces/[spaceId]/productCatalogs/[catalogId]/products | Added the new optional response property under status 200 products/catalogId. | Supply or consume products/catalogId for enriched functionality. |
| GET/product/catalog/v1/spaces/[spaceId]/productCatalogs/[catalogId]/products | The currentPage property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/product/catalog/v1/spaces/[spaceId]/productCatalogs/[catalogId]/products | The pageSize property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/product/catalog/v1/spaces/[spaceId]/productCatalogs/[catalogId]/products | Updated the schema metadata example in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| POST/product/catalog/v1/spaces/[spaceId]/productCatalogs/[catalogId]/products | Added the new optional request property catalogId. | Supply or consume catalogId for enriched functionality. |
| POST/product/catalog/v1/spaces/[spaceId]/productCatalogs/[catalogId]/products | Added the new NET enum value to the pricingDetails/priceIndicator request property. | You can now use this new enum value in requests. |
| POST/product/catalog/v1/spaces/[spaceId]/productCatalogs/[catalogId]/products | Added the new GROSS enum value to the pricingDetails/priceIndicator request property. | You can now use this new enum value in requests. |
| POST/product/catalog/v1/spaces/[spaceId]/productCatalogs/[catalogId]/products | Updated the schema metadata description at pricingDetails/priceIndicator in the request payload. | Provides better clarity or default behavior in the documentation. |
| POST/product/catalog/v1/spaces/[spaceId]/productCatalogs/[catalogId]/products | Updated the schema metadata example at pricingDetails/priceIndicator in the request payload. | Provides better clarity or default behavior in the documentation. |
| POST/product/catalog/v1/spaces/[spaceId]/productCatalogs/[catalogId]/products | Added the new GOODS enum value to the productDetails/itemCategory request property. | You can now use this new enum value in requests. |
| POST/product/catalog/v1/spaces/[spaceId]/productCatalogs/[catalogId]/products | Added the new SERVICE enum value to the productDetails/itemCategory request property. | You can now use this new enum value in requests. |
| POST/product/catalog/v1/spaces/[spaceId]/productCatalogs/[catalogId]/products | Updated the schema metadata description at productDetails/itemCategory in the request payload. | Provides better clarity or default behavior in the documentation. |
| POST/product/catalog/v1/spaces/[spaceId]/productCatalogs/[catalogId]/products | Updated the schema metadata example at productDetails/itemCategory in the request payload. | Provides better clarity or default behavior in the documentation. |
| POST/product/catalog/v1/spaces/[spaceId]/productCatalogs/[catalogId]/products | The productDetails/itemCategory property is no longer required in the request payload. | Clients can omit this property. |
| POST/product/catalog/v1/spaces/[spaceId]/productCatalogs/[catalogId]/products | The productDetails/itemName property is no longer required in the request payload. | Clients can omit this property. |
| POST/product/catalog/v1/spaces/[spaceId]/productCatalogs/[catalogId]/products | The productDetails property is no longer required in the request payload. | Clients can omit this property. |
| POST/product/catalog/v1/spaces/[spaceId]/productCatalogs/[catalogId]/products | The vatDetails property is no longer required in the request payload. | Clients can omit this property. |
| POST/product/catalog/v1/spaces/[spaceId]/productCatalogs/[catalogId]/products | The pricingDetails property is no longer required in the request payload. | Clients can omit this property. |
| POST/product/catalog/v1/spaces/[spaceId]/productCatalogs/[catalogId]/products | Updated the schema metadata example in the request payload. | Provides better clarity or default behavior in the documentation. |
| POST/product/catalog/v1/spaces/[spaceId]/productCatalogs/[catalogId]/products | Added the new optional response property under status 201 addedDate. | Supply or consume addedDate for enriched functionality. |
| POST/product/catalog/v1/spaces/[spaceId]/productCatalogs/[catalogId]/products | Added the new optional response property under status 201 catalogId. | Supply or consume catalogId for enriched functionality. |
| POST/product/catalog/v1/spaces/[spaceId]/productCatalogs/[catalogId]/products | Updated the schema metadata example in the response payload under status 201. | Provides better clarity or default behavior in the documentation. |
| GET/product/catalog/v1/spaces/[spaceId]/productCatalogs/[catalogId]/products/[productId] | Added the new optional response property under status 200 addedDate. | Supply or consume addedDate for enriched functionality. |
| GET/product/catalog/v1/spaces/[spaceId]/productCatalogs/[catalogId]/products/[productId] | Added the new optional response property under status 200 catalogId. | Supply or consume catalogId for enriched functionality. |
| GET/product/catalog/v1/spaces/[spaceId]/productCatalogs/[catalogId]/products/[productId] | Updated the schema metadata example in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| PATCH/product/catalog/v1/spaces/[spaceId]/productCatalogs/[catalogId]/products/[productId] | Added the new optional request property catalogId. | Supply or consume catalogId for enriched functionality. |
| PATCH/product/catalog/v1/spaces/[spaceId]/productCatalogs/[catalogId]/products/[productId] | Added the new NET enum value to the pricingDetails/priceIndicator request property. | You can now use this new enum value in requests. |
| PATCH/product/catalog/v1/spaces/[spaceId]/productCatalogs/[catalogId]/products/[productId] | Added the new GROSS enum value to the pricingDetails/priceIndicator request property. | You can now use this new enum value in requests. |
| PATCH/product/catalog/v1/spaces/[spaceId]/productCatalogs/[catalogId]/products/[productId] | Updated the schema metadata description at pricingDetails/priceIndicator in the request payload. | Provides better clarity or default behavior in the documentation. |
| PATCH/product/catalog/v1/spaces/[spaceId]/productCatalogs/[catalogId]/products/[productId] | Updated the schema metadata example at pricingDetails/priceIndicator in the request payload. | Provides better clarity or default behavior in the documentation. |
| PATCH/product/catalog/v1/spaces/[spaceId]/productCatalogs/[catalogId]/products/[productId] | Added the new GOODS enum value to the productDetails/itemCategory request property. | You can now use this new enum value in requests. |
| PATCH/product/catalog/v1/spaces/[spaceId]/productCatalogs/[catalogId]/products/[productId] | Added the new SERVICE enum value to the productDetails/itemCategory request property. | You can now use this new enum value in requests. |
| PATCH/product/catalog/v1/spaces/[spaceId]/productCatalogs/[catalogId]/products/[productId] | Updated the schema metadata description at productDetails/itemCategory in the request payload. | Provides better clarity or default behavior in the documentation. |
| PATCH/product/catalog/v1/spaces/[spaceId]/productCatalogs/[catalogId]/products/[productId] | Updated the schema metadata example at productDetails/itemCategory in the request payload. | Provides better clarity or default behavior in the documentation. |
| PATCH/product/catalog/v1/spaces/[spaceId]/productCatalogs/[catalogId]/products/[productId] | The productDetails/itemCategory property is no longer required in the request payload. | Clients can omit this property. |
| PATCH/product/catalog/v1/spaces/[spaceId]/productCatalogs/[catalogId]/products/[productId] | The productDetails/itemName property is no longer required in the request payload. | Clients can omit this property. |
| PATCH/product/catalog/v1/spaces/[spaceId]/productCatalogs/[catalogId]/products/[productId] | The vatDetails property is no longer required in the request payload. | Clients can omit this property. |
| PATCH/product/catalog/v1/spaces/[spaceId]/productCatalogs/[catalogId]/products/[productId] | The pricingDetails property is no longer required in the request payload. | Clients can omit this property. |
| PATCH/product/catalog/v1/spaces/[spaceId]/productCatalogs/[catalogId]/products/[productId] | The productDetails property is no longer required in the request payload. | Clients can omit this property. |
| PATCH/product/catalog/v1/spaces/[spaceId]/productCatalogs/[catalogId]/products/[productId] | Updated the schema metadata example in the request payload. | Provides better clarity or default behavior in the documentation. |
| PATCH/product/catalog/v1/spaces/[spaceId]/productCatalogs/[catalogId]/products/[productId] | Added the new optional response property under status 200 addedDate. | Supply or consume addedDate for enriched functionality. |
| PATCH/product/catalog/v1/spaces/[spaceId]/productCatalogs/[catalogId]/products/[productId] | Added the new optional response property under status 200 catalogId. | Supply or consume catalogId for enriched functionality. |
| PATCH/product/catalog/v1/spaces/[spaceId]/productCatalogs/[catalogId]/products/[productId] | Updated the schema metadata example in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
Push
Push Notification
BreakingBreaking Changes
| Method & Endpoint | The Change | Breaking Behavior | Migration Path |
|---|---|---|---|
| DEL/platform/pushnotification/v1/pushnotifications | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
Schedule
Schedule Service Openapi Openapi
BreakingBreaking Changes
| Method & Endpoint | The Change | Breaking Behavior | Migration Path |
|---|---|---|---|
| DEL/core/schedule/v1/scheduledMessages | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
| DEL/core/schedule/v1/scheduledMessages/[scheduledMessageId] | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
Service
Service Store
BreakingBreaking Changes
| Method & Endpoint | The Change | Breaking Behavior | Migration Path |
|---|---|---|---|
| DEL/servicestore/v1/applications/[applicationId]/details | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
| DEL/servicestore/v1/applications:getTranslationsByLanguage | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
| DEL/servicestore/v1/applications:info | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
| DEL/servicestore/v1/applications | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
| GET/servicestore/v1/applications/[applicationId]/dependencies | Removed the applications/displayName response property under status 200. | Client payloads including the applications/displayName field will be rejected. | Remove the applications/displayName parameter from response payload under status 200 models. |
| GET/servicestore/v1/applications/[applicationId]/dependencies | Removed the applications/shortDescription response property under status 200. | Client payloads including the applications/shortDescription field will be rejected. | Remove the applications/shortDescription parameter from response payload under status 200 models. |
NewNew Endpoints
| Method & Endpoint | Core Functionality | Auth/Scopes Required |
|---|---|---|
| ADD/servicestore/v2/applications:resetSpaceApplications | Access the newly provided functionality and features for this resource. | None specified |
| ADD/servicestore/v2/applications | Access the newly provided functionality and features for this resource. | None specified |
| ADD/servicestore/v2/applications/[applicationId] | Access the newly provided functionality and features for this resource. | None specified |
| ADD/servicestore/v2/applications:resetSpace | Access the newly provided functionality and features for this resource. | None specified |
InfoImprovements (Non-Breaking)
| Method & Endpoint | Enhancement Details | Developer Opportunity |
|---|---|---|
| GET/servicestore/v1/applications/[applicationId]/dependencies | Updated the schema metadata example in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| POST/servicestore/v1/applications/[applicationId]:addToSpace | The spaces property is no longer required in the request payload. | Clients can omit this property. |
| POST/servicestore/v1/applications/[applicationId]:removeFromSpace | The spaces property is no longer required in the request payload. | Clients can omit this property. |
| POST/servicestore/v1/applications/[applicationId]:upgradeOnSpace | The spaces property is no longer required in the request payload. | Clients can omit this property. |
Service Store Mngmt Service
BreakingBreaking Changes
| Method & Endpoint | The Change | Breaking Behavior | Migration Path |
|---|---|---|---|
| DEL/servicemngmt/v1/categories/[categoryId] | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
| DEL/servicemngmt/v1/categories/[categoryId]/subcategories | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
| DEL/servicemngmt/v1/categories/[categoryId]/subcategories/[subCategoryId] | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
| DEL/servicemngmt/v1/categories | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
| POST/servicemngmt/v1/applications | The POST method was removed from this endpoint. | Invocations using this method will fail with an HTTP 405 Method Not Allowed. | Migrate client calls to alternative methods or endpoints. |
| GET/servicemngmt/v1/applications | Removed the applications/description response property under status 200. | Client payloads including the applications/description field will be rejected. | Remove the applications/description parameter from response payload under status 200 models. |
| GET/servicemngmt/v1/applications | Removed the applications/shortDescription response property under status 200. | Client payloads including the applications/shortDescription field will be rejected. | Remove the applications/shortDescription parameter from response payload under status 200 models. |
| GET/servicemngmt/v1/applications | Removed the applications/displayName response property under status 200. | Client payloads including the applications/displayName field will be rejected. | Remove the applications/displayName parameter from response payload under status 200 models. |
| PATCH/servicemngmt/v1/applications/[applicationId] | The PATCH method was removed from this endpoint. | Invocations using this method will fail with an HTTP 405 Method Not Allowed. | Migrate client calls to alternative methods or endpoints. |
| GET/servicemngmt/v1/applications/[applicationId] | Removed the description response property under status 200. | Client payloads including the description field will be rejected. | Remove the description parameter from response payload under status 200 models. |
| GET/servicemngmt/v1/applications/[applicationId] | Removed the shortDescription response property under status 200. | Client payloads including the shortDescription field will be rejected. | Remove the shortDescription parameter from response payload under status 200 models. |
| GET/servicemngmt/v1/applications/[applicationId] | Removed the displayName response property under status 200. | Client payloads including the displayName field will be rejected. | Remove the displayName parameter from response payload under status 200 models. |
| POST/servicemngmt/v1/applications/[applicationId]/versions | The POST method was removed from this endpoint. | Invocations using this method will fail with an HTTP 405 Method Not Allowed. | Migrate client calls to alternative methods or endpoints. |
NewNew Endpoints
| Method & Endpoint | Core Functionality | Auth/Scopes Required |
|---|---|---|
| ADD/servicemngmt/v1/applications/[applicationId]/categories | Access the newly provided functionality and features for this resource. | None specified |
| ADD/servicemngmt/v1/applications/[applicationId]/languages | Access the newly provided functionality and features for this resource. | None specified |
| ADD/servicemngmt/v1/applications/[applicationId]/medias | Access the newly provided functionality and features for this resource. | None specified |
| ADD/servicemngmt/v1/applications/[applicationId]/brands | Access the newly provided functionality and features for this resource. | None specified |
| ADD/servicemngmt/v2/applications/[applicationId] | Access the newly provided functionality and features for this resource. | None specified |
| ADD/servicemngmt/v2/categories/[categoryId] | Access the newly provided functionality and features for this resource. | None specified |
| ADD/servicemngmt/v1/applications/[applicationId]/spaceTypes | Access the newly provided functionality and features for this resource. | None specified |
| ADD/servicemngmt/v2/categories | Access the newly provided functionality and features for this resource. | None specified |
| ADD/servicemngmt/v2/applications/[applicationId]/versions | Access the newly provided functionality and features for this resource. | None specified |
| ADD/servicemngmt/v1/applications/[applicationId]/locations | Access the newly provided functionality and features for this resource. | None specified |
| ADD/servicemngmt/v2/applications/[applicationId]/infoLocalizations | Access the newly provided functionality and features for this resource. | None specified |
| ADD/servicemngmt/v2/applications | Access the newly provided functionality and features for this resource. | None specified |
| ADD/servicemngmt/v2/applications/[applicationId]/spaceSegments | Access the newly provided functionality and features for this resource. | None specified |
| GET/servicemngmt/v1/applications/[applicationId]/versions | Added new GET functionality to this existing resource path. | None specified |
InfoImprovements (Non-Breaking)
| Method & Endpoint | Enhancement Details | Developer Opportunity |
|---|---|---|
| GET/servicemngmt/v1/applications | Added the new optional response property under status 200 applications/publisherName. | Supply or consume applications/publisherName for enriched functionality. |
| GET/servicemngmt/v1/applications | Added the new optional response property under status 200 applications/autoApproval. | Supply or consume applications/autoApproval for enriched functionality. |
| GET/servicemngmt/v1/applications | Added the new optional response property under status 200 applications/whitelistedDomains. | Supply or consume applications/whitelistedDomains for enriched functionality. |
| GET/servicemngmt/v1/applications | Updated the schema metadata example at applications/audienceType in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/servicemngmt/v1/applications | Updated the schema metadata description at applications/functionalType in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/servicemngmt/v1/applications | Updated the schema metadata example at applications/functionalType in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/servicemngmt/v1/applications | Updated the schema metadata example at applications/status in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/servicemngmt/v1/applications | The applications/status property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/servicemngmt/v1/applications | The applications/audienceType property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/servicemngmt/v1/applications | The applications/name property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/servicemngmt/v1/applications | The applications/namespace property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/servicemngmt/v1/applications | The applications/displayName property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/servicemngmt/v1/applications | The applications/functionalType property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/servicemngmt/v1/applications | The applications/id property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/servicemngmt/v1/applications | The applications/description property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/servicemngmt/v1/applications | The applications/shortDescription property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/servicemngmt/v1/applications | The pageSize property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/servicemngmt/v1/applications | The currentPage property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/servicemngmt/v1/applications | Updated the schema metadata example in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/servicemngmt/v1/applications/[applicationId] | Added the new optional response property under status 200 whitelistedDomains. | Supply or consume whitelistedDomains for enriched functionality. |
| GET/servicemngmt/v1/applications/[applicationId] | Added the new optional response property under status 200 publisherName. | Supply or consume publisherName for enriched functionality. |
| GET/servicemngmt/v1/applications/[applicationId] | Added the new optional response property under status 200 autoApproval. | Supply or consume autoApproval for enriched functionality. |
| GET/servicemngmt/v1/applications/[applicationId] | Updated the schema metadata example at audienceType in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/servicemngmt/v1/applications/[applicationId] | Updated the schema metadata description at functionalType in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/servicemngmt/v1/applications/[applicationId] | Updated the schema metadata example at functionalType in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/servicemngmt/v1/applications/[applicationId] | Updated the schema metadata example at status in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/servicemngmt/v1/applications/[applicationId] | The functionalType property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/servicemngmt/v1/applications/[applicationId] | The id property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/servicemngmt/v1/applications/[applicationId] | The shortDescription property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/servicemngmt/v1/applications/[applicationId] | The description property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/servicemngmt/v1/applications/[applicationId] | The displayName property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/servicemngmt/v1/applications/[applicationId] | The status property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/servicemngmt/v1/applications/[applicationId] | The audienceType property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/servicemngmt/v1/applications/[applicationId] | The name property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/servicemngmt/v1/applications/[applicationId] | The namespace property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/servicemngmt/v1/applications/[applicationId] | Updated the schema metadata example in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| PUT/servicemngmt/v1/applications/[applicationId]/logo | Updated the schema metadata description at multipart/form-data/logoFile in the request payload. | Provides better clarity or default behavior in the documentation. |
Sms
Sms Service
BreakingBreaking Changes
| Method & Endpoint | The Change | Breaking Behavior | Migration Path |
|---|---|---|---|
| DEL/core/sms/v1/smses | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
Solution
Solution Api
BreakingBreaking Changes
| Method & Endpoint | The Change | Breaking Behavior | Migration Path |
|---|---|---|---|
| GET/solution/business/v1/spaces | Removed the spaces/region response property under status 200. | Client payloads including the spaces/region field will be rejected. | Remove the spaces/region parameter from response payload under status 200 models. |
| GET/solution/business/v1/spaces | Removed the spaces/type response property under status 200. | Client payloads including the spaces/type field will be rejected. | Remove the spaces/type parameter from response payload under status 200 models. |
| GET/solution/business/v1/spaces | Removed the spaces/baseUrl response property under status 200. | Client payloads including the spaces/baseUrl field will be rejected. | Remove the spaces/baseUrl parameter from response payload under status 200 models. |
| GET/solution/business/v1/spaces | Removed the spaces/entityId response property under status 200. | Client payloads including the spaces/entityId field will be rejected. | Remove the spaces/entityId parameter from response payload under status 200 models. |
| GET/solution/business/v1/spaces | Removed the spaces/id response property under status 200. | Client payloads including the spaces/id field will be rejected. | Remove the spaces/id parameter from response payload under status 200 models. |
| GET/solution/business/v1/spaces | Removed the spaces/name response property under status 200. | Client payloads including the spaces/name field will be rejected. | Remove the spaces/name parameter from response payload under status 200 models. |
| GET/solution/business/v1/spaces | Modified the strict schema constraint oneOf at spaces in the response payload under status 200. | Payloads violating the updated oneOf validation rule will be rejected. | Update client-side schema definitions to respect the new oneOf constraint. |
| GET/solution/business/v1/spaces | Modified the strict schema constraint type at spaces in the response payload under status 200. | Payloads violating the updated type validation rule will be rejected. | Update client-side schema definitions to respect the new type constraint. |
| GET/solution/business/v1/spaces | Modified the strict schema constraint discriminatorDiff at spaces in the response payload under status 200. | Payloads violating the updated discriminatorDiff validation rule will be rejected. | Update client-side schema definitions to respect the new discriminatorDiff constraint. |
| GET/solution/business/v1/spaces | Modified the strict schema constraint minLength at unavailableRegions in the response payload under status 200. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| POST/solution/business/v1/spaces/[spaceId]/documents/[documentId]/documentNumbers:create | Modified the request payload structure (affected parameters: added). | Client payloads not conforming to the updated strict schema validation will be rejected. | Update client-side schema definitions and models. |
| POST/solution/business/v1/spaces/[spaceId]/documents/[documentId]/documentNumbers:create | Modified the strict schema constraint minLength at documentNumber in the response payload under status 202. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| POST/solution/business/v1/spaces/[spaceId]/documents:paymentSummary | Modified the strict schema constraint pattern at documents/payments/amount/currency in the response payload under status 200. | Payloads violating the updated pattern validation rule will be rejected. | Update client-side schema definitions to respect the new pattern constraint. |
| POST/solution/business/v1/spaces/[spaceId]/documents:paymentSummary | The documents/payments/amount/value property is now REQUIRED in the response payload under status 200. | Omitting documents/payments/amount/value will cause validation errors. | Ensure documents/payments/amount/value is populated. |
| POST/solution/business/v1/spaces/[spaceId]/documents:paymentSummary | The documents/payments/amount/currency property is now REQUIRED in the response payload under status 200. | Omitting documents/payments/amount/currency will cause validation errors. | Ensure documents/payments/amount/currency is populated. |
| POST/solution/business/v1/spaces/[spaceId]/documents:paymentSummary | Added the new IN_TRANSIT enum value to the documents/payments/status response property under status 200. | Strict parsers will fail to deserialize when returning records with the IN_TRANSIT type. | Update models to accept and handle the IN_TRANSIT type. |
| POST/solution/business/v1/spaces/[spaceId]/documents:paymentSummary | Modified the strict schema constraint minItems at documents in the response payload under status 200. | Payloads violating the updated minItems validation rule will be rejected. | Update client-side schema definitions to respect the new minItems constraint. |
| POST/solution/business/v1/spaces/[spaceId]/network/connections | Modified the strict schema constraint minLength at paymentAccounts/bank/identifier in the request payload. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| POST/solution/business/v1/spaces/[spaceId]/network/connections | Modified the strict schema constraint minLength at paymentAccounts/identifier in the request payload. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| POST/solution/business/v1/spaces/[spaceId]/network/connections | Removed the IBAN enum value from the paymentAccounts/scheme request property. | Submitting IBAN will result in schema validation failures. | Remove usage of IBAN and implement fallback logic. |
| POST/solution/business/v1/spaces/[spaceId]/network/connections | Removed the BBAN enum value from the paymentAccounts/scheme request property. | Submitting BBAN will result in schema validation failures. | Remove usage of BBAN and implement fallback logic. |
| POST/solution/business/v1/spaces/[spaceId]/network/connections | Removed the ANB enum value from the paymentAccounts/scheme request property. | Submitting ANB will result in schema validation failures. | Remove usage of ANB and implement fallback logic. |
| POST/solution/business/v1/spaces/[spaceId]/network/connections | Removed the SE_BANKGIRO enum value from the paymentAccounts/scheme request property. | Submitting SE_BANKGIRO will result in schema validation failures. | Remove usage of SE_BANKGIRO and implement fallback logic. |
| POST/solution/business/v1/spaces/[spaceId]/network/connections | Removed the SE_PLUSGIRO enum value from the paymentAccounts/scheme request property. | Submitting SE_PLUSGIRO will result in schema validation failures. | Remove usage of SE_PLUSGIRO and implement fallback logic. |
| POST/solution/business/v1/spaces/[spaceId]/network/connections | Modified the strict schema constraint minItems at relationTypes in the request payload. | Payloads violating the updated minItems validation rule will be rejected. | Update client-side schema definitions to respect the new minItems constraint. |
| POST/solution/business/v1/spaces/[spaceId]/network/connections | Modified the strict schema constraint value at examples/BusinessConnection in the request payload. | Payloads violating the updated value validation rule will be rejected. | Update client-side schema definitions to respect the new value constraint. |
| POST/solution/business/v1/spaces/[spaceId]/network/connections | Modified the strict schema constraint value at examples/PersonConnection in the request payload. | Payloads violating the updated value validation rule will be rejected. | Update client-side schema definitions to respect the new value constraint. |
| POST/solution/business/v1/spaces/[spaceId]/network/connections | Modified the strict schema constraint minLength at assignedAccountId in the response payload under status 201. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| POST/solution/business/v1/spaces/[spaceId]/network/connections | Modified the strict schema constraint minLength at connectors/name in the response payload under status 201. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| POST/solution/business/v1/spaces/[spaceId]/network/connections | Modified the strict schema constraint minLength at connectors/namespace in the response payload under status 201. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| POST/solution/business/v1/spaces/[spaceId]/network/connections | Modified the strict schema constraint minLength at connectors/searchResults/name in the response payload under status 201. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| POST/solution/business/v1/spaces/[spaceId]/network/connections | Modified the strict schema constraint minItems at relationTypes in the response payload under status 201. | Payloads violating the updated minItems validation rule will be rejected. | Update client-side schema definitions to respect the new minItems constraint. |
| POST/solution/business/v1/spaces/[spaceId]/network/connections | Modified the strict schema constraint oneOf in the response payload under status 403. | Payloads violating the updated oneOf validation rule will be rejected. | Update client-side schema definitions to respect the new oneOf constraint. |
| POST/solution/business/v1/spaces/[spaceId]/network/connections | Modified the strict schema constraint oneOf in the response payload under status 409. | Payloads violating the updated oneOf validation rule will be rejected. | Update client-side schema definitions to respect the new oneOf constraint. |
| POST/solution/business/v1/spaces/[spaceId]/network/connections | Modified the strict schema constraint oneOf in the response payload under status 422. | Payloads violating the updated oneOf validation rule will be rejected. | Update client-side schema definitions to respect the new oneOf constraint. |
| GET/solution/business/v1/spaces/[spaceId]/network/connections/[connectionId]/connectors | Modified the strict schema constraint minLength at connectors/name in the response payload under status 200. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| GET/solution/business/v1/spaces/[spaceId]/network/connections/[connectionId]/connectors | Modified the strict schema constraint minLength at connectors/namespace in the response payload under status 200. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| GET/solution/business/v1/spaces/[spaceId]/network/connections/[connectionId]/connectors | Modified the strict schema constraint minLength at connectors/searchResults/name in the response payload under status 200. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| GET/solution/business/v1/spaces/[spaceId]/network/connections/[connectionId]/connectors | Modified the strict schema constraint minLength at connectors/name in the response payload under status 422. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| GET/solution/business/v1/spaces/[spaceId]/network/connections/[connectionId]/connectors | Modified the strict schema constraint minLength at connectors/namespace in the response payload under status 422. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| GET/solution/business/v1/spaces/[spaceId]/network/connections/[connectionId]/connectors | Modified the strict schema constraint minLength at connectors/searchResults/name in the response payload under status 422. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| GET/solution/business/v1/spaces/[spaceId]/payments/aggregations | Modified the strict schema constraint pattern at paymentAggregations/amount/currency in the response payload under status 200. | Payloads violating the updated pattern validation rule will be rejected. | Update client-side schema definitions to respect the new pattern constraint. |
| GET/solution/business/v1/spaces/[spaceId]/payments/aggregations | The paymentAggregations/amount/value property is now REQUIRED in the response payload under status 200. | Omitting paymentAggregations/amount/value will cause validation errors. | Ensure paymentAggregations/amount/value is populated. |
| GET/solution/business/v1/spaces/[spaceId]/payments/aggregations | The paymentAggregations/amount/currency property is now REQUIRED in the response payload under status 200. | Omitting paymentAggregations/amount/currency will cause validation errors. | Ensure paymentAggregations/amount/currency is populated. |
| GET/solution/business/v1/spaces/[spaceId]/payments/aggregations | Modified the strict schema constraint minItems at paymentAggregations/availableOperations in the response payload under status 200. | Payloads violating the updated minItems validation rule will be rejected. | Update client-side schema definitions to respect the new minItems constraint. |
| GET/solution/business/v1/spaces/[spaceId]/payments/aggregations | Modified the strict schema constraint minLength at paymentAggregations/counterpartyPaymentAccount/bank/identifier in the response payload under status 200. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| GET/solution/business/v1/spaces/[spaceId]/payments/aggregations | Added the new ABA enum value to the paymentAggregations/counterpartyPaymentAccount/bank/scheme response property under status 200. | Strict parsers will fail to deserialize when returning records with the ABA type. | Update models to accept and handle the ABA type. |
| GET/solution/business/v1/spaces/[spaceId]/payments/aggregations | Added the new CLABE enum value to the paymentAggregations/counterpartyPaymentAccount/bank/scheme response property under status 200. | Strict parsers will fail to deserialize when returning records with the CLABE type. | Update models to accept and handle the CLABE type. |
| GET/solution/business/v1/spaces/[spaceId]/payments/aggregations | Added the new THIRD_PARTY enum value to the paymentAggregations/counterpartyPaymentAccount/bank/scheme response property under status 200. | Strict parsers will fail to deserialize when returning records with the THIRD_PARTY type. | Update models to accept and handle the THIRD_PARTY type. |
| GET/solution/business/v1/spaces/[spaceId]/payments/aggregations | Modified the strict schema constraint minLength at paymentAggregations/counterpartyPaymentAccount/identifier in the response payload under status 200. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| GET/solution/business/v1/spaces/[spaceId]/payments/aggregations | Removed the IBAN enum value from the paymentAggregations/counterpartyPaymentAccount/scheme response property under status 200. | Submitting IBAN will result in schema validation failures. | Remove usage of IBAN and implement fallback logic. |
| GET/solution/business/v1/spaces/[spaceId]/payments/aggregations | Removed the BBAN enum value from the paymentAggregations/counterpartyPaymentAccount/scheme response property under status 200. | Submitting BBAN will result in schema validation failures. | Remove usage of BBAN and implement fallback logic. |
| GET/solution/business/v1/spaces/[spaceId]/payments/aggregations | Removed the ANB enum value from the paymentAggregations/counterpartyPaymentAccount/scheme response property under status 200. | Submitting ANB will result in schema validation failures. | Remove usage of ANB and implement fallback logic. |
| GET/solution/business/v1/spaces/[spaceId]/payments/aggregations | Removed the SE_BANKGIRO enum value from the paymentAggregations/counterpartyPaymentAccount/scheme response property under status 200. | Submitting SE_BANKGIRO will result in schema validation failures. | Remove usage of SE_BANKGIRO and implement fallback logic. |
| GET/solution/business/v1/spaces/[spaceId]/payments/aggregations | Removed the SE_PLUSGIRO enum value from the paymentAggregations/counterpartyPaymentAccount/scheme response property under status 200. | Submitting SE_PLUSGIRO will result in schema validation failures. | Remove usage of SE_PLUSGIRO and implement fallback logic. |
| GET/solution/business/v1/spaces/[spaceId]/payments/aggregations | Modified the strict schema constraint minItems at paymentAggregations/document/connections in the response payload under status 200. | Payloads violating the updated minItems validation rule will be rejected. | Update client-side schema definitions to respect the new minItems constraint. |
| GET/solution/business/v1/spaces/[spaceId]/payments/aggregations | Modified the strict schema constraint minLength at paymentAggregations/paymentAccount/bank/identifier in the response payload under status 200. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| GET/solution/business/v1/spaces/[spaceId]/payments/aggregations | Added the new ABA enum value to the paymentAggregations/paymentAccount/bank/scheme response property under status 200. | Strict parsers will fail to deserialize when returning records with the ABA type. | Update models to accept and handle the ABA type. |
| GET/solution/business/v1/spaces/[spaceId]/payments/aggregations | Added the new CLABE enum value to the paymentAggregations/paymentAccount/bank/scheme response property under status 200. | Strict parsers will fail to deserialize when returning records with the CLABE type. | Update models to accept and handle the CLABE type. |
| GET/solution/business/v1/spaces/[spaceId]/payments/aggregations | Added the new THIRD_PARTY enum value to the paymentAggregations/paymentAccount/bank/scheme response property under status 200. | Strict parsers will fail to deserialize when returning records with the THIRD_PARTY type. | Update models to accept and handle the THIRD_PARTY type. |
| GET/solution/business/v1/spaces/[spaceId]/payments/aggregations | Modified the strict schema constraint minLength at paymentAggregations/paymentAccount/identifier in the response payload under status 200. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| GET/solution/business/v1/spaces/[spaceId]/payments/aggregations | Removed the IBAN enum value from the paymentAggregations/paymentAccount/scheme response property under status 200. | Submitting IBAN will result in schema validation failures. | Remove usage of IBAN and implement fallback logic. |
| GET/solution/business/v1/spaces/[spaceId]/payments/aggregations | Removed the BBAN enum value from the paymentAggregations/paymentAccount/scheme response property under status 200. | Submitting BBAN will result in schema validation failures. | Remove usage of BBAN and implement fallback logic. |
| GET/solution/business/v1/spaces/[spaceId]/payments/aggregations | Removed the ANB enum value from the paymentAggregations/paymentAccount/scheme response property under status 200. | Submitting ANB will result in schema validation failures. | Remove usage of ANB and implement fallback logic. |
| GET/solution/business/v1/spaces/[spaceId]/payments/aggregations | Removed the SE_BANKGIRO enum value from the paymentAggregations/paymentAccount/scheme response property under status 200. | Submitting SE_BANKGIRO will result in schema validation failures. | Remove usage of SE_BANKGIRO and implement fallback logic. |
| GET/solution/business/v1/spaces/[spaceId]/payments/aggregations | Removed the SE_PLUSGIRO enum value from the paymentAggregations/paymentAccount/scheme response property under status 200. | Submitting SE_PLUSGIRO will result in schema validation failures. | Remove usage of SE_PLUSGIRO and implement fallback logic. |
| GET/solution/business/v1/spaces/[spaceId]/payments/aggregations | Modified the strict schema constraint pattern at paymentAggregations/amount/currency in the response payload under status 400. | Payloads violating the updated pattern validation rule will be rejected. | Update client-side schema definitions to respect the new pattern constraint. |
| GET/solution/business/v1/spaces/[spaceId]/payments/aggregations | The paymentAggregations/amount/value property is now REQUIRED in the response payload under status 400. | Omitting paymentAggregations/amount/value will cause validation errors. | Ensure paymentAggregations/amount/value is populated. |
| GET/solution/business/v1/spaces/[spaceId]/payments/aggregations | The paymentAggregations/amount/currency property is now REQUIRED in the response payload under status 400. | Omitting paymentAggregations/amount/currency will cause validation errors. | Ensure paymentAggregations/amount/currency is populated. |
| GET/solution/business/v1/spaces/[spaceId]/payments/aggregations | Modified the strict schema constraint minItems at paymentAggregations/availableOperations in the response payload under status 400. | Payloads violating the updated minItems validation rule will be rejected. | Update client-side schema definitions to respect the new minItems constraint. |
| GET/solution/business/v1/spaces/[spaceId]/payments/aggregations | Modified the strict schema constraint minLength at paymentAggregations/counterpartyPaymentAccount/bank/identifier in the response payload under status 400. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| GET/solution/business/v1/spaces/[spaceId]/payments/aggregations | Added the new ABA enum value to the paymentAggregations/counterpartyPaymentAccount/bank/scheme response property under status 400. | Strict parsers will fail to deserialize when returning records with the ABA type. | Update models to accept and handle the ABA type. |
| GET/solution/business/v1/spaces/[spaceId]/payments/aggregations | Added the new CLABE enum value to the paymentAggregations/counterpartyPaymentAccount/bank/scheme response property under status 400. | Strict parsers will fail to deserialize when returning records with the CLABE type. | Update models to accept and handle the CLABE type. |
| GET/solution/business/v1/spaces/[spaceId]/payments/aggregations | Added the new THIRD_PARTY enum value to the paymentAggregations/counterpartyPaymentAccount/bank/scheme response property under status 400. | Strict parsers will fail to deserialize when returning records with the THIRD_PARTY type. | Update models to accept and handle the THIRD_PARTY type. |
| GET/solution/business/v1/spaces/[spaceId]/payments/aggregations | Modified the strict schema constraint minLength at paymentAggregations/counterpartyPaymentAccount/identifier in the response payload under status 400. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| GET/solution/business/v1/spaces/[spaceId]/payments/aggregations | Removed the IBAN enum value from the paymentAggregations/counterpartyPaymentAccount/scheme response property under status 400. | Submitting IBAN will result in schema validation failures. | Remove usage of IBAN and implement fallback logic. |
| GET/solution/business/v1/spaces/[spaceId]/payments/aggregations | Removed the BBAN enum value from the paymentAggregations/counterpartyPaymentAccount/scheme response property under status 400. | Submitting BBAN will result in schema validation failures. | Remove usage of BBAN and implement fallback logic. |
| GET/solution/business/v1/spaces/[spaceId]/payments/aggregations | Removed the ANB enum value from the paymentAggregations/counterpartyPaymentAccount/scheme response property under status 400. | Submitting ANB will result in schema validation failures. | Remove usage of ANB and implement fallback logic. |
| GET/solution/business/v1/spaces/[spaceId]/payments/aggregations | Removed the SE_BANKGIRO enum value from the paymentAggregations/counterpartyPaymentAccount/scheme response property under status 400. | Submitting SE_BANKGIRO will result in schema validation failures. | Remove usage of SE_BANKGIRO and implement fallback logic. |
| GET/solution/business/v1/spaces/[spaceId]/payments/aggregations | Removed the SE_PLUSGIRO enum value from the paymentAggregations/counterpartyPaymentAccount/scheme response property under status 400. | Submitting SE_PLUSGIRO will result in schema validation failures. | Remove usage of SE_PLUSGIRO and implement fallback logic. |
| GET/solution/business/v1/spaces/[spaceId]/payments/aggregations | Modified the strict schema constraint minItems at paymentAggregations/document/connections in the response payload under status 400. | Payloads violating the updated minItems validation rule will be rejected. | Update client-side schema definitions to respect the new minItems constraint. |
| GET/solution/business/v1/spaces/[spaceId]/payments/aggregations | Modified the strict schema constraint minLength at paymentAggregations/paymentAccount/bank/identifier in the response payload under status 400. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| GET/solution/business/v1/spaces/[spaceId]/payments/aggregations | Added the new ABA enum value to the paymentAggregations/paymentAccount/bank/scheme response property under status 400. | Strict parsers will fail to deserialize when returning records with the ABA type. | Update models to accept and handle the ABA type. |
| GET/solution/business/v1/spaces/[spaceId]/payments/aggregations | Added the new CLABE enum value to the paymentAggregations/paymentAccount/bank/scheme response property under status 400. | Strict parsers will fail to deserialize when returning records with the CLABE type. | Update models to accept and handle the CLABE type. |
| GET/solution/business/v1/spaces/[spaceId]/payments/aggregations | Added the new THIRD_PARTY enum value to the paymentAggregations/paymentAccount/bank/scheme response property under status 400. | Strict parsers will fail to deserialize when returning records with the THIRD_PARTY type. | Update models to accept and handle the THIRD_PARTY type. |
| GET/solution/business/v1/spaces/[spaceId]/payments/aggregations | Modified the strict schema constraint minLength at paymentAggregations/paymentAccount/identifier in the response payload under status 400. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| GET/solution/business/v1/spaces/[spaceId]/payments/aggregations | Removed the IBAN enum value from the paymentAggregations/paymentAccount/scheme response property under status 400. | Submitting IBAN will result in schema validation failures. | Remove usage of IBAN and implement fallback logic. |
| GET/solution/business/v1/spaces/[spaceId]/payments/aggregations | Removed the BBAN enum value from the paymentAggregations/paymentAccount/scheme response property under status 400. | Submitting BBAN will result in schema validation failures. | Remove usage of BBAN and implement fallback logic. |
| GET/solution/business/v1/spaces/[spaceId]/payments/aggregations | Removed the ANB enum value from the paymentAggregations/paymentAccount/scheme response property under status 400. | Submitting ANB will result in schema validation failures. | Remove usage of ANB and implement fallback logic. |
| GET/solution/business/v1/spaces/[spaceId]/payments/aggregations | Removed the SE_BANKGIRO enum value from the paymentAggregations/paymentAccount/scheme response property under status 400. | Submitting SE_BANKGIRO will result in schema validation failures. | Remove usage of SE_BANKGIRO and implement fallback logic. |
| GET/solution/business/v1/spaces/[spaceId]/payments/aggregations | Removed the SE_PLUSGIRO enum value from the paymentAggregations/paymentAccount/scheme response property under status 400. | Submitting SE_PLUSGIRO will result in schema validation failures. | Remove usage of SE_PLUSGIRO and implement fallback logic. |
| POST/solution/business/v1/spaces/[spaceId]/payments/documents:execute | Modified the strict schema constraint minItems at documents in the request payload. | Payloads violating the updated minItems validation rule will be rejected. | Update client-side schema definitions to respect the new minItems constraint. |
| POST/solution/business/v1/spaces/[spaceId]/payments/documents:execute | Modified the strict schema constraint minLength at redirectUrl in the response payload under status 200. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| POST/solution/business/v1/spaces/[spaceId]/payments/documents:paymentSummary | Modified the strict schema constraint pattern at documents/payments/amount/currency in the response payload under status 200. | Payloads violating the updated pattern validation rule will be rejected. | Update client-side schema definitions to respect the new pattern constraint. |
| POST/solution/business/v1/spaces/[spaceId]/payments/documents:paymentSummary | The documents/payments/amount/value property is now REQUIRED in the response payload under status 200. | Omitting documents/payments/amount/value will cause validation errors. | Ensure documents/payments/amount/value is populated. |
| POST/solution/business/v1/spaces/[spaceId]/payments/documents:paymentSummary | The documents/payments/amount/currency property is now REQUIRED in the response payload under status 200. | Omitting documents/payments/amount/currency will cause validation errors. | Ensure documents/payments/amount/currency is populated. |
| POST/solution/business/v1/spaces/[spaceId]/payments/documents:paymentSummary | Added the new IN_TRANSIT enum value to the documents/payments/status response property under status 200. | Strict parsers will fail to deserialize when returning records with the IN_TRANSIT type. | Update models to accept and handle the IN_TRANSIT type. |
| POST/solution/business/v1/spaces/[spaceId]/payments/documents:paymentSummary | Modified the strict schema constraint minItems at documents in the response payload under status 200. | Payloads violating the updated minItems validation rule will be rejected. | Update client-side schema definitions to respect the new minItems constraint. |
| POST/solution/business/v1/spaces/[spaceId]/payments/documents:validate | Modified the strict schema constraint minItems at documents in the request payload. | Payloads violating the updated minItems validation rule will be rejected. | Update client-side schema definitions to respect the new minItems constraint. |
| POST/solution/business/v1/spaces/[spaceId]/payments/documents:validate | Added the new IN_TRANSIT_PAYMENT_EXISTS enum value to the validationResult/documentsMessages/messages/code response property under status 200. | Strict parsers will fail to deserialize when returning records with the IN_TRANSIT_PAYMENT_EXISTS type. | Update models to accept and handle the IN_TRANSIT_PAYMENT_EXISTS type. |
| POST/solution/business/v1/spaces/[spaceId]/payments/documents:validate | Added the new DOCUMENT_SUGGESTED_PAYMENT_ACCOUNTS_PRESENT_BUT_IGNORED enum value to the validationResult/documentsMessages/messages/code response property under status 200. | Strict parsers will fail to deserialize when returning records with the DOCUMENT_SUGGESTED_PAYMENT_ACCOUNTS_PRESENT_BUT_IGNORED type. | Update models to accept and handle the DOCUMENT_SUGGESTED_PAYMENT_ACCOUNTS_PRESENT_BUT_IGNORED type. |
| POST/solution/business/v1/spaces/[spaceId]/payments/documents:validate | Added the new NEW_PAYMENT_MEANS_ACCOUNT_DETECTED enum value to the validationResult/documentsMessages/messages/code response property under status 200. | Strict parsers will fail to deserialize when returning records with the NEW_PAYMENT_MEANS_ACCOUNT_DETECTED type. | Update models to accept and handle the NEW_PAYMENT_MEANS_ACCOUNT_DETECTED type. |
| POST/solution/business/v1/spaces/[spaceId]/payments/documents:validate | Added the new NEW_FEE_DETECTED enum value to the validationResult/documentsPaymentErrors response property under status 200. | Strict parsers will fail to deserialize when returning records with the NEW_FEE_DETECTED type. | Update models to accept and handle the NEW_FEE_DETECTED type. |
| POST/solution/business/v1/spaces/[spaceId]/payments/documents:validate | Added the new FEE_MISMATCH_OR_EXPIRED enum value to the validationResult/documentsPaymentErrors response property under status 200. | Strict parsers will fail to deserialize when returning records with the FEE_MISMATCH_OR_EXPIRED type. | Update models to accept and handle the FEE_MISMATCH_OR_EXPIRED type. |
| POST/solution/business/v1/spaces/[spaceId]/payments/documents:validate | Added the new FAILED_CONTEXT_VALIDATION enum value to the validationResult/documentsPaymentErrors response property under status 200. | Strict parsers will fail to deserialize when returning records with the FAILED_CONTEXT_VALIDATION type. | Update models to accept and handle the FAILED_CONTEXT_VALIDATION type. |
| GET/solution/business/v1/spaces/[spaceId]/payments/[paymentId] | Modified the strict schema constraint pattern at amount/currency in the response payload under status 200. | Payloads violating the updated pattern validation rule will be rejected. | Update client-side schema definitions to respect the new pattern constraint. |
| GET/solution/business/v1/spaces/[spaceId]/payments/[paymentId] | The amount/currency property is now REQUIRED in the response payload under status 200. | Omitting amount/currency will cause validation errors. | Ensure amount/currency is populated. |
| GET/solution/business/v1/spaces/[spaceId]/payments/[paymentId] | The amount/value property is now REQUIRED in the response payload under status 200. | Omitting amount/value will cause validation errors. | Ensure amount/value is populated. |
| GET/solution/business/v1/spaces/[spaceId]/payments/[paymentId] | Modified the strict schema constraint minLength at documents/creditor/name in the response payload under status 200. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| GET/solution/business/v1/spaces/[spaceId]/payments/[paymentId] | Modified the strict schema constraint minLength at documents/documentNumber in the response payload under status 200. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| GET/solution/business/v1/spaces/[spaceId]/payments/[paymentId] | Modified the strict schema constraint pattern at documents/paymentRelatedBalanceOffset/amount/currency in the response payload under status 200. | Payloads violating the updated pattern validation rule will be rejected. | Update client-side schema definitions to respect the new pattern constraint. |
| GET/solution/business/v1/spaces/[spaceId]/payments/[paymentId] | The documents/paymentRelatedBalanceOffset/amount/currency property is now REQUIRED in the response payload under status 200. | Omitting documents/paymentRelatedBalanceOffset/amount/currency will cause validation errors. | Ensure documents/paymentRelatedBalanceOffset/amount/currency is populated. |
| GET/solution/business/v1/spaces/[spaceId]/payments/[paymentId] | The documents/paymentRelatedBalanceOffset/amount/value property is now REQUIRED in the response payload under status 200. | Omitting documents/paymentRelatedBalanceOffset/amount/value will cause validation errors. | Ensure documents/paymentRelatedBalanceOffset/amount/value is populated. |
| GET/solution/business/v1/spaces/[spaceId]/payments/[paymentId] | Added the new IN_TRANSIT enum value to the status response property under status 200. | Strict parsers will fail to deserialize when returning records with the IN_TRANSIT type. | Update models to accept and handle the IN_TRANSIT type. |
| POST/solution/business/v1/spaces/[spaceId]/users | The POST method was removed from this endpoint. | Invocations using this method will fail with an HTTP 405 Method Not Allowed. | Migrate client calls to alternative methods or endpoints. |
| GET/solution/business/v1/spaces/[spaceId]/users | Modified the strict schema constraint minLength at users/firstName in the response payload under status 200. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| GET/solution/business/v1/spaces/[spaceId]/users | Modified the strict schema constraint minLength at users/lastName in the response payload under status 200. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| GET/solution/business/v1/spaces/[spaceId]/users | Modified the strict schema constraint minLength at users/permissionTree/resources/id in the response payload under status 200. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| GET/solution/business/v1/spaces/[spaceId]/users | Modified the strict schema constraint minLength at users/permissionTree/resources/scopes in the response payload under status 200. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| GET/solution/business/v1/spaces/[spaceId]/users | Modified the strict schema constraint minItems at users/permissionTree/resources/scopes in the response payload under status 200. | Payloads violating the updated minItems validation rule will be rejected. | Update client-side schema definitions to respect the new minItems constraint. |
| GET/solution/business/v1/spaces/[spaceId]/users | Modified the strict schema constraint minLength at users/permissionTree/resources/type in the response payload under status 200. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| GET/solution/business/v1/spaces/[spaceId]/users | Removed the ACTIVE enum value from the users/status response property under status 200. | Submitting ACTIVE will result in schema validation failures. | Remove usage of ACTIVE and implement fallback logic. |
| GET/solution/business/v1/spaces/[spaceId]/users | Removed the PENDING enum value from the users/status response property under status 200. | Submitting PENDING will result in schema validation failures. | Remove usage of PENDING and implement fallback logic. |
| GET/solution/business/v1/spaces/[spaceId]/users | The users/partnerIds property is now REQUIRED in the response payload under status 200. | Omitting users/partnerIds will cause validation errors. | Ensure users/partnerIds is populated. |
| GET/solution/business/v1/spaces/[spaceId]/users/me | Modified the strict schema constraint minLength at firstName in the response payload under status 200. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| GET/solution/business/v1/spaces/[spaceId]/users/me | Modified the strict schema constraint minLength at lastName in the response payload under status 200. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| GET/solution/business/v1/spaces/[spaceId]/users/me | Modified the strict schema constraint minLength at permissionTree/resources/id in the response payload under status 200. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| GET/solution/business/v1/spaces/[spaceId]/users/me | Modified the strict schema constraint minLength at permissionTree/resources/scopes in the response payload under status 200. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| GET/solution/business/v1/spaces/[spaceId]/users/me | Modified the strict schema constraint minItems at permissionTree/resources/scopes in the response payload under status 200. | Payloads violating the updated minItems validation rule will be rejected. | Update client-side schema definitions to respect the new minItems constraint. |
| GET/solution/business/v1/spaces/[spaceId]/users/me | Modified the strict schema constraint minLength at permissionTree/resources/type in the response payload under status 200. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| GET/solution/business/v1/spaces/[spaceId]/users/me | Removed the ACTIVE enum value from the status response property under status 200. | Submitting ACTIVE will result in schema validation failures. | Remove usage of ACTIVE and implement fallback logic. |
| GET/solution/business/v1/spaces/[spaceId]/users/me | Removed the PENDING enum value from the status response property under status 200. | Submitting PENDING will result in schema validation failures. | Remove usage of PENDING and implement fallback logic. |
| GET/solution/business/v1/spaces/[spaceId]/users/me | The partnerIds property is now REQUIRED in the response payload under status 200. | Omitting partnerIds will cause validation errors. | Ensure partnerIds is populated. |
| GET/solution/business/v1/spaces/[spaceId]/users/[subject] | Modified the strict schema constraint minLength at firstName in the response payload under status 200. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| GET/solution/business/v1/spaces/[spaceId]/users/[subject] | Modified the strict schema constraint minLength at lastName in the response payload under status 200. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| GET/solution/business/v1/spaces/[spaceId]/users/[subject] | Modified the strict schema constraint minLength at permissionTree/resources/id in the response payload under status 200. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| GET/solution/business/v1/spaces/[spaceId]/users/[subject] | Modified the strict schema constraint minLength at permissionTree/resources/scopes in the response payload under status 200. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| GET/solution/business/v1/spaces/[spaceId]/users/[subject] | Modified the strict schema constraint minItems at permissionTree/resources/scopes in the response payload under status 200. | Payloads violating the updated minItems validation rule will be rejected. | Update client-side schema definitions to respect the new minItems constraint. |
| GET/solution/business/v1/spaces/[spaceId]/users/[subject] | Modified the strict schema constraint minLength at permissionTree/resources/type in the response payload under status 200. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| GET/solution/business/v1/spaces/[spaceId]/users/[subject] | Removed the ACTIVE enum value from the status response property under status 200. | Submitting ACTIVE will result in schema validation failures. | Remove usage of ACTIVE and implement fallback logic. |
| GET/solution/business/v1/spaces/[spaceId]/users/[subject] | Removed the PENDING enum value from the status response property under status 200. | Submitting PENDING will result in schema validation failures. | Remove usage of PENDING and implement fallback logic. |
| GET/solution/business/v1/spaces/[spaceId]/users/[subject] | The partnerIds property is now REQUIRED in the response payload under status 200. | Omitting partnerIds will cause validation errors. | Ensure partnerIds is populated. |
| GET/solution/business/v1/users/me | Modified the strict schema constraint minLength at firstName in the response payload under status 200. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| GET/solution/business/v1/users/me | Modified the strict schema constraint minLength at lastName in the response payload under status 200. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| GET/solution/business/v1/users/me | Removed the ACTIVE enum value from the status response property under status 200. | Submitting ACTIVE will result in schema validation failures. | Remove usage of ACTIVE and implement fallback logic. |
| GET/solution/business/v1/users/me | Removed the PENDING enum value from the status response property under status 200. | Submitting PENDING will result in schema validation failures. | Remove usage of PENDING and implement fallback logic. |
| GET/solution/business/v1/users/me | The partnerIds property is now REQUIRED in the response payload under status 200. | Omitting partnerIds will cause validation errors. | Ensure partnerIds is populated. |
| POST/solution/partner/v1/spaces/[spaceId]/clients/[clientId]:invite | Modified the strict schema constraint minLength at email in the request payload. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| POST/solution/partner/v1/spaces/[spaceId]/clients/[clientId]:invite | Modified the strict schema constraint minLength at firstName in the request payload. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| POST/solution/partner/v1/spaces/[spaceId]/clients/[clientId]:invite | Modified the strict schema constraint minLength at lastName in the request payload. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| POST/solution/partner/v1/spaces/[spaceId]/clients/[clientId]:invite | Modified the strict schema constraint minLength at locale in the request payload. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| POST/solution/partner/v1/spaces/[spaceId]/clients/[clientId]:invite | Modified the strict schema constraint minLength at message in the request payload. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
NewNew Endpoints
| Method & Endpoint | Core Functionality | Auth/Scopes Required |
|---|---|---|
| ADD/solution/business/v1/spaces/[spaceId]/network/connections:import | Access the newly provided functionality and features for this resource. | None specified |
| ADD/solution/business/v1/spaces/[spaceId]/network/connections/[connectionId] | Access the newly provided functionality and features for this resource. | None specified |
| ADD/solution/business/v2/spaces/[spaceId]/payments/[paymentId] | Access the newly provided functionality and features for this resource. | None specified |
| ADD/solution/business/v2/spaces/[spaceId]/payments/documents:validate | Access the newly provided functionality and features for this resource. | None specified |
| ADD/solution/business/v1/spaces/[spaceId]/payments/documents:findCreditorAccount | Access the newly provided functionality and features for this resource. | None specified |
| ADD/solution/business/v2/spaces/[spaceId]/payments/documents:execute | Access the newly provided functionality and features for this resource. | None specified |
| ADD/solution/business/v1/spaces/[spaceId]/payments/collect/consents | Access the newly provided functionality and features for this resource. | None specified |
| ADD/solution/business/v1/spaces/[spaceId]/network/connections/template | Access the newly provided functionality and features for this resource. | None specified |
| ADD/solution/business/v1/spaces/[spaceId]/documents:calculate | Access the newly provided functionality and features for this resource. | None specified |
| ADD/solution/business/v1/spaces/[spaceId]/payments/documents:requestPayment | Access the newly provided functionality and features for this resource. | None specified |
InfoImprovements (Non-Breaking)
| Method & Endpoint | Enhancement Details | Developer Opportunity |
|---|---|---|
| GET/solution/business/v1/spaces | The spaces/id property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/solution/business/v1/spaces | The spaces/name property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/solution/business/v1/spaces | The spaces/region property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/solution/business/v1/spaces | The spaces/type property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/solution/business/v1/spaces | The spaces/baseUrl property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/solution/business/v1/spaces | The spaces/entityId property is no longer required in the response payload under status 200. | Clients can omit this property. |
| POST/solution/business/v1/spaces/[spaceId]/documents/[documentId]/documentNumbers:create | Marked the endpoint as deprecated. | This endpoint will be removed in a future release. |
| POST/solution/business/v1/spaces/[spaceId]/documents:paymentSummary | Added the new IN_TRANSIT enum value to the acceptedPaymentStatuses request property. | You can now use this new enum value in requests. |
| POST/solution/business/v1/spaces/[spaceId]/documents:paymentSummary | Updated the schema metadata description at documents/payments/amount/currency in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| POST/solution/business/v1/spaces/[spaceId]/documents:paymentSummary | Updated the schema metadata example at documents/payments/amount/currency in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| POST/solution/business/v1/spaces/[spaceId]/documents:paymentSummary | Updated the schema metadata description at documents/payments/amount/value in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| POST/solution/business/v1/spaces/[spaceId]/documents:paymentSummary | Updated the schema metadata example at documents/payments/amount/value in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| POST/solution/business/v1/spaces/[spaceId]/network/connections | Added the new optional request property businessType. | Supply or consume businessType for enriched functionality. |
| POST/solution/business/v1/spaces/[spaceId]/network/connections | Added the new optional request property paymentAccounts/parent. | Supply or consume paymentAccounts/parent for enriched functionality. |
| POST/solution/business/v1/spaces/[spaceId]/network/connections | Added the new ABA enum value to the paymentAccounts/bank/scheme request property. | You can now use this new enum value in requests. |
| POST/solution/business/v1/spaces/[spaceId]/network/connections | Added the new CLABE enum value to the paymentAccounts/bank/scheme request property. | You can now use this new enum value in requests. |
| POST/solution/business/v1/spaces/[spaceId]/network/connections | Added the new THIRD_PARTY enum value to the paymentAccounts/bank/scheme request property. | You can now use this new enum value in requests. |
| GET/solution/business/v1/spaces/[spaceId]/payments/aggregations | Updated the schema metadata description at paymentAggregations/aggregationStatus in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/solution/business/v1/spaces/[spaceId]/payments/aggregations | Updated the schema metadata description at paymentAggregations/amount/currency in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/solution/business/v1/spaces/[spaceId]/payments/aggregations | Updated the schema metadata example at paymentAggregations/amount/currency in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/solution/business/v1/spaces/[spaceId]/payments/aggregations | Updated the schema metadata description at paymentAggregations/amount/value in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/solution/business/v1/spaces/[spaceId]/payments/aggregations | Updated the schema metadata example at paymentAggregations/amount/value in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/solution/business/v1/spaces/[spaceId]/payments/aggregations | Updated the schema metadata description at paymentAggregations/availableOperations in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/solution/business/v1/spaces/[spaceId]/payments/aggregations | Updated the schema metadata description at paymentAggregations/balanceOffset in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/solution/business/v1/spaces/[spaceId]/payments/aggregations | Added the new optional response property under status 200 paymentAggregations/counterpartyPaymentAccount/parent. | Supply or consume paymentAggregations/counterpartyPaymentAccount/parent for enriched functionality. |
| GET/solution/business/v1/spaces/[spaceId]/payments/aggregations | Added the new optional response property under status 200 paymentAggregations/paymentAccount/parent. | Supply or consume paymentAggregations/paymentAccount/parent for enriched functionality. |
| GET/solution/business/v1/spaces/[spaceId]/payments/aggregations | Updated the schema metadata description at paymentAggregations in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/solution/business/v1/spaces/[spaceId]/payments/aggregations | The currentPage property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/solution/business/v1/spaces/[spaceId]/payments/aggregations | The pageSize property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/solution/business/v1/spaces/[spaceId]/payments/aggregations | Updated the schema metadata description at paymentAggregations/aggregationStatus in the response payload under status 400. | Provides better clarity or default behavior in the documentation. |
| GET/solution/business/v1/spaces/[spaceId]/payments/aggregations | Updated the schema metadata description at paymentAggregations/amount/currency in the response payload under status 400. | Provides better clarity or default behavior in the documentation. |
| GET/solution/business/v1/spaces/[spaceId]/payments/aggregations | Updated the schema metadata example at paymentAggregations/amount/currency in the response payload under status 400. | Provides better clarity or default behavior in the documentation. |
| GET/solution/business/v1/spaces/[spaceId]/payments/aggregations | Updated the schema metadata description at paymentAggregations/amount/value in the response payload under status 400. | Provides better clarity or default behavior in the documentation. |
| GET/solution/business/v1/spaces/[spaceId]/payments/aggregations | Updated the schema metadata example at paymentAggregations/amount/value in the response payload under status 400. | Provides better clarity or default behavior in the documentation. |
| GET/solution/business/v1/spaces/[spaceId]/payments/aggregations | Updated the schema metadata description at paymentAggregations/availableOperations in the response payload under status 400. | Provides better clarity or default behavior in the documentation. |
| GET/solution/business/v1/spaces/[spaceId]/payments/aggregations | Updated the schema metadata description at paymentAggregations/balanceOffset in the response payload under status 400. | Provides better clarity or default behavior in the documentation. |
| GET/solution/business/v1/spaces/[spaceId]/payments/aggregations | Added the new optional response property under status 400 paymentAggregations/counterpartyPaymentAccount/parent. | Supply or consume paymentAggregations/counterpartyPaymentAccount/parent for enriched functionality. |
| GET/solution/business/v1/spaces/[spaceId]/payments/aggregations | Added the new optional response property under status 400 paymentAggregations/paymentAccount/parent. | Supply or consume paymentAggregations/paymentAccount/parent for enriched functionality. |
| GET/solution/business/v1/spaces/[spaceId]/payments/aggregations | Updated the schema metadata description at paymentAggregations in the response payload under status 400. | Provides better clarity or default behavior in the documentation. |
| GET/solution/business/v1/spaces/[spaceId]/payments/aggregations | The currentPage property is no longer required in the response payload under status 400. | Clients can omit this property. |
| GET/solution/business/v1/spaces/[spaceId]/payments/aggregations | The pageSize property is no longer required in the response payload under status 400. | Clients can omit this property. |
| POST/solution/business/v1/spaces/[spaceId]/payments/documents:execute | Added the new optional request property acceptedFeeId. | Supply or consume acceptedFeeId for enriched functionality. |
| POST/solution/business/v1/spaces/[spaceId]/payments/documents:execute | Added the new optional request property documents/creditorVerificationId. | Supply or consume documents/creditorVerificationId for enriched functionality. |
| POST/solution/business/v1/spaces/[spaceId]/payments/documents:execute | Updated the schema metadata description at documents/partialPaymentAmount in the request payload. | Provides better clarity or default behavior in the documentation. |
| POST/solution/business/v1/spaces/[spaceId]/payments/documents:paymentSummary | Added the new IN_TRANSIT enum value to the acceptedPaymentStatuses request property. | You can now use this new enum value in requests. |
| POST/solution/business/v1/spaces/[spaceId]/payments/documents:paymentSummary | Updated the schema metadata description at documents/payments/amount/currency in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| POST/solution/business/v1/spaces/[spaceId]/payments/documents:paymentSummary | Updated the schema metadata example at documents/payments/amount/currency in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| POST/solution/business/v1/spaces/[spaceId]/payments/documents:paymentSummary | Updated the schema metadata description at documents/payments/amount/value in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| POST/solution/business/v1/spaces/[spaceId]/payments/documents:paymentSummary | Updated the schema metadata example at documents/payments/amount/value in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| POST/solution/business/v1/spaces/[spaceId]/payments/documents:validate | Added the new optional request property acceptedFeeId. | Supply or consume acceptedFeeId for enriched functionality. |
| POST/solution/business/v1/spaces/[spaceId]/payments/documents:validate | Added the new optional request property documents/creditorVerificationId. | Supply or consume documents/creditorVerificationId for enriched functionality. |
| POST/solution/business/v1/spaces/[spaceId]/payments/documents:validate | Updated the schema metadata description at documents/partialPaymentAmount in the request payload. | Provides better clarity or default behavior in the documentation. |
| POST/solution/business/v1/spaces/[spaceId]/payments/documents:validate | Added the new optional response property under status 200 validationResult/documentsMessages/messages/data. | Supply or consume validationResult/documentsMessages/messages/data for enriched functionality. |
| GET/solution/business/v1/spaces/[spaceId]/payments/[paymentId] | Updated the schema metadata description at amount/currency in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/solution/business/v1/spaces/[spaceId]/payments/[paymentId] | Updated the schema metadata example at amount/currency in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/solution/business/v1/spaces/[spaceId]/payments/[paymentId] | Updated the schema metadata description at amount/value in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/solution/business/v1/spaces/[spaceId]/payments/[paymentId] | Updated the schema metadata example at amount/value in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/solution/business/v1/spaces/[spaceId]/payments/[paymentId] | Updated the schema metadata description at documents/paymentRelatedBalanceOffset/amount/currency in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/solution/business/v1/spaces/[spaceId]/payments/[paymentId] | Updated the schema metadata example at documents/paymentRelatedBalanceOffset/amount/currency in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/solution/business/v1/spaces/[spaceId]/payments/[paymentId] | Updated the schema metadata description at documents/paymentRelatedBalanceOffset/amount/value in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/solution/business/v1/spaces/[spaceId]/payments/[paymentId] | Updated the schema metadata example at documents/paymentRelatedBalanceOffset/amount/value in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/solution/business/v1/spaces/[spaceId]/users | Added the new optional request property query. | Filter or enhance queries by utilizing the query parameter for more targeted results. |
| GET/solution/business/v1/spaces/[spaceId]/users | Added the new optional response property under status 200 users/partnerIds. | Supply or consume users/partnerIds for enriched functionality. |
| GET/solution/business/v1/spaces/[spaceId]/users | Added the new optional response property under status 200 users/permissionRequirementMet. | Supply or consume users/permissionRequirementMet for enriched functionality. |
| GET/solution/business/v1/spaces/[spaceId]/users | Added the new optional response property under status 200 users/permissionTree/groups. | Supply or consume users/permissionTree/groups for enriched functionality. |
| GET/solution/business/v1/spaces/[spaceId]/users | The users/permissionTree/resources property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/solution/business/v1/spaces/[spaceId]/users | The users/permissionTree property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/solution/business/v1/spaces/[spaceId]/users | The users/subject property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/solution/business/v1/spaces/[spaceId]/users/me | Added the new optional request property query. | Filter or enhance queries by utilizing the query parameter for more targeted results. |
| GET/solution/business/v1/spaces/[spaceId]/users/me | Added the new optional response property under status 200 partnerIds. | Supply or consume partnerIds for enriched functionality. |
| GET/solution/business/v1/spaces/[spaceId]/users/me | Added the new optional response property under status 200 permissionRequirementMet. | Supply or consume permissionRequirementMet for enriched functionality. |
| GET/solution/business/v1/spaces/[spaceId]/users/me | Added the new optional response property under status 200 permissionTree/groups. | Supply or consume permissionTree/groups for enriched functionality. |
| GET/solution/business/v1/spaces/[spaceId]/users/me | The permissionTree/resources property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/solution/business/v1/spaces/[spaceId]/users/me | The permissionTree property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/solution/business/v1/spaces/[spaceId]/users/me | The subject property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/solution/business/v1/spaces/[spaceId]/users/[subject] | Added the new optional request property query. | Filter or enhance queries by utilizing the query parameter for more targeted results. |
| GET/solution/business/v1/spaces/[spaceId]/users/[subject] | Added the new optional response property under status 200 permissionRequirementMet. | Supply or consume permissionRequirementMet for enriched functionality. |
| GET/solution/business/v1/spaces/[spaceId]/users/[subject] | Added the new optional response property under status 200 partnerIds. | Supply or consume partnerIds for enriched functionality. |
| GET/solution/business/v1/spaces/[spaceId]/users/[subject] | Added the new optional response property under status 200 permissionTree/groups. | Supply or consume permissionTree/groups for enriched functionality. |
| GET/solution/business/v1/spaces/[spaceId]/users/[subject] | The permissionTree/resources property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/solution/business/v1/spaces/[spaceId]/users/[subject] | The permissionTree property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/solution/business/v1/spaces/[spaceId]/users/[subject] | The subject property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/solution/business/v1/users/me | Added the new optional response property under status 200 partnerIds. | Supply or consume partnerIds for enriched functionality. |
Solution Api Docs Core
BreakingBreaking Changes
| Method & Endpoint | The Change | Breaking Behavior | Migration Path |
|---|---|---|---|
| POST/business/v1/spaces/[spaceId]/documents/[documentId]/documentNumbers:create | Modified the strict schema constraint minLength at documentNumber in the response payload under status 202. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| POST/business/v1/spaces/[spaceId]/documents:calculate | Modified the strict schema constraint pattern at lines/pricing/itemGrossPrice in the request payload. | Payloads violating the updated pattern validation rule will be rejected. | Update client-side schema definitions to respect the new pattern constraint. |
| POST/business/v1/spaces/[spaceId]/documents:calculate | Modified the strict schema constraint pattern at lines/pricing/itemNetPrice in the request payload. | Payloads violating the updated pattern validation rule will be rejected. | Update client-side schema definitions to respect the new pattern constraint. |
| POST/business/v1/spaces/[spaceId]/documents:calculate | Modified the strict schema constraint pattern at lines/pricing/itemPriceDiscount in the request payload. | Payloads violating the updated pattern validation rule will be rejected. | Update client-side schema definitions to respect the new pattern constraint. |
| POST/business/v1/spaces/[spaceId]/documents:calculate | Modified the strict schema constraint pattern at lines/pricing/itemPriceQuantity in the request payload. | Payloads violating the updated pattern validation rule will be rejected. | Update client-side schema definitions to respect the new pattern constraint. |
| POST/business/v1/spaces/[spaceId]/documents:calculate | Modified the strict schema constraint pattern at metadata/allowances/vatPercentage in the request payload. | Payloads violating the updated pattern validation rule will be rejected. | Update client-side schema definitions to respect the new pattern constraint. |
| POST/business/v1/spaces/[spaceId]/documents:calculate | Modified the strict schema constraint pattern at metadata/charges/vatPercentage in the request payload. | Payloads violating the updated pattern validation rule will be rejected. | Update client-side schema definitions to respect the new pattern constraint. |
| POST/business/v1/spaces/[spaceId]/documents:calculate | Modified the strict schema constraint pattern at metadata/documentTotals/allowancesNetAmount in the request payload. | Payloads violating the updated pattern validation rule will be rejected. | Update client-side schema definitions to respect the new pattern constraint. |
| POST/business/v1/spaces/[spaceId]/documents:calculate | Modified the strict schema constraint pattern at metadata/documentTotals/chargesNetAmount in the request payload. | Payloads violating the updated pattern validation rule will be rejected. | Update client-side schema definitions to respect the new pattern constraint. |
| POST/business/v1/spaces/[spaceId]/documents:calculate | Modified the strict schema constraint pattern at metadata/documentTotals/grossAmount in the request payload. | Payloads violating the updated pattern validation rule will be rejected. | Update client-side schema definitions to respect the new pattern constraint. |
| POST/business/v1/spaces/[spaceId]/documents:calculate | Modified the strict schema constraint pattern at metadata/documentTotals/linesNetAmount in the request payload. | Payloads violating the updated pattern validation rule will be rejected. | Update client-side schema definitions to respect the new pattern constraint. |
| POST/business/v1/spaces/[spaceId]/documents:calculate | Modified the strict schema constraint pattern at metadata/documentTotals/netAmount in the request payload. | Payloads violating the updated pattern validation rule will be rejected. | Update client-side schema definitions to respect the new pattern constraint. |
| POST/business/v1/spaces/[spaceId]/documents:calculate | Modified the strict schema constraint pattern at metadata/documentTotals/payableAmount in the request payload. | Payloads violating the updated pattern validation rule will be rejected. | Update client-side schema definitions to respect the new pattern constraint. |
| POST/business/v1/spaces/[spaceId]/documents:calculate | Modified the strict schema constraint pattern at metadata/documentTotals/prepaidAmount in the request payload. | Payloads violating the updated pattern validation rule will be rejected. | Update client-side schema definitions to respect the new pattern constraint. |
| POST/business/v1/spaces/[spaceId]/documents:calculate | Modified the strict schema constraint pattern at metadata/documentTotals/roundingAmount in the request payload. | Payloads violating the updated pattern validation rule will be rejected. | Update client-side schema definitions to respect the new pattern constraint. |
| POST/business/v1/spaces/[spaceId]/documents:calculate | Modified the strict schema constraint pattern at metadata/documentTotals/vatAmount in the request payload. | Payloads violating the updated pattern validation rule will be rejected. | Update client-side schema definitions to respect the new pattern constraint. |
| POST/business/v1/spaces/[spaceId]/documents:calculate | Modified the strict schema constraint pattern at metadata/vatDetails/netAmount in the request payload. | Payloads violating the updated pattern validation rule will be rejected. | Update client-side schema definitions to respect the new pattern constraint. |
| POST/business/v1/spaces/[spaceId]/documents:calculate | Modified the strict schema constraint pattern at metadata/vatDetails/vatAmount in the request payload. | Payloads violating the updated pattern validation rule will be rejected. | Update client-side schema definitions to respect the new pattern constraint. |
| POST/business/v1/spaces/[spaceId]/documents:calculate | Modified the strict schema constraint pattern at metadata/vatDetails/vatPercentage in the request payload. | Payloads violating the updated pattern validation rule will be rejected. | Update client-side schema definitions to respect the new pattern constraint. |
InfoImprovements (Non-Breaking)
| Method & Endpoint | Enhancement Details | Developer Opportunity |
|---|---|---|
| POST/business/v1/spaces/[spaceId]/documents/[documentId]/documentNumbers:create | Marked the endpoint as deprecated. | This endpoint will be removed in a future release. |
| POST/business/v1/spaces/[spaceId]/documents:calculate | Added the new optional request property options/baseLineDescription. | Supply or consume options/baseLineDescription for enriched functionality. |
| POST/business/v1/spaces/[spaceId]/documents:calculate | Added the new optional request property options/recreateInvoiceLines. | Supply or consume options/recreateInvoiceLines for enriched functionality. |
Solution Api Docs Payments
BreakingBreaking Changes
| Method & Endpoint | The Change | Breaking Behavior | Migration Path |
|---|---|---|---|
| POST/business/v1/spaces/[spaceId]/documents:paymentSummary | Modified the strict schema constraint min at documents/payments/amount/value in the response payload under status 200. | Payloads violating the updated min validation rule will be rejected. | Update client-side schema definitions to respect the new min constraint. |
| POST/business/v1/spaces/[spaceId]/documents:paymentSummary | Modified the strict schema constraint max at documents/payments/amount/value in the response payload under status 200. | Payloads violating the updated max validation rule will be rejected. | Update client-side schema definitions to respect the new max constraint. |
| POST/business/v1/spaces/[spaceId]/documents:paymentSummary | Added the new IN_TRANSIT enum value to the documents/payments/status response property under status 200. | Strict parsers will fail to deserialize when returning records with the IN_TRANSIT type. | Update models to accept and handle the IN_TRANSIT type. |
| POST/business/v1/spaces/[spaceId]/documents:paymentSummary | Modified the strict schema constraint minItems at documents in the response payload under status 200. | Payloads violating the updated minItems validation rule will be rejected. | Update client-side schema definitions to respect the new minItems constraint. |
| GET/business/v1/spaces/[spaceId]/payments/aggregations | Modified the strict schema constraint min at paymentAggregations/amount/value in the response payload under status 200. | Payloads violating the updated min validation rule will be rejected. | Update client-side schema definitions to respect the new min constraint. |
| GET/business/v1/spaces/[spaceId]/payments/aggregations | Modified the strict schema constraint max at paymentAggregations/amount/value in the response payload under status 200. | Payloads violating the updated max validation rule will be rejected. | Update client-side schema definitions to respect the new max constraint. |
| GET/business/v1/spaces/[spaceId]/payments/aggregations | Modified the strict schema constraint minItems at paymentAggregations/availableOperations in the response payload under status 200. | Payloads violating the updated minItems validation rule will be rejected. | Update client-side schema definitions to respect the new minItems constraint. |
| GET/business/v1/spaces/[spaceId]/payments/aggregations | Modified the strict schema constraint minLength at paymentAggregations/counterpartyPaymentAccount/bank/identifier in the response payload under status 200. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| GET/business/v1/spaces/[spaceId]/payments/aggregations | Added the new ABA enum value to the paymentAggregations/counterpartyPaymentAccount/bank/scheme response property under status 200. | Strict parsers will fail to deserialize when returning records with the ABA type. | Update models to accept and handle the ABA type. |
| GET/business/v1/spaces/[spaceId]/payments/aggregations | Added the new CLABE enum value to the paymentAggregations/counterpartyPaymentAccount/bank/scheme response property under status 200. | Strict parsers will fail to deserialize when returning records with the CLABE type. | Update models to accept and handle the CLABE type. |
| GET/business/v1/spaces/[spaceId]/payments/aggregations | Added the new THIRD_PARTY enum value to the paymentAggregations/counterpartyPaymentAccount/bank/scheme response property under status 200. | Strict parsers will fail to deserialize when returning records with the THIRD_PARTY type. | Update models to accept and handle the THIRD_PARTY type. |
| GET/business/v1/spaces/[spaceId]/payments/aggregations | Modified the strict schema constraint minLength at paymentAggregations/counterpartyPaymentAccount/identifier in the response payload under status 200. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| GET/business/v1/spaces/[spaceId]/payments/aggregations | Removed the IBAN enum value from the paymentAggregations/counterpartyPaymentAccount/scheme response property under status 200. | Submitting IBAN will result in schema validation failures. | Remove usage of IBAN and implement fallback logic. |
| GET/business/v1/spaces/[spaceId]/payments/aggregations | Removed the BBAN enum value from the paymentAggregations/counterpartyPaymentAccount/scheme response property under status 200. | Submitting BBAN will result in schema validation failures. | Remove usage of BBAN and implement fallback logic. |
| GET/business/v1/spaces/[spaceId]/payments/aggregations | Removed the ANB enum value from the paymentAggregations/counterpartyPaymentAccount/scheme response property under status 200. | Submitting ANB will result in schema validation failures. | Remove usage of ANB and implement fallback logic. |
| GET/business/v1/spaces/[spaceId]/payments/aggregations | Removed the SE_BANKGIRO enum value from the paymentAggregations/counterpartyPaymentAccount/scheme response property under status 200. | Submitting SE_BANKGIRO will result in schema validation failures. | Remove usage of SE_BANKGIRO and implement fallback logic. |
| GET/business/v1/spaces/[spaceId]/payments/aggregations | Removed the SE_PLUSGIRO enum value from the paymentAggregations/counterpartyPaymentAccount/scheme response property under status 200. | Submitting SE_PLUSGIRO will result in schema validation failures. | Remove usage of SE_PLUSGIRO and implement fallback logic. |
| GET/business/v1/spaces/[spaceId]/payments/aggregations | Removed the CREDIT_CARD enum value from the paymentAggregations/counterpartyPaymentAccount/scheme response property under status 200. | Submitting CREDIT_CARD will result in schema validation failures. | Remove usage of CREDIT_CARD and implement fallback logic. |
| GET/business/v1/spaces/[spaceId]/payments/aggregations | Modified the strict schema constraint minItems at paymentAggregations/document/connections in the response payload under status 200. | Payloads violating the updated minItems validation rule will be rejected. | Update client-side schema definitions to respect the new minItems constraint. |
| GET/business/v1/spaces/[spaceId]/payments/aggregations | Modified the strict schema constraint minLength at paymentAggregations/paymentAccount/bank/identifier in the response payload under status 200. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| GET/business/v1/spaces/[spaceId]/payments/aggregations | Added the new ABA enum value to the paymentAggregations/paymentAccount/bank/scheme response property under status 200. | Strict parsers will fail to deserialize when returning records with the ABA type. | Update models to accept and handle the ABA type. |
| GET/business/v1/spaces/[spaceId]/payments/aggregations | Added the new CLABE enum value to the paymentAggregations/paymentAccount/bank/scheme response property under status 200. | Strict parsers will fail to deserialize when returning records with the CLABE type. | Update models to accept and handle the CLABE type. |
| GET/business/v1/spaces/[spaceId]/payments/aggregations | Added the new THIRD_PARTY enum value to the paymentAggregations/paymentAccount/bank/scheme response property under status 200. | Strict parsers will fail to deserialize when returning records with the THIRD_PARTY type. | Update models to accept and handle the THIRD_PARTY type. |
| GET/business/v1/spaces/[spaceId]/payments/aggregations | Modified the strict schema constraint minLength at paymentAggregations/paymentAccount/identifier in the response payload under status 200. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| GET/business/v1/spaces/[spaceId]/payments/aggregations | Removed the IBAN enum value from the paymentAggregations/paymentAccount/scheme response property under status 200. | Submitting IBAN will result in schema validation failures. | Remove usage of IBAN and implement fallback logic. |
| GET/business/v1/spaces/[spaceId]/payments/aggregations | Removed the BBAN enum value from the paymentAggregations/paymentAccount/scheme response property under status 200. | Submitting BBAN will result in schema validation failures. | Remove usage of BBAN and implement fallback logic. |
| GET/business/v1/spaces/[spaceId]/payments/aggregations | Removed the ANB enum value from the paymentAggregations/paymentAccount/scheme response property under status 200. | Submitting ANB will result in schema validation failures. | Remove usage of ANB and implement fallback logic. |
| GET/business/v1/spaces/[spaceId]/payments/aggregations | Removed the SE_BANKGIRO enum value from the paymentAggregations/paymentAccount/scheme response property under status 200. | Submitting SE_BANKGIRO will result in schema validation failures. | Remove usage of SE_BANKGIRO and implement fallback logic. |
| GET/business/v1/spaces/[spaceId]/payments/aggregations | Removed the SE_PLUSGIRO enum value from the paymentAggregations/paymentAccount/scheme response property under status 200. | Submitting SE_PLUSGIRO will result in schema validation failures. | Remove usage of SE_PLUSGIRO and implement fallback logic. |
| GET/business/v1/spaces/[spaceId]/payments/aggregations | Removed the CREDIT_CARD enum value from the paymentAggregations/paymentAccount/scheme response property under status 200. | Submitting CREDIT_CARD will result in schema validation failures. | Remove usage of CREDIT_CARD and implement fallback logic. |
| GET/business/v1/spaces/[spaceId]/payments/aggregations | Modified the strict schema constraint min at paymentAggregations/amount/value in the response payload under status 400. | Payloads violating the updated min validation rule will be rejected. | Update client-side schema definitions to respect the new min constraint. |
| GET/business/v1/spaces/[spaceId]/payments/aggregations | Modified the strict schema constraint max at paymentAggregations/amount/value in the response payload under status 400. | Payloads violating the updated max validation rule will be rejected. | Update client-side schema definitions to respect the new max constraint. |
| GET/business/v1/spaces/[spaceId]/payments/aggregations | Modified the strict schema constraint minItems at paymentAggregations/availableOperations in the response payload under status 400. | Payloads violating the updated minItems validation rule will be rejected. | Update client-side schema definitions to respect the new minItems constraint. |
| GET/business/v1/spaces/[spaceId]/payments/aggregations | Modified the strict schema constraint minLength at paymentAggregations/counterpartyPaymentAccount/bank/identifier in the response payload under status 400. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| GET/business/v1/spaces/[spaceId]/payments/aggregations | Added the new ABA enum value to the paymentAggregations/counterpartyPaymentAccount/bank/scheme response property under status 400. | Strict parsers will fail to deserialize when returning records with the ABA type. | Update models to accept and handle the ABA type. |
| GET/business/v1/spaces/[spaceId]/payments/aggregations | Added the new CLABE enum value to the paymentAggregations/counterpartyPaymentAccount/bank/scheme response property under status 400. | Strict parsers will fail to deserialize when returning records with the CLABE type. | Update models to accept and handle the CLABE type. |
| GET/business/v1/spaces/[spaceId]/payments/aggregations | Added the new THIRD_PARTY enum value to the paymentAggregations/counterpartyPaymentAccount/bank/scheme response property under status 400. | Strict parsers will fail to deserialize when returning records with the THIRD_PARTY type. | Update models to accept and handle the THIRD_PARTY type. |
| GET/business/v1/spaces/[spaceId]/payments/aggregations | Modified the strict schema constraint minLength at paymentAggregations/counterpartyPaymentAccount/identifier in the response payload under status 400. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| GET/business/v1/spaces/[spaceId]/payments/aggregations | Removed the IBAN enum value from the paymentAggregations/counterpartyPaymentAccount/scheme response property under status 400. | Submitting IBAN will result in schema validation failures. | Remove usage of IBAN and implement fallback logic. |
| GET/business/v1/spaces/[spaceId]/payments/aggregations | Removed the BBAN enum value from the paymentAggregations/counterpartyPaymentAccount/scheme response property under status 400. | Submitting BBAN will result in schema validation failures. | Remove usage of BBAN and implement fallback logic. |
| GET/business/v1/spaces/[spaceId]/payments/aggregations | Removed the ANB enum value from the paymentAggregations/counterpartyPaymentAccount/scheme response property under status 400. | Submitting ANB will result in schema validation failures. | Remove usage of ANB and implement fallback logic. |
| GET/business/v1/spaces/[spaceId]/payments/aggregations | Removed the SE_BANKGIRO enum value from the paymentAggregations/counterpartyPaymentAccount/scheme response property under status 400. | Submitting SE_BANKGIRO will result in schema validation failures. | Remove usage of SE_BANKGIRO and implement fallback logic. |
| GET/business/v1/spaces/[spaceId]/payments/aggregations | Removed the SE_PLUSGIRO enum value from the paymentAggregations/counterpartyPaymentAccount/scheme response property under status 400. | Submitting SE_PLUSGIRO will result in schema validation failures. | Remove usage of SE_PLUSGIRO and implement fallback logic. |
| GET/business/v1/spaces/[spaceId]/payments/aggregations | Removed the CREDIT_CARD enum value from the paymentAggregations/counterpartyPaymentAccount/scheme response property under status 400. | Submitting CREDIT_CARD will result in schema validation failures. | Remove usage of CREDIT_CARD and implement fallback logic. |
| GET/business/v1/spaces/[spaceId]/payments/aggregations | Modified the strict schema constraint minItems at paymentAggregations/document/connections in the response payload under status 400. | Payloads violating the updated minItems validation rule will be rejected. | Update client-side schema definitions to respect the new minItems constraint. |
| GET/business/v1/spaces/[spaceId]/payments/aggregations | Modified the strict schema constraint minLength at paymentAggregations/paymentAccount/bank/identifier in the response payload under status 400. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| GET/business/v1/spaces/[spaceId]/payments/aggregations | Added the new ABA enum value to the paymentAggregations/paymentAccount/bank/scheme response property under status 400. | Strict parsers will fail to deserialize when returning records with the ABA type. | Update models to accept and handle the ABA type. |
| GET/business/v1/spaces/[spaceId]/payments/aggregations | Added the new CLABE enum value to the paymentAggregations/paymentAccount/bank/scheme response property under status 400. | Strict parsers will fail to deserialize when returning records with the CLABE type. | Update models to accept and handle the CLABE type. |
| GET/business/v1/spaces/[spaceId]/payments/aggregations | Added the new THIRD_PARTY enum value to the paymentAggregations/paymentAccount/bank/scheme response property under status 400. | Strict parsers will fail to deserialize when returning records with the THIRD_PARTY type. | Update models to accept and handle the THIRD_PARTY type. |
| GET/business/v1/spaces/[spaceId]/payments/aggregations | Modified the strict schema constraint minLength at paymentAggregations/paymentAccount/identifier in the response payload under status 400. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| GET/business/v1/spaces/[spaceId]/payments/aggregations | Removed the IBAN enum value from the paymentAggregations/paymentAccount/scheme response property under status 400. | Submitting IBAN will result in schema validation failures. | Remove usage of IBAN and implement fallback logic. |
| GET/business/v1/spaces/[spaceId]/payments/aggregations | Removed the BBAN enum value from the paymentAggregations/paymentAccount/scheme response property under status 400. | Submitting BBAN will result in schema validation failures. | Remove usage of BBAN and implement fallback logic. |
| GET/business/v1/spaces/[spaceId]/payments/aggregations | Removed the ANB enum value from the paymentAggregations/paymentAccount/scheme response property under status 400. | Submitting ANB will result in schema validation failures. | Remove usage of ANB and implement fallback logic. |
| GET/business/v1/spaces/[spaceId]/payments/aggregations | Removed the SE_BANKGIRO enum value from the paymentAggregations/paymentAccount/scheme response property under status 400. | Submitting SE_BANKGIRO will result in schema validation failures. | Remove usage of SE_BANKGIRO and implement fallback logic. |
| GET/business/v1/spaces/[spaceId]/payments/aggregations | Removed the SE_PLUSGIRO enum value from the paymentAggregations/paymentAccount/scheme response property under status 400. | Submitting SE_PLUSGIRO will result in schema validation failures. | Remove usage of SE_PLUSGIRO and implement fallback logic. |
| GET/business/v1/spaces/[spaceId]/payments/aggregations | Removed the CREDIT_CARD enum value from the paymentAggregations/paymentAccount/scheme response property under status 400. | Submitting CREDIT_CARD will result in schema validation failures. | Remove usage of CREDIT_CARD and implement fallback logic. |
| POST/business/v1/spaces/[spaceId]/payments/documents:execute | Modified the strict schema constraint minItems at documents in the request payload. | Payloads violating the updated minItems validation rule will be rejected. | Update client-side schema definitions to respect the new minItems constraint. |
| POST/business/v1/spaces/[spaceId]/payments/documents:execute | Modified the strict schema constraint minLength at redirectUrl in the response payload under status 200. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| POST/business/v1/spaces/[spaceId]/payments/documents:paymentSummary | Modified the strict schema constraint min at documents/payments/amount/value in the response payload under status 200. | Payloads violating the updated min validation rule will be rejected. | Update client-side schema definitions to respect the new min constraint. |
| POST/business/v1/spaces/[spaceId]/payments/documents:paymentSummary | Modified the strict schema constraint max at documents/payments/amount/value in the response payload under status 200. | Payloads violating the updated max validation rule will be rejected. | Update client-side schema definitions to respect the new max constraint. |
| POST/business/v1/spaces/[spaceId]/payments/documents:paymentSummary | Added the new IN_TRANSIT enum value to the documents/payments/status response property under status 200. | Strict parsers will fail to deserialize when returning records with the IN_TRANSIT type. | Update models to accept and handle the IN_TRANSIT type. |
| POST/business/v1/spaces/[spaceId]/payments/documents:paymentSummary | Modified the strict schema constraint minItems at documents in the response payload under status 200. | Payloads violating the updated minItems validation rule will be rejected. | Update client-side schema definitions to respect the new minItems constraint. |
| POST/business/v1/spaces/[spaceId]/payments/documents:requestPayment | Modified the strict schema constraint minItems at documentIds in the request payload. | Payloads violating the updated minItems validation rule will be rejected. | Update client-side schema definitions to respect the new minItems constraint. |
| POST/business/v1/spaces/[spaceId]/payments/documents:requestPayment | Modified the strict schema constraint min at documentsPaymentRequests/amount/value in the response payload under status 200. | Payloads violating the updated min validation rule will be rejected. | Update client-side schema definitions to respect the new min constraint. |
| POST/business/v1/spaces/[spaceId]/payments/documents:requestPayment | Modified the strict schema constraint max at documentsPaymentRequests/amount/value in the response payload under status 200. | Payloads violating the updated max validation rule will be rejected. | Update client-side schema definitions to respect the new max constraint. |
| POST/business/v1/spaces/[spaceId]/payments/documents:requestPayment | Modified the strict schema constraint minItems at documentsPaymentRequests in the response payload under status 200. | Payloads violating the updated minItems validation rule will be rejected. | Update client-side schema definitions to respect the new minItems constraint. |
| POST/business/v1/spaces/[spaceId]/payments/documents:validate | Modified the strict schema constraint minItems at documents in the request payload. | Payloads violating the updated minItems validation rule will be rejected. | Update client-side schema definitions to respect the new minItems constraint. |
| POST/business/v1/spaces/[spaceId]/payments/documents:validate | Added the new IN_TRANSIT_PAYMENT_EXISTS enum value to the validationResult/documentsMessages/messages/code response property under status 200. | Strict parsers will fail to deserialize when returning records with the IN_TRANSIT_PAYMENT_EXISTS type. | Update models to accept and handle the IN_TRANSIT_PAYMENT_EXISTS type. |
| POST/business/v1/spaces/[spaceId]/payments/documents:validate | Added the new NEW_FEE_DETECTED enum value to the validationResult/documentsPaymentErrors response property under status 200. | Strict parsers will fail to deserialize when returning records with the NEW_FEE_DETECTED type. | Update models to accept and handle the NEW_FEE_DETECTED type. |
| POST/business/v1/spaces/[spaceId]/payments/documents:validate | Added the new FEE_MISMATCH_OR_EXPIRED enum value to the validationResult/documentsPaymentErrors response property under status 200. | Strict parsers will fail to deserialize when returning records with the FEE_MISMATCH_OR_EXPIRED type. | Update models to accept and handle the FEE_MISMATCH_OR_EXPIRED type. |
| POST/business/v1/spaces/[spaceId]/payments/documents:validate | Added the new FAILED_CONTEXT_VALIDATION enum value to the validationResult/documentsPaymentErrors response property under status 200. | Strict parsers will fail to deserialize when returning records with the FAILED_CONTEXT_VALIDATION type. | Update models to accept and handle the FAILED_CONTEXT_VALIDATION type. |
| GET/business/v1/spaces/[spaceId]/payments/[paymentId] | Modified the strict schema constraint min at amount/value in the response payload under status 200. | Payloads violating the updated min validation rule will be rejected. | Update client-side schema definitions to respect the new min constraint. |
| GET/business/v1/spaces/[spaceId]/payments/[paymentId] | Modified the strict schema constraint max at amount/value in the response payload under status 200. | Payloads violating the updated max validation rule will be rejected. | Update client-side schema definitions to respect the new max constraint. |
| GET/business/v1/spaces/[spaceId]/payments/[paymentId] | Modified the strict schema constraint minLength at documents/creditor/name in the response payload under status 200. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| GET/business/v1/spaces/[spaceId]/payments/[paymentId] | Modified the strict schema constraint minLength at documents/documentNumber in the response payload under status 200. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| GET/business/v1/spaces/[spaceId]/payments/[paymentId] | Modified the strict schema constraint min at documents/paymentRelatedBalanceOffset/amount/value in the response payload under status 200. | Payloads violating the updated min validation rule will be rejected. | Update client-side schema definitions to respect the new min constraint. |
| GET/business/v1/spaces/[spaceId]/payments/[paymentId] | Modified the strict schema constraint max at documents/paymentRelatedBalanceOffset/amount/value in the response payload under status 200. | Payloads violating the updated max validation rule will be rejected. | Update client-side schema definitions to respect the new max constraint. |
| GET/business/v1/spaces/[spaceId]/payments/[paymentId] | Added the new IN_TRANSIT enum value to the status response property under status 200. | Strict parsers will fail to deserialize when returning records with the IN_TRANSIT type. | Update models to accept and handle the IN_TRANSIT type. |
| POST/business/v2/spaces/[spaceId]/payments/documents:execute | Modified the strict schema constraint minItems at documents in the request payload. | Payloads violating the updated minItems validation rule will be rejected. | Update client-side schema definitions to respect the new minItems constraint. |
| POST/business/v2/spaces/[spaceId]/payments/documents:execute | Modified the strict schema constraint minLength at redirectUrl in the response payload under status 200. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| POST/business/v2/spaces/[spaceId]/payments/documents:validate | Modified the strict schema constraint minItems at documents in the request payload. | Payloads violating the updated minItems validation rule will be rejected. | Update client-side schema definitions to respect the new minItems constraint. |
| POST/business/v2/spaces/[spaceId]/payments/documents:validate | Added the new IN_TRANSIT_PAYMENT_EXISTS enum value to the validationResult/documentsMessages/messages/code response property under status 200. | Strict parsers will fail to deserialize when returning records with the IN_TRANSIT_PAYMENT_EXISTS type. | Update models to accept and handle the IN_TRANSIT_PAYMENT_EXISTS type. |
| POST/business/v2/spaces/[spaceId]/payments/documents:validate | Added the new NEW_FEE_DETECTED enum value to the validationResult/paymentMessages/code response property under status 200. | Strict parsers will fail to deserialize when returning records with the NEW_FEE_DETECTED type. | Update models to accept and handle the NEW_FEE_DETECTED type. |
| POST/business/v2/spaces/[spaceId]/payments/documents:validate | Added the new FEE_MISMATCH_OR_EXPIRED enum value to the validationResult/paymentMessages/code response property under status 200. | Strict parsers will fail to deserialize when returning records with the FEE_MISMATCH_OR_EXPIRED type. | Update models to accept and handle the FEE_MISMATCH_OR_EXPIRED type. |
| POST/business/v2/spaces/[spaceId]/payments/documents:validate | Added the new FX_PAYMENT enum value to the validationResult/paymentMessages/code response property under status 200. | Strict parsers will fail to deserialize when returning records with the FX_PAYMENT type. | Update models to accept and handle the FX_PAYMENT type. |
| POST/business/v2/spaces/[spaceId]/payments/documents:validate | Added the new FAILED_CONTEXT_VALIDATION enum value to the validationResult/paymentMessages/code response property under status 200. | Strict parsers will fail to deserialize when returning records with the FAILED_CONTEXT_VALIDATION type. | Update models to accept and handle the FAILED_CONTEXT_VALIDATION type. |
| POST/business/v2/spaces/[spaceId]/payments/documents:validate | Added the new CONTEXT_VALIDATION_WARNING enum value to the validationResult/paymentMessages/code response property under status 200. | Strict parsers will fail to deserialize when returning records with the CONTEXT_VALIDATION_WARNING type. | Update models to accept and handle the CONTEXT_VALIDATION_WARNING type. |
| POST/business/v2/spaces/[spaceId]/payments/documents:validate | Added the new PAYMENT_EXECUTION_METHOD_PROVIDER_OUT_OF_WORKING_HOURS enum value to the validationResult/paymentMessages/code response property under status 200. | Strict parsers will fail to deserialize when returning records with the PAYMENT_EXECUTION_METHOD_PROVIDER_OUT_OF_WORKING_HOURS type. | Update models to accept and handle the PAYMENT_EXECUTION_METHOD_PROVIDER_OUT_OF_WORKING_HOURS type. |
| POST/business/v2/spaces/[spaceId]/payments/documents:validate | Added the new PAYMENT_EXECUTION_NOT_SUPPORTED enum value to the validationResult/paymentMessages/code response property under status 200. | Strict parsers will fail to deserialize when returning records with the PAYMENT_EXECUTION_NOT_SUPPORTED type. | Update models to accept and handle the PAYMENT_EXECUTION_NOT_SUPPORTED type. |
| POST/business/v2/spaces/[spaceId]/payments/documents:validate | Added the new SERVICE_UNAVAILABLE enum value to the validationResult/paymentMessages/code response property under status 200. | Strict parsers will fail to deserialize when returning records with the SERVICE_UNAVAILABLE type. | Update models to accept and handle the SERVICE_UNAVAILABLE type. |
NewNew Endpoints
| Method & Endpoint | Core Functionality | Auth/Scopes Required |
|---|---|---|
| ADD/business/v2/spaces/[spaceId]/payments/[paymentId] | Access the newly provided functionality and features for this resource. | None specified |
InfoImprovements (Non-Breaking)
| Method & Endpoint | Enhancement Details | Developer Opportunity |
|---|---|---|
| POST/business/v1/spaces/[spaceId]/documents:paymentSummary | Added the new IN_TRANSIT enum value to the acceptedPaymentStatuses request property. | You can now use this new enum value in requests. |
| POST/business/v1/spaces/[spaceId]/documents:paymentSummary | Updated the schema metadata description at documents/payments/amount/value in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/business/v1/spaces/[spaceId]/payments/aggregations | Updated the schema metadata description at paymentAggregations/aggregationStatus in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/business/v1/spaces/[spaceId]/payments/aggregations | Updated the schema metadata description at paymentAggregations/amount/value in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/business/v1/spaces/[spaceId]/payments/aggregations | Updated the schema metadata description at paymentAggregations/availableOperations in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/business/v1/spaces/[spaceId]/payments/aggregations | Updated the schema metadata description at paymentAggregations/balanceOffset in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/business/v1/spaces/[spaceId]/payments/aggregations | Added the new optional response property under status 200 paymentAggregations/counterpartyPaymentAccount/parent. | Supply or consume paymentAggregations/counterpartyPaymentAccount/parent for enriched functionality. |
| GET/business/v1/spaces/[spaceId]/payments/aggregations | Added the new optional response property under status 200 paymentAggregations/paymentAccount/parent. | Supply or consume paymentAggregations/paymentAccount/parent for enriched functionality. |
| GET/business/v1/spaces/[spaceId]/payments/aggregations | Updated the schema metadata description at paymentAggregations in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/business/v1/spaces/[spaceId]/payments/aggregations | Updated the schema metadata description at paymentAggregations/aggregationStatus in the response payload under status 400. | Provides better clarity or default behavior in the documentation. |
| GET/business/v1/spaces/[spaceId]/payments/aggregations | Updated the schema metadata description at paymentAggregations/amount/value in the response payload under status 400. | Provides better clarity or default behavior in the documentation. |
| GET/business/v1/spaces/[spaceId]/payments/aggregations | Updated the schema metadata description at paymentAggregations/availableOperations in the response payload under status 400. | Provides better clarity or default behavior in the documentation. |
| GET/business/v1/spaces/[spaceId]/payments/aggregations | Updated the schema metadata description at paymentAggregations/balanceOffset in the response payload under status 400. | Provides better clarity or default behavior in the documentation. |
| GET/business/v1/spaces/[spaceId]/payments/aggregations | Added the new optional response property under status 400 paymentAggregations/counterpartyPaymentAccount/parent. | Supply or consume paymentAggregations/counterpartyPaymentAccount/parent for enriched functionality. |
| GET/business/v1/spaces/[spaceId]/payments/aggregations | Added the new optional response property under status 400 paymentAggregations/paymentAccount/parent. | Supply or consume paymentAggregations/paymentAccount/parent for enriched functionality. |
| GET/business/v1/spaces/[spaceId]/payments/aggregations | Updated the schema metadata description at paymentAggregations in the response payload under status 400. | Provides better clarity or default behavior in the documentation. |
| POST/business/v1/spaces/[spaceId]/payments/documents:execute | Added the new optional request property acceptedFeeId. | Supply or consume acceptedFeeId for enriched functionality. |
| POST/business/v1/spaces/[spaceId]/payments/documents:execute | Updated the schema metadata description at documents/partialPaymentAmount in the request payload. | Provides better clarity or default behavior in the documentation. |
| POST/business/v1/spaces/[spaceId]/payments/documents:paymentSummary | Added the new IN_TRANSIT enum value to the acceptedPaymentStatuses request property. | You can now use this new enum value in requests. |
| POST/business/v1/spaces/[spaceId]/payments/documents:paymentSummary | Updated the schema metadata description at documents/payments/amount/value in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| POST/business/v1/spaces/[spaceId]/payments/documents:requestPayment | Added the new optional request property collect. | Supply or consume collect for enriched functionality. |
| POST/business/v1/spaces/[spaceId]/payments/documents:requestPayment | Updated the schema metadata description at documentsPaymentRequests/amount/value in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| POST/business/v1/spaces/[spaceId]/payments/documents:validate | Added the new optional request property acceptedFeeId. | Supply or consume acceptedFeeId for enriched functionality. |
| POST/business/v1/spaces/[spaceId]/payments/documents:validate | Updated the schema metadata description at documents/partialPaymentAmount in the request payload. | Provides better clarity or default behavior in the documentation. |
| GET/business/v1/spaces/[spaceId]/payments/[paymentId] | Updated the schema metadata description at amount/value in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/business/v1/spaces/[spaceId]/payments/[paymentId] | Updated the schema metadata description at documents/paymentRelatedBalanceOffset/amount/value in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| POST/business/v2/spaces/[spaceId]/payments/documents:execute | Added the new optional request property acceptedFeeId. | Supply or consume acceptedFeeId for enriched functionality. |
| POST/business/v2/spaces/[spaceId]/payments/documents:execute | Updated the schema metadata description at documents/partialPaymentAmount in the request payload. | Provides better clarity or default behavior in the documentation. |
| POST/business/v2/spaces/[spaceId]/payments/documents:validate | Added the new optional request property acceptedFeeId. | Supply or consume acceptedFeeId for enriched functionality. |
| POST/business/v2/spaces/[spaceId]/payments/documents:validate | Updated the schema metadata description at documents/partialPaymentAmount in the request payload. | Provides better clarity or default behavior in the documentation. |
Solution Api Net Core
BreakingBreaking Changes
| Method & Endpoint | The Change | Breaking Behavior | Migration Path |
|---|---|---|---|
| POST/business/v1/spaces/[spaceId]/network/connections | Modified the strict schema constraint minLength at paymentAccounts/bank/identifier in the request payload. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| POST/business/v1/spaces/[spaceId]/network/connections | Modified the strict schema constraint minLength at paymentAccounts/identifier in the request payload. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| POST/business/v1/spaces/[spaceId]/network/connections | Removed the IBAN enum value from the paymentAccounts/scheme request property. | Submitting IBAN will result in schema validation failures. | Remove usage of IBAN and implement fallback logic. |
| POST/business/v1/spaces/[spaceId]/network/connections | Removed the BBAN enum value from the paymentAccounts/scheme request property. | Submitting BBAN will result in schema validation failures. | Remove usage of BBAN and implement fallback logic. |
| POST/business/v1/spaces/[spaceId]/network/connections | Removed the ANB enum value from the paymentAccounts/scheme request property. | Submitting ANB will result in schema validation failures. | Remove usage of ANB and implement fallback logic. |
| POST/business/v1/spaces/[spaceId]/network/connections | Removed the SE_BANKGIRO enum value from the paymentAccounts/scheme request property. | Submitting SE_BANKGIRO will result in schema validation failures. | Remove usage of SE_BANKGIRO and implement fallback logic. |
| POST/business/v1/spaces/[spaceId]/network/connections | Removed the SE_PLUSGIRO enum value from the paymentAccounts/scheme request property. | Submitting SE_PLUSGIRO will result in schema validation failures. | Remove usage of SE_PLUSGIRO and implement fallback logic. |
| POST/business/v1/spaces/[spaceId]/network/connections | Removed the CREDIT_CARD enum value from the paymentAccounts/scheme request property. | Submitting CREDIT_CARD will result in schema validation failures. | Remove usage of CREDIT_CARD and implement fallback logic. |
| POST/business/v1/spaces/[spaceId]/network/connections | Modified the strict schema constraint minItems at relationTypes in the request payload. | Payloads violating the updated minItems validation rule will be rejected. | Update client-side schema definitions to respect the new minItems constraint. |
| POST/business/v1/spaces/[spaceId]/network/connections | Modified the strict schema constraint value at examples/BusinessConnection in the request payload. | Payloads violating the updated value validation rule will be rejected. | Update client-side schema definitions to respect the new value constraint. |
| POST/business/v1/spaces/[spaceId]/network/connections | Modified the strict schema constraint value at examples/PersonConnection in the request payload. | Payloads violating the updated value validation rule will be rejected. | Update client-side schema definitions to respect the new value constraint. |
| POST/business/v1/spaces/[spaceId]/network/connections | Removed the businessType response property under status 201. | Client payloads including the businessType field will be rejected. | Remove the businessType parameter from response payload under status 201 models. |
| POST/business/v1/spaces/[spaceId]/network/connections | Modified the strict schema constraint minLength at assignedAccountId in the response payload under status 201. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| POST/business/v1/spaces/[spaceId]/network/connections | Modified the strict schema constraint minLength at connectors/name in the response payload under status 201. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| POST/business/v1/spaces/[spaceId]/network/connections | Modified the strict schema constraint minLength at connectors/namespace in the response payload under status 201. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| POST/business/v1/spaces/[spaceId]/network/connections | Modified the strict schema constraint minLength at connectors/searchResults/name in the response payload under status 201. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| POST/business/v1/spaces/[spaceId]/network/connections | Modified the strict schema constraint minItems at relationTypes in the response payload under status 201. | Payloads violating the updated minItems validation rule will be rejected. | Update client-side schema definitions to respect the new minItems constraint. |
| POST/business/v1/spaces/[spaceId]/network/connections | Modified the strict schema constraint oneOf in the response payload under status 403. | Payloads violating the updated oneOf validation rule will be rejected. | Update client-side schema definitions to respect the new oneOf constraint. |
| POST/business/v1/spaces/[spaceId]/network/connections | Modified the strict schema constraint oneOf in the response payload under status 409. | Payloads violating the updated oneOf validation rule will be rejected. | Update client-side schema definitions to respect the new oneOf constraint. |
| POST/business/v1/spaces/[spaceId]/network/connections | Modified the strict schema constraint oneOf in the response payload under status 422. | Payloads violating the updated oneOf validation rule will be rejected. | Update client-side schema definitions to respect the new oneOf constraint. |
| GET/business/v1/spaces/[spaceId]/network/connections/[connectionId]/connectors | Modified the strict schema constraint minLength at connectors/name in the response payload under status 200. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| GET/business/v1/spaces/[spaceId]/network/connections/[connectionId]/connectors | Modified the strict schema constraint minLength at connectors/namespace in the response payload under status 200. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| GET/business/v1/spaces/[spaceId]/network/connections/[connectionId]/connectors | Modified the strict schema constraint minLength at connectors/searchResults/name in the response payload under status 200. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| GET/business/v1/spaces/[spaceId]/network/connections/[connectionId]/connectors | Modified the strict schema constraint minLength at connectors/name in the response payload under status 422. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| GET/business/v1/spaces/[spaceId]/network/connections/[connectionId]/connectors | Modified the strict schema constraint minLength at connectors/namespace in the response payload under status 422. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| GET/business/v1/spaces/[spaceId]/network/connections/[connectionId]/connectors | Modified the strict schema constraint minLength at connectors/searchResults/name in the response payload under status 422. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
NewNew Endpoints
| Method & Endpoint | Core Functionality | Auth/Scopes Required |
|---|---|---|
| ADD/business/v1/spaces/[spaceId]/network/connections/[connectionId] | Access the newly provided functionality and features for this resource. | None specified |
| ADD/business/v1/spaces/[spaceId]/network/connections:import | Access the newly provided functionality and features for this resource. | None specified |
| ADD/business/v1/spaces/[spaceId]/network/connections/template | Access the newly provided functionality and features for this resource. | None specified |
InfoImprovements (Non-Breaking)
| Method & Endpoint | Enhancement Details | Developer Opportunity |
|---|---|---|
| POST/business/v1/spaces/[spaceId]/network/connections | Added the new optional request property businessType. | Supply or consume businessType for enriched functionality. |
| POST/business/v1/spaces/[spaceId]/network/connections | Added the new optional request property paymentAccounts/parent. | Supply or consume paymentAccounts/parent for enriched functionality. |
| POST/business/v1/spaces/[spaceId]/network/connections | Added the new ABA enum value to the paymentAccounts/bank/scheme request property. | You can now use this new enum value in requests. |
| POST/business/v1/spaces/[spaceId]/network/connections | Added the new CLABE enum value to the paymentAccounts/bank/scheme request property. | You can now use this new enum value in requests. |
| POST/business/v1/spaces/[spaceId]/network/connections | Added the new THIRD_PARTY enum value to the paymentAccounts/bank/scheme request property. | You can now use this new enum value in requests. |
Solution Api Workspace Partner
BreakingBreaking Changes
| Method & Endpoint | The Change | Breaking Behavior | Migration Path |
|---|---|---|---|
| POST/partner/v1/spaces/[spaceId]/clients/[clientId]:invite | Modified the strict schema constraint minLength at email in the request payload. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| POST/partner/v1/spaces/[spaceId]/clients/[clientId]:invite | Modified the strict schema constraint minLength at firstName in the request payload. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| POST/partner/v1/spaces/[spaceId]/clients/[clientId]:invite | Modified the strict schema constraint minLength at lastName in the request payload. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| POST/partner/v1/spaces/[spaceId]/clients/[clientId]:invite | Modified the strict schema constraint minLength at locale in the request payload. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| POST/partner/v1/spaces/[spaceId]/clients/[clientId]:invite | Modified the strict schema constraint minLength at message in the request payload. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
Solution Api Workspace Space
BreakingBreaking Changes
| Method & Endpoint | The Change | Breaking Behavior | Migration Path |
|---|---|---|---|
| GET/business/v1/spaces | Removed the spaces/entityId response property under status 200. | Client payloads including the spaces/entityId field will be rejected. | Remove the spaces/entityId parameter from response payload under status 200 models. |
| GET/business/v1/spaces | Removed the spaces/id response property under status 200. | Client payloads including the spaces/id field will be rejected. | Remove the spaces/id parameter from response payload under status 200 models. |
| GET/business/v1/spaces | Removed the spaces/name response property under status 200. | Client payloads including the spaces/name field will be rejected. | Remove the spaces/name parameter from response payload under status 200 models. |
| GET/business/v1/spaces | Removed the spaces/region response property under status 200. | Client payloads including the spaces/region field will be rejected. | Remove the spaces/region parameter from response payload under status 200 models. |
| GET/business/v1/spaces | Removed the spaces/type response property under status 200. | Client payloads including the spaces/type field will be rejected. | Remove the spaces/type parameter from response payload under status 200 models. |
| GET/business/v1/spaces | Removed the spaces/baseUrl response property under status 200. | Client payloads including the spaces/baseUrl field will be rejected. | Remove the spaces/baseUrl parameter from response payload under status 200 models. |
| GET/business/v1/spaces | Modified the strict schema constraint oneOf at spaces in the response payload under status 200. | Payloads violating the updated oneOf validation rule will be rejected. | Update client-side schema definitions to respect the new oneOf constraint. |
| GET/business/v1/spaces | Modified the strict schema constraint type at spaces in the response payload under status 200. | Payloads violating the updated type validation rule will be rejected. | Update client-side schema definitions to respect the new type constraint. |
| GET/business/v1/spaces | Modified the strict schema constraint discriminatorDiff at spaces in the response payload under status 200. | Payloads violating the updated discriminatorDiff validation rule will be rejected. | Update client-side schema definitions to respect the new discriminatorDiff constraint. |
| GET/business/v1/spaces | Modified the strict schema constraint minLength at unavailableRegions in the response payload under status 200. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
InfoImprovements (Non-Breaking)
| Method & Endpoint | Enhancement Details | Developer Opportunity |
|---|---|---|
| GET/business/v1/spaces | The spaces/name property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/business/v1/spaces | The spaces/region property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/business/v1/spaces | The spaces/type property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/business/v1/spaces | The spaces/baseUrl property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/business/v1/spaces | The spaces/entityId property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/business/v1/spaces | The spaces/id property is no longer required in the response payload under status 200. | Clients can omit this property. |
Solution Api Workspace User
BreakingBreaking Changes
| Method & Endpoint | The Change | Breaking Behavior | Migration Path |
|---|---|---|---|
| GET/business/v1/spaces/[spaceId]/users | Modified the strict schema constraint minLength at users/firstName in the response payload under status 200. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| GET/business/v1/spaces/[spaceId]/users | Modified the strict schema constraint minLength at users/lastName in the response payload under status 200. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| GET/business/v1/spaces/[spaceId]/users | Modified the strict schema constraint minLength at users/permissionTree/groups/name in the response payload under status 200. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| GET/business/v1/spaces/[spaceId]/users | Modified the strict schema constraint minLength at users/permissionTree/resources/id in the response payload under status 200. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| GET/business/v1/spaces/[spaceId]/users | Modified the strict schema constraint minLength at users/permissionTree/resources/scopes in the response payload under status 200. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| GET/business/v1/spaces/[spaceId]/users | Modified the strict schema constraint minItems at users/permissionTree/resources/scopes in the response payload under status 200. | Payloads violating the updated minItems validation rule will be rejected. | Update client-side schema definitions to respect the new minItems constraint. |
| GET/business/v1/spaces/[spaceId]/users | Modified the strict schema constraint minLength at users/permissionTree/resources/type in the response payload under status 200. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| GET/business/v1/spaces/[spaceId]/users | Removed the ACTIVE enum value from the users/status response property under status 200. | Submitting ACTIVE will result in schema validation failures. | Remove usage of ACTIVE and implement fallback logic. |
| GET/business/v1/spaces/[spaceId]/users | Removed the PENDING enum value from the users/status response property under status 200. | Submitting PENDING will result in schema validation failures. | Remove usage of PENDING and implement fallback logic. |
| GET/business/v1/spaces/[spaceId]/users | The users/partnerIds property is now REQUIRED in the response payload under status 200. | Omitting users/partnerIds will cause validation errors. | Ensure users/partnerIds is populated. |
| GET/business/v1/spaces/[spaceId]/users/me | Modified the strict schema constraint minLength at firstName in the response payload under status 200. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| GET/business/v1/spaces/[spaceId]/users/me | Modified the strict schema constraint minLength at lastName in the response payload under status 200. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| GET/business/v1/spaces/[spaceId]/users/me | Modified the strict schema constraint minLength at permissionTree/groups/name in the response payload under status 200. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| GET/business/v1/spaces/[spaceId]/users/me | Modified the strict schema constraint minLength at permissionTree/resources/id in the response payload under status 200. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| GET/business/v1/spaces/[spaceId]/users/me | Modified the strict schema constraint minLength at permissionTree/resources/scopes in the response payload under status 200. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| GET/business/v1/spaces/[spaceId]/users/me | Modified the strict schema constraint minItems at permissionTree/resources/scopes in the response payload under status 200. | Payloads violating the updated minItems validation rule will be rejected. | Update client-side schema definitions to respect the new minItems constraint. |
| GET/business/v1/spaces/[spaceId]/users/me | Modified the strict schema constraint minLength at permissionTree/resources/type in the response payload under status 200. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| GET/business/v1/spaces/[spaceId]/users/me | Removed the ACTIVE enum value from the status response property under status 200. | Submitting ACTIVE will result in schema validation failures. | Remove usage of ACTIVE and implement fallback logic. |
| GET/business/v1/spaces/[spaceId]/users/me | Removed the PENDING enum value from the status response property under status 200. | Submitting PENDING will result in schema validation failures. | Remove usage of PENDING and implement fallback logic. |
| GET/business/v1/spaces/[spaceId]/users/me | The partnerIds property is now REQUIRED in the response payload under status 200. | Omitting partnerIds will cause validation errors. | Ensure partnerIds is populated. |
| GET/business/v1/spaces/[spaceId]/users/[subject] | Modified the strict schema constraint minLength at firstName in the response payload under status 200. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| GET/business/v1/spaces/[spaceId]/users/[subject] | Modified the strict schema constraint minLength at lastName in the response payload under status 200. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| GET/business/v1/spaces/[spaceId]/users/[subject] | Modified the strict schema constraint minLength at permissionTree/groups/name in the response payload under status 200. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| GET/business/v1/spaces/[spaceId]/users/[subject] | Modified the strict schema constraint minLength at permissionTree/resources/id in the response payload under status 200. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| GET/business/v1/spaces/[spaceId]/users/[subject] | Modified the strict schema constraint minLength at permissionTree/resources/scopes in the response payload under status 200. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| GET/business/v1/spaces/[spaceId]/users/[subject] | Modified the strict schema constraint minItems at permissionTree/resources/scopes in the response payload under status 200. | Payloads violating the updated minItems validation rule will be rejected. | Update client-side schema definitions to respect the new minItems constraint. |
| GET/business/v1/spaces/[spaceId]/users/[subject] | Modified the strict schema constraint minLength at permissionTree/resources/type in the response payload under status 200. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| GET/business/v1/spaces/[spaceId]/users/[subject] | Removed the ACTIVE enum value from the status response property under status 200. | Submitting ACTIVE will result in schema validation failures. | Remove usage of ACTIVE and implement fallback logic. |
| GET/business/v1/spaces/[spaceId]/users/[subject] | Removed the PENDING enum value from the status response property under status 200. | Submitting PENDING will result in schema validation failures. | Remove usage of PENDING and implement fallback logic. |
| GET/business/v1/spaces/[spaceId]/users/[subject] | The partnerIds property is now REQUIRED in the response payload under status 200. | Omitting partnerIds will cause validation errors. | Ensure partnerIds is populated. |
| GET/business/v1/users/me | Modified the strict schema constraint minLength at firstName in the response payload under status 200. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| GET/business/v1/users/me | Modified the strict schema constraint minLength at lastName in the response payload under status 200. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| GET/business/v1/users/me | Removed the ACTIVE enum value from the status response property under status 200. | Submitting ACTIVE will result in schema validation failures. | Remove usage of ACTIVE and implement fallback logic. |
| GET/business/v1/users/me | Removed the PENDING enum value from the status response property under status 200. | Submitting PENDING will result in schema validation failures. | Remove usage of PENDING and implement fallback logic. |
| GET/business/v1/users/me | The partnerIds property is now REQUIRED in the response payload under status 200. | Omitting partnerIds will cause validation errors. | Ensure partnerIds is populated. |
InfoImprovements (Non-Breaking)
| Method & Endpoint | Enhancement Details | Developer Opportunity |
|---|---|---|
| GET/business/v1/spaces/[spaceId]/users | Added the new optional response property under status 200 users/partnerIds. | Supply or consume users/partnerIds for enriched functionality. |
| GET/business/v1/spaces/[spaceId]/users | The users/permissionTree/groups property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/business/v1/spaces/[spaceId]/users | The users/permissionTree/resources property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/business/v1/spaces/[spaceId]/users | The users/subject property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/business/v1/spaces/[spaceId]/users | The users/permissionTree property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/business/v1/spaces/[spaceId]/users/me | Added the new optional request property query. | Filter or enhance queries by utilizing the query parameter for more targeted results. |
| GET/business/v1/spaces/[spaceId]/users/me | Added the new optional response property under status 200 partnerIds. | Supply or consume partnerIds for enriched functionality. |
| GET/business/v1/spaces/[spaceId]/users/me | The permissionTree/groups property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/business/v1/spaces/[spaceId]/users/me | The permissionTree/resources property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/business/v1/spaces/[spaceId]/users/me | The subject property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/business/v1/spaces/[spaceId]/users/me | The permissionTree property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/business/v1/spaces/[spaceId]/users/[subject] | Added the new optional request property query. | Filter or enhance queries by utilizing the query parameter for more targeted results. |
| GET/business/v1/spaces/[spaceId]/users/[subject] | Added the new optional response property under status 200 partnerIds. | Supply or consume partnerIds for enriched functionality. |
| GET/business/v1/spaces/[spaceId]/users/[subject] | The permissionTree/groups property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/business/v1/spaces/[spaceId]/users/[subject] | The permissionTree/resources property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/business/v1/spaces/[spaceId]/users/[subject] | The subject property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/business/v1/spaces/[spaceId]/users/[subject] | The permissionTree property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/business/v1/users/me | Added the new optional response property under status 200 partnerIds. | Supply or consume partnerIds for enriched functionality. |
Tax
Tax Calculation
BreakingBreaking Changes
| Method & Endpoint | The Change | Breaking Behavior | Migration Path |
|---|---|---|---|
| DEL/tax/calculation/v1/taxCall | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
NewNew Endpoints
| Method & Endpoint | Core Functionality | Auth/Scopes Required |
|---|---|---|
| ADD/tax/calculation/v1/spaces/[spaceId]/taxCall | Access the newly provided functionality and features for this resource. | None specified |
Tax Configuration
BreakingBreaking Changes
| Method & Endpoint | The Change | Breaking Behavior | Migration Path |
|---|---|---|---|
| DEL/tax/configuration/v1/configs/[configId]/sourcingRules | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
| DEL/tax/configuration/v1/configs/[configId]/territories/[territoryId]/taxProfileCategories/[taxProfileCategoryId]/taxProfiles | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
| DEL/tax/configuration/v1/configs/[configId]/overrideMappings/[overrideMappingId] | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
| DEL/tax/configuration/v1/configs/[configId]/invoiceWordings/[invoiceWordingId] | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
| DEL/tax/configuration/v1/territories/[territoryId]/taxProductTaxRateMappings | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
| DEL/tax/configuration/v1/invoiceWordings/[invoiceWordingId]/instructionGroups/[instructionGroupId] | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
| DEL/tax/configuration/v1/territories/[territoryId]/taxProfiles/[taxProfileId]/instructionGroups | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
| DEL/tax/configuration/v1/configs/[configId]/taxTransactionMemos/[transactionMemoId]/instructionGroups/[instructionGroupId]/instructions | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
| DEL/tax/configuration/v1/configs/[configId]/taxProductRegisters/[registerId]/products | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
| DEL/tax/configuration/v1/taxProductRegisters/[registerId]/products | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
| DEL/tax/configuration/v1/taxCodes/[taxCodeId]/instructionGroups/[instructionGroupId]/instructions/[instructionId] | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
| DEL/tax/configuration/v1/configs/[configId]/taxCodes/[taxCodeId]/instructionGroups/[instructionGroupId]/instructions | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
| DEL/tax/configuration/v1/taxProfileChapters/[taxProfileChapterId]/taxProfileCategories/[taxProfileCategoryId]/subTaxProfileCategories | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
| DEL/tax/configuration/v1/diffTransactionMemos/[transactionMemoId]/instructionGroups | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
| DEL/tax/configuration/v1/outputRules/[ruleId] | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
| DEL/tax/configuration/v1/configs/[configId]/invoiceWordings | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
| DEL/tax/configuration/v1/mailings/[mailingId]/resend | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
| DEL/tax/configuration/v1/inputRules/[ruleId]/instructionGroups/[instructionGroupId]/entityInstructions/[entityInstructionId] | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
| DEL/tax/configuration/v1/invoiceWordings/[invoiceWordingId]/instructionGroups/[instructionGroupId]/instructions | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
| DEL/tax/configuration/v1/territories/[sourceTerritoryId]/copyAllTaxProfilesTo/[destinationTerritoryId] | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
| DEL/tax/configuration/v1/configs/[configId]/invoiceWordings/[invoiceWordingId]/instructionGroups/[instructionGroupId]/entityInstructions | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
| DEL/tax/configuration/v1/mailings/[mailingId] | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
| DEL/tax/configuration/v1/taxCodes/[taxCodeId]/instructionGroups/[instructionGroupId]/entityInstructions | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
| DEL/tax/configuration/v1/taxProfileChapters/[taxProfileChapterId] | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
| DEL/tax/configuration/v1/configs/[configId]/outputRules/[ruleId]/instructionGroups/[instructionGroupId] | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
| DEL/tax/configuration/v1/taxProfiles/[taxProfileTemplateId] | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
| DEL/tax/configuration/v1/transactionMemos | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
| DEL/tax/configuration/v1/configs/[configId]/inputRules/[ruleId]/instructionGroups | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
| DEL/tax/configuration/v1/territories/[territoryId]/taxProfiles | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
| DEL/tax/configuration/v1/invoiceWordings/[invoiceWordingId]/instructionGroups | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
| DEL/tax/configuration/v1/sourcingRules | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
| DEL/tax/configuration/v1/configs/[configId]/territories/[territoryId]/taxProductTaxRateMappings | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
| DEL/tax/configuration/v1/territories/[territoryId]/taxProductTaxRateMappings/[taxProductTaxRateMappingId] | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
| DEL/tax/configuration/v1/taxCodes/[taxCodeId]/instructionGroups/[instructionGroupId]/instructions | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
| DEL/tax/configuration/v1/taxCodes/[taxCodeId]/instructionGroups/[instructionGroupId] | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
| DEL/tax/configuration/v1/invoiceWordings/[invoiceWordingId] | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
| DEL/tax/configuration/v1/diffTransactionMemos/[transactionMemoId]/instructionGroups/[instructionGroupId]/entityInstructions/[entityInstructionId] | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
| DEL/tax/configuration/v1/configs/[configId]/territories/[territoryId]/taxProfiles/[taxProfileId]/instructionGroups/[instructionGroupId]/entityInstructions | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
| DEL/tax/configuration/v1/configs/[configId]/territoryRules/[ruleId]/instructionGroups/[instructionGroupId]/instructions/[instructionId] | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
| DEL/tax/configuration/v1/territoryRules/[ruleId]/instructionGroups/[instructionGroupId]/instructions | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
| DEL/tax/configuration/v1/configs/[configId]/taxTransactionMemos/[transactionMemoId] | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
| DEL/tax/configuration/v1/sourcingRules/[sourcingRuleId]/items/[itemId] | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
| DEL/tax/configuration/v1/outputRules/[ruleId]/instructionGroups/[instructionGroupId]/entityInstructions/[entityInstructionId] | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
| DEL/tax/configuration/v1/outputRules/[ruleId]/instructionGroups/[instructionGroupId]/instructions | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
| DEL/tax/configuration/v1/taxProductRegisters | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
| DEL/tax/configuration/v1/territories/[sourceTerritoryId]/taxProfiles/[taxProfileId]/copyTaxProfileTo/[destinationTerritoryId] | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
| DEL/tax/configuration/v1/inputRules/[ruleId]/instructionGroups/[instructionGroupId] | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
| DEL/tax/configuration/v1/inputRules/[ruleId]/instructionGroups/[instructionGroupId]/instructions/[instructionId] | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
| DEL/tax/configuration/v1/configs/[configId]/sourcingRules/[sourcingRuleId] | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
| DEL/tax/configuration/v1/outputRules/[ruleId]/instructionGroups/[instructionGroupId]/instructions/[instructionId] | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
| DEL/tax/configuration/v1/territoryRules/[ruleId]/instructionGroups | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
| DEL/tax/configuration/v1/inputRules | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
| DEL/tax/configuration/v1/configs/[configId]/taxCodes/[taxCodeId]/instructionGroups/[instructionGroupId]/entityInstructions/[entityInstructionId] | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
| DEL/tax/configuration/v1/taxProfileChapters/[taxProfileChapterId]/taxProfileCategories/[taxProfileCategoryId]/instructionGroups/[instructionGroupId]/instructions/[instructionId] | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
| DEL/tax/configuration/v1/taxProfileChapters/[taxProfileChapterId]/taxProfileCategories/[taxProfileCategoryId]/instructionGroups/[instructionGroupId]/instructions | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
| DEL/tax/configuration/v1/territoryRules | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
| DEL/tax/configuration/v1/outputRules/[ruleId]/instructionGroups/[instructionGroupId] | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
| DEL/tax/configuration/v1/taxCodes/[taxCodeId]/instructionGroups | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
| DEL/tax/configuration/v1/outputRules/[ruleId]/instructionGroups | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
| DEL/tax/configuration/v1/taxProfileChapters/[taxProfileChapterId]/conflictFields/[conflictFieldId] | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
| DEL/tax/configuration/v1/taxProfileChapters/[taxProfileChapterId]/taxProfileCategories/[taxProfileCategoryId]/instructionGroups | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
| DEL/tax/configuration/v1/configs/[configId]/territories/[territoryId]/taxProfiles/[taxProfileId]/instructionGroups/[instructionGroupId]/entityInstructions/[entityInstructionId] | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
| DEL/tax/configuration/v1/configs/[configId]/outputRules/[ruleId]/instructionGroups/[instructionGroupId]/instructions/[instructionId] | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
| DEL/tax/configuration/v1/configs/[configId]/taxCodes/[taxCodeId]/instructionGroups | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
| DEL/tax/configuration/v1/taxProductRegisters/[registerId]/taxProductCategories/[taxProductCategoryId]/products/[productId]/subProducts | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
| DEL/tax/configuration/v1/configs/[configId]/overrideMappings/[overrideMappingId]/instructionGroups/[instructionGroupId]/entityInstructions | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
| DEL/tax/configuration/v1/taxProfileChapters/[taxProfileChapterId]/taxProfileCategories/[taxProfileCategoryId]/taxProfileTemplates/[taxProfileTemplateId]/instructionGroups/[instructionGroupId]/instructions | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
| DEL/tax/configuration/v1/configs/[configId]/disabledTerritoryRules/[ruleId] | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
| DEL/tax/configuration/v1/configs/[configId]/outputRules/[ruleId] | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
| DEL/tax/configuration/v1/configs/[configId]/territoryRules | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
| DEL/tax/configuration/v1/taxProfileChapters/[taxProfileChapterId]/instructionGroups/[instructionGroupId]/instructions/[instructionId] | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
| DEL/tax/configuration/v1/configs/[configId]/outputRules/[ruleId]/instructionGroups | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
| DEL/tax/configuration/v1/engineNotes/[engineNoteId] | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
| DEL/tax/configuration/v1/invoiceWordings/[invoiceWordingId]/instructionGroups/[instructionGroupId]/entityInstructions/[entityInstructionId] | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
| DEL/tax/configuration/v1/configs/[configId]/taxCodes/[taxCodeId] | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
| DEL/tax/configuration/v1/territories/[territoryId]/taxProfiles/[taxProfileId]/instructionGroups/[instructionGroupId]/entityInstructions/[entityInstructionId] | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
| DEL/tax/configuration/v1/configs/[configId]/fieldMappingGroups/[fieldMappingGroupId]/items | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
| DEL/tax/configuration/v1/invoiceWordings/[invoiceWordingId]/instructionGroups/[instructionGroupId]/entityInstructions | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
| DEL/tax/configuration/v1/configs/[configId]/territoryRules/[ruleId]/instructionGroups/[instructionGroupId] | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
| DEL/tax/configuration/v1/territories/[territoryId]/taxProfileCategories/[taxProfileCategoryId]/taxProfiles | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
| DEL/tax/configuration/v1/configs/[configId]/outputRules/[ruleId]/instructionGroups/[instructionGroupId]/entityInstructions/[entityInstructionId] | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
| DEL/tax/configuration/v1/configs/[configId]/diffTransactionMemos/[transactionMemoId]/instructionGroups/[instructionGroupId]/entityInstructions | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
| DEL/tax/configuration/v1/taxProfileChapters/[taxProfileChapterId]/taxProfileCategories/[taxProfileCategoryId]/taxProfileTemplates | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
| DEL/tax/configuration/v1/configs/[configId]/territories/[territoryId]/taxProfiles/[taxProfileId]/instructionGroups/[instructionGroupId]/instructions | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
| DEL/tax/configuration/v1/configs/[configId]/invoiceWordings/[invoiceWordingId]/instructionGroups/[instructionGroupId]/instructions | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
| DEL/tax/configuration/v1/configs/[configId]/diffTransactionMemos/[transactionMemoId]/instructionGroups | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
| DEL/tax/configuration/v1/configs/[configId]/taxProductRegisters/[registerId]/taxProductCategories | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
| DEL/tax/configuration/v1/configs/[configId]/territoryRules/[ruleId]/instructionGroups/[instructionGroupId]/instructions | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
| DEL/tax/configuration/v1/configs/[configId]/taxProfiles/[taxProfileTemplateId] | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
| DEL/tax/configuration/v1/territories/[territoryId]/taxProfiles/[taxProfileId]/instructionGroups/[instructionGroupId]/instructions | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
| DEL/tax/configuration/v1/configs/[configId]/taxCodes/[taxCodeId]/instructionGroups/[instructionGroupId]/instructions/[instructionId] | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
| DEL/tax/configuration/v1/taxProfileChapters/[taxProfileChapterId]/taxProfileCategories/[taxProfileCategoryId]/instructionGroups/[instructionGroupId]/entityInstructions | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
| DEL/tax/configuration/v1/configs/[configId]/territories/[territoryId]/taxProfiles/[taxProfileId]/instructionGroups | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
| DEL/tax/configuration/v1/diffTransactionMemos/[transactionMemoId]/instructionGroups/[instructionGroupId]/instructions/[instructionId] | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
| DEL/tax/configuration/v1/configs/[configId]/territories/[territoryId]/taxDeductionLimitations/[taxDeductionLimitationId] | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
| DEL/tax/configuration/v1/taxTransactionMemos/[transactionMemoId] | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
| DEL/tax/configuration/v1/configs/[configId]/taxTransactionMemos/[transactionMemoId]/instructionGroups/[instructionGroupId]/entityInstructions | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
| DEL/tax/configuration/v1/taxProfileChapters/[taxProfileChapterId]/instructionGroups | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
| DEL/tax/configuration/v1/territoryRules/[ruleId] | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
| DEL/tax/configuration/v1/taxTransactionMemos/[transactionMemoId]/instructionGroups/[instructionGroupId]/instructions/[instructionId] | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
| DEL/tax/configuration/v1/taxProfileChapters/[taxProfileChapterId]/taxProfileCategories/[taxProfileCategoryId]/taxProfileTemplates/[taxProfileTemplateId]/instructionGroups/[instructionGroupId]/entityInstructions | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
| DEL/tax/configuration/v1/configs/[configId]/invoiceWordings/[invoiceWordingId]/instructionGroups/[instructionGroupId]/entityInstructions/[entityInstructionId] | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
| DEL/tax/configuration/v1/configs/[configId]/inputRules/[ruleId]/instructionGroups/[instructionGroupId]/entityInstructions/[entityInstructionId] | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
| DEL/tax/configuration/v1/taxProfiles | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
| DEL/tax/configuration/v1/configs/[configId]/diffTransactionMemos/[transactionMemoId]/instructionGroups/[instructionGroupId]/instructions/[instructionId] | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
| DEL/tax/configuration/v1/territories/[territoryId]/taxDeductionLimitations/[taxDeductionLimitationId] | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
| DEL/tax/configuration/v1/inputRules/[ruleId]/instructionGroups/[instructionGroupId]/instructions | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
| DEL/tax/configuration/v1/taxProfileChapters/[taxProfileChapterId]/conflictFields | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
| DEL/tax/configuration/v1/configs/[configId]/taxTransactionMemos/[transactionMemoId]/instructionGroups/[instructionGroupId] | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
| DEL/tax/configuration/v1/territories/[territoryId]/taxProfiles/[taxProfileId]/instructionGroups/[instructionGroupId]/entityInstructions | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
| DEL/tax/configuration/v1/sourcingRules/[sourcingRuleId] | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
| DEL/tax/configuration/v1/configs/[configId]/inputRules/[ruleId]/instructionGroups/[instructionGroupId] | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
| DEL/tax/configuration/v1/diffTransactionMemos/[transactionMemoId]/instructionGroups/[instructionGroupId]/entityInstructions | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
| DEL/tax/configuration/v1/configs/[configId]/territoryRules/[ruleId] | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
| DEL/tax/configuration/v1/taxProductRegisters/[registerId]/taxProductCategories/[taxProductCategoryId]/products | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
| DEL/tax/configuration/v1/taxCodes/[taxCodeId]/instructionGroups/[instructionGroupId]/entityInstructions/[entityInstructionId] | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
| DEL/tax/configuration/v1/lookupTables/[lookupTableId]/items | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
| DEL/tax/configuration/v1/taxProfileChapters/[taxProfileChapterId]/taxProfileCategories/[taxProfileCategoryId] | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
| DEL/tax/configuration/v1/configs/[configId]/diffTransactionMemos | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
| DEL/tax/configuration/v1/configs/[configId]/taxProductRegisters/[registerId]/taxProductCategories/[taxProductCategoryId]/products/[productId]/subProducts | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
| DEL/tax/configuration/v1/configs/[configId]/territories/[sourceTerritoryId]/taxProfiles/[taxProfileId]/copyTaxProfileTo/[destinationTerritoryId] | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
| DEL/tax/configuration/v1/taxProfileTemplates | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
| DEL/tax/configuration/v1/configs/[configId]/taxCodes | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
| DEL/tax/configuration/v1/configs/[configId]/territoryRules/[ruleId]/instructionGroups/[instructionGroupId]/entityInstructions/[entityInstructionId] | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
| DEL/tax/configuration/v1/configs/[configId]/territories/[territoryId]/taxDeductionLimitations | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
| DEL/tax/configuration/v1/configs/[configId]/lookupTables/[lookupTableId]/items | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
| DEL/tax/configuration/v1/configs/[configId]/diffTransactionMemos/[transactionMemoId]/instructionGroups/[instructionGroupId]/instructions | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
| DEL/tax/configuration/v1/configs/[configId]/invoiceWordings/[invoiceWordingId]/instructionGroups/[instructionGroupId] | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
| DEL/tax/configuration/v1/configs/[configId]/territories/[territoryId]/taxProfiles/[taxProfileId] | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
| DEL/tax/configuration/v1/configs/[configId]/taxProductRegisters/[registerId]/taxProductCategories/[taxProductCategoryId] | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
| DEL/tax/configuration/v1/sourcingRules/[sourcingRuleId]/items | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
| DEL/tax/configuration/v1/configs/[configId]/territories/[territoryId]/taxProfiles/[taxProfileId]/instructionGroups/[instructionGroupId] | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
| DEL/tax/configuration/v1/configs/[configId]/inputRules/[ruleId]/instructionGroups/[instructionGroupId]/entityInstructions | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
| DEL/tax/configuration/v1/configs/[configId]/sourcingRules/[sourcingRuleId]/items/[itemId] | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
| DEL/tax/configuration/v1/configs/[configId]/overrideMappings/[overrideMappingId]/instructionGroups/[instructionGroupId]/instructions/[instructionId] | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
| DEL/tax/configuration/v1/taxProductRegisters/[registerId] | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
| DEL/tax/configuration/v1/configs/[configId]/lookupTables | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
| DEL/tax/configuration/v1/configs/[configId]/taxTransactionMemos/[transactionMemoId]/instructionGroups | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
| DEL/tax/configuration/v1/configs/[configId]/taxCodes/[taxCodeId]/instructionGroups/[instructionGroupId] | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
| DEL/tax/configuration/v1/configs/[configId]/overrideMappings/[overrideMappingId]/instructionGroups/[instructionGroupId]/entityInstructions/[entityInstructionId] | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
| DEL/tax/configuration/v1/territories/[territoryId]/taxProfiles/[taxProfileId]/instructionGroups/[instructionGroupId]/instructions/[instructionId] | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
| DEL/tax/configuration/v1/lookupTables/[lookupTableId] | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
| DEL/tax/configuration/v1/taxProfileChapters/[taxProfileChapterId]/taxProfileCategories/[taxProfileCategoryId]/taxProfileTemplates/[taxProfileTemplateId]/instructionGroups/[instructionGroupId] | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
| DEL/tax/configuration/v1/taxProfileChapters/[taxProfileChapterId]/taxProfileCategories/[taxProfileCategoryId]/instructionGroups/[instructionGroupId]/entityInstructions/[entityInstructionId] | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
| DEL/tax/configuration/v1/configs/[configId]/taxTransactionMemos | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
| DEL/tax/configuration/v1/taxProfileChapters/[taxProfileChapterId]/instructionGroups/[instructionGroupId]/instructions | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
| DEL/tax/configuration/v1/configs/[configId]/territories/[territoryId]/taxProductTaxRateMappings/[taxProductTaxRateMappingId] | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
| DEL/tax/configuration/v1/taxProfileChapters/[taxProfileChapterId]/taxProfileCategories/[taxProfileCategoryId]/taxProfileTemplates/[taxProfileTemplateId]/instructionGroups/[instructionGroupId]/instructions/[instructionId] | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
| DEL/tax/configuration/v1/inputRules/[ruleId]/instructionGroups | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
| DEL/tax/configuration/v1/configs/[configId]/diffTransactionMemos/[transactionMemoId]/instructionGroups/[instructionGroupId]/entityInstructions/[entityInstructionId] | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
| DEL/tax/configuration/v1/territories/[territoryId]/taxProfiles/[taxProfileId]/instructionGroups/[instructionGroupId] | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
| DEL/tax/configuration/v1/configs/[configId]/overrideMappings/[overrideMappingId]/instructionGroups/[instructionGroupId] | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
| DEL/tax/configuration/v1/configs/[configId]/taxProductRegisters/[registerId]/taxProductCategories/[taxProductCategoryId]/products/[productId] | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
| DEL/tax/configuration/v1/inputRules/[ruleId]/instructionGroups/[instructionGroupId]/entityInstructions | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
| DEL/tax/configuration/v1/configs/[configId]/taxCallStatistics | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
| DEL/tax/configuration/v1/diffTransactionMemos | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
| DEL/tax/configuration/v1/configs/[configId]/invoiceWordings/[invoiceWordingId]/instructionGroups | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
| DEL/tax/configuration/v1/lookupTables/[lookupTableId]/items/[itemId] | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
| DEL/tax/configuration/v1/taxTransactionMemos/[transactionMemoId]/instructionGroups/[instructionGroupId] | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
| DEL/tax/configuration/v1/configs/[configId]/territoryRules/[ruleId]/instructionGroups | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
| DEL/tax/configuration/v1/outputRules/[ruleId]/instructionGroups/[instructionGroupId]/entityInstructions | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
| DEL/tax/configuration/v1/configs/[configId]/inputRules | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
| DEL/tax/configuration/v1/configs/[configId]/outputRules/[ruleId]/instructionGroups/[instructionGroupId]/entityInstructions | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
| DEL/tax/configuration/v1/configs/[configId]/territories/[territoryId]/taxProfiles | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
| DEL/tax/configuration/v1/invoiceWordings | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
| DEL/tax/configuration/v1/taxTransactionMemos | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
| DEL/tax/configuration/v1/configs/[configId]/outputRules | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
| DEL/tax/configuration/v1/configs/[configId]/taxTransactionMemos/[transactionMemoId]/instructionGroups/[instructionGroupId]/entityInstructions/[entityInstructionId] | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
| DEL/tax/configuration/v1/configs/[configId]/taxProductRegisters | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
| DEL/tax/configuration/v1/configs/[configId]/inputRules/[ruleId]/instructionGroups/[instructionGroupId]/instructions | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
| DEL/tax/configuration/v1/diffTransactionMemos/[transactionMemoId]/instructionGroups/[instructionGroupId] | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
| DEL/tax/configuration/v1/taxProductRegisters/[registerId]/taxProductCategories/[taxProductCategoryId] | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
| DEL/tax/configuration/v1/taxProfileChapters/[taxProfileChapterId]/taxProfileCategories/[taxProfileCategoryId]/instructionGroups/[instructionGroupId] | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
| DEL/tax/configuration/v1/taxProfileChapters/[taxProfileChapterId]/taxProfileCategories/[taxProfileCategoryId]/taxProfileTemplates/[taxProfileTemplateId] | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
| DEL/tax/configuration/v1/taxTransactionMemos/[transactionMemoId]/instructionGroups/[instructionGroupId]/entityInstructions/[entityInstructionId] | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
| DEL/tax/configuration/v1/lookupTables | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
| DEL/tax/configuration/v1/configs/[configId]/diffTransactionMemos/[transactionMemoId]/instructionGroups/[instructionGroupId] | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
| DEL/tax/configuration/v1/configs/[configId]/inputRules/[ruleId] | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
| DEL/tax/configuration/v1/taxProfileTemplates/[taxProfileTemplateId]:isUsedByProfiles | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
| DEL/tax/configuration/v1/configs/[configId]/inputRules/[ruleId]/instructionGroups/[instructionGroupId]/instructions/[instructionId] | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
| DEL/tax/configuration/v1/transactionMemos/[transactionMemoId] | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
| DEL/tax/configuration/v1/configs/[configId]/taxProductRegisters/[registerId]/taxProductCategories/[taxProductCategoryId]/products | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
| DEL/tax/configuration/v1/mailings | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
| DEL/tax/configuration/v1/territoryRules/[ruleId]/instructionGroups/[instructionGroupId]/entityInstructions/[entityInstructionId] | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
| DEL/tax/configuration/v1/configs/[configId]/overrideMappings | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
| DEL/tax/configuration/v1/taxCodes | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
| DEL/tax/configuration/v1/taxProfileChapters/[taxProfileChapterId]/taxProfileCategories/[taxProfileCategoryId]/taxProfileTemplates/[taxProfileTemplateId]/instructionGroups/[instructionGroupId]/entityInstructions/[entityInstructionId] | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
| DEL/tax/configuration/v1/configs/[configId]/taxProfiles | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
| DEL/tax/configuration/v1/outputRules | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
| DEL/tax/configuration/v1/configs/[configId]/taxTransactionMemos/[transactionMemoId]/instructionGroups/[instructionGroupId]/instructions/[instructionId] | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
| DEL/tax/configuration/v1/configs/[configId]/taxCodes/[taxCodeId]/instructionGroups/[instructionGroupId]/entityInstructions | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
| DEL/tax/configuration/v1/configs/[configId]/outputRules/[ruleId]/instructionGroups/[instructionGroupId]/instructions | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
| DEL/tax/configuration/v1/configs/[configId]/fieldMappingGroups/[fieldMappingGroupId]/items/[itemId] | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
| DEL/tax/configuration/v1/configs/[configId]/territoryRules/[ruleId]/instructionGroups/[instructionGroupId]/entityInstructions | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
| DEL/tax/configuration/v1/diffTransactionMemos/[transactionMemoId]/instructionGroups/[instructionGroupId]/instructions | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
| DEL/tax/configuration/v1/configs/[configId]/sourcingRules/[sourcingRuleId]/items | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
| DEL/tax/configuration/v1/territoryRules/[ruleId]/instructionGroups/[instructionGroupId]/instructions/[instructionId] | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
| DEL/tax/configuration/v1/taxTransactionMemos/[transactionMemoId]/instructionGroups | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
| DEL/tax/configuration/v1/inputRules/[ruleId] | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
| DEL/tax/configuration/v1/configs/[configId]/territories/[sourceTerritoryId]/copyAllTaxProfilesTo/[destinationTerritoryId] | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
| DEL/tax/configuration/v1/territoryRules/[ruleId]/instructionGroups/[instructionGroupId] | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
| DEL/tax/configuration/v1/invoiceWordings/[invoiceWordingId]/instructionGroups/[instructionGroupId]/instructions/[instructionId] | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
| DEL/tax/configuration/v1/taxTransactionMemos/[transactionMemoId]/instructionGroups/[instructionGroupId]/entityInstructions | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
| DEL/tax/configuration/v1/configs/[configId]/taxProductRegisters/[registerId] | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
| DEL/tax/configuration/v1/configs/[configId]/fieldMappingGroups/[fieldMappingGroupId] | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
| DEL/tax/configuration/v1/configs/[configId]/lookupTables/[lookupTableId] | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
| DEL/tax/configuration/v1/taxProfileChapters | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
| DEL/tax/configuration/v1/diffTransactionMemos/[transactionMemoId] | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
| DEL/tax/configuration/v1/configs/[configId]/invoiceWordings/[invoiceWordingId]/instructionGroups/[instructionGroupId]/instructions/[instructionId] | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
| DEL/tax/configuration/v1/configs/[configId]/disabledTerritoryRules | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
| DEL/tax/configuration/v1/territoryRules/[ruleId]/instructionGroups/[instructionGroupId]/entityInstructions | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
| DEL/tax/configuration/v1/taxProductRegisters/[registerId]/taxProductCategories | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
| DEL/tax/configuration/v1/taxProfileChapters/[taxProfileChapterId]/taxProfileCategories/[taxProfileCategoryId]/taxProfileTemplates/[taxProfileTemplateId]/instructionGroups | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
| DEL/tax/configuration/v1/taxTransactionMemos/[transactionMemoId]/instructionGroups/[instructionGroupId]/instructions | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
| DEL/tax/configuration/v1/configs/[configId]/territories/[territoryId]/taxProfiles/[taxProfileId]/instructionGroups/[instructionGroupId]/instructions/[instructionId] | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
| DEL/tax/configuration/v1/configs/[configId]/lookupTables/[lookupTableId]/items/[itemId] | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
| DEL/tax/configuration/v1/taxProductRegisters/[registerId]/taxProductCategories/[taxProductCategoryId]/products/[productId] | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
| DEL/tax/configuration/v1/configs/[configId]/overrideMappings/[overrideMappingId]/instructionGroups/[instructionGroupId]/instructions | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
| DEL/tax/configuration/v1/taxProfileChapters/[taxProfileChapterId]/instructionGroups/[instructionGroupId] | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
| DEL/tax/configuration/v1/engineNotes | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
| DEL/tax/configuration/v1/configs/[configId]/overrideMappings/[overrideMappingId]/instructionGroups | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
| DEL/tax/configuration/v1/validateTerritoryDeletion/[territoryId] | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
| DEL/tax/configuration/v1/taxCodes/[taxCodeId] | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
| DEL/tax/configuration/v1/taxProfileChapters/[taxProfileChapterId]/taxProfileCategories | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
| DEL/tax/configuration/v1/configs/[configId]/diffTransactionMemos/[transactionMemoId] | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
| DEL/tax/configuration/v1/territories/[territoryId]/taxProfiles/[taxProfileId] | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
| DEL/tax/configuration/v1/territories/[territoryId]/taxDeductionLimitations | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
| DEL/tax/configuration/v1/configs/[configId]/fieldMappingGroups | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
| GET/tax/configuration/v1/taxFields | Added the new LIST enum value to the taxFields/dataType response property under status 200. | Strict parsers will fail to deserialize when returning records with the LIST type. | Update models to accept and handle the LIST type. |
| GET/tax/configuration/v1/taxFields | Removed the SELECT enum value from the taxFields/dataType response property under status 200. | Submitting SELECT will result in schema validation failures. | Remove usage of SELECT and implement fallback logic. |
| PATCH/tax/configuration/v1/taxFields/[taxFieldId] | The PATCH method was removed from this endpoint. | Invocations using this method will fail with an HTTP 405 Method Not Allowed. | Migrate client calls to alternative methods or endpoints. |
| GET/tax/configuration/v1/taxFields/[taxFieldId] | Added the new LIST enum value to the dataType response property under status 200. | Strict parsers will fail to deserialize when returning records with the LIST type. | Update models to accept and handle the LIST type. |
| GET/tax/configuration/v1/taxFields/[taxFieldId] | Removed the SELECT enum value from the dataType response property under status 200. | Submitting SELECT will result in schema validation failures. | Remove usage of SELECT and implement fallback logic. |
NewNew Endpoints
| Method & Endpoint | Core Functionality | Auth/Scopes Required |
|---|---|---|
| ADD/tax/configuration/v1/spaces/[spaceId]/customDiffTransactionMemos/[transactionMemoId]/customInstructionGroups/[instructionGroupId] | Access the newly provided functionality and features for this resource. | None specified |
| ADD/tax/configuration/v1/spaces/[spaceId]/overrideMappings | Access the newly provided functionality and features for this resource. | None specified |
| ADD/tax/configuration/v1/spaces/[spaceId]/customTaxTransactionMemos/[transactionMemoId]/customInstructionGroups/[instructionGroupId]/customEntityInstructions/[entityInstructionId] | Access the newly provided functionality and features for this resource. | None specified |
| ADD/tax/configuration/v1/spaces/[spaceId]/customTaxCodes/[taxCodeId]:clone | Access the newly provided functionality and features for this resource. | None specified |
| ADD/tax/configuration/v1/spaces/[spaceId]/vatexCodes:export | Access the newly provided functionality and features for this resource. | None specified |
| ADD/tax/configuration/v1/spaces/[spaceId]/customPeppolTaxCategoryMappings/[mappingId] | Access the newly provided functionality and features for this resource. | None specified |
| ADD/tax/configuration/v1/spaces/[spaceId]/customInputRules | Access the newly provided functionality and features for this resource. | None specified |
| ADD/tax/configuration/v1/taxCodes:export | Access the newly provided functionality and features for this resource. | None specified |
| ADD/tax/configuration/v1/spaces/[spaceId]/territories/[sourceTerritoryId]/customTaxProfiles/[taxProfileId]/copyTaxProfileTo/[destinationTerritoryId] | Access the newly provided functionality and features for this resource. | None specified |
| ADD/tax/configuration/v1/spaces/[spaceId]/customTaxCallStatistics | Access the newly provided functionality and features for this resource. | None specified |
| ADD/tax/configuration/v1/spaces/[spaceId]/territories/[territoryId]/customTaxProfiles | Access the newly provided functionality and features for this resource. | None specified |
| ADD/tax/configuration/v1/engineNotes:export | Access the newly provided functionality and features for this resource. | None specified |
| ADD/tax/configuration/v1/spaces/[spaceId]/customLookupTables | Access the newly provided functionality and features for this resource. | None specified |
| ADD/tax/configuration/v1/spaces/[spaceId]/customInvoiceWordings/[invoiceWordingId]/customInstructionGroups | Access the newly provided functionality and features for this resource. | None specified |
| ADD/tax/configuration/v1/spaces/[spaceId]/customInputRules/[ruleId]/customInstructionGroups/[instructionGroupId]/customInstructions/[instructionId] | Access the newly provided functionality and features for this resource. | None specified |
| ADD/tax/configuration/v1/spaces/[spaceId]/territories/[territoryId]/customTaxProfiles/[taxProfileId]/customInstructionGroups/[instructionGroupId]/customInstructions | Access the newly provided functionality and features for this resource. | None specified |
| ADD/tax/configuration/v1/spaces/[spaceId]/taxTransactionMemos:export | Access the newly provided functionality and features for this resource. | None specified |
| ADD/tax/configuration/v1/spaces/[spaceId]/customSourcingRules/[sourcingRuleId]/customItems | Access the newly provided functionality and features for this resource. | None specified |
| ADD/tax/configuration/v1/spaces/[spaceId]/products/[productId]/fieldMappingGroups | Access the newly provided functionality and features for this resource. | None specified |
| ADD/tax/configuration/v1/spaces/[spaceId]/taxProductRegisters/[registerId]/taxProductCategories/[taxProductCategoryId]/products | Access the newly provided functionality and features for this resource. | None specified |
| ADD/tax/configuration/v1/spaces/[spaceId]/customEngineNotes | Access the newly provided functionality and features for this resource. | None specified |
| ADD/tax/configuration/v1/spaces/[spaceId]/taxFields/[taxFieldId] | Access the newly provided functionality and features for this resource. | None specified |
| ADD/tax/configuration/v1/spaces/[spaceId]/customVatexCodes | Access the newly provided functionality and features for this resource. | None specified |
| ADD/tax/configuration/v1/spaces/[spaceId]/products/[productId]/overrideMappings/[overrideMappingId]/instructionGroups/[instructionGroupId] | Access the newly provided functionality and features for this resource. | None specified |
| ADD/tax/configuration/v1/spaces/[spaceId]/customTaxProductRegisters/[registerId]/customTaxProductCategories/[taxProductCategoryId]/customProducts | Access the newly provided functionality and features for this resource. | None specified |
| ADD/tax/configuration/v1/spaces/[spaceId]/taxProfileChapters/[taxProfileChapterId]/taxProfileCategories/[taxProfileCategoryId]/instructionGroups | Access the newly provided functionality and features for this resource. | None specified |
| ADD/tax/configuration/v1/spaces/[spaceId]/territories/[territoryId]/taxType/[taxType]/customTaxProfiles | Access the newly provided functionality and features for this resource. | None specified |
| ADD/tax/configuration/v1/spaces/[spaceId]/territories/[territoryId]/taxProfileChapters/[taxProfileChapterId]/customTaxProfiles | Access the newly provided functionality and features for this resource. | None specified |
| ADD/tax/configuration/v1/spaces/[spaceId]/customTaxTransactionMemos | Access the newly provided functionality and features for this resource. | None specified |
| ADD/tax/configuration/v1/spaces/[spaceId]/products/[productId]/fieldMappingGroups/[fieldMappingGroupId]/items/[itemId] | Access the newly provided functionality and features for this resource. | None specified |
| ADD/tax/configuration/v1/spaces/[spaceId]/customTaxCodes:export | Access the newly provided functionality and features for this resource. | None specified |
| ADD/tax/configuration/v1/spaces/[spaceId]/territories/[sourceTerritoryId]/copyAllCustomTaxProfilesTo/[destinationTerritoryId] | Access the newly provided functionality and features for this resource. | None specified |
| ADD/tax/configuration/v1/spaces/[spaceId]/customPeppolTaxCategoryMappings/[mappingId]/customInstructionGroups/[instructionGroupId] | Access the newly provided functionality and features for this resource. | None specified |
| ADD/tax/configuration/v1/spaces/[spaceId]/customPeppolTaxCategoryMappings/[mappingId]/customInstructionGroups/[instructionGroupId]/customInstructions | Access the newly provided functionality and features for this resource. | None specified |
| ADD/tax/configuration/v1/spaces/[spaceId]/customOutputRules/[ruleId]/customInstructionGroups/[instructionGroupId]/customInstructions | Access the newly provided functionality and features for this resource. | None specified |
| ADD/tax/configuration/v1/spaces/[spaceId]/customTaxCodes/[taxCodeId]/customInstructionGroups/[instructionGroupId] | Access the newly provided functionality and features for this resource. | None specified |
| ADD/tax/configuration/v1/spaces/[spaceId]/vatexCodeMappings:export | Access the newly provided functionality and features for this resource. | None specified |
| ADD/tax/configuration/v1/spaces/[spaceId]/products/[productId]/overrideMappings | Access the newly provided functionality and features for this resource. | None specified |
| ADD/tax/configuration/v1/spaces/[spaceId]/customPeppolTaxCategoryMappings | Access the newly provided functionality and features for this resource. | None specified |
| ADD/tax/configuration/v1/spaces/[spaceId]/customVatexCodes:export | Access the newly provided functionality and features for this resource. | None specified |
| ADD/tax/configuration/v1/spaces/[spaceId]/customOutputRules/[ruleId] | Access the newly provided functionality and features for this resource. | None specified |
| ADD/tax/configuration/v1/spaces/[spaceId]/customInvoiceWordings/[invoiceWordingId]:clone | Access the newly provided functionality and features for this resource. | None specified |
| ADD/tax/configuration/v1/spaces/[spaceId]/peppolTaxCategories:export | Access the newly provided functionality and features for this resource. | None specified |
| ADD/tax/configuration/v1/peppolTaxCategoryMappings:export | Access the newly provided functionality and features for this resource. | None specified |
| ADD/tax/configuration/v1/spaces/[spaceId]/customVatexCodeMappings/[mappingId]/customInstructionGroups/[instructionGroupId]/customInstructions | Access the newly provided functionality and features for this resource. | None specified |
| ADD/tax/configuration/v1/spaces/[spaceId]/products/[productId]/overrideMappings/[overrideMappingId]/instructionGroups | Access the newly provided functionality and features for this resource. | None specified |
| ADD/tax/configuration/v1/spaces/[spaceId]/customTaxTransactionMemos/[transactionMemoId]/customInstructionGroups/[instructionGroupId] | Access the newly provided functionality and features for this resource. | None specified |
| ADD/tax/configuration/v1/spaces/[spaceId]/vatexCodes | Access the newly provided functionality and features for this resource. | None specified |
| ADD/tax/configuration/v1/spaces/[spaceId]/customSourcingRules:export | Access the newly provided functionality and features for this resource. | None specified |
| ADD/tax/configuration/v1/spaces/[spaceId]/territories/[territoryId]/customTaxProfiles/[taxProfileId]/customInstructionGroups/[instructionGroupId] | Access the newly provided functionality and features for this resource. | None specified |
| ADD/tax/configuration/v1/spaces/[spaceId]/customInputRules/[ruleId]/customInstructionGroups/[instructionGroupId]/customEntityInstructions | Access the newly provided functionality and features for this resource. | None specified |
| ADD/tax/configuration/v1/spaces/[spaceId]/customEngineNotes:export | Access the newly provided functionality and features for this resource. | None specified |
| ADD/tax/configuration/v1/spaces/[spaceId]/customOutputRules/[ruleId]/customInstructionGroups/[instructionGroupId]/customEntityInstructions | Access the newly provided functionality and features for this resource. | None specified |
| ADD/tax/configuration/v1/spaces/[spaceId]/territories/[sourceTerritoryId]/taxProfileCategories/[taxProfileCategoryId]/copyCustomTaxProfileTo/[destinationTerritoryId] | Access the newly provided functionality and features for this resource. | None specified |
| ADD/tax/configuration/v1/spaces/[spaceId]/customInputRules/[ruleId] | Access the newly provided functionality and features for this resource. | None specified |
| ADD/tax/configuration/v1/spaces/[spaceId]/taxProfileChapters/[taxProfileChapterId]/taxProfileCategories/[taxProfileCategoryId]/taxProfileTemplates/[taxProfileTemplateId]/instructionGroups | Access the newly provided functionality and features for this resource. | None specified |
| ADD/tax/configuration/v1/spaces/[spaceId]/customTaxCodes/[taxCodeId]/customInstructionGroups | Access the newly provided functionality and features for this resource. | None specified |
| ADD/tax/configuration/v1/spaces/[spaceId]/territories/[territoryId]/customTaxProfiles/[taxProfileId]/customInstructionGroups/[instructionGroupId]/customEntityInstructions/[entityInstructionId] | Access the newly provided functionality and features for this resource. | None specified |
| ADD/tax/configuration/v1/territoryRules:export | Access the newly provided functionality and features for this resource. | None specified |
| ADD/tax/configuration/v1/spaces/[spaceId]/fieldMappings | Access the newly provided functionality and features for this resource. | None specified |
| ADD/tax/configuration/v1/spaces/[spaceId]/customTaxProductRegisters/[registerId]:export | Access the newly provided functionality and features for this resource. | None specified |
| ADD/tax/configuration/v1/spaces/[spaceId]/customPeppolTaxCategories:export | Access the newly provided functionality and features for this resource. | None specified |
| ADD/tax/configuration/v1/spaces/[spaceId]/customDiffTransactionMemos/[transactionMemoId] | Access the newly provided functionality and features for this resource. | None specified |
| ADD/tax/configuration/v1/spaces/[spaceId]/customEngineNotes/[engineNoteId] | Access the newly provided functionality and features for this resource. | None specified |
| ADD/tax/configuration/v1/spaces/[spaceId]/customVatexCodeMappings/[mappingId]/customInstructionGroups/[instructionGroupId] | Access the newly provided functionality and features for this resource. | None specified |
| ADD/tax/configuration/v1/spaces/[spaceId]/vatexCodeMappings | Access the newly provided functionality and features for this resource. | None specified |
| ADD/tax/configuration/v1/spaces/[spaceId]/customVatexCodeMappings/[mappingId]/customInstructionGroups | Access the newly provided functionality and features for this resource. | None specified |
| ADD/tax/configuration/v1/spaces/[spaceId]/customVatexCodeMappings/[mappingId]/customInstructionGroups/[instructionGroupId]/customInstructions/[instructionId] | Access the newly provided functionality and features for this resource. | None specified |
| ADD/tax/configuration/v1/spaces/[spaceId]/taxProductRegisters/[registerId]/taxProductCategories | Access the newly provided functionality and features for this resource. | None specified |
| ADD/tax/configuration/v1/spaces/[spaceId]/customTaxTransactionMemos/[transactionMemoId]/customInstructionGroups | Access the newly provided functionality and features for this resource. | None specified |
| ADD/tax/configuration/v1/spaces/[spaceId]/customTaxCodes | Access the newly provided functionality and features for this resource. | None specified |
| ADD/tax/configuration/v1/spaces/[spaceId]/customTaxProductRegisters/[registerId]/customTaxProductCategories/[taxProductCategoryId]/customProducts/[productId] | Access the newly provided functionality and features for this resource. | None specified |
| ADD/tax/configuration/v1/spaces/[spaceId]/territories/[territoryId]/customTaxContent:export | Access the newly provided functionality and features for this resource. | None specified |
| ADD/tax/configuration/v1/spaces/[spaceId]/customDiffTransactionMemos/[transactionMemoId]:clone | Access the newly provided functionality and features for this resource. | None specified |
| ADD/tax/configuration/v1/spaces/[spaceId]/customInputRules/[ruleId]/customInstructionGroups/[instructionGroupId] | Access the newly provided functionality and features for this resource. | None specified |
| ADD/tax/configuration/v1/spaces/[spaceId]/territories/[territoryId]/customTaxProfiles/[taxProfileId] | Access the newly provided functionality and features for this resource. | None specified |
| ADD/tax/configuration/v1/spaces/[spaceId]/customInputRules/[ruleId]:clone | Access the newly provided functionality and features for this resource. | None specified |
| ADD/tax/configuration/v1/spaces/[spaceId]/products/[productId]/fieldMappingGroups/[fieldMappingGroupId]/items | Access the newly provided functionality and features for this resource. | None specified |
| ADD/tax/configuration/v1/spaces/[spaceId]/engineNotes | Access the newly provided functionality and features for this resource. | None specified |
| ADD/tax/configuration/v1/spaces/[spaceId]/taxTransactionMemos/[transactionMemoId]/instructionGroups | Access the newly provided functionality and features for this resource. | None specified |
| ADD/tax/configuration/v1/spaces/[spaceId]/customTaxProductRegisters/[registerId]/customTaxProductCategories | Access the newly provided functionality and features for this resource. | None specified |
| ADD/tax/configuration/v1/spaces/[spaceId]/territories/[territoryId]/taxProfileCategories/[taxProfileCategoryId]/customTaxProfiles | Access the newly provided functionality and features for this resource. | None specified |
| ADD/tax/configuration/v1/spaces/[spaceId]/customTaxCodes/[taxCodeId] | Access the newly provided functionality and features for this resource. | None specified |
| ADD/tax/configuration/v1/spaces/[spaceId]/customTaxCodes/[taxCodeId]/customInstructionGroups/[instructionGroupId]/customInstructions | Access the newly provided functionality and features for this resource. | None specified |
| ADD/tax/configuration/v1/spaces/[spaceId]/overrideMappings:export | Access the newly provided functionality and features for this resource. | None specified |
| ADD/tax/configuration/v1/spaces/[spaceId]/customDiffTransactionMemos/[transactionMemoId]/customInstructionGroups/[instructionGroupId]/customInstructions | Access the newly provided functionality and features for this resource. | None specified |
| ADD/tax/configuration/v1/spaces/[spaceId]/customSourcingRules/[sourcingRuleId]/customItems/[itemId] | Access the newly provided functionality and features for this resource. | None specified |
| ADD/tax/configuration/v1/spaces/[spaceId]/peppolTaxCategoryMappings/[mappingId] | Access the newly provided functionality and features for this resource. | None specified |
| ADD/tax/configuration/v1/spaces/[spaceId]/taxProfileChapters/[taxProfileChapterId]/taxProfileCategories/[taxProfileCategoryId]/taxProfileTemplates/[taxProfileTemplateId]/instructionGroups/[instructionGroupId]/instructions | Access the newly provided functionality and features for this resource. | None specified |
| ADD/tax/configuration/v1/spaces/[spaceId]/customTaxProductRegisters/[registerId] | Access the newly provided functionality and features for this resource. | None specified |
| ADD/tax/configuration/v1/spaces/[spaceId]/territories/[territoryId]/customTaxDeductionLimitations | Access the newly provided functionality and features for this resource. | None specified |
| ADD/tax/configuration/v1/spaces/[spaceId]/customInvoiceWordings/[invoiceWordingId] | Access the newly provided functionality and features for this resource. | None specified |
| ADD/tax/configuration/v1/sourcingRules:export | Access the newly provided functionality and features for this resource. | None specified |
| ADD/tax/configuration/v1/spaces/[spaceId]/taxProductRegisters/[registerId]/products | Access the newly provided functionality and features for this resource. | None specified |
| ADD/tax/configuration/v1/spaces/[spaceId]/customInvoiceWordings | Access the newly provided functionality and features for this resource. | None specified |
| ADD/tax/configuration/v1/spaces/[spaceId]/territories/[territoryId]/customTaxProductTaxRateMappings | Access the newly provided functionality and features for this resource. | None specified |
| ADD/tax/configuration/v1/spaces/[spaceId]/products/[productId]/overrideMappings/[overrideMappingId]:clone | Access the newly provided functionality and features for this resource. | None specified |
| ADD/tax/configuration/v1/spaces/[spaceId]/territories/[territoryId]/taxDeductionLimitations | Access the newly provided functionality and features for this resource. | None specified |
| ADD/tax/configuration/v1/spaces/[spaceId]/customOutputRules/[ruleId]:clone | Access the newly provided functionality and features for this resource. | None specified |
| ADD/tax/configuration/v1/spaces/[spaceId]/taxProductRegisters/[registerId] | Access the newly provided functionality and features for this resource. | None specified |
| ADD/tax/configuration/v1/spaces/[spaceId]/territories/[territoryId]/taxProductTaxRateMappings | Access the newly provided functionality and features for this resource. | None specified |
| ADD/tax/configuration/v1/spaces/[spaceId]/territories/[territoryId]/taxProfiles/[taxProfileId]/instructionGroups/[instructionGroupId]/instructions | Access the newly provided functionality and features for this resource. | None specified |
| ADD/tax/configuration/v1/spaces/[spaceId]/customTaxProductRegisters/[registerId]/customTaxProductCategories/[taxProductCategoryId] | Access the newly provided functionality and features for this resource. | None specified |
| ADD/tax/configuration/v1/spaces/[spaceId]/customInputRules/[ruleId]/customInstructionGroups/[instructionGroupId]/customInstructions | Access the newly provided functionality and features for this resource. | None specified |
| ADD/tax/configuration/v1/spaces/[spaceId]/customDiffTransactionMemos/[transactionMemoId]/customInstructionGroups/[instructionGroupId]/customInstructions/[instructionId] | Access the newly provided functionality and features for this resource. | None specified |
| ADD/tax/configuration/v1/spaces/[spaceId]/taxProductRegisters | Access the newly provided functionality and features for this resource. | None specified |
| ADD/tax/configuration/v1/spaces/[spaceId]/lookupTables/[lookupTableId]/items | Access the newly provided functionality and features for this resource. | None specified |
| ADD/tax/configuration/v1/spaces/[spaceId]/taxProfileChapters/[taxProfileChapterId]/instructionGroups | Access the newly provided functionality and features for this resource. | None specified |
| ADD/tax/configuration/v1/spaces/[spaceId]/customInputRules:export | Access the newly provided functionality and features for this resource. | None specified |
| ADD/tax/configuration/v1/spaces/[spaceId]/products/[productId]/overrideMappings/[overrideMappingId]/instructionGroups/[instructionGroupId]/instructions/[instructionId] | Access the newly provided functionality and features for this resource. | None specified |
| ADD/tax/configuration/v1/spaces/[spaceId]/customOutputRules/[ruleId]/customInstructionGroups/[instructionGroupId] | Access the newly provided functionality and features for this resource. | None specified |
| ADD/tax/configuration/v1/spaces/[spaceId]/customTaxTransactionMemos/[transactionMemoId] | Access the newly provided functionality and features for this resource. | None specified |
| ADD/tax/configuration/v1/spaces/[spaceId]/products/[productId]/overrideMappings/[overrideMappingId] | Access the newly provided functionality and features for this resource. | None specified |
| ADD/tax/configuration/v1/spaces/[spaceId]/customPeppolTaxCategories | Access the newly provided functionality and features for this resource. | None specified |
| ADD/tax/configuration/v1/spaces/[spaceId]/vatexCodeMappings/[mappingId]/instructionGroups | Access the newly provided functionality and features for this resource. | None specified |
| ADD/tax/configuration/v1/spaces/[spaceId]/taxFields/[taxFieldId]/options | Access the newly provided functionality and features for this resource. | None specified |
| ADD/tax/configuration/v1/spaces/[spaceId]/taxCodes/[taxCodeId]/instructionGroups | Access the newly provided functionality and features for this resource. | None specified |
| ADD/tax/configuration/v1/spaces/[spaceId]/customTaxTransactionMemos/[transactionMemoId]/customInstructionGroups/[instructionGroupId]/customEntityInstructions | Access the newly provided functionality and features for this resource. | None specified |
| ADD/tax/configuration/v1/vatexCodes:export | Access the newly provided functionality and features for this resource. | None specified |
| ADD/tax/configuration/v1/spaces/[spaceId]/customTaxTransactionMemos/[transactionMemoId]/customInstructionGroups/[instructionGroupId]/customInstructions/[instructionId] | Access the newly provided functionality and features for this resource. | None specified |
| ADD/tax/configuration/v1/spaces/[spaceId]/taxProductRegisters/[registerId]:export | Access the newly provided functionality and features for this resource. | None specified |
| ADD/tax/configuration/v1/spaces/[spaceId]/invoiceWordings/[invoiceWordingId]/instructionGroups | Access the newly provided functionality and features for this resource. | None specified |
| ADD/tax/configuration/v1/spaces/[spaceId]/customVatexCodeMappings | Access the newly provided functionality and features for this resource. | None specified |
| ADD/tax/configuration/v1/spaces/[spaceId]/customTaxProfiles | Access the newly provided functionality and features for this resource. | None specified |
| ADD/tax/configuration/v1/spaces/[spaceId]/customLookupTables/[lookupTableId]/customItems | Access the newly provided functionality and features for this resource. | None specified |
| ADD/tax/configuration/v1/spaces/[spaceId]/customSourcingRules/[sourcingRuleId] | Access the newly provided functionality and features for this resource. | None specified |
| ADD/tax/configuration/v1/spaces/[spaceId]/customVatexCodes/[codeId] | Access the newly provided functionality and features for this resource. | None specified |
| ADD/tax/configuration/v1/spaces/[spaceId]/customVatexCodeMappings:export | Access the newly provided functionality and features for this resource. | None specified |
| ADD/tax/configuration/v1/spaces/[spaceId]/vatexCodes/[codeId] | Access the newly provided functionality and features for this resource. | None specified |
| ADD/tax/configuration/v1/taxTransactionMemos:export | Access the newly provided functionality and features for this resource. | None specified |
| ADD/tax/configuration/v1/spaces/[spaceId]/territories/[territoryId]/customTaxProfiles/[taxProfileId]/customInstructionGroups | Access the newly provided functionality and features for this resource. | None specified |
| ADD/tax/configuration/v1/taxProductRegisters/[registerId]:export | Access the newly provided functionality and features for this resource. | None specified |
| ADD/tax/configuration/v1/spaces/[spaceId]/taxCodes:export | Access the newly provided functionality and features for this resource. | None specified |
| ADD/tax/configuration/v1/spaces/[spaceId]/customTaxTransactionMemos/[transactionMemoId]/customInstructionGroups/[instructionGroupId]/customInstructions | Access the newly provided functionality and features for this resource. | None specified |
| ADD/tax/configuration/v1/spaces/[spaceId]/territories/[territoryId]/customTaxProfiles/[taxProfileId]/customInstructionGroups/[instructionGroupId]/customEntityInstructions | Access the newly provided functionality and features for this resource. | None specified |
| ADD/tax/configuration/v1/spaces/[spaceId]/customInvoiceWordings/[invoiceWordingId]/customInstructionGroups/[instructionGroupId] | Access the newly provided functionality and features for this resource. | None specified |
| ADD/tax/configuration/v1/spaces/[spaceId]/taxProfileChapters/[taxProfileChapterId]/taxProfileCategories/[taxProfileCategoryId]/taxProfileTemplates/[taxProfileTemplateId]/instructionGroups/[instructionGroupId]/entityInstructions | Access the newly provided functionality and features for this resource. | None specified |
| ADD/tax/configuration/v1/spaces/[spaceId]/peppolTaxCategoryMappings:export | Access the newly provided functionality and features for this resource. | None specified |
| ADD/tax/configuration/v1/spaces/[spaceId]/lookupTables | Access the newly provided functionality and features for this resource. | None specified |
| ADD/tax/configuration/v1/spaces/[spaceId]/engineNotes:export | Access the newly provided functionality and features for this resource. | None specified |
| ADD/tax/configuration/v1/territories/[territoryId]/taxContent:export | Access the newly provided functionality and features for this resource. | None specified |
| ADD/tax/configuration/v1/invoiceWordings:export | Access the newly provided functionality and features for this resource. | None specified |
| ADD/tax/configuration/v1/spaces/[spaceId]/products/[productId]/fieldMappingGroups/[fieldMappingGroupId] | Access the newly provided functionality and features for this resource. | None specified |
| ADD/tax/configuration/v1/spaces/[spaceId]/territories/[territoryId]/customTaxDeductionLimitations/[taxDeductionLimitationId] | Access the newly provided functionality and features for this resource. | None specified |
| ADD/tax/configuration/v1/spaces/[spaceId]/customInvoiceWordings/[invoiceWordingId]/customInstructionGroups/[instructionGroupId]/customInstructions | Access the newly provided functionality and features for this resource. | None specified |
| ADD/tax/configuration/v1/spaces/[spaceId]/products/[productId]/overrideMappings/[overrideMappingId]/instructionGroups/[instructionGroupId]/instructions | Access the newly provided functionality and features for this resource. | None specified |
| ADD/tax/configuration/v1/spaces/[spaceId]/territories/[territoryId]/customTaxProductTaxRateMappings/[taxProductTaxRateMappingId] | Access the newly provided functionality and features for this resource. | None specified |
| ADD/tax/configuration/v1/spaces/[spaceId]/customTaxCodes/[taxCodeId]/customInstructionGroups/[instructionGroupId]/customInstructions/[instructionId] | Access the newly provided functionality and features for this resource. | None specified |
| ADD/tax/configuration/v1/spaces/[spaceId]/taxProductRegisters/[registerId]/taxProductCategories/[taxProductCategoryId]/products/[productId]/subProducts | Access the newly provided functionality and features for this resource. | None specified |
| ADD/tax/configuration/v1/spaces/[spaceId]/customSourcingRules | Access the newly provided functionality and features for this resource. | None specified |
| ADD/tax/configuration/v1/spaces/[spaceId]/customPeppolTaxCategoryMappings/[mappingId]/customInstructionGroups/[instructionGroupId]/customInstructions/[instructionId] | Access the newly provided functionality and features for this resource. | None specified |
| ADD/tax/configuration/v1/spaces/[spaceId]/peppolTaxCategoryMappings | Access the newly provided functionality and features for this resource. | None specified |
| ADD/tax/configuration/v1/spaces/[spaceId]/customTaxProductRegisters/[registerId]/customProducts | Access the newly provided functionality and features for this resource. | None specified |
| ADD/tax/configuration/v1/spaces/[spaceId]/customInputRules/[ruleId]/customInstructionGroups | Access the newly provided functionality and features for this resource. | None specified |
| ADD/tax/configuration/v1/spaces/[spaceId]/peppolTaxCategoryMappings/[mappingId]/instructionGroups | Access the newly provided functionality and features for this resource. | None specified |
| ADD/tax/configuration/v1/spaces/[spaceId]/sourcingRules:export | Access the newly provided functionality and features for this resource. | None specified |
| ADD/tax/configuration/v1/spaces/[spaceId]/vatexCodeMappings/[mappingId]/instructionGroups/[instructionGroupId]/instructions | Access the newly provided functionality and features for this resource. | None specified |
| ADD/tax/configuration/v1/spaces/[spaceId]/invoiceWordings:export | Access the newly provided functionality and features for this resource. | None specified |
| ADD/tax/configuration/v1/spaces/[spaceId]/customOutputRules | Access the newly provided functionality and features for this resource. | None specified |
| ADD/tax/configuration/v1/spaces/[spaceId]/customPeppolTaxCategoryMappings:export | Access the newly provided functionality and features for this resource. | None specified |
| ADD/tax/configuration/v1/spaces/[spaceId]/territories/[sourceTerritoryId]/taxProfileChapters/[taxProfileChapterId]/copyCustomTaxProfileTo/[destinationTerritoryId] | Access the newly provided functionality and features for this resource. | None specified |
| ADD/tax/configuration/v1/spaces/[spaceId]/taxProfileChapters/[taxProfileChapterId]/taxProfileCategories/[taxProfileCategoryId]/instructionGroups/[instructionGroupId]/instructions | Access the newly provided functionality and features for this resource. | None specified |
| ADD/tax/configuration/v1/spaces/[spaceId]/taxFields | Access the newly provided functionality and features for this resource. | None specified |
| ADD/tax/configuration/v1/spaces/[spaceId]/customTaxProductRegisters/[registerId]/customTaxProductCategories/[taxProductCategoryId]/customProducts/[productId]/customSubProducts | Access the newly provided functionality and features for this resource. | None specified |
| ADD/tax/configuration/v1/spaces/[spaceId]/customPeppolTaxCategories/[categoryId] | Access the newly provided functionality and features for this resource. | None specified |
| ADD/tax/configuration/v1/spaces/[spaceId]/customTaxTransactionMemos/[transactionMemoId]:clone | Access the newly provided functionality and features for this resource. | None specified |
| ADD/tax/configuration/v1/spaces/[spaceId]/customVatexCodeMappings/[mappingId] | Access the newly provided functionality and features for this resource. | None specified |
| ADD/tax/configuration/v1/spaces/[spaceId]/customTaxProfiles/[taxProfileTemplateId] | Access the newly provided functionality and features for this resource. | None specified |
| ADD/tax/configuration/v1/spaces/[spaceId]/peppolTaxCategories/[categoryId] | Access the newly provided functionality and features for this resource. | None specified |
| ADD/tax/configuration/v1/vatexCodeMappings:export | Access the newly provided functionality and features for this resource. | None specified |
| ADD/tax/configuration/v1/spaces/[spaceId]/customInputRules/[ruleId]/customInstructionGroups/[instructionGroupId]/customEntityInstructions/[entityInstructionId] | Access the newly provided functionality and features for this resource. | None specified |
| ADD/tax/configuration/v1/spaces/[spaceId]/customOutputRules/[ruleId]/customInstructionGroups | Access the newly provided functionality and features for this resource. | None specified |
| ADD/tax/configuration/v1/spaces/[spaceId]/territoryRules:export | Access the newly provided functionality and features for this resource. | None specified |
| ADD/tax/configuration/v1/spaces/[spaceId]/vatexCodeMappings/[mappingId] | Access the newly provided functionality and features for this resource. | None specified |
| ADD/tax/configuration/v1/spaces/[spaceId]/territories/[territoryId]/customTaxProfiles/[taxProfileId]/customInstructionGroups/[instructionGroupId]/customInstructions/[instructionId] | Access the newly provided functionality and features for this resource. | None specified |
| ADD/tax/configuration/v1/spaces/[spaceId]/territories/[territoryId]/taxProfiles/[taxProfileId]/instructionGroups | Access the newly provided functionality and features for this resource. | None specified |
| ADD/tax/configuration/v1/spaces/[spaceId]/customPeppolTaxCategoryMappings/[mappingId]:clone | Access the newly provided functionality and features for this resource. | None specified |
| ADD/tax/configuration/v1/spaces/[spaceId]/customInvoiceWordings/[invoiceWordingId]/customInstructionGroups/[instructionGroupId]/customInstructions/[instructionId] | Access the newly provided functionality and features for this resource. | None specified |
| ADD/tax/configuration/v1/spaces/[spaceId]/customLookupTables:export | Access the newly provided functionality and features for this resource. | None specified |
| ADD/tax/configuration/v1/spaces/[spaceId]/customDiffTransactionMemos | Access the newly provided functionality and features for this resource. | None specified |
| ADD/tax/configuration/v1/spaces/[spaceId]/customOutputRules:export | Access the newly provided functionality and features for this resource. | None specified |
| ADD/tax/configuration/v1/spaces/[spaceId]/customLookupTables/[lookupTableId]/customItems/[itemId] | Access the newly provided functionality and features for this resource. | None specified |
| ADD/tax/configuration/v1/spaces/[spaceId]/territories/[territoryId]/taxContent:export | Access the newly provided functionality and features for this resource. | None specified |
| ADD/tax/configuration/v1/spaces/[spaceId]/territories/[territoryId]/customTaxProfiles/[taxProfileId]:clone | Access the newly provided functionality and features for this resource. | None specified |
| ADD/tax/configuration/v1/spaces/[spaceId]/taxProfileChapters/[taxProfileChapterId]/instructionGroups/[instructionGroupId]/instructions | Access the newly provided functionality and features for this resource. | None specified |
| ADD/tax/configuration/v1/spaces/[spaceId]/peppolTaxCategoryMappings/[mappingId]/instructionGroups/[instructionGroupId]/instructions | Access the newly provided functionality and features for this resource. | None specified |
| ADD/tax/configuration/v1/spaces/[spaceId]/customTaxTransactionMemos:export | Access the newly provided functionality and features for this resource. | None specified |
| ADD/tax/configuration/v1/spaces/[spaceId]/customDiffTransactionMemos/[transactionMemoId]/customInstructionGroups | Access the newly provided functionality and features for this resource. | None specified |
| ADD/tax/configuration/v1/spaces/[spaceId]/customOutputRules/[ruleId]/customInstructionGroups/[instructionGroupId]/customEntityInstructions/[entityInstructionId] | Access the newly provided functionality and features for this resource. | None specified |
| ADD/tax/configuration/v1/spaces/[spaceId]/territoryRules/[ruleId]/instructionGroups | Access the newly provided functionality and features for this resource. | None specified |
| ADD/tax/configuration/v1/spaces/[spaceId]/customOutputRules/[ruleId]/customInstructionGroups/[instructionGroupId]/customInstructions/[instructionId] | Access the newly provided functionality and features for this resource. | None specified |
| ADD/tax/configuration/v1/spaces/[spaceId]/customVatexCodeMappings/[mappingId]:clone | Access the newly provided functionality and features for this resource. | None specified |
| ADD/tax/configuration/v1/spaces/[spaceId]/customTaxProductRegisters | Access the newly provided functionality and features for this resource. | None specified |
| ADD/tax/configuration/v1/spaces/[spaceId]/customLookupTables/[lookupTableId] | Access the newly provided functionality and features for this resource. | None specified |
| ADD/tax/configuration/v1/peppolTaxCategories:export | Access the newly provided functionality and features for this resource. | None specified |
| ADD/tax/configuration/v1/spaces/[spaceId]/customInvoiceWordings:export | Access the newly provided functionality and features for this resource. | None specified |
| ADD/tax/configuration/v1/spaces/[spaceId]/customPeppolTaxCategoryMappings/[mappingId]/customInstructionGroups | Access the newly provided functionality and features for this resource. | None specified |
InfoImprovements (Non-Breaking)
| Method & Endpoint | Enhancement Details | Developer Opportunity |
|---|---|---|
| GET/tax/configuration/v1/taxFields | Added the new optional response property under status 200 taxFields/adminPeppolTaxCategoryVisibility. | Supply or consume taxFields/adminPeppolTaxCategoryVisibility for enriched functionality. |
| GET/tax/configuration/v1/taxFields | Added the new optional response property under status 200 taxFields/adminVatexCodeVisibility. | Supply or consume taxFields/adminVatexCodeVisibility for enriched functionality. |
| GET/tax/configuration/v1/taxFields | Added the new optional response property under status 200 taxFields/customVatexCodeVisibility. | Supply or consume taxFields/customVatexCodeVisibility for enriched functionality. |
| GET/tax/configuration/v1/taxFields | Added the new optional response property under status 200 taxFields/customPeppolTaxCategoryVisibility. | Supply or consume taxFields/customPeppolTaxCategoryVisibility for enriched functionality. |
| GET/tax/configuration/v1/taxFields | The currentPage property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/tax/configuration/v1/taxFields | The pageSize property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/tax/configuration/v1/taxFields | Updated the schema metadata example in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/tax/configuration/v1/taxFields/[taxFieldId] | Added the new optional response property under status 200 customVatexCodeVisibility. | Supply or consume customVatexCodeVisibility for enriched functionality. |
| GET/tax/configuration/v1/taxFields/[taxFieldId] | Added the new optional response property under status 200 customPeppolTaxCategoryVisibility. | Supply or consume customPeppolTaxCategoryVisibility for enriched functionality. |
| GET/tax/configuration/v1/taxFields/[taxFieldId] | Added the new optional response property under status 200 adminPeppolTaxCategoryVisibility. | Supply or consume adminPeppolTaxCategoryVisibility for enriched functionality. |
| GET/tax/configuration/v1/taxFields/[taxFieldId] | Added the new optional response property under status 200 adminVatexCodeVisibility. | Supply or consume adminVatexCodeVisibility for enriched functionality. |
| GET/tax/configuration/v1/taxFields/[taxFieldId] | Updated the schema metadata example in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/tax/configuration/v1/taxFields/[taxFieldId]/options | Added the new optional response property under status 200 options/isAdmin. | Supply or consume options/isAdmin for enriched functionality. |
| GET/tax/configuration/v1/taxFields/[taxFieldId]/options | Updated the schema metadata example in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
Tax Countries
BreakingBreaking Changes
| Method & Endpoint | The Change | Breaking Behavior | Migration Path |
|---|---|---|---|
| DEL/tax/countries/v1/territories/[territoryId]/taxTypes/[taxTypeId] | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
| DEL/tax/countries/v1/countryGroups/[countryGroupId]/memberships/[membershipId] | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
| DEL/tax/countries/v1/taxRateCategories/[taxRateCategoryId] | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
| DEL/tax/countries/v1/validateTerritoryTaxRateCategory | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
| DEL/tax/countries/v1/territories/[territoryId]/taxTypes/[taxTypeId]/taxRates/[taxRateId] | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
| DEL/tax/countries/v1/territories/[territoryId]/taxIdTypes/[taxIdTypeId] | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
| POST/tax/countries/v1/countryGroups | The POST method was removed from this endpoint. | Invocations using this method will fail with an HTTP 405 Method Not Allowed. | Migrate client calls to alternative methods or endpoints. |
| PATCH/tax/countries/v1/countryGroups/[countryGroupId] | The PATCH method was removed from this endpoint. | Invocations using this method will fail with an HTTP 405 Method Not Allowed. | Migrate client calls to alternative methods or endpoints. |
| DELETE/tax/countries/v1/countryGroups/[countryGroupId] | The DELETE method was removed from this endpoint. | Invocations using this method will fail with an HTTP 405 Method Not Allowed. | Migrate client calls to alternative methods or endpoints. |
| POST/tax/countries/v1/countryGroups/[countryGroupId]/memberships | The POST method was removed from this endpoint. | Invocations using this method will fail with an HTTP 405 Method Not Allowed. | Migrate client calls to alternative methods or endpoints. |
| POST/tax/countries/v1/taxRateCategories | The POST method was removed from this endpoint. | Invocations using this method will fail with an HTTP 405 Method Not Allowed. | Migrate client calls to alternative methods or endpoints. |
| POST/tax/countries/v1/territories | The POST method was removed from this endpoint. | Invocations using this method will fail with an HTTP 405 Method Not Allowed. | Migrate client calls to alternative methods or endpoints. |
| PATCH/tax/countries/v1/territories/[territoryId] | The PATCH method was removed from this endpoint. | Invocations using this method will fail with an HTTP 405 Method Not Allowed. | Migrate client calls to alternative methods or endpoints. |
| DELETE/tax/countries/v1/territories/[territoryId] | The DELETE method was removed from this endpoint. | Invocations using this method will fail with an HTTP 405 Method Not Allowed. | Migrate client calls to alternative methods or endpoints. |
| POST/tax/countries/v1/territories/[territoryId]/subdivisions | The POST method was removed from this endpoint. | Invocations using this method will fail with an HTTP 405 Method Not Allowed. | Migrate client calls to alternative methods or endpoints. |
| PATCH/tax/countries/v1/territories/[territoryId]/subdivisions/[subdivisionId] | The PATCH method was removed from this endpoint. | Invocations using this method will fail with an HTTP 405 Method Not Allowed. | Migrate client calls to alternative methods or endpoints. |
| DELETE/tax/countries/v1/territories/[territoryId]/subdivisions/[subdivisionId] | The DELETE method was removed from this endpoint. | Invocations using this method will fail with an HTTP 405 Method Not Allowed. | Migrate client calls to alternative methods or endpoints. |
| POST/tax/countries/v1/territories/[territoryId]/taxIdTypes | The POST method was removed from this endpoint. | Invocations using this method will fail with an HTTP 405 Method Not Allowed. | Migrate client calls to alternative methods or endpoints. |
| POST/tax/countries/v1/territories/[territoryId]/taxTypes | The POST method was removed from this endpoint. | Invocations using this method will fail with an HTTP 405 Method Not Allowed. | Migrate client calls to alternative methods or endpoints. |
| POST/tax/countries/v1/territories/[territoryId]/taxTypes/[taxTypeId]/taxRates | The POST method was removed from this endpoint. | Invocations using this method will fail with an HTTP 405 Method Not Allowed. | Migrate client calls to alternative methods or endpoints. |
NewNew Endpoints
| Method & Endpoint | Core Functionality | Auth/Scopes Required |
|---|---|---|
| ADD/tax/countries/v1/spaces/[spaceId]/territories/[territoryId] | Access the newly provided functionality and features for this resource. | None specified |
| ADD/tax/countries/v1/spaces/[spaceId]/countryGroups/[countryGroupId] | Access the newly provided functionality and features for this resource. | None specified |
| ADD/tax/countries/v1/spaces/[spaceId]/countryGroups/[countryGroupId]/memberships | Access the newly provided functionality and features for this resource. | None specified |
| ADD/tax/countries/v1/spaces/[spaceId]/countryGroups | Access the newly provided functionality and features for this resource. | None specified |
| ADD/tax/countries/v1/spaces/[spaceId]/territories | Access the newly provided functionality and features for this resource. | None specified |
| ADD/tax/countries/v1/spaces/[spaceId]/taxRateCategories | Access the newly provided functionality and features for this resource. | None specified |
| ADD/tax/countries/v1/validateTerritoriesTaxTypes/[sourceTerritoryId]/[destinationTerritoryId] | Access the newly provided functionality and features for this resource. | None specified |
| ADD/tax/countries/v1/spaces/[spaceId]/territories/[territoryId]/taxIdTypes | Access the newly provided functionality and features for this resource. | None specified |
| ADD/tax/countries/v1/spaces/[spaceId]/territories/[territoryId]/subdivisions | Access the newly provided functionality and features for this resource. | None specified |
| ADD/tax/countries/v1/spaces/[spaceId]/territories/[territoryId]/subdivisions/[subdivisionId] | Access the newly provided functionality and features for this resource. | None specified |
| ADD/tax/countries/v1/spaces/[spaceId]/territories/[territoryId]/taxTypes | Access the newly provided functionality and features for this resource. | None specified |
| ADD/tax/countries/v1/spaces/[spaceId]/territories/[territoryId]/taxTypes/[taxTypeId]/taxRates | Access the newly provided functionality and features for this resource. | None specified |
InfoImprovements (Non-Breaking)
| Method & Endpoint | Enhancement Details | Developer Opportunity |
|---|---|---|
| GET/tax/countries/v1/countryGroups | Updated the schema metadata example in the response payload under status 400. | Provides better clarity or default behavior in the documentation. |
| GET/tax/countries/v1/countryGroups | Updated the schema metadata example in the response payload under status 404. | Provides better clarity or default behavior in the documentation. |
| GET/tax/countries/v1/countryGroups/[countryGroupId] | Updated the schema metadata example in the response payload under status 400. | Provides better clarity or default behavior in the documentation. |
| GET/tax/countries/v1/countryGroups/[countryGroupId] | Updated the schema metadata example in the response payload under status 404. | Provides better clarity or default behavior in the documentation. |
| GET/tax/countries/v1/countryGroups/[countryGroupId]/memberships | Updated the schema metadata example in the response payload under status 400. | Provides better clarity or default behavior in the documentation. |
| GET/tax/countries/v1/countryGroups/[countryGroupId]/memberships | Updated the schema metadata example in the response payload under status 404. | Provides better clarity or default behavior in the documentation. |
| GET/tax/countries/v1/taxRateCategories | Updated the schema metadata example in the response payload under status 400. | Provides better clarity or default behavior in the documentation. |
| GET/tax/countries/v1/taxRateCategories | Updated the schema metadata example in the response payload under status 404. | Provides better clarity or default behavior in the documentation. |
| GET/tax/countries/v1/territories | Added the new optional request property query. | Filter or enhance queries by utilizing the query parameter for more targeted results. |
| GET/tax/countries/v1/territories | Added the new optional response property under status 200 territories/subdivisions/taxTypes/taxName. | Supply or consume territories/subdivisions/taxTypes/taxName for enriched functionality. |
| GET/tax/countries/v1/territories | Added the new optional response property under status 200 territories/taxTypes/taxName. | Supply or consume territories/taxTypes/taxName for enriched functionality. |
| GET/tax/countries/v1/territories | The currentPage property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/tax/countries/v1/territories | The pageSize property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/tax/countries/v1/territories | Updated the schema metadata example in the response payload under status 400. | Provides better clarity or default behavior in the documentation. |
| GET/tax/countries/v1/territories | Updated the schema metadata example in the response payload under status 404. | Provides better clarity or default behavior in the documentation. |
| GET/tax/countries/v1/territories/[territoryCode]/taxType/[taxType]/taxRates | Modified specification properties: securityRequirements. | Internal configuration updates applied. |
| GET/tax/countries/v1/territories/[territoryId] | Added the new optional response property under status 200 subdivisions/taxTypes/taxName. | Supply or consume subdivisions/taxTypes/taxName for enriched functionality. |
| GET/tax/countries/v1/territories/[territoryId] | Added the new optional response property under status 200 taxTypes/taxName. | Supply or consume taxTypes/taxName for enriched functionality. |
| GET/tax/countries/v1/territories/[territoryId] | Updated the schema metadata example in the response payload under status 400. | Provides better clarity or default behavior in the documentation. |
| GET/tax/countries/v1/territories/[territoryId] | Updated the schema metadata example in the response payload under status 404. | Provides better clarity or default behavior in the documentation. |
| GET/tax/countries/v1/territories/[territoryId]/subdivisions | Added the new optional response property under status 200 subdivisions/taxTypes/taxName. | Supply or consume subdivisions/taxTypes/taxName for enriched functionality. |
| GET/tax/countries/v1/territories/[territoryId]/subdivisions | Updated the schema metadata example in the response payload under status 400. | Provides better clarity or default behavior in the documentation. |
| GET/tax/countries/v1/territories/[territoryId]/subdivisions | Updated the schema metadata example in the response payload under status 404. | Provides better clarity or default behavior in the documentation. |
| GET/tax/countries/v1/territories/[territoryId]/subdivisions/[subdivisionId] | Added the new optional response property under status 200 taxTypes/taxName. | Supply or consume taxTypes/taxName for enriched functionality. |
| GET/tax/countries/v1/territories/[territoryId]/subdivisions/[subdivisionId] | Updated the schema metadata example in the response payload under status 400. | Provides better clarity or default behavior in the documentation. |
| GET/tax/countries/v1/territories/[territoryId]/subdivisions/[subdivisionId] | Updated the schema metadata example in the response payload under status 404. | Provides better clarity or default behavior in the documentation. |
| GET/tax/countries/v1/territories/[territoryId]/taxIdTypes | Modified specification properties: securityRequirements. | Internal configuration updates applied. |
| GET/tax/countries/v1/territories/[territoryId]/taxTypes | Added the new optional response property under status 200 taxTypes/taxName. | Supply or consume taxTypes/taxName for enriched functionality. |
| GET/tax/countries/v1/territories/[territoryId]/taxTypes | Updated the schema metadata example in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/tax/countries/v1/territories/[territoryId]/taxTypes | Updated the schema metadata example in the response payload under status 400. | Provides better clarity or default behavior in the documentation. |
| GET/tax/countries/v1/territories/[territoryId]/taxTypes | Updated the schema metadata example in the response payload under status 404. | Provides better clarity or default behavior in the documentation. |
| GET/tax/countries/v1/territories/[territoryId]/taxTypes/[taxTypeId]/taxRates | Modified specification properties: securityRequirements. | Internal configuration updates applied. |
| GET/tax/countries/v1/validateTerritory/[territoryId] | Added the new optional response property under status 200 taxTypes/taxName. | Supply or consume taxTypes/taxName for enriched functionality. |
| GET/tax/countries/v1/validateTerritory/[territoryId] | Updated the schema metadata example in the response payload under status 400. | Provides better clarity or default behavior in the documentation. |
| GET/tax/countries/v1/validateTerritory/[territoryId] | Updated the schema metadata example in the response payload under status 404. | Provides better clarity or default behavior in the documentation. |
Todo
Todo Review
NewNew Endpoints
| Method & Endpoint | Core Functionality | Auth/Scopes Required |
|---|---|---|
| ADD/v1/callbacks/reviewsDue:update/messages | Access the newly provided functionality and features for this resource. | None specified |
Todo Service
BreakingBreaking Changes
| Method & Endpoint | The Change | Breaking Behavior | Migration Path |
|---|---|---|---|
| DEL/core/todo/v1/plugins/todoTypeAuthorizer/authorize | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
| GET/core/todo/v1/spaces/[spaceId]/todoItems | Removed the todoItems/resourceId response property under status 200. | Client payloads including the todoItems/resourceId field will be rejected. | Remove the todoItems/resourceId parameter from response payload under status 200 models. |
| GET/core/todo/v1/spaces/[spaceId]/todoItems | Removed the todoItems/scope response property under status 200. | Client payloads including the todoItems/scope field will be rejected. | Remove the todoItems/scope parameter from response payload under status 200 models. |
| GET/core/todo/v1/spaces/[spaceId]/todoItems | Modified the strict schema constraint minLength at todoItems/type in the response payload under status 200. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| GET/core/todo/v1/spaces/[spaceId]/todoItems | Removed the application/x-ndjson/resourceId response property under status 200. | Client payloads including the application/x-ndjson/resourceId field will be rejected. | Remove the application/x-ndjson/resourceId parameter from response payload under status 200 models. |
| GET/core/todo/v1/spaces/[spaceId]/todoItems | Removed the application/x-ndjson/scope response property under status 200. | Client payloads including the application/x-ndjson/scope field will be rejected. | Remove the application/x-ndjson/scope parameter from response payload under status 200 models. |
| GET/core/todo/v1/spaces/[spaceId]/todoItems | Modified the strict schema constraint minLength at application/x-ndjson/type in the response payload under status 200. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| POST/core/todo/v1/spaces/[spaceId]/todoItems | Removed the scope request property. | Client payloads including the scope field will be rejected. | Remove the scope parameter from request payload models. |
| POST/core/todo/v1/spaces/[spaceId]/todoItems | Removed the resourceId request property. | Client payloads including the resourceId field will be rejected. | Remove the resourceId parameter from request payload models. |
| POST/core/todo/v1/spaces/[spaceId]/todoItems | Modified the strict schema constraint minLength at type in the request payload. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| POST/core/todo/v1/spaces/[spaceId]/todoItems | Removed the resourceId response property under status 201. | Client payloads including the resourceId field will be rejected. | Remove the resourceId parameter from response payload under status 201 models. |
| POST/core/todo/v1/spaces/[spaceId]/todoItems | Removed the scope response property under status 201. | Client payloads including the scope field will be rejected. | Remove the scope parameter from response payload under status 201 models. |
| POST/core/todo/v1/spaces/[spaceId]/todoItems | Modified the strict schema constraint minLength at type in the response payload under status 201. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| GET/core/todo/v1/spaces/[spaceId]/todoItems/[todoItemId] | Removed the resourceId response property under status 200. | Client payloads including the resourceId field will be rejected. | Remove the resourceId parameter from response payload under status 200 models. |
| GET/core/todo/v1/spaces/[spaceId]/todoItems/[todoItemId] | Removed the scope response property under status 200. | Client payloads including the scope field will be rejected. | Remove the scope parameter from response payload under status 200 models. |
| GET/core/todo/v1/spaces/[spaceId]/todoItems/[todoItemId] | Modified the strict schema constraint minLength at type in the response payload under status 200. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| PUT/core/todo/v1/spaces/[spaceId]/todoItems/[todoItemId] | Removed the resourceId response property under status 200. | Client payloads including the resourceId field will be rejected. | Remove the resourceId parameter from response payload under status 200 models. |
| PUT/core/todo/v1/spaces/[spaceId]/todoItems/[todoItemId] | Removed the scope response property under status 200. | Client payloads including the scope field will be rejected. | Remove the scope parameter from response payload under status 200 models. |
| PUT/core/todo/v1/spaces/[spaceId]/todoItems/[todoItemId] | Modified the strict schema constraint minLength at type in the response payload under status 200. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
NewNew Endpoints
| Method & Endpoint | Core Functionality | Auth/Scopes Required |
|---|---|---|
| ADD/core/todo/v2/plugins/todoTypes/authorize | Access the newly provided functionality and features for this resource. | None specified |
| ADD/core/todo/v1/spaces/[spaceId]/todoItems:summarize | Access the newly provided functionality and features for this resource. | None specified |
InfoImprovements (Non-Breaking)
| Method & Endpoint | Enhancement Details | Developer Opportunity |
|---|---|---|
| GET/core/todo/v1/spaces/[spaceId]/todoItems | Added the new optional request property query. | Filter or enhance queries by utilizing the query parameter for more targeted results. |
| GET/core/todo/v1/spaces/[spaceId]/todoItems | Added the new optional response property under status 200 todoItems/createdAt. | Supply or consume todoItems/createdAt for enriched functionality. |
| GET/core/todo/v1/spaces/[spaceId]/todoItems | Added the new optional response property under status 200 todoItems/requiredPermission. | Supply or consume todoItems/requiredPermission for enriched functionality. |
| GET/core/todo/v1/spaces/[spaceId]/todoItems | Added the new optional response property under status 200 todoItems/updatedAt. | Supply or consume todoItems/updatedAt for enriched functionality. |
| GET/core/todo/v1/spaces/[spaceId]/todoItems | Updated the schema metadata description at todoItems/data in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/core/todo/v1/spaces/[spaceId]/todoItems | Updated the schema metadata example at todoItems/data in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/core/todo/v1/spaces/[spaceId]/todoItems | Updated the schema metadata description at todoItems/id in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/core/todo/v1/spaces/[spaceId]/todoItems | Updated the schema metadata example at todoItems/id in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/core/todo/v1/spaces/[spaceId]/todoItems | Updated the schema metadata description at todoItems/reference in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/core/todo/v1/spaces/[spaceId]/todoItems | Updated the schema metadata example at todoItems/reference in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/core/todo/v1/spaces/[spaceId]/todoItems | Updated the schema metadata description at todoItems/spaceId in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/core/todo/v1/spaces/[spaceId]/todoItems | Updated the schema metadata example at todoItems/spaceId in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/core/todo/v1/spaces/[spaceId]/todoItems | Updated the schema metadata description at todoItems/type in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/core/todo/v1/spaces/[spaceId]/todoItems | Updated the schema metadata example at todoItems/type in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/core/todo/v1/spaces/[spaceId]/todoItems | Updated the schema metadata example at todoItems in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/core/todo/v1/spaces/[spaceId]/todoItems | Added the new optional response property under status 200 application/x-ndjson/createdAt. | Supply or consume application/x-ndjson/createdAt for enriched functionality. |
| GET/core/todo/v1/spaces/[spaceId]/todoItems | Added the new optional response property under status 200 application/x-ndjson/requiredPermission. | Supply or consume application/x-ndjson/requiredPermission for enriched functionality. |
| GET/core/todo/v1/spaces/[spaceId]/todoItems | Added the new optional response property under status 200 application/x-ndjson/updatedAt. | Supply or consume application/x-ndjson/updatedAt for enriched functionality. |
| GET/core/todo/v1/spaces/[spaceId]/todoItems | Updated the schema metadata description at application/x-ndjson/data in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/core/todo/v1/spaces/[spaceId]/todoItems | Updated the schema metadata example at application/x-ndjson/data in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/core/todo/v1/spaces/[spaceId]/todoItems | Updated the schema metadata description at application/x-ndjson/id in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/core/todo/v1/spaces/[spaceId]/todoItems | Updated the schema metadata example at application/x-ndjson/id in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/core/todo/v1/spaces/[spaceId]/todoItems | Updated the schema metadata description at application/x-ndjson/reference in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/core/todo/v1/spaces/[spaceId]/todoItems | Updated the schema metadata example at application/x-ndjson/reference in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/core/todo/v1/spaces/[spaceId]/todoItems | Updated the schema metadata description at application/x-ndjson/spaceId in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/core/todo/v1/spaces/[spaceId]/todoItems | Updated the schema metadata example at application/x-ndjson/spaceId in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/core/todo/v1/spaces/[spaceId]/todoItems | Updated the schema metadata description at application/x-ndjson/type in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/core/todo/v1/spaces/[spaceId]/todoItems | Updated the schema metadata example at application/x-ndjson/type in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/core/todo/v1/spaces/[spaceId]/todoItems | Updated the schema metadata example at application/x-ndjson in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/core/todo/v1/spaces/[spaceId]/todoItems | Updated the schema metadata example at application/x-ndjson in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/core/todo/v1/spaces/[spaceId]/todoItems | Updated the schema metadata description in the response payload under status 400. | Provides better clarity or default behavior in the documentation. |
| GET/core/todo/v1/spaces/[spaceId]/todoItems | Updated the schema metadata description in the response payload under status 403. | Provides better clarity or default behavior in the documentation. |
| POST/core/todo/v1/spaces/[spaceId]/todoItems | Added the new optional request property requiredPermission. | Supply or consume requiredPermission for enriched functionality. |
| POST/core/todo/v1/spaces/[spaceId]/todoItems | Updated the schema metadata description at data in the request payload. | Provides better clarity or default behavior in the documentation. |
| POST/core/todo/v1/spaces/[spaceId]/todoItems | Updated the schema metadata example at data in the request payload. | Provides better clarity or default behavior in the documentation. |
| POST/core/todo/v1/spaces/[spaceId]/todoItems | Updated the schema metadata example at type in the request payload. | Provides better clarity or default behavior in the documentation. |
| POST/core/todo/v1/spaces/[spaceId]/todoItems | Updated the schema metadata description in the request payload. | Provides better clarity or default behavior in the documentation. |
| POST/core/todo/v1/spaces/[spaceId]/todoItems | Updated the schema metadata example in the request payload. | Provides better clarity or default behavior in the documentation. |
| POST/core/todo/v1/spaces/[spaceId]/todoItems | Added the new optional response property under status 201 updatedAt. | Supply or consume updatedAt for enriched functionality. |
| POST/core/todo/v1/spaces/[spaceId]/todoItems | Added the new optional response property under status 201 createdAt. | Supply or consume createdAt for enriched functionality. |
| POST/core/todo/v1/spaces/[spaceId]/todoItems | Added the new optional response property under status 201 requiredPermission. | Supply or consume requiredPermission for enriched functionality. |
| POST/core/todo/v1/spaces/[spaceId]/todoItems | Updated the schema metadata description at data in the response payload under status 201. | Provides better clarity or default behavior in the documentation. |
| POST/core/todo/v1/spaces/[spaceId]/todoItems | Updated the schema metadata example at data in the response payload under status 201. | Provides better clarity or default behavior in the documentation. |
| POST/core/todo/v1/spaces/[spaceId]/todoItems | Updated the schema metadata description at id in the response payload under status 201. | Provides better clarity or default behavior in the documentation. |
| POST/core/todo/v1/spaces/[spaceId]/todoItems | Updated the schema metadata example at id in the response payload under status 201. | Provides better clarity or default behavior in the documentation. |
| POST/core/todo/v1/spaces/[spaceId]/todoItems | Updated the schema metadata description at reference in the response payload under status 201. | Provides better clarity or default behavior in the documentation. |
| POST/core/todo/v1/spaces/[spaceId]/todoItems | Updated the schema metadata example at reference in the response payload under status 201. | Provides better clarity or default behavior in the documentation. |
| POST/core/todo/v1/spaces/[spaceId]/todoItems | Updated the schema metadata description at spaceId in the response payload under status 201. | Provides better clarity or default behavior in the documentation. |
| POST/core/todo/v1/spaces/[spaceId]/todoItems | Updated the schema metadata example at spaceId in the response payload under status 201. | Provides better clarity or default behavior in the documentation. |
| POST/core/todo/v1/spaces/[spaceId]/todoItems | Updated the schema metadata description at type in the response payload under status 201. | Provides better clarity or default behavior in the documentation. |
| POST/core/todo/v1/spaces/[spaceId]/todoItems | Updated the schema metadata example at type in the response payload under status 201. | Provides better clarity or default behavior in the documentation. |
| POST/core/todo/v1/spaces/[spaceId]/todoItems | Updated the schema metadata example in the response payload under status 201. | Provides better clarity or default behavior in the documentation. |
| POST/core/todo/v1/spaces/[spaceId]/todoItems | Updated the schema metadata example in the response payload under status 201. | Provides better clarity or default behavior in the documentation. |
| POST/core/todo/v1/spaces/[spaceId]/todoItems | Updated the schema metadata description in the response payload under status 400. | Provides better clarity or default behavior in the documentation. |
| POST/core/todo/v1/spaces/[spaceId]/todoItems | Updated the schema metadata description in the response payload under status 403. | Provides better clarity or default behavior in the documentation. |
| DELETE/core/todo/v1/spaces/[spaceId]/todoItems/[todoItemId] | Updated the schema metadata description in the response payload under status 400. | Provides better clarity or default behavior in the documentation. |
| DELETE/core/todo/v1/spaces/[spaceId]/todoItems/[todoItemId] | Updated the schema metadata description in the response payload under status 403. | Provides better clarity or default behavior in the documentation. |
| GET/core/todo/v1/spaces/[spaceId]/todoItems/[todoItemId] | Added the new optional response property under status 200 updatedAt. | Supply or consume updatedAt for enriched functionality. |
| GET/core/todo/v1/spaces/[spaceId]/todoItems/[todoItemId] | Added the new optional response property under status 200 createdAt. | Supply or consume createdAt for enriched functionality. |
| GET/core/todo/v1/spaces/[spaceId]/todoItems/[todoItemId] | Added the new optional response property under status 200 requiredPermission. | Supply or consume requiredPermission for enriched functionality. |
| GET/core/todo/v1/spaces/[spaceId]/todoItems/[todoItemId] | Updated the schema metadata description at data in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/core/todo/v1/spaces/[spaceId]/todoItems/[todoItemId] | Updated the schema metadata example at data in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/core/todo/v1/spaces/[spaceId]/todoItems/[todoItemId] | Updated the schema metadata description at id in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/core/todo/v1/spaces/[spaceId]/todoItems/[todoItemId] | Updated the schema metadata example at id in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/core/todo/v1/spaces/[spaceId]/todoItems/[todoItemId] | Updated the schema metadata description at reference in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/core/todo/v1/spaces/[spaceId]/todoItems/[todoItemId] | Updated the schema metadata example at reference in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/core/todo/v1/spaces/[spaceId]/todoItems/[todoItemId] | Updated the schema metadata description at spaceId in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/core/todo/v1/spaces/[spaceId]/todoItems/[todoItemId] | Updated the schema metadata example at spaceId in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/core/todo/v1/spaces/[spaceId]/todoItems/[todoItemId] | Updated the schema metadata description at type in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/core/todo/v1/spaces/[spaceId]/todoItems/[todoItemId] | Updated the schema metadata example at type in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/core/todo/v1/spaces/[spaceId]/todoItems/[todoItemId] | Updated the schema metadata example in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/core/todo/v1/spaces/[spaceId]/todoItems/[todoItemId] | Updated the schema metadata example in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/core/todo/v1/spaces/[spaceId]/todoItems/[todoItemId] | Updated the schema metadata description in the response payload under status 400. | Provides better clarity or default behavior in the documentation. |
| GET/core/todo/v1/spaces/[spaceId]/todoItems/[todoItemId] | Updated the schema metadata description in the response payload under status 403. | Provides better clarity or default behavior in the documentation. |
| PUT/core/todo/v1/spaces/[spaceId]/todoItems/[todoItemId] | Updated the schema metadata description at data in the request payload. | Provides better clarity or default behavior in the documentation. |
| PUT/core/todo/v1/spaces/[spaceId]/todoItems/[todoItemId] | Updated the schema metadata example at data in the request payload. | Provides better clarity or default behavior in the documentation. |
| PUT/core/todo/v1/spaces/[spaceId]/todoItems/[todoItemId] | The data property is no longer required in the request payload. | Clients can omit this property. |
| PUT/core/todo/v1/spaces/[spaceId]/todoItems/[todoItemId] | Updated the schema metadata description in the request payload. | Provides better clarity or default behavior in the documentation. |
| PUT/core/todo/v1/spaces/[spaceId]/todoItems/[todoItemId] | Updated the schema metadata example in the request payload. | Provides better clarity or default behavior in the documentation. |
| PUT/core/todo/v1/spaces/[spaceId]/todoItems/[todoItemId] | Added the new optional response property under status 200 createdAt. | Supply or consume createdAt for enriched functionality. |
| PUT/core/todo/v1/spaces/[spaceId]/todoItems/[todoItemId] | Added the new optional response property under status 200 requiredPermission. | Supply or consume requiredPermission for enriched functionality. |
| PUT/core/todo/v1/spaces/[spaceId]/todoItems/[todoItemId] | Added the new optional response property under status 200 updatedAt. | Supply or consume updatedAt for enriched functionality. |
| PUT/core/todo/v1/spaces/[spaceId]/todoItems/[todoItemId] | Updated the schema metadata description at data in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| PUT/core/todo/v1/spaces/[spaceId]/todoItems/[todoItemId] | Updated the schema metadata example at data in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| PUT/core/todo/v1/spaces/[spaceId]/todoItems/[todoItemId] | Updated the schema metadata description at id in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| PUT/core/todo/v1/spaces/[spaceId]/todoItems/[todoItemId] | Updated the schema metadata example at id in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| PUT/core/todo/v1/spaces/[spaceId]/todoItems/[todoItemId] | Updated the schema metadata description at reference in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| PUT/core/todo/v1/spaces/[spaceId]/todoItems/[todoItemId] | Updated the schema metadata example at reference in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| PUT/core/todo/v1/spaces/[spaceId]/todoItems/[todoItemId] | Updated the schema metadata description at spaceId in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| PUT/core/todo/v1/spaces/[spaceId]/todoItems/[todoItemId] | Updated the schema metadata example at spaceId in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| PUT/core/todo/v1/spaces/[spaceId]/todoItems/[todoItemId] | Updated the schema metadata description at type in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| PUT/core/todo/v1/spaces/[spaceId]/todoItems/[todoItemId] | Updated the schema metadata example at type in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| PUT/core/todo/v1/spaces/[spaceId]/todoItems/[todoItemId] | Updated the schema metadata example in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| PUT/core/todo/v1/spaces/[spaceId]/todoItems/[todoItemId] | Updated the schema metadata example in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| PUT/core/todo/v1/spaces/[spaceId]/todoItems/[todoItemId] | Updated the schema metadata description in the response payload under status 400. | Provides better clarity or default behavior in the documentation. |
| PUT/core/todo/v1/spaces/[spaceId]/todoItems/[todoItemId] | Updated the schema metadata description in the response payload under status 403. | Provides better clarity or default behavior in the documentation. |
Transaction
Transaction Store Api
BreakingBreaking Changes
| Method & Endpoint | The Change | Breaking Behavior | Migration Path |
|---|---|---|---|
| DEL/datastore/documents/pay/v1/spaces/[spaceId]/paymentRequests/[paymentRequestId] | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
| DEL/datastore/documents/pay/v1/spaces/[spaceId]/paymentTransactions | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
| GET/datastore/documents/pay/v1/spaces/[spaceId]/documents/[documentId]/balanceOffsets | Modified the strict schema constraint min at balanceOffsets/amount/value in the response payload under status 200. | Payloads violating the updated min validation rule will be rejected. | Update client-side schema definitions to respect the new min constraint. |
| GET/datastore/documents/pay/v1/spaces/[spaceId]/documents/[documentId]/balanceOffsets | Modified the strict schema constraint max at balanceOffsets/amount/value in the response payload under status 200. | Payloads violating the updated max validation rule will be rejected. | Update client-side schema definitions to respect the new max constraint. |
| GET/datastore/documents/pay/v1/spaces/[spaceId]/documents/[documentId]/balanceOffsets | Added the new FEE enum value to the balanceOffsets/offsetType response property under status 200. | Strict parsers will fail to deserialize when returning records with the FEE type. | Update models to accept and handle the FEE type. |
| GET/datastore/documents/pay/v1/spaces/[spaceId]/documents/[documentId]/balanceOffsets | Added the new REQUESTED enum value to the balanceOffsets/payment/levelOfCertainty response property under status 200. | Strict parsers will fail to deserialize when returning records with the REQUESTED type. | Update models to accept and handle the REQUESTED type. |
| GET/datastore/documents/pay/v1/spaces/[spaceId]/documents/[documentId]/balanceOffsets | Added the new TRANSACTION_SUCCESSFUL enum value to the balanceOffsets/payment/levelOfCertainty response property under status 200. | Strict parsers will fail to deserialize when returning records with the TRANSACTION_SUCCESSFUL type. | Update models to accept and handle the TRANSACTION_SUCCESSFUL type. |
| GET/datastore/documents/pay/v1/spaces/[spaceId]/documents/[documentId]/balanceOffsets | Added the new NOT_APPLICABLE enum value to the balanceOffsets/payment/levelOfCertainty response property under status 200. | Strict parsers will fail to deserialize when returning records with the NOT_APPLICABLE type. | Update models to accept and handle the NOT_APPLICABLE type. |
| GET/datastore/documents/pay/v1/spaces/[spaceId]/documents/[documentId]/balanceOffsets | Modified the strict schema constraint nullable at balanceOffsets/payment/levelOfCertainty in the response payload under status 200. | Payloads violating the updated nullable validation rule will be rejected. | Update client-side schema definitions to respect the new nullable constraint. |
| POST/datastore/documents/pay/v1/spaces/[spaceId]/documents:balanceOffsets | Modified the strict schema constraint min at balanceOffsets/amount/value in the response payload under status 200. | Payloads violating the updated min validation rule will be rejected. | Update client-side schema definitions to respect the new min constraint. |
| POST/datastore/documents/pay/v1/spaces/[spaceId]/documents:balanceOffsets | Modified the strict schema constraint max at balanceOffsets/amount/value in the response payload under status 200. | Payloads violating the updated max validation rule will be rejected. | Update client-side schema definitions to respect the new max constraint. |
| POST/datastore/documents/pay/v1/spaces/[spaceId]/documents:balanceOffsets | Added the new FEE enum value to the balanceOffsets/offsetType response property under status 200. | Strict parsers will fail to deserialize when returning records with the FEE type. | Update models to accept and handle the FEE type. |
| POST/datastore/documents/pay/v1/spaces/[spaceId]/documents:balanceOffsets | Added the new REQUESTED enum value to the balanceOffsets/payment/levelOfCertainty response property under status 200. | Strict parsers will fail to deserialize when returning records with the REQUESTED type. | Update models to accept and handle the REQUESTED type. |
| POST/datastore/documents/pay/v1/spaces/[spaceId]/documents:balanceOffsets | Added the new TRANSACTION_SUCCESSFUL enum value to the balanceOffsets/payment/levelOfCertainty response property under status 200. | Strict parsers will fail to deserialize when returning records with the TRANSACTION_SUCCESSFUL type. | Update models to accept and handle the TRANSACTION_SUCCESSFUL type. |
| POST/datastore/documents/pay/v1/spaces/[spaceId]/documents:balanceOffsets | Added the new NOT_APPLICABLE enum value to the balanceOffsets/payment/levelOfCertainty response property under status 200. | Strict parsers will fail to deserialize when returning records with the NOT_APPLICABLE type. | Update models to accept and handle the NOT_APPLICABLE type. |
| POST/datastore/documents/pay/v1/spaces/[spaceId]/documents:balanceOffsets | Modified the strict schema constraint nullable at balanceOffsets/payment/levelOfCertainty in the response payload under status 200. | Payloads violating the updated nullable validation rule will be rejected. | Update client-side schema definitions to respect the new nullable constraint. |
| GET/datastore/documents/transaction/v1/spaces/[spaceId]/connections | Modified the strict schema constraint nullable at connections/addresses/additionalProperties in the response payload under status 200. | Payloads violating the updated nullable validation rule will be rejected. | Update client-side schema definitions to respect the new nullable constraint. |
| GET/datastore/documents/transaction/v1/spaces/[spaceId]/connections | Modified the strict schema constraint nullable at connections/connectionStatus in the response payload under status 200. | Payloads violating the updated nullable validation rule will be rejected. | Update client-side schema definitions to respect the new nullable constraint. |
| GET/datastore/documents/transaction/v1/spaces/[spaceId]/connections | Added the new CUSTOMER enum value to the connections/relationType response property under status 200. | Strict parsers will fail to deserialize when returning records with the CUSTOMER type. | Update models to accept and handle the CUSTOMER type. |
| GET/datastore/documents/transaction/v1/spaces/[spaceId]/connections | Added the new SUPPLIER enum value to the connections/relationType response property under status 200. | Strict parsers will fail to deserialize when returning records with the SUPPLIER type. | Update models to accept and handle the SUPPLIER type. |
| GET/datastore/documents/transaction/v1/spaces/[spaceId]/connections | Added the new ACCOUNTANT enum value to the connections/relationType response property under status 200. | Strict parsers will fail to deserialize when returning records with the ACCOUNTANT type. | Update models to accept and handle the ACCOUNTANT type. |
| GET/datastore/documents/transaction/v1/spaces/[spaceId]/connections | Added the new PARTNER enum value to the connections/relationType response property under status 200. | Strict parsers will fail to deserialize when returning records with the PARTNER type. | Update models to accept and handle the PARTNER type. |
| GET/datastore/documents/transaction/v1/spaces/[spaceId]/connections | Added the new GROUP enum value to the connections/relationType response property under status 200. | Strict parsers will fail to deserialize when returning records with the GROUP type. | Update models to accept and handle the GROUP type. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/connections | Modified the strict schema constraint nullable at addresses/additionalProperties in the request payload. | Payloads violating the updated nullable validation rule will be rejected. | Update client-side schema definitions to respect the new nullable constraint. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/connections | Modified the strict schema constraint nullable at connectionStatus in the request payload. | Payloads violating the updated nullable validation rule will be rejected. | Update client-side schema definitions to respect the new nullable constraint. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/connections | Removed the IBAN enum value from the paymentAccounts/scheme request property. | Submitting IBAN will result in schema validation failures. | Remove usage of IBAN and implement fallback logic. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/connections | Removed the BBAN enum value from the paymentAccounts/scheme request property. | Submitting BBAN will result in schema validation failures. | Remove usage of BBAN and implement fallback logic. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/connections | Removed the ANB enum value from the paymentAccounts/scheme request property. | Submitting ANB will result in schema validation failures. | Remove usage of ANB and implement fallback logic. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/connections | Removed the SE_BANKGIRO enum value from the paymentAccounts/scheme request property. | Submitting SE_BANKGIRO will result in schema validation failures. | Remove usage of SE_BANKGIRO and implement fallback logic. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/connections | Removed the SE_PLUSGIRO enum value from the paymentAccounts/scheme request property. | Submitting SE_PLUSGIRO will result in schema validation failures. | Remove usage of SE_PLUSGIRO and implement fallback logic. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/connections | Modified the strict schema constraint nullable at paymentAccounts in the request payload. | Payloads violating the updated nullable validation rule will be rejected. | Update client-side schema definitions to respect the new nullable constraint. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/connections | Modified the strict schema constraint nullable at addresses/additionalProperties in the response payload under status 201. | Payloads violating the updated nullable validation rule will be rejected. | Update client-side schema definitions to respect the new nullable constraint. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/connections | Modified the strict schema constraint nullable at connectionStatus in the response payload under status 201. | Payloads violating the updated nullable validation rule will be rejected. | Update client-side schema definitions to respect the new nullable constraint. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/connections | Added the new ABA enum value to the paymentAccounts/bank/scheme response property under status 201. | Strict parsers will fail to deserialize when returning records with the ABA type. | Update models to accept and handle the ABA type. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/connections | Added the new CLABE enum value to the paymentAccounts/bank/scheme response property under status 201. | Strict parsers will fail to deserialize when returning records with the CLABE type. | Update models to accept and handle the CLABE type. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/connections | Added the new THIRD_PARTY enum value to the paymentAccounts/bank/scheme response property under status 201. | Strict parsers will fail to deserialize when returning records with the THIRD_PARTY type. | Update models to accept and handle the THIRD_PARTY type. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/connections | Removed the IBAN enum value from the paymentAccounts/scheme response property under status 201. | Submitting IBAN will result in schema validation failures. | Remove usage of IBAN and implement fallback logic. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/connections | Removed the BBAN enum value from the paymentAccounts/scheme response property under status 201. | Submitting BBAN will result in schema validation failures. | Remove usage of BBAN and implement fallback logic. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/connections | Removed the ANB enum value from the paymentAccounts/scheme response property under status 201. | Submitting ANB will result in schema validation failures. | Remove usage of ANB and implement fallback logic. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/connections | Removed the SE_BANKGIRO enum value from the paymentAccounts/scheme response property under status 201. | Submitting SE_BANKGIRO will result in schema validation failures. | Remove usage of SE_BANKGIRO and implement fallback logic. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/connections | Removed the SE_PLUSGIRO enum value from the paymentAccounts/scheme response property under status 201. | Submitting SE_PLUSGIRO will result in schema validation failures. | Remove usage of SE_PLUSGIRO and implement fallback logic. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/connections | Added the new CUSTOMER enum value to the relationType response property under status 201. | Strict parsers will fail to deserialize when returning records with the CUSTOMER type. | Update models to accept and handle the CUSTOMER type. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/connections | Added the new SUPPLIER enum value to the relationType response property under status 201. | Strict parsers will fail to deserialize when returning records with the SUPPLIER type. | Update models to accept and handle the SUPPLIER type. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/connections | Added the new ACCOUNTANT enum value to the relationType response property under status 201. | Strict parsers will fail to deserialize when returning records with the ACCOUNTANT type. | Update models to accept and handle the ACCOUNTANT type. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/connections | Added the new PARTNER enum value to the relationType response property under status 201. | Strict parsers will fail to deserialize when returning records with the PARTNER type. | Update models to accept and handle the PARTNER type. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/connections | Added the new GROUP enum value to the relationType response property under status 201. | Strict parsers will fail to deserialize when returning records with the GROUP type. | Update models to accept and handle the GROUP type. |
| GET/datastore/documents/transaction/v1/spaces/[spaceId]/connections/[connectionId] | Modified the strict schema constraint nullable at addresses/additionalProperties in the response payload under status 200. | Payloads violating the updated nullable validation rule will be rejected. | Update client-side schema definitions to respect the new nullable constraint. |
| GET/datastore/documents/transaction/v1/spaces/[spaceId]/connections/[connectionId] | Modified the strict schema constraint nullable at connectionStatus in the response payload under status 200. | Payloads violating the updated nullable validation rule will be rejected. | Update client-side schema definitions to respect the new nullable constraint. |
| GET/datastore/documents/transaction/v1/spaces/[spaceId]/connections/[connectionId] | Added the new CUSTOMER enum value to the relationType response property under status 200. | Strict parsers will fail to deserialize when returning records with the CUSTOMER type. | Update models to accept and handle the CUSTOMER type. |
| GET/datastore/documents/transaction/v1/spaces/[spaceId]/connections/[connectionId] | Added the new SUPPLIER enum value to the relationType response property under status 200. | Strict parsers will fail to deserialize when returning records with the SUPPLIER type. | Update models to accept and handle the SUPPLIER type. |
| GET/datastore/documents/transaction/v1/spaces/[spaceId]/connections/[connectionId] | Added the new ACCOUNTANT enum value to the relationType response property under status 200. | Strict parsers will fail to deserialize when returning records with the ACCOUNTANT type. | Update models to accept and handle the ACCOUNTANT type. |
| GET/datastore/documents/transaction/v1/spaces/[spaceId]/connections/[connectionId] | Added the new PARTNER enum value to the relationType response property under status 200. | Strict parsers will fail to deserialize when returning records with the PARTNER type. | Update models to accept and handle the PARTNER type. |
| GET/datastore/documents/transaction/v1/spaces/[spaceId]/connections/[connectionId] | Added the new GROUP enum value to the relationType response property under status 200. | Strict parsers will fail to deserialize when returning records with the GROUP type. | Update models to accept and handle the GROUP type. |
| PATCH/datastore/documents/transaction/v1/spaces/[spaceId]/connections/[connectionId] | Modified the strict schema constraint nullable at addresses/additionalProperties in the request payload. | Payloads violating the updated nullable validation rule will be rejected. | Update client-side schema definitions to respect the new nullable constraint. |
| PATCH/datastore/documents/transaction/v1/spaces/[spaceId]/connections/[connectionId] | Modified the strict schema constraint nullable at connectionStatus in the request payload. | Payloads violating the updated nullable validation rule will be rejected. | Update client-side schema definitions to respect the new nullable constraint. |
| PATCH/datastore/documents/transaction/v1/spaces/[spaceId]/connections/[connectionId] | Modified the strict schema constraint nullable at addresses/additionalProperties in the response payload under status 200. | Payloads violating the updated nullable validation rule will be rejected. | Update client-side schema definitions to respect the new nullable constraint. |
| PATCH/datastore/documents/transaction/v1/spaces/[spaceId]/connections/[connectionId] | Modified the strict schema constraint nullable at connectionStatus in the response payload under status 200. | Payloads violating the updated nullable validation rule will be rejected. | Update client-side schema definitions to respect the new nullable constraint. |
| PATCH/datastore/documents/transaction/v1/spaces/[spaceId]/connections/[connectionId] | Added the new CUSTOMER enum value to the relationType response property under status 200. | Strict parsers will fail to deserialize when returning records with the CUSTOMER type. | Update models to accept and handle the CUSTOMER type. |
| PATCH/datastore/documents/transaction/v1/spaces/[spaceId]/connections/[connectionId] | Added the new SUPPLIER enum value to the relationType response property under status 200. | Strict parsers will fail to deserialize when returning records with the SUPPLIER type. | Update models to accept and handle the SUPPLIER type. |
| PATCH/datastore/documents/transaction/v1/spaces/[spaceId]/connections/[connectionId] | Added the new ACCOUNTANT enum value to the relationType response property under status 200. | Strict parsers will fail to deserialize when returning records with the ACCOUNTANT type. | Update models to accept and handle the ACCOUNTANT type. |
| PATCH/datastore/documents/transaction/v1/spaces/[spaceId]/connections/[connectionId] | Added the new PARTNER enum value to the relationType response property under status 200. | Strict parsers will fail to deserialize when returning records with the PARTNER type. | Update models to accept and handle the PARTNER type. |
| PATCH/datastore/documents/transaction/v1/spaces/[spaceId]/connections/[connectionId] | Added the new GROUP enum value to the relationType response property under status 200. | Strict parsers will fail to deserialize when returning records with the GROUP type. | Update models to accept and handle the GROUP type. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/connections/[connectionId]/connectors | Modified the strict schema constraint nullable at addresses/additionalProperties in the response payload under status 201. | Payloads violating the updated nullable validation rule will be rejected. | Update client-side schema definitions to respect the new nullable constraint. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/connections/[connectionId]/connectors | Modified the strict schema constraint nullable at connectionStatus in the response payload under status 201. | Payloads violating the updated nullable validation rule will be rejected. | Update client-side schema definitions to respect the new nullable constraint. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/connections/[connectionId]/connectors | Added the new CUSTOMER enum value to the relationType response property under status 201. | Strict parsers will fail to deserialize when returning records with the CUSTOMER type. | Update models to accept and handle the CUSTOMER type. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/connections/[connectionId]/connectors | Added the new SUPPLIER enum value to the relationType response property under status 201. | Strict parsers will fail to deserialize when returning records with the SUPPLIER type. | Update models to accept and handle the SUPPLIER type. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/connections/[connectionId]/connectors | Added the new ACCOUNTANT enum value to the relationType response property under status 201. | Strict parsers will fail to deserialize when returning records with the ACCOUNTANT type. | Update models to accept and handle the ACCOUNTANT type. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/connections/[connectionId]/connectors | Added the new PARTNER enum value to the relationType response property under status 201. | Strict parsers will fail to deserialize when returning records with the PARTNER type. | Update models to accept and handle the PARTNER type. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/connections/[connectionId]/connectors | Added the new GROUP enum value to the relationType response property under status 201. | Strict parsers will fail to deserialize when returning records with the GROUP type. | Update models to accept and handle the GROUP type. |
| GET/datastore/documents/transaction/v1/spaces/[spaceId]/connections/[connectionId]/paymentAccounts | Added the new ABA enum value to the paymentAccounts/bank/scheme response property under status 200. | Strict parsers will fail to deserialize when returning records with the ABA type. | Update models to accept and handle the ABA type. |
| GET/datastore/documents/transaction/v1/spaces/[spaceId]/connections/[connectionId]/paymentAccounts | Added the new CLABE enum value to the paymentAccounts/bank/scheme response property under status 200. | Strict parsers will fail to deserialize when returning records with the CLABE type. | Update models to accept and handle the CLABE type. |
| GET/datastore/documents/transaction/v1/spaces/[spaceId]/connections/[connectionId]/paymentAccounts | Added the new THIRD_PARTY enum value to the paymentAccounts/bank/scheme response property under status 200. | Strict parsers will fail to deserialize when returning records with the THIRD_PARTY type. | Update models to accept and handle the THIRD_PARTY type. |
| GET/datastore/documents/transaction/v1/spaces/[spaceId]/connections/[connectionId]/paymentAccounts | Removed the IBAN enum value from the paymentAccounts/scheme response property under status 200. | Submitting IBAN will result in schema validation failures. | Remove usage of IBAN and implement fallback logic. |
| GET/datastore/documents/transaction/v1/spaces/[spaceId]/connections/[connectionId]/paymentAccounts | Removed the BBAN enum value from the paymentAccounts/scheme response property under status 200. | Submitting BBAN will result in schema validation failures. | Remove usage of BBAN and implement fallback logic. |
| GET/datastore/documents/transaction/v1/spaces/[spaceId]/connections/[connectionId]/paymentAccounts | Removed the ANB enum value from the paymentAccounts/scheme response property under status 200. | Submitting ANB will result in schema validation failures. | Remove usage of ANB and implement fallback logic. |
| GET/datastore/documents/transaction/v1/spaces/[spaceId]/connections/[connectionId]/paymentAccounts | Removed the SE_BANKGIRO enum value from the paymentAccounts/scheme response property under status 200. | Submitting SE_BANKGIRO will result in schema validation failures. | Remove usage of SE_BANKGIRO and implement fallback logic. |
| GET/datastore/documents/transaction/v1/spaces/[spaceId]/connections/[connectionId]/paymentAccounts | Removed the SE_PLUSGIRO enum value from the paymentAccounts/scheme response property under status 200. | Submitting SE_PLUSGIRO will result in schema validation failures. | Remove usage of SE_PLUSGIRO and implement fallback logic. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/connections/[connectionId]/paymentAccounts | Removed the IBAN enum value from the scheme request property. | Submitting IBAN will result in schema validation failures. | Remove usage of IBAN and implement fallback logic. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/connections/[connectionId]/paymentAccounts | Removed the BBAN enum value from the scheme request property. | Submitting BBAN will result in schema validation failures. | Remove usage of BBAN and implement fallback logic. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/connections/[connectionId]/paymentAccounts | Removed the ANB enum value from the scheme request property. | Submitting ANB will result in schema validation failures. | Remove usage of ANB and implement fallback logic. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/connections/[connectionId]/paymentAccounts | Removed the SE_BANKGIRO enum value from the scheme request property. | Submitting SE_BANKGIRO will result in schema validation failures. | Remove usage of SE_BANKGIRO and implement fallback logic. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/connections/[connectionId]/paymentAccounts | Removed the SE_PLUSGIRO enum value from the scheme request property. | Submitting SE_PLUSGIRO will result in schema validation failures. | Remove usage of SE_PLUSGIRO and implement fallback logic. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/connections/[connectionId]/paymentAccounts | Added the new ABA enum value to the bank/scheme response property under status 201. | Strict parsers will fail to deserialize when returning records with the ABA type. | Update models to accept and handle the ABA type. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/connections/[connectionId]/paymentAccounts | Added the new CLABE enum value to the bank/scheme response property under status 201. | Strict parsers will fail to deserialize when returning records with the CLABE type. | Update models to accept and handle the CLABE type. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/connections/[connectionId]/paymentAccounts | Added the new THIRD_PARTY enum value to the bank/scheme response property under status 201. | Strict parsers will fail to deserialize when returning records with the THIRD_PARTY type. | Update models to accept and handle the THIRD_PARTY type. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/connections/[connectionId]/paymentAccounts | Removed the IBAN enum value from the scheme response property under status 201. | Submitting IBAN will result in schema validation failures. | Remove usage of IBAN and implement fallback logic. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/connections/[connectionId]/paymentAccounts | Removed the BBAN enum value from the scheme response property under status 201. | Submitting BBAN will result in schema validation failures. | Remove usage of BBAN and implement fallback logic. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/connections/[connectionId]/paymentAccounts | Removed the ANB enum value from the scheme response property under status 201. | Submitting ANB will result in schema validation failures. | Remove usage of ANB and implement fallback logic. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/connections/[connectionId]/paymentAccounts | Removed the SE_BANKGIRO enum value from the scheme response property under status 201. | Submitting SE_BANKGIRO will result in schema validation failures. | Remove usage of SE_BANKGIRO and implement fallback logic. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/connections/[connectionId]/paymentAccounts | Removed the SE_PLUSGIRO enum value from the scheme response property under status 201. | Submitting SE_PLUSGIRO will result in schema validation failures. | Remove usage of SE_PLUSGIRO and implement fallback logic. |
| GET/datastore/documents/transaction/v1/spaces/[spaceId]/connections/[connectionId]/relations | Modified the strict schema constraint nullable at connection_relations/connection/addresses/additionalProperties in the response payload under status 200. | Payloads violating the updated nullable validation rule will be rejected. | Update client-side schema definitions to respect the new nullable constraint. |
| GET/datastore/documents/transaction/v1/spaces/[spaceId]/connections/[connectionId]/relations | Modified the strict schema constraint nullable at connection_relations/connection/connectionStatus in the response payload under status 200. | Payloads violating the updated nullable validation rule will be rejected. | Update client-side schema definitions to respect the new nullable constraint. |
| GET/datastore/documents/transaction/v1/spaces/[spaceId]/connections/[connectionId]/relations | Added the new CUSTOMER enum value to the connection_relations/connection/relationType response property under status 200. | Strict parsers will fail to deserialize when returning records with the CUSTOMER type. | Update models to accept and handle the CUSTOMER type. |
| GET/datastore/documents/transaction/v1/spaces/[spaceId]/connections/[connectionId]/relations | Added the new SUPPLIER enum value to the connection_relations/connection/relationType response property under status 200. | Strict parsers will fail to deserialize when returning records with the SUPPLIER type. | Update models to accept and handle the SUPPLIER type. |
| GET/datastore/documents/transaction/v1/spaces/[spaceId]/connections/[connectionId]/relations | Added the new ACCOUNTANT enum value to the connection_relations/connection/relationType response property under status 200. | Strict parsers will fail to deserialize when returning records with the ACCOUNTANT type. | Update models to accept and handle the ACCOUNTANT type. |
| GET/datastore/documents/transaction/v1/spaces/[spaceId]/connections/[connectionId]/relations | Added the new PARTNER enum value to the connection_relations/connection/relationType response property under status 200. | Strict parsers will fail to deserialize when returning records with the PARTNER type. | Update models to accept and handle the PARTNER type. |
| GET/datastore/documents/transaction/v1/spaces/[spaceId]/connections/[connectionId]/relations | Added the new GROUP enum value to the connection_relations/connection/relationType response property under status 200. | Strict parsers will fail to deserialize when returning records with the GROUP type. | Update models to accept and handle the GROUP type. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/connections/[connectionId]/relations | Modified the strict schema constraint nullable at connection/addresses/additionalProperties in the response payload under status 201. | Payloads violating the updated nullable validation rule will be rejected. | Update client-side schema definitions to respect the new nullable constraint. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/connections/[connectionId]/relations | Modified the strict schema constraint nullable at connection/connectionStatus in the response payload under status 201. | Payloads violating the updated nullable validation rule will be rejected. | Update client-side schema definitions to respect the new nullable constraint. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/connections/[connectionId]/relations | Added the new CUSTOMER enum value to the connection/relationType response property under status 201. | Strict parsers will fail to deserialize when returning records with the CUSTOMER type. | Update models to accept and handle the CUSTOMER type. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/connections/[connectionId]/relations | Added the new SUPPLIER enum value to the connection/relationType response property under status 201. | Strict parsers will fail to deserialize when returning records with the SUPPLIER type. | Update models to accept and handle the SUPPLIER type. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/connections/[connectionId]/relations | Added the new ACCOUNTANT enum value to the connection/relationType response property under status 201. | Strict parsers will fail to deserialize when returning records with the ACCOUNTANT type. | Update models to accept and handle the ACCOUNTANT type. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/connections/[connectionId]/relations | Added the new PARTNER enum value to the connection/relationType response property under status 201. | Strict parsers will fail to deserialize when returning records with the PARTNER type. | Update models to accept and handle the PARTNER type. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/connections/[connectionId]/relations | Added the new GROUP enum value to the connection/relationType response property under status 201. | Strict parsers will fail to deserialize when returning records with the GROUP type. | Update models to accept and handle the GROUP type. |
| GET/datastore/documents/transaction/v1/spaces/[spaceId]/connections/[connectionId]/relations/[relationId] | Modified the strict schema constraint nullable at connection/addresses/additionalProperties in the response payload under status 200. | Payloads violating the updated nullable validation rule will be rejected. | Update client-side schema definitions to respect the new nullable constraint. |
| GET/datastore/documents/transaction/v1/spaces/[spaceId]/connections/[connectionId]/relations/[relationId] | Modified the strict schema constraint nullable at connection/connectionStatus in the response payload under status 200. | Payloads violating the updated nullable validation rule will be rejected. | Update client-side schema definitions to respect the new nullable constraint. |
| GET/datastore/documents/transaction/v1/spaces/[spaceId]/connections/[connectionId]/relations/[relationId] | Added the new CUSTOMER enum value to the connection/relationType response property under status 200. | Strict parsers will fail to deserialize when returning records with the CUSTOMER type. | Update models to accept and handle the CUSTOMER type. |
| GET/datastore/documents/transaction/v1/spaces/[spaceId]/connections/[connectionId]/relations/[relationId] | Added the new SUPPLIER enum value to the connection/relationType response property under status 200. | Strict parsers will fail to deserialize when returning records with the SUPPLIER type. | Update models to accept and handle the SUPPLIER type. |
| GET/datastore/documents/transaction/v1/spaces/[spaceId]/connections/[connectionId]/relations/[relationId] | Added the new ACCOUNTANT enum value to the connection/relationType response property under status 200. | Strict parsers will fail to deserialize when returning records with the ACCOUNTANT type. | Update models to accept and handle the ACCOUNTANT type. |
| GET/datastore/documents/transaction/v1/spaces/[spaceId]/connections/[connectionId]/relations/[relationId] | Added the new PARTNER enum value to the connection/relationType response property under status 200. | Strict parsers will fail to deserialize when returning records with the PARTNER type. | Update models to accept and handle the PARTNER type. |
| GET/datastore/documents/transaction/v1/spaces/[spaceId]/connections/[connectionId]/relations/[relationId] | Added the new GROUP enum value to the connection/relationType response property under status 200. | Strict parsers will fail to deserialize when returning records with the GROUP type. | Update models to accept and handle the GROUP type. |
| PATCH/datastore/documents/transaction/v1/spaces/[spaceId]/connections/[connectionId]/relations/[relationId] | Modified the strict schema constraint nullable at connection/addresses/additionalProperties in the response payload under status 200. | Payloads violating the updated nullable validation rule will be rejected. | Update client-side schema definitions to respect the new nullable constraint. |
| PATCH/datastore/documents/transaction/v1/spaces/[spaceId]/connections/[connectionId]/relations/[relationId] | Modified the strict schema constraint nullable at connection/connectionStatus in the response payload under status 200. | Payloads violating the updated nullable validation rule will be rejected. | Update client-side schema definitions to respect the new nullable constraint. |
| PATCH/datastore/documents/transaction/v1/spaces/[spaceId]/connections/[connectionId]/relations/[relationId] | Added the new CUSTOMER enum value to the connection/relationType response property under status 200. | Strict parsers will fail to deserialize when returning records with the CUSTOMER type. | Update models to accept and handle the CUSTOMER type. |
| PATCH/datastore/documents/transaction/v1/spaces/[spaceId]/connections/[connectionId]/relations/[relationId] | Added the new SUPPLIER enum value to the connection/relationType response property under status 200. | Strict parsers will fail to deserialize when returning records with the SUPPLIER type. | Update models to accept and handle the SUPPLIER type. |
| PATCH/datastore/documents/transaction/v1/spaces/[spaceId]/connections/[connectionId]/relations/[relationId] | Added the new ACCOUNTANT enum value to the connection/relationType response property under status 200. | Strict parsers will fail to deserialize when returning records with the ACCOUNTANT type. | Update models to accept and handle the ACCOUNTANT type. |
| PATCH/datastore/documents/transaction/v1/spaces/[spaceId]/connections/[connectionId]/relations/[relationId] | Added the new PARTNER enum value to the connection/relationType response property under status 200. | Strict parsers will fail to deserialize when returning records with the PARTNER type. | Update models to accept and handle the PARTNER type. |
| PATCH/datastore/documents/transaction/v1/spaces/[spaceId]/connections/[connectionId]/relations/[relationId] | Added the new GROUP enum value to the connection/relationType response property under status 200. | Strict parsers will fail to deserialize when returning records with the GROUP type. | Update models to accept and handle the GROUP type. |
| GET/datastore/documents/transaction/v1/spaces/[spaceId]/documents | Removed the query request property. | Client payloads including the query field will be rejected by the updated schema validation on this endpoint. | Remove the query parameter from request payloads and update client-side schema models. |
| GET/datastore/documents/transaction/v1/spaces/[spaceId]/documents | Removed the PURCHASE_ORDER enum value from the documents/category response property under status 200. | Submitting PURCHASE_ORDER will result in schema validation failures. | Remove usage of PURCHASE_ORDER and implement fallback logic. |
| GET/datastore/documents/transaction/v1/spaces/[spaceId]/documents | Removed the ORDER_CONFIRMATION enum value from the documents/category response property under status 200. | Submitting ORDER_CONFIRMATION will result in schema validation failures. | Remove usage of ORDER_CONFIRMATION and implement fallback logic. |
| GET/datastore/documents/transaction/v1/spaces/[spaceId]/documents | Removed the DELIVERY_NOTE enum value from the documents/category response property under status 200. | Submitting DELIVERY_NOTE will result in schema validation failures. | Remove usage of DELIVERY_NOTE and implement fallback logic. |
| GET/datastore/documents/transaction/v1/spaces/[spaceId]/documents | Removed the GOODS_RECEIVED_NOTE enum value from the documents/category response property under status 200. | Submitting GOODS_RECEIVED_NOTE will result in schema validation failures. | Remove usage of GOODS_RECEIVED_NOTE and implement fallback logic. |
| GET/datastore/documents/transaction/v1/spaces/[spaceId]/documents | Removed the INVOICE enum value from the documents/category response property under status 200. | Submitting INVOICE will result in schema validation failures. | Remove usage of INVOICE and implement fallback logic. |
| GET/datastore/documents/transaction/v1/spaces/[spaceId]/documents | Removed the INVOICE_REMINDER enum value from the documents/category response property under status 200. | Submitting INVOICE_REMINDER will result in schema validation failures. | Remove usage of INVOICE_REMINDER and implement fallback logic. |
| GET/datastore/documents/transaction/v1/spaces/[spaceId]/documents | Removed the CREDIT_NOTE enum value from the documents/category response property under status 200. | Submitting CREDIT_NOTE will result in schema validation failures. | Remove usage of CREDIT_NOTE and implement fallback logic. |
| GET/datastore/documents/transaction/v1/spaces/[spaceId]/documents | Removed the RECEIPT enum value from the documents/category response property under status 200. | Submitting RECEIPT will result in schema validation failures. | Remove usage of RECEIPT and implement fallback logic. |
| GET/datastore/documents/transaction/v1/spaces/[spaceId]/documents | Removed the STATEMENT enum value from the documents/category response property under status 200. | Submitting STATEMENT will result in schema validation failures. | Remove usage of STATEMENT and implement fallback logic. |
| GET/datastore/documents/transaction/v1/spaces/[spaceId]/documents | Removed the FILE enum value from the documents/category response property under status 200. | Submitting FILE will result in schema validation failures. | Remove usage of FILE and implement fallback logic. |
| GET/datastore/documents/transaction/v1/spaces/[spaceId]/documents | Removed the OTHER enum value from the documents/category response property under status 200. | Submitting OTHER will result in schema validation failures. | Remove usage of OTHER and implement fallback logic. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/documents | Modified the strict schema constraint nullable at lines in the request payload. | Payloads violating the updated nullable validation rule will be rejected. | Update client-side schema definitions to respect the new nullable constraint. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/documents | Removed the PURCHASE_ORDER enum value from the category response property under status 201. | Submitting PURCHASE_ORDER will result in schema validation failures. | Remove usage of PURCHASE_ORDER and implement fallback logic. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/documents | Removed the ORDER_CONFIRMATION enum value from the category response property under status 201. | Submitting ORDER_CONFIRMATION will result in schema validation failures. | Remove usage of ORDER_CONFIRMATION and implement fallback logic. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/documents | Removed the DELIVERY_NOTE enum value from the category response property under status 201. | Submitting DELIVERY_NOTE will result in schema validation failures. | Remove usage of DELIVERY_NOTE and implement fallback logic. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/documents | Removed the GOODS_RECEIVED_NOTE enum value from the category response property under status 201. | Submitting GOODS_RECEIVED_NOTE will result in schema validation failures. | Remove usage of GOODS_RECEIVED_NOTE and implement fallback logic. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/documents | Removed the INVOICE enum value from the category response property under status 201. | Submitting INVOICE will result in schema validation failures. | Remove usage of INVOICE and implement fallback logic. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/documents | Removed the INVOICE_REMINDER enum value from the category response property under status 201. | Submitting INVOICE_REMINDER will result in schema validation failures. | Remove usage of INVOICE_REMINDER and implement fallback logic. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/documents | Removed the CREDIT_NOTE enum value from the category response property under status 201. | Submitting CREDIT_NOTE will result in schema validation failures. | Remove usage of CREDIT_NOTE and implement fallback logic. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/documents | Removed the RECEIPT enum value from the category response property under status 201. | Submitting RECEIPT will result in schema validation failures. | Remove usage of RECEIPT and implement fallback logic. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/documents | Removed the STATEMENT enum value from the category response property under status 201. | Submitting STATEMENT will result in schema validation failures. | Remove usage of STATEMENT and implement fallback logic. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/documents | Removed the FILE enum value from the category response property under status 201. | Submitting FILE will result in schema validation failures. | Remove usage of FILE and implement fallback logic. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/documents | Removed the OTHER enum value from the category response property under status 201. | Submitting OTHER will result in schema validation failures. | Remove usage of OTHER and implement fallback logic. |
| GET/datastore/documents/transaction/v1/spaces/[spaceId]/documents/[documentId] | Removed the PURCHASE_ORDER enum value from the category response property under status 200. | Submitting PURCHASE_ORDER will result in schema validation failures. | Remove usage of PURCHASE_ORDER and implement fallback logic. |
| GET/datastore/documents/transaction/v1/spaces/[spaceId]/documents/[documentId] | Removed the ORDER_CONFIRMATION enum value from the category response property under status 200. | Submitting ORDER_CONFIRMATION will result in schema validation failures. | Remove usage of ORDER_CONFIRMATION and implement fallback logic. |
| GET/datastore/documents/transaction/v1/spaces/[spaceId]/documents/[documentId] | Removed the DELIVERY_NOTE enum value from the category response property under status 200. | Submitting DELIVERY_NOTE will result in schema validation failures. | Remove usage of DELIVERY_NOTE and implement fallback logic. |
| GET/datastore/documents/transaction/v1/spaces/[spaceId]/documents/[documentId] | Removed the GOODS_RECEIVED_NOTE enum value from the category response property under status 200. | Submitting GOODS_RECEIVED_NOTE will result in schema validation failures. | Remove usage of GOODS_RECEIVED_NOTE and implement fallback logic. |
| GET/datastore/documents/transaction/v1/spaces/[spaceId]/documents/[documentId] | Removed the INVOICE enum value from the category response property under status 200. | Submitting INVOICE will result in schema validation failures. | Remove usage of INVOICE and implement fallback logic. |
| GET/datastore/documents/transaction/v1/spaces/[spaceId]/documents/[documentId] | Removed the INVOICE_REMINDER enum value from the category response property under status 200. | Submitting INVOICE_REMINDER will result in schema validation failures. | Remove usage of INVOICE_REMINDER and implement fallback logic. |
| GET/datastore/documents/transaction/v1/spaces/[spaceId]/documents/[documentId] | Removed the CREDIT_NOTE enum value from the category response property under status 200. | Submitting CREDIT_NOTE will result in schema validation failures. | Remove usage of CREDIT_NOTE and implement fallback logic. |
| GET/datastore/documents/transaction/v1/spaces/[spaceId]/documents/[documentId] | Removed the RECEIPT enum value from the category response property under status 200. | Submitting RECEIPT will result in schema validation failures. | Remove usage of RECEIPT and implement fallback logic. |
| GET/datastore/documents/transaction/v1/spaces/[spaceId]/documents/[documentId] | Removed the STATEMENT enum value from the category response property under status 200. | Submitting STATEMENT will result in schema validation failures. | Remove usage of STATEMENT and implement fallback logic. |
| GET/datastore/documents/transaction/v1/spaces/[spaceId]/documents/[documentId] | Removed the FILE enum value from the category response property under status 200. | Submitting FILE will result in schema validation failures. | Remove usage of FILE and implement fallback logic. |
| GET/datastore/documents/transaction/v1/spaces/[spaceId]/documents/[documentId] | Removed the OTHER enum value from the category response property under status 200. | Submitting OTHER will result in schema validation failures. | Remove usage of OTHER and implement fallback logic. |
| PATCH/datastore/documents/transaction/v1/spaces/[spaceId]/documents/[documentId] | Removed the PURCHASE_ORDER enum value from the category response property under status 200. | Submitting PURCHASE_ORDER will result in schema validation failures. | Remove usage of PURCHASE_ORDER and implement fallback logic. |
| PATCH/datastore/documents/transaction/v1/spaces/[spaceId]/documents/[documentId] | Removed the ORDER_CONFIRMATION enum value from the category response property under status 200. | Submitting ORDER_CONFIRMATION will result in schema validation failures. | Remove usage of ORDER_CONFIRMATION and implement fallback logic. |
| PATCH/datastore/documents/transaction/v1/spaces/[spaceId]/documents/[documentId] | Removed the DELIVERY_NOTE enum value from the category response property under status 200. | Submitting DELIVERY_NOTE will result in schema validation failures. | Remove usage of DELIVERY_NOTE and implement fallback logic. |
| PATCH/datastore/documents/transaction/v1/spaces/[spaceId]/documents/[documentId] | Removed the GOODS_RECEIVED_NOTE enum value from the category response property under status 200. | Submitting GOODS_RECEIVED_NOTE will result in schema validation failures. | Remove usage of GOODS_RECEIVED_NOTE and implement fallback logic. |
| PATCH/datastore/documents/transaction/v1/spaces/[spaceId]/documents/[documentId] | Removed the INVOICE enum value from the category response property under status 200. | Submitting INVOICE will result in schema validation failures. | Remove usage of INVOICE and implement fallback logic. |
| PATCH/datastore/documents/transaction/v1/spaces/[spaceId]/documents/[documentId] | Removed the INVOICE_REMINDER enum value from the category response property under status 200. | Submitting INVOICE_REMINDER will result in schema validation failures. | Remove usage of INVOICE_REMINDER and implement fallback logic. |
| PATCH/datastore/documents/transaction/v1/spaces/[spaceId]/documents/[documentId] | Removed the CREDIT_NOTE enum value from the category response property under status 200. | Submitting CREDIT_NOTE will result in schema validation failures. | Remove usage of CREDIT_NOTE and implement fallback logic. |
| PATCH/datastore/documents/transaction/v1/spaces/[spaceId]/documents/[documentId] | Removed the RECEIPT enum value from the category response property under status 200. | Submitting RECEIPT will result in schema validation failures. | Remove usage of RECEIPT and implement fallback logic. |
| PATCH/datastore/documents/transaction/v1/spaces/[spaceId]/documents/[documentId] | Removed the STATEMENT enum value from the category response property under status 200. | Submitting STATEMENT will result in schema validation failures. | Remove usage of STATEMENT and implement fallback logic. |
| PATCH/datastore/documents/transaction/v1/spaces/[spaceId]/documents/[documentId] | Removed the FILE enum value from the category response property under status 200. | Submitting FILE will result in schema validation failures. | Remove usage of FILE and implement fallback logic. |
| PATCH/datastore/documents/transaction/v1/spaces/[spaceId]/documents/[documentId] | Removed the OTHER enum value from the category response property under status 200. | Submitting OTHER will result in schema validation failures. | Remove usage of OTHER and implement fallback logic. |
| GET/datastore/documents/transaction/v1/spaces/[spaceId]/documents/[documentId]/files | Added the new AWAITING_USER_ACTION enum value to the files/status response property under status 200. | Strict parsers will fail to deserialize when returning records with the AWAITING_USER_ACTION type. | Update models to accept and handle the AWAITING_USER_ACTION type. |
| GET/datastore/documents/transaction/v1/spaces/[spaceId]/documents/[documentId]/files | Added the new REJECTED enum value to the files/status response property under status 200. | Strict parsers will fail to deserialize when returning records with the REJECTED type. | Update models to accept and handle the REJECTED type. |
| GET/datastore/documents/transaction/v1/spaces/[spaceId]/documents/[documentId]/files | Added the new REPROCESSED enum value to the files/status response property under status 200. | Strict parsers will fail to deserialize when returning records with the REPROCESSED type. | Update models to accept and handle the REPROCESSED type. |
| GET/datastore/documents/transaction/v1/spaces/[spaceId]/documents/[documentId]/relations | Removed the parents response property under status 200. | Client payloads including the parents field will be rejected. | Remove the parents parameter from response payload under status 200 models. |
| GET/datastore/documents/transaction/v1/spaces/[spaceId]/documents/[documentId]/relations | Removed the children response property under status 200. | Client payloads including the children field will be rejected. | Remove the children parameter from response payload under status 200 models. |
| GET/datastore/documents/transaction/v1/spaces/[spaceId]/documents/[documentId]/representations | Added the new AWAITING_UPLOAD enum value to the document_representations/status response property under status 200. | Strict parsers will fail to deserialize when returning records with the AWAITING_UPLOAD type. | Update models to accept and handle the AWAITING_UPLOAD type. |
| GET/datastore/documents/transaction/v1/spaces/[spaceId]/documents/[documentId]/representations | Added the new VIRUS_SCANNING enum value to the document_representations/status response property under status 200. | Strict parsers will fail to deserialize when returning records with the VIRUS_SCANNING type. | Update models to accept and handle the VIRUS_SCANNING type. |
| GET/datastore/documents/transaction/v1/spaces/[spaceId]/documents/[documentId]/representations | Added the new VIRUS_SCANNED enum value to the document_representations/status response property under status 200. | Strict parsers will fail to deserialize when returning records with the VIRUS_SCANNED type. | Update models to accept and handle the VIRUS_SCANNED type. |
| GET/datastore/documents/transaction/v1/spaces/[spaceId]/documents/[documentId]/representations | Added the new VIRUS_ERROR enum value to the document_representations/status response property under status 200. | Strict parsers will fail to deserialize when returning records with the VIRUS_ERROR type. | Update models to accept and handle the VIRUS_ERROR type. |
| GET/datastore/documents/transaction/v1/spaces/[spaceId]/documents/[documentId]/representations | Added the new PROCESSING enum value to the document_representations/status response property under status 200. | Strict parsers will fail to deserialize when returning records with the PROCESSING type. | Update models to accept and handle the PROCESSING type. |
| GET/datastore/documents/transaction/v1/spaces/[spaceId]/documents/[documentId]/representations | Added the new AWAITING_USER_ACTION enum value to the document_representations/status response property under status 200. | Strict parsers will fail to deserialize when returning records with the AWAITING_USER_ACTION type. | Update models to accept and handle the AWAITING_USER_ACTION type. |
| GET/datastore/documents/transaction/v1/spaces/[spaceId]/documents/[documentId]/representations | Added the new PROCESSED enum value to the document_representations/status response property under status 200. | Strict parsers will fail to deserialize when returning records with the PROCESSED type. | Update models to accept and handle the PROCESSED type. |
| GET/datastore/documents/transaction/v1/spaces/[spaceId]/documents/[documentId]/representations | Added the new REJECTED enum value to the document_representations/status response property under status 200. | Strict parsers will fail to deserialize when returning records with the REJECTED type. | Update models to accept and handle the REJECTED type. |
| GET/datastore/documents/transaction/v1/spaces/[spaceId]/documents/[documentId]/representations | Added the new ERROR enum value to the document_representations/status response property under status 200. | Strict parsers will fail to deserialize when returning records with the ERROR type. | Update models to accept and handle the ERROR type. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/documents/[documentId]/representations | Added the new AWAITING_UPLOAD enum value to the status response property under status 201. | Strict parsers will fail to deserialize when returning records with the AWAITING_UPLOAD type. | Update models to accept and handle the AWAITING_UPLOAD type. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/documents/[documentId]/representations | Added the new VIRUS_SCANNING enum value to the status response property under status 201. | Strict parsers will fail to deserialize when returning records with the VIRUS_SCANNING type. | Update models to accept and handle the VIRUS_SCANNING type. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/documents/[documentId]/representations | Added the new VIRUS_SCANNED enum value to the status response property under status 201. | Strict parsers will fail to deserialize when returning records with the VIRUS_SCANNED type. | Update models to accept and handle the VIRUS_SCANNED type. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/documents/[documentId]/representations | Added the new VIRUS_ERROR enum value to the status response property under status 201. | Strict parsers will fail to deserialize when returning records with the VIRUS_ERROR type. | Update models to accept and handle the VIRUS_ERROR type. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/documents/[documentId]/representations | Added the new PROCESSING enum value to the status response property under status 201. | Strict parsers will fail to deserialize when returning records with the PROCESSING type. | Update models to accept and handle the PROCESSING type. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/documents/[documentId]/representations | Added the new AWAITING_USER_ACTION enum value to the status response property under status 201. | Strict parsers will fail to deserialize when returning records with the AWAITING_USER_ACTION type. | Update models to accept and handle the AWAITING_USER_ACTION type. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/documents/[documentId]/representations | Added the new PROCESSED enum value to the status response property under status 201. | Strict parsers will fail to deserialize when returning records with the PROCESSED type. | Update models to accept and handle the PROCESSED type. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/documents/[documentId]/representations | Added the new REJECTED enum value to the status response property under status 201. | Strict parsers will fail to deserialize when returning records with the REJECTED type. | Update models to accept and handle the REJECTED type. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/documents/[documentId]/representations | Added the new ERROR enum value to the status response property under status 201. | Strict parsers will fail to deserialize when returning records with the ERROR type. | Update models to accept and handle the ERROR type. |
| GET/datastore/documents/transaction/v1/spaces/[spaceId]/documents/[documentId]/representations/[documentRepresentationId] | Added the new AWAITING_UPLOAD enum value to the status response property under status 200. | Strict parsers will fail to deserialize when returning records with the AWAITING_UPLOAD type. | Update models to accept and handle the AWAITING_UPLOAD type. |
| GET/datastore/documents/transaction/v1/spaces/[spaceId]/documents/[documentId]/representations/[documentRepresentationId] | Added the new VIRUS_SCANNING enum value to the status response property under status 200. | Strict parsers will fail to deserialize when returning records with the VIRUS_SCANNING type. | Update models to accept and handle the VIRUS_SCANNING type. |
| GET/datastore/documents/transaction/v1/spaces/[spaceId]/documents/[documentId]/representations/[documentRepresentationId] | Added the new VIRUS_SCANNED enum value to the status response property under status 200. | Strict parsers will fail to deserialize when returning records with the VIRUS_SCANNED type. | Update models to accept and handle the VIRUS_SCANNED type. |
| GET/datastore/documents/transaction/v1/spaces/[spaceId]/documents/[documentId]/representations/[documentRepresentationId] | Added the new VIRUS_ERROR enum value to the status response property under status 200. | Strict parsers will fail to deserialize when returning records with the VIRUS_ERROR type. | Update models to accept and handle the VIRUS_ERROR type. |
| GET/datastore/documents/transaction/v1/spaces/[spaceId]/documents/[documentId]/representations/[documentRepresentationId] | Added the new PROCESSING enum value to the status response property under status 200. | Strict parsers will fail to deserialize when returning records with the PROCESSING type. | Update models to accept and handle the PROCESSING type. |
| GET/datastore/documents/transaction/v1/spaces/[spaceId]/documents/[documentId]/representations/[documentRepresentationId] | Added the new AWAITING_USER_ACTION enum value to the status response property under status 200. | Strict parsers will fail to deserialize when returning records with the AWAITING_USER_ACTION type. | Update models to accept and handle the AWAITING_USER_ACTION type. |
| GET/datastore/documents/transaction/v1/spaces/[spaceId]/documents/[documentId]/representations/[documentRepresentationId] | Added the new PROCESSED enum value to the status response property under status 200. | Strict parsers will fail to deserialize when returning records with the PROCESSED type. | Update models to accept and handle the PROCESSED type. |
| GET/datastore/documents/transaction/v1/spaces/[spaceId]/documents/[documentId]/representations/[documentRepresentationId] | Added the new REJECTED enum value to the status response property under status 200. | Strict parsers will fail to deserialize when returning records with the REJECTED type. | Update models to accept and handle the REJECTED type. |
| GET/datastore/documents/transaction/v1/spaces/[spaceId]/documents/[documentId]/representations/[documentRepresentationId] | Added the new ERROR enum value to the status response property under status 200. | Strict parsers will fail to deserialize when returning records with the ERROR type. | Update models to accept and handle the ERROR type. |
| PATCH/datastore/documents/transaction/v1/spaces/[spaceId]/documents/[documentId]/representations/[documentRepresentationId] | Added the new AWAITING_UPLOAD enum value to the status response property under status 200. | Strict parsers will fail to deserialize when returning records with the AWAITING_UPLOAD type. | Update models to accept and handle the AWAITING_UPLOAD type. |
| PATCH/datastore/documents/transaction/v1/spaces/[spaceId]/documents/[documentId]/representations/[documentRepresentationId] | Added the new VIRUS_SCANNING enum value to the status response property under status 200. | Strict parsers will fail to deserialize when returning records with the VIRUS_SCANNING type. | Update models to accept and handle the VIRUS_SCANNING type. |
| PATCH/datastore/documents/transaction/v1/spaces/[spaceId]/documents/[documentId]/representations/[documentRepresentationId] | Added the new VIRUS_SCANNED enum value to the status response property under status 200. | Strict parsers will fail to deserialize when returning records with the VIRUS_SCANNED type. | Update models to accept and handle the VIRUS_SCANNED type. |
| PATCH/datastore/documents/transaction/v1/spaces/[spaceId]/documents/[documentId]/representations/[documentRepresentationId] | Added the new VIRUS_ERROR enum value to the status response property under status 200. | Strict parsers will fail to deserialize when returning records with the VIRUS_ERROR type. | Update models to accept and handle the VIRUS_ERROR type. |
| PATCH/datastore/documents/transaction/v1/spaces/[spaceId]/documents/[documentId]/representations/[documentRepresentationId] | Added the new PROCESSING enum value to the status response property under status 200. | Strict parsers will fail to deserialize when returning records with the PROCESSING type. | Update models to accept and handle the PROCESSING type. |
| PATCH/datastore/documents/transaction/v1/spaces/[spaceId]/documents/[documentId]/representations/[documentRepresentationId] | Added the new AWAITING_USER_ACTION enum value to the status response property under status 200. | Strict parsers will fail to deserialize when returning records with the AWAITING_USER_ACTION type. | Update models to accept and handle the AWAITING_USER_ACTION type. |
| PATCH/datastore/documents/transaction/v1/spaces/[spaceId]/documents/[documentId]/representations/[documentRepresentationId] | Added the new PROCESSED enum value to the status response property under status 200. | Strict parsers will fail to deserialize when returning records with the PROCESSED type. | Update models to accept and handle the PROCESSED type. |
| PATCH/datastore/documents/transaction/v1/spaces/[spaceId]/documents/[documentId]/representations/[documentRepresentationId] | Added the new REJECTED enum value to the status response property under status 200. | Strict parsers will fail to deserialize when returning records with the REJECTED type. | Update models to accept and handle the REJECTED type. |
| PATCH/datastore/documents/transaction/v1/spaces/[spaceId]/documents/[documentId]/representations/[documentRepresentationId] | Added the new ERROR enum value to the status response property under status 200. | Strict parsers will fail to deserialize when returning records with the ERROR type. | Update models to accept and handle the ERROR type. |
| GET/datastore/documents/transaction/v1/spaces/[spaceId]/documents:count | Removed the query request property. | Client payloads including the query field will be rejected by the updated schema validation on this endpoint. | Remove the query parameter from request payloads and update client-side schema models. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/documents:paydetails | Added the new PROFORMA_INVOICE enum value to the documents/category response property under status 200. | Strict parsers will fail to deserialize when returning records with the PROFORMA_INVOICE type. | Update models to accept and handle the PROFORMA_INVOICE type. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/documents:paydetails | Added the new QUOTE enum value to the documents/category response property under status 200. | Strict parsers will fail to deserialize when returning records with the QUOTE type. | Update models to accept and handle the QUOTE type. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/documents:paydetails | Added the new CREDIT_CARD_STATEMENT enum value to the documents/category response property under status 200. | Strict parsers will fail to deserialize when returning records with the CREDIT_CARD_STATEMENT type. | Update models to accept and handle the CREDIT_CARD_STATEMENT type. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/documents:paydetails | Added the new THIRD_PARTY_STATEMENT enum value to the documents/category response property under status 200. | Strict parsers will fail to deserialize when returning records with the THIRD_PARTY_STATEMENT type. | Update models to accept and handle the THIRD_PARTY_STATEMENT type. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/documents:paydetails | Added the new SELF_BILLED_INVOICE enum value to the documents/category response property under status 200. | Strict parsers will fail to deserialize when returning records with the SELF_BILLED_INVOICE type. | Update models to accept and handle the SELF_BILLED_INVOICE type. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/documents:paydetails | Added the new SELF_BILLED_CREDIT_NOTE enum value to the documents/category response property under status 200. | Strict parsers will fail to deserialize when returning records with the SELF_BILLED_CREDIT_NOTE type. | Update models to accept and handle the SELF_BILLED_CREDIT_NOTE type. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/documents:paydetails | Added the new ABA enum value to the documents/supplier/paymentAccounts/bank/scheme response property under status 200. | Strict parsers will fail to deserialize when returning records with the ABA type. | Update models to accept and handle the ABA type. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/documents:paydetails | Added the new CLABE enum value to the documents/supplier/paymentAccounts/bank/scheme response property under status 200. | Strict parsers will fail to deserialize when returning records with the CLABE type. | Update models to accept and handle the CLABE type. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/documents:paydetails | Added the new THIRD_PARTY enum value to the documents/supplier/paymentAccounts/bank/scheme response property under status 200. | Strict parsers will fail to deserialize when returning records with the THIRD_PARTY type. | Update models to accept and handle the THIRD_PARTY type. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/documents:paydetails | Removed the IBAN enum value from the documents/supplier/paymentAccounts/scheme response property under status 200. | Submitting IBAN will result in schema validation failures. | Remove usage of IBAN and implement fallback logic. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/documents:paydetails | Removed the BBAN enum value from the documents/supplier/paymentAccounts/scheme response property under status 200. | Submitting BBAN will result in schema validation failures. | Remove usage of BBAN and implement fallback logic. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/documents:paydetails | Removed the ANB enum value from the documents/supplier/paymentAccounts/scheme response property under status 200. | Submitting ANB will result in schema validation failures. | Remove usage of ANB and implement fallback logic. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/documents:paydetails | Removed the SE_BANKGIRO enum value from the documents/supplier/paymentAccounts/scheme response property under status 200. | Submitting SE_BANKGIRO will result in schema validation failures. | Remove usage of SE_BANKGIRO and implement fallback logic. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/documents:paydetails | Removed the SE_PLUSGIRO enum value from the documents/supplier/paymentAccounts/scheme response property under status 200. | Submitting SE_PLUSGIRO will result in schema validation failures. | Remove usage of SE_PLUSGIRO and implement fallback logic. |
| GET/datastore/documents/transaction/v1/spaces/[spaceId]/files | Added the new AWAITING_USER_ACTION enum value to the files/status response property under status 200. | Strict parsers will fail to deserialize when returning records with the AWAITING_USER_ACTION type. | Update models to accept and handle the AWAITING_USER_ACTION type. |
| GET/datastore/documents/transaction/v1/spaces/[spaceId]/files | Added the new REJECTED enum value to the files/status response property under status 200. | Strict parsers will fail to deserialize when returning records with the REJECTED type. | Update models to accept and handle the REJECTED type. |
| GET/datastore/documents/transaction/v1/spaces/[spaceId]/files | Added the new REPROCESSED enum value to the files/status response property under status 200. | Strict parsers will fail to deserialize when returning records with the REPROCESSED type. | Update models to accept and handle the REPROCESSED type. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/files | Added the new AWAITING_USER_ACTION enum value to the status response property under status 201. | Strict parsers will fail to deserialize when returning records with the AWAITING_USER_ACTION type. | Update models to accept and handle the AWAITING_USER_ACTION type. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/files | Added the new REJECTED enum value to the status response property under status 201. | Strict parsers will fail to deserialize when returning records with the REJECTED type. | Update models to accept and handle the REJECTED type. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/files | Added the new REPROCESSED enum value to the status response property under status 201. | Strict parsers will fail to deserialize when returning records with the REPROCESSED type. | Update models to accept and handle the REPROCESSED type. |
| GET/datastore/documents/transaction/v1/spaces/[spaceId]/files/[fileId] | Added the new AWAITING_USER_ACTION enum value to the status response property under status 200. | Strict parsers will fail to deserialize when returning records with the AWAITING_USER_ACTION type. | Update models to accept and handle the AWAITING_USER_ACTION type. |
| GET/datastore/documents/transaction/v1/spaces/[spaceId]/files/[fileId] | Added the new REJECTED enum value to the status response property under status 200. | Strict parsers will fail to deserialize when returning records with the REJECTED type. | Update models to accept and handle the REJECTED type. |
| GET/datastore/documents/transaction/v1/spaces/[spaceId]/files/[fileId] | Added the new REPROCESSED enum value to the status response property under status 200. | Strict parsers will fail to deserialize when returning records with the REPROCESSED type. | Update models to accept and handle the REPROCESSED type. |
| PATCH/datastore/documents/transaction/v1/spaces/[spaceId]/files/[fileId] | Added the new AWAITING_USER_ACTION enum value to the status response property under status 200. | Strict parsers will fail to deserialize when returning records with the AWAITING_USER_ACTION type. | Update models to accept and handle the AWAITING_USER_ACTION type. |
| PATCH/datastore/documents/transaction/v1/spaces/[spaceId]/files/[fileId] | Added the new REJECTED enum value to the status response property under status 200. | Strict parsers will fail to deserialize when returning records with the REJECTED type. | Update models to accept and handle the REJECTED type. |
| PATCH/datastore/documents/transaction/v1/spaces/[spaceId]/files/[fileId] | Added the new REPROCESSED enum value to the status response property under status 200. | Strict parsers will fail to deserialize when returning records with the REPROCESSED type. | Update models to accept and handle the REPROCESSED type. |
| GET/datastore/documents/transaction/v1/spaces/[spaceId]/paymentAccounts | Added the new ABA enum value to the paymentAccounts/bank/scheme response property under status 200. | Strict parsers will fail to deserialize when returning records with the ABA type. | Update models to accept and handle the ABA type. |
| GET/datastore/documents/transaction/v1/spaces/[spaceId]/paymentAccounts | Added the new CLABE enum value to the paymentAccounts/bank/scheme response property under status 200. | Strict parsers will fail to deserialize when returning records with the CLABE type. | Update models to accept and handle the CLABE type. |
| GET/datastore/documents/transaction/v1/spaces/[spaceId]/paymentAccounts | Added the new THIRD_PARTY enum value to the paymentAccounts/bank/scheme response property under status 200. | Strict parsers will fail to deserialize when returning records with the THIRD_PARTY type. | Update models to accept and handle the THIRD_PARTY type. |
| GET/datastore/documents/transaction/v1/spaces/[spaceId]/paymentAccounts | Removed the IBAN enum value from the paymentAccounts/scheme response property under status 200. | Submitting IBAN will result in schema validation failures. | Remove usage of IBAN and implement fallback logic. |
| GET/datastore/documents/transaction/v1/spaces/[spaceId]/paymentAccounts | Removed the BBAN enum value from the paymentAccounts/scheme response property under status 200. | Submitting BBAN will result in schema validation failures. | Remove usage of BBAN and implement fallback logic. |
| GET/datastore/documents/transaction/v1/spaces/[spaceId]/paymentAccounts | Removed the ANB enum value from the paymentAccounts/scheme response property under status 200. | Submitting ANB will result in schema validation failures. | Remove usage of ANB and implement fallback logic. |
| GET/datastore/documents/transaction/v1/spaces/[spaceId]/paymentAccounts | Removed the SE_BANKGIRO enum value from the paymentAccounts/scheme response property under status 200. | Submitting SE_BANKGIRO will result in schema validation failures. | Remove usage of SE_BANKGIRO and implement fallback logic. |
| GET/datastore/documents/transaction/v1/spaces/[spaceId]/paymentAccounts | Removed the SE_PLUSGIRO enum value from the paymentAccounts/scheme response property under status 200. | Submitting SE_PLUSGIRO will result in schema validation failures. | Remove usage of SE_PLUSGIRO and implement fallback logic. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/paymentAccounts | Removed the IBAN enum value from the scheme request property. | Submitting IBAN will result in schema validation failures. | Remove usage of IBAN and implement fallback logic. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/paymentAccounts | Removed the BBAN enum value from the scheme request property. | Submitting BBAN will result in schema validation failures. | Remove usage of BBAN and implement fallback logic. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/paymentAccounts | Removed the ANB enum value from the scheme request property. | Submitting ANB will result in schema validation failures. | Remove usage of ANB and implement fallback logic. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/paymentAccounts | Removed the SE_BANKGIRO enum value from the scheme request property. | Submitting SE_BANKGIRO will result in schema validation failures. | Remove usage of SE_BANKGIRO and implement fallback logic. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/paymentAccounts | Removed the SE_PLUSGIRO enum value from the scheme request property. | Submitting SE_PLUSGIRO will result in schema validation failures. | Remove usage of SE_PLUSGIRO and implement fallback logic. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/paymentAccounts | Added the new ABA enum value to the bank/scheme response property under status 201. | Strict parsers will fail to deserialize when returning records with the ABA type. | Update models to accept and handle the ABA type. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/paymentAccounts | Added the new CLABE enum value to the bank/scheme response property under status 201. | Strict parsers will fail to deserialize when returning records with the CLABE type. | Update models to accept and handle the CLABE type. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/paymentAccounts | Added the new THIRD_PARTY enum value to the bank/scheme response property under status 201. | Strict parsers will fail to deserialize when returning records with the THIRD_PARTY type. | Update models to accept and handle the THIRD_PARTY type. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/paymentAccounts | Removed the IBAN enum value from the scheme response property under status 201. | Submitting IBAN will result in schema validation failures. | Remove usage of IBAN and implement fallback logic. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/paymentAccounts | Removed the BBAN enum value from the scheme response property under status 201. | Submitting BBAN will result in schema validation failures. | Remove usage of BBAN and implement fallback logic. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/paymentAccounts | Removed the ANB enum value from the scheme response property under status 201. | Submitting ANB will result in schema validation failures. | Remove usage of ANB and implement fallback logic. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/paymentAccounts | Removed the SE_BANKGIRO enum value from the scheme response property under status 201. | Submitting SE_BANKGIRO will result in schema validation failures. | Remove usage of SE_BANKGIRO and implement fallback logic. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/paymentAccounts | Removed the SE_PLUSGIRO enum value from the scheme response property under status 201. | Submitting SE_PLUSGIRO will result in schema validation failures. | Remove usage of SE_PLUSGIRO and implement fallback logic. |
| GET/datastore/documents/transaction/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId] | Added the new ABA enum value to the bank/scheme response property under status 200. | Strict parsers will fail to deserialize when returning records with the ABA type. | Update models to accept and handle the ABA type. |
| GET/datastore/documents/transaction/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId] | Added the new CLABE enum value to the bank/scheme response property under status 200. | Strict parsers will fail to deserialize when returning records with the CLABE type. | Update models to accept and handle the CLABE type. |
| GET/datastore/documents/transaction/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId] | Added the new THIRD_PARTY enum value to the bank/scheme response property under status 200. | Strict parsers will fail to deserialize when returning records with the THIRD_PARTY type. | Update models to accept and handle the THIRD_PARTY type. |
| GET/datastore/documents/transaction/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId] | Removed the IBAN enum value from the scheme response property under status 200. | Submitting IBAN will result in schema validation failures. | Remove usage of IBAN and implement fallback logic. |
| GET/datastore/documents/transaction/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId] | Removed the BBAN enum value from the scheme response property under status 200. | Submitting BBAN will result in schema validation failures. | Remove usage of BBAN and implement fallback logic. |
| GET/datastore/documents/transaction/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId] | Removed the ANB enum value from the scheme response property under status 200. | Submitting ANB will result in schema validation failures. | Remove usage of ANB and implement fallback logic. |
| GET/datastore/documents/transaction/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId] | Removed the SE_BANKGIRO enum value from the scheme response property under status 200. | Submitting SE_BANKGIRO will result in schema validation failures. | Remove usage of SE_BANKGIRO and implement fallback logic. |
| GET/datastore/documents/transaction/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId] | Removed the SE_PLUSGIRO enum value from the scheme response property under status 200. | Submitting SE_PLUSGIRO will result in schema validation failures. | Remove usage of SE_PLUSGIRO and implement fallback logic. |
| PUT/datastore/documents/transaction/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId] | Removed the IBAN enum value from the scheme request property. | Submitting IBAN will result in schema validation failures. | Remove usage of IBAN and implement fallback logic. |
| PUT/datastore/documents/transaction/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId] | Removed the BBAN enum value from the scheme request property. | Submitting BBAN will result in schema validation failures. | Remove usage of BBAN and implement fallback logic. |
| PUT/datastore/documents/transaction/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId] | Removed the ANB enum value from the scheme request property. | Submitting ANB will result in schema validation failures. | Remove usage of ANB and implement fallback logic. |
| PUT/datastore/documents/transaction/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId] | Removed the SE_BANKGIRO enum value from the scheme request property. | Submitting SE_BANKGIRO will result in schema validation failures. | Remove usage of SE_BANKGIRO and implement fallback logic. |
| PUT/datastore/documents/transaction/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId] | Removed the SE_PLUSGIRO enum value from the scheme request property. | Submitting SE_PLUSGIRO will result in schema validation failures. | Remove usage of SE_PLUSGIRO and implement fallback logic. |
| PUT/datastore/documents/transaction/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId] | Added the new ABA enum value to the bank/scheme response property under status 200. | Strict parsers will fail to deserialize when returning records with the ABA type. | Update models to accept and handle the ABA type. |
| PUT/datastore/documents/transaction/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId] | Added the new CLABE enum value to the bank/scheme response property under status 200. | Strict parsers will fail to deserialize when returning records with the CLABE type. | Update models to accept and handle the CLABE type. |
| PUT/datastore/documents/transaction/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId] | Added the new THIRD_PARTY enum value to the bank/scheme response property under status 200. | Strict parsers will fail to deserialize when returning records with the THIRD_PARTY type. | Update models to accept and handle the THIRD_PARTY type. |
| PUT/datastore/documents/transaction/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId] | Removed the IBAN enum value from the scheme response property under status 200. | Submitting IBAN will result in schema validation failures. | Remove usage of IBAN and implement fallback logic. |
| PUT/datastore/documents/transaction/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId] | Removed the BBAN enum value from the scheme response property under status 200. | Submitting BBAN will result in schema validation failures. | Remove usage of BBAN and implement fallback logic. |
| PUT/datastore/documents/transaction/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId] | Removed the ANB enum value from the scheme response property under status 200. | Submitting ANB will result in schema validation failures. | Remove usage of ANB and implement fallback logic. |
| PUT/datastore/documents/transaction/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId] | Removed the SE_BANKGIRO enum value from the scheme response property under status 200. | Submitting SE_BANKGIRO will result in schema validation failures. | Remove usage of SE_BANKGIRO and implement fallback logic. |
| PUT/datastore/documents/transaction/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId] | Removed the SE_PLUSGIRO enum value from the scheme response property under status 200. | Submitting SE_PLUSGIRO will result in schema validation failures. | Remove usage of SE_PLUSGIRO and implement fallback logic. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId]:assignConnections | Added the new ABA enum value to the paymentAccounts/bank/scheme response property under status 200. | Strict parsers will fail to deserialize when returning records with the ABA type. | Update models to accept and handle the ABA type. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId]:assignConnections | Added the new CLABE enum value to the paymentAccounts/bank/scheme response property under status 200. | Strict parsers will fail to deserialize when returning records with the CLABE type. | Update models to accept and handle the CLABE type. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId]:assignConnections | Added the new THIRD_PARTY enum value to the paymentAccounts/bank/scheme response property under status 200. | Strict parsers will fail to deserialize when returning records with the THIRD_PARTY type. | Update models to accept and handle the THIRD_PARTY type. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId]:assignConnections | Removed the IBAN enum value from the paymentAccounts/scheme response property under status 200. | Submitting IBAN will result in schema validation failures. | Remove usage of IBAN and implement fallback logic. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId]:assignConnections | Removed the BBAN enum value from the paymentAccounts/scheme response property under status 200. | Submitting BBAN will result in schema validation failures. | Remove usage of BBAN and implement fallback logic. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId]:assignConnections | Removed the ANB enum value from the paymentAccounts/scheme response property under status 200. | Submitting ANB will result in schema validation failures. | Remove usage of ANB and implement fallback logic. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId]:assignConnections | Removed the SE_BANKGIRO enum value from the paymentAccounts/scheme response property under status 200. | Submitting SE_BANKGIRO will result in schema validation failures. | Remove usage of SE_BANKGIRO and implement fallback logic. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId]:assignConnections | Removed the SE_PLUSGIRO enum value from the paymentAccounts/scheme response property under status 200. | Submitting SE_PLUSGIRO will result in schema validation failures. | Remove usage of SE_PLUSGIRO and implement fallback logic. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId]:unassignConnections | Added the new ABA enum value to the paymentAccounts/bank/scheme response property under status 200. | Strict parsers will fail to deserialize when returning records with the ABA type. | Update models to accept and handle the ABA type. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId]:unassignConnections | Added the new CLABE enum value to the paymentAccounts/bank/scheme response property under status 200. | Strict parsers will fail to deserialize when returning records with the CLABE type. | Update models to accept and handle the CLABE type. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId]:unassignConnections | Added the new THIRD_PARTY enum value to the paymentAccounts/bank/scheme response property under status 200. | Strict parsers will fail to deserialize when returning records with the THIRD_PARTY type. | Update models to accept and handle the THIRD_PARTY type. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId]:unassignConnections | Removed the IBAN enum value from the paymentAccounts/scheme response property under status 200. | Submitting IBAN will result in schema validation failures. | Remove usage of IBAN and implement fallback logic. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId]:unassignConnections | Removed the BBAN enum value from the paymentAccounts/scheme response property under status 200. | Submitting BBAN will result in schema validation failures. | Remove usage of BBAN and implement fallback logic. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId]:unassignConnections | Removed the ANB enum value from the paymentAccounts/scheme response property under status 200. | Submitting ANB will result in schema validation failures. | Remove usage of ANB and implement fallback logic. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId]:unassignConnections | Removed the SE_BANKGIRO enum value from the paymentAccounts/scheme response property under status 200. | Submitting SE_BANKGIRO will result in schema validation failures. | Remove usage of SE_BANKGIRO and implement fallback logic. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId]:unassignConnections | Removed the SE_PLUSGIRO enum value from the paymentAccounts/scheme response property under status 200. | Submitting SE_PLUSGIRO will result in schema validation failures. | Remove usage of SE_PLUSGIRO and implement fallback logic. |
| GET/datastore/documents/transaction/v1/spaces/[spaceId]/[folder]/documents | Removed the PURCHASE_ORDER enum value from the documents/category response property under status 200. | Submitting PURCHASE_ORDER will result in schema validation failures. | Remove usage of PURCHASE_ORDER and implement fallback logic. |
| GET/datastore/documents/transaction/v1/spaces/[spaceId]/[folder]/documents | Removed the ORDER_CONFIRMATION enum value from the documents/category response property under status 200. | Submitting ORDER_CONFIRMATION will result in schema validation failures. | Remove usage of ORDER_CONFIRMATION and implement fallback logic. |
| GET/datastore/documents/transaction/v1/spaces/[spaceId]/[folder]/documents | Removed the DELIVERY_NOTE enum value from the documents/category response property under status 200. | Submitting DELIVERY_NOTE will result in schema validation failures. | Remove usage of DELIVERY_NOTE and implement fallback logic. |
| GET/datastore/documents/transaction/v1/spaces/[spaceId]/[folder]/documents | Removed the GOODS_RECEIVED_NOTE enum value from the documents/category response property under status 200. | Submitting GOODS_RECEIVED_NOTE will result in schema validation failures. | Remove usage of GOODS_RECEIVED_NOTE and implement fallback logic. |
| GET/datastore/documents/transaction/v1/spaces/[spaceId]/[folder]/documents | Removed the INVOICE enum value from the documents/category response property under status 200. | Submitting INVOICE will result in schema validation failures. | Remove usage of INVOICE and implement fallback logic. |
| GET/datastore/documents/transaction/v1/spaces/[spaceId]/[folder]/documents | Removed the INVOICE_REMINDER enum value from the documents/category response property under status 200. | Submitting INVOICE_REMINDER will result in schema validation failures. | Remove usage of INVOICE_REMINDER and implement fallback logic. |
| GET/datastore/documents/transaction/v1/spaces/[spaceId]/[folder]/documents | Removed the CREDIT_NOTE enum value from the documents/category response property under status 200. | Submitting CREDIT_NOTE will result in schema validation failures. | Remove usage of CREDIT_NOTE and implement fallback logic. |
| GET/datastore/documents/transaction/v1/spaces/[spaceId]/[folder]/documents | Removed the RECEIPT enum value from the documents/category response property under status 200. | Submitting RECEIPT will result in schema validation failures. | Remove usage of RECEIPT and implement fallback logic. |
| GET/datastore/documents/transaction/v1/spaces/[spaceId]/[folder]/documents | Removed the STATEMENT enum value from the documents/category response property under status 200. | Submitting STATEMENT will result in schema validation failures. | Remove usage of STATEMENT and implement fallback logic. |
| GET/datastore/documents/transaction/v1/spaces/[spaceId]/[folder]/documents | Removed the FILE enum value from the documents/category response property under status 200. | Submitting FILE will result in schema validation failures. | Remove usage of FILE and implement fallback logic. |
| GET/datastore/documents/transaction/v1/spaces/[spaceId]/[folder]/documents | Removed the OTHER enum value from the documents/category response property under status 200. | Submitting OTHER will result in schema validation failures. | Remove usage of OTHER and implement fallback logic. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/[folder]/documents | Modified the strict schema constraint nullable at lines in the request payload. | Payloads violating the updated nullable validation rule will be rejected. | Update client-side schema definitions to respect the new nullable constraint. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/[folder]/documents | Removed the PURCHASE_ORDER enum value from the category response property under status 201. | Submitting PURCHASE_ORDER will result in schema validation failures. | Remove usage of PURCHASE_ORDER and implement fallback logic. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/[folder]/documents | Removed the ORDER_CONFIRMATION enum value from the category response property under status 201. | Submitting ORDER_CONFIRMATION will result in schema validation failures. | Remove usage of ORDER_CONFIRMATION and implement fallback logic. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/[folder]/documents | Removed the DELIVERY_NOTE enum value from the category response property under status 201. | Submitting DELIVERY_NOTE will result in schema validation failures. | Remove usage of DELIVERY_NOTE and implement fallback logic. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/[folder]/documents | Removed the GOODS_RECEIVED_NOTE enum value from the category response property under status 201. | Submitting GOODS_RECEIVED_NOTE will result in schema validation failures. | Remove usage of GOODS_RECEIVED_NOTE and implement fallback logic. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/[folder]/documents | Removed the INVOICE enum value from the category response property under status 201. | Submitting INVOICE will result in schema validation failures. | Remove usage of INVOICE and implement fallback logic. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/[folder]/documents | Removed the INVOICE_REMINDER enum value from the category response property under status 201. | Submitting INVOICE_REMINDER will result in schema validation failures. | Remove usage of INVOICE_REMINDER and implement fallback logic. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/[folder]/documents | Removed the CREDIT_NOTE enum value from the category response property under status 201. | Submitting CREDIT_NOTE will result in schema validation failures. | Remove usage of CREDIT_NOTE and implement fallback logic. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/[folder]/documents | Removed the RECEIPT enum value from the category response property under status 201. | Submitting RECEIPT will result in schema validation failures. | Remove usage of RECEIPT and implement fallback logic. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/[folder]/documents | Removed the STATEMENT enum value from the category response property under status 201. | Submitting STATEMENT will result in schema validation failures. | Remove usage of STATEMENT and implement fallback logic. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/[folder]/documents | Removed the FILE enum value from the category response property under status 201. | Submitting FILE will result in schema validation failures. | Remove usage of FILE and implement fallback logic. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/[folder]/documents | Removed the OTHER enum value from the category response property under status 201. | Submitting OTHER will result in schema validation failures. | Remove usage of OTHER and implement fallback logic. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/[folder]/documents | Modified the strict schema constraint value at examples/Document in the response payload under status 201. | Payloads violating the updated value validation rule will be rejected. | Update client-side schema definitions to respect the new value constraint. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/[folder]/documents | Modified the strict schema constraint value at examples/Document containing lines in the response payload under status 201. | Payloads violating the updated value validation rule will be rejected. | Update client-side schema definitions to respect the new value constraint. |
| GET/datastore/documents/transaction/v1/spaces/[spaceId]/[folder]/documents/[documentId] | Removed the PURCHASE_ORDER enum value from the category response property under status 200. | Submitting PURCHASE_ORDER will result in schema validation failures. | Remove usage of PURCHASE_ORDER and implement fallback logic. |
| GET/datastore/documents/transaction/v1/spaces/[spaceId]/[folder]/documents/[documentId] | Removed the ORDER_CONFIRMATION enum value from the category response property under status 200. | Submitting ORDER_CONFIRMATION will result in schema validation failures. | Remove usage of ORDER_CONFIRMATION and implement fallback logic. |
| GET/datastore/documents/transaction/v1/spaces/[spaceId]/[folder]/documents/[documentId] | Removed the DELIVERY_NOTE enum value from the category response property under status 200. | Submitting DELIVERY_NOTE will result in schema validation failures. | Remove usage of DELIVERY_NOTE and implement fallback logic. |
| GET/datastore/documents/transaction/v1/spaces/[spaceId]/[folder]/documents/[documentId] | Removed the GOODS_RECEIVED_NOTE enum value from the category response property under status 200. | Submitting GOODS_RECEIVED_NOTE will result in schema validation failures. | Remove usage of GOODS_RECEIVED_NOTE and implement fallback logic. |
| GET/datastore/documents/transaction/v1/spaces/[spaceId]/[folder]/documents/[documentId] | Removed the INVOICE enum value from the category response property under status 200. | Submitting INVOICE will result in schema validation failures. | Remove usage of INVOICE and implement fallback logic. |
| GET/datastore/documents/transaction/v1/spaces/[spaceId]/[folder]/documents/[documentId] | Removed the INVOICE_REMINDER enum value from the category response property under status 200. | Submitting INVOICE_REMINDER will result in schema validation failures. | Remove usage of INVOICE_REMINDER and implement fallback logic. |
| GET/datastore/documents/transaction/v1/spaces/[spaceId]/[folder]/documents/[documentId] | Removed the CREDIT_NOTE enum value from the category response property under status 200. | Submitting CREDIT_NOTE will result in schema validation failures. | Remove usage of CREDIT_NOTE and implement fallback logic. |
| GET/datastore/documents/transaction/v1/spaces/[spaceId]/[folder]/documents/[documentId] | Removed the RECEIPT enum value from the category response property under status 200. | Submitting RECEIPT will result in schema validation failures. | Remove usage of RECEIPT and implement fallback logic. |
| GET/datastore/documents/transaction/v1/spaces/[spaceId]/[folder]/documents/[documentId] | Removed the STATEMENT enum value from the category response property under status 200. | Submitting STATEMENT will result in schema validation failures. | Remove usage of STATEMENT and implement fallback logic. |
| GET/datastore/documents/transaction/v1/spaces/[spaceId]/[folder]/documents/[documentId] | Removed the FILE enum value from the category response property under status 200. | Submitting FILE will result in schema validation failures. | Remove usage of FILE and implement fallback logic. |
| GET/datastore/documents/transaction/v1/spaces/[spaceId]/[folder]/documents/[documentId] | Removed the OTHER enum value from the category response property under status 200. | Submitting OTHER will result in schema validation failures. | Remove usage of OTHER and implement fallback logic. |
| GET/datastore/documents/transaction/v1/spaces/[spaceId]/[folder]/documents/[documentId] | Modified the strict schema constraint value at examples/Document in the response payload under status 200. | Payloads violating the updated value validation rule will be rejected. | Update client-side schema definitions to respect the new value constraint. |
| GET/datastore/documents/transaction/v1/spaces/[spaceId]/[folder]/documents/[documentId] | Modified the strict schema constraint value at examples/Document contains lines in the response payload under status 200. | Payloads violating the updated value validation rule will be rejected. | Update client-side schema definitions to respect the new value constraint. |
| PATCH/datastore/documents/transaction/v1/spaces/[spaceId]/[folder]/documents/[documentId] | Removed the PURCHASE_ORDER enum value from the category response property under status 200. | Submitting PURCHASE_ORDER will result in schema validation failures. | Remove usage of PURCHASE_ORDER and implement fallback logic. |
| PATCH/datastore/documents/transaction/v1/spaces/[spaceId]/[folder]/documents/[documentId] | Removed the ORDER_CONFIRMATION enum value from the category response property under status 200. | Submitting ORDER_CONFIRMATION will result in schema validation failures. | Remove usage of ORDER_CONFIRMATION and implement fallback logic. |
| PATCH/datastore/documents/transaction/v1/spaces/[spaceId]/[folder]/documents/[documentId] | Removed the DELIVERY_NOTE enum value from the category response property under status 200. | Submitting DELIVERY_NOTE will result in schema validation failures. | Remove usage of DELIVERY_NOTE and implement fallback logic. |
| PATCH/datastore/documents/transaction/v1/spaces/[spaceId]/[folder]/documents/[documentId] | Removed the GOODS_RECEIVED_NOTE enum value from the category response property under status 200. | Submitting GOODS_RECEIVED_NOTE will result in schema validation failures. | Remove usage of GOODS_RECEIVED_NOTE and implement fallback logic. |
| PATCH/datastore/documents/transaction/v1/spaces/[spaceId]/[folder]/documents/[documentId] | Removed the INVOICE enum value from the category response property under status 200. | Submitting INVOICE will result in schema validation failures. | Remove usage of INVOICE and implement fallback logic. |
| PATCH/datastore/documents/transaction/v1/spaces/[spaceId]/[folder]/documents/[documentId] | Removed the INVOICE_REMINDER enum value from the category response property under status 200. | Submitting INVOICE_REMINDER will result in schema validation failures. | Remove usage of INVOICE_REMINDER and implement fallback logic. |
| PATCH/datastore/documents/transaction/v1/spaces/[spaceId]/[folder]/documents/[documentId] | Removed the CREDIT_NOTE enum value from the category response property under status 200. | Submitting CREDIT_NOTE will result in schema validation failures. | Remove usage of CREDIT_NOTE and implement fallback logic. |
| PATCH/datastore/documents/transaction/v1/spaces/[spaceId]/[folder]/documents/[documentId] | Removed the RECEIPT enum value from the category response property under status 200. | Submitting RECEIPT will result in schema validation failures. | Remove usage of RECEIPT and implement fallback logic. |
| PATCH/datastore/documents/transaction/v1/spaces/[spaceId]/[folder]/documents/[documentId] | Removed the STATEMENT enum value from the category response property under status 200. | Submitting STATEMENT will result in schema validation failures. | Remove usage of STATEMENT and implement fallback logic. |
| PATCH/datastore/documents/transaction/v1/spaces/[spaceId]/[folder]/documents/[documentId] | Removed the FILE enum value from the category response property under status 200. | Submitting FILE will result in schema validation failures. | Remove usage of FILE and implement fallback logic. |
| PATCH/datastore/documents/transaction/v1/spaces/[spaceId]/[folder]/documents/[documentId] | Removed the OTHER enum value from the category response property under status 200. | Submitting OTHER will result in schema validation failures. | Remove usage of OTHER and implement fallback logic. |
| GET/datastore/documents/transaction/v1/spaces/[spaceId]/[folder]/documents:count | Removed the query request property. | Client payloads including the query field will be rejected by the updated schema validation on this endpoint. | Remove the query parameter from request payloads and update client-side schema models. |
| GET/datastore/documents/transaction/v2/spaces/[spaceId]/connections | Removed the query request property. | Client payloads including the query field will be rejected by the updated schema validation on this endpoint. | Remove the query parameter from request payloads and update client-side schema models. |
| GET/datastore/documents/transaction/v2/spaces/[spaceId]/connections | Modified the strict schema constraint nullable at connections/addresses/additionalProperties in the response payload under status 200. | Payloads violating the updated nullable validation rule will be rejected. | Update client-side schema definitions to respect the new nullable constraint. |
| GET/datastore/documents/transaction/v2/spaces/[spaceId]/connections | Modified the strict schema constraint nullable at connections/connectionStatus in the response payload under status 200. | Payloads violating the updated nullable validation rule will be rejected. | Update client-side schema definitions to respect the new nullable constraint. |
| GET/datastore/documents/transaction/v2/spaces/[spaceId]/connections | Added the new ABA enum value to the connections/paymentAccounts/bank/scheme response property under status 200. | Strict parsers will fail to deserialize when returning records with the ABA type. | Update models to accept and handle the ABA type. |
| GET/datastore/documents/transaction/v2/spaces/[spaceId]/connections | Added the new CLABE enum value to the connections/paymentAccounts/bank/scheme response property under status 200. | Strict parsers will fail to deserialize when returning records with the CLABE type. | Update models to accept and handle the CLABE type. |
| GET/datastore/documents/transaction/v2/spaces/[spaceId]/connections | Added the new THIRD_PARTY enum value to the connections/paymentAccounts/bank/scheme response property under status 200. | Strict parsers will fail to deserialize when returning records with the THIRD_PARTY type. | Update models to accept and handle the THIRD_PARTY type. |
| GET/datastore/documents/transaction/v2/spaces/[spaceId]/connections | Removed the IBAN enum value from the connections/paymentAccounts/scheme response property under status 200. | Submitting IBAN will result in schema validation failures. | Remove usage of IBAN and implement fallback logic. |
| GET/datastore/documents/transaction/v2/spaces/[spaceId]/connections | Removed the BBAN enum value from the connections/paymentAccounts/scheme response property under status 200. | Submitting BBAN will result in schema validation failures. | Remove usage of BBAN and implement fallback logic. |
| GET/datastore/documents/transaction/v2/spaces/[spaceId]/connections | Removed the ANB enum value from the connections/paymentAccounts/scheme response property under status 200. | Submitting ANB will result in schema validation failures. | Remove usage of ANB and implement fallback logic. |
| GET/datastore/documents/transaction/v2/spaces/[spaceId]/connections | Removed the SE_BANKGIRO enum value from the connections/paymentAccounts/scheme response property under status 200. | Submitting SE_BANKGIRO will result in schema validation failures. | Remove usage of SE_BANKGIRO and implement fallback logic. |
| GET/datastore/documents/transaction/v2/spaces/[spaceId]/connections | Removed the SE_PLUSGIRO enum value from the connections/paymentAccounts/scheme response property under status 200. | Submitting SE_PLUSGIRO will result in schema validation failures. | Remove usage of SE_PLUSGIRO and implement fallback logic. |
| GET/datastore/documents/transaction/v2/spaces/[spaceId]/connections | Added the new CUSTOMER enum value to the connections/relationTypes response property under status 200. | Strict parsers will fail to deserialize when returning records with the CUSTOMER type. | Update models to accept and handle the CUSTOMER type. |
| GET/datastore/documents/transaction/v2/spaces/[spaceId]/connections | Added the new SUPPLIER enum value to the connections/relationTypes response property under status 200. | Strict parsers will fail to deserialize when returning records with the SUPPLIER type. | Update models to accept and handle the SUPPLIER type. |
| GET/datastore/documents/transaction/v2/spaces/[spaceId]/connections | Added the new ACCOUNTANT enum value to the connections/relationTypes response property under status 200. | Strict parsers will fail to deserialize when returning records with the ACCOUNTANT type. | Update models to accept and handle the ACCOUNTANT type. |
| GET/datastore/documents/transaction/v2/spaces/[spaceId]/connections | Added the new PARTNER enum value to the connections/relationTypes response property under status 200. | Strict parsers will fail to deserialize when returning records with the PARTNER type. | Update models to accept and handle the PARTNER type. |
| GET/datastore/documents/transaction/v2/spaces/[spaceId]/connections | Added the new GROUP enum value to the connections/relationTypes response property under status 200. | Strict parsers will fail to deserialize when returning records with the GROUP type. | Update models to accept and handle the GROUP type. |
| GET/datastore/documents/transaction/v2/spaces/[spaceId]/connections | The connections/displayName property is now REQUIRED in the response payload under status 200. | Omitting connections/displayName will cause validation errors. | Ensure connections/displayName is populated. |
| POST/datastore/documents/transaction/v2/spaces/[spaceId]/connections | Modified the strict schema constraint nullable at addresses/additionalProperties in the request payload. | Payloads violating the updated nullable validation rule will be rejected. | Update client-side schema definitions to respect the new nullable constraint. |
| POST/datastore/documents/transaction/v2/spaces/[spaceId]/connections | Modified the strict schema constraint nullable at connectionStatus in the request payload. | Payloads violating the updated nullable validation rule will be rejected. | Update client-side schema definitions to respect the new nullable constraint. |
| POST/datastore/documents/transaction/v2/spaces/[spaceId]/connections | Modified the strict schema constraint type at connectors in the request payload. | Payloads violating the updated type validation rule will be rejected. | Update client-side schema definitions to respect the new type constraint. |
| POST/datastore/documents/transaction/v2/spaces/[spaceId]/connections | Modified the strict schema constraint additionalPropertiesAllowed at connectors in the request payload. | Payloads violating the updated additionalPropertiesAllowed validation rule will be rejected. | Update client-side schema definitions to respect the new additionalPropertiesAllowed constraint. |
| POST/datastore/documents/transaction/v2/spaces/[spaceId]/connections | Removed the IBAN enum value from the paymentAccounts/scheme request property. | Submitting IBAN will result in schema validation failures. | Remove usage of IBAN and implement fallback logic. |
| POST/datastore/documents/transaction/v2/spaces/[spaceId]/connections | Removed the BBAN enum value from the paymentAccounts/scheme request property. | Submitting BBAN will result in schema validation failures. | Remove usage of BBAN and implement fallback logic. |
| POST/datastore/documents/transaction/v2/spaces/[spaceId]/connections | Removed the ANB enum value from the paymentAccounts/scheme request property. | Submitting ANB will result in schema validation failures. | Remove usage of ANB and implement fallback logic. |
| POST/datastore/documents/transaction/v2/spaces/[spaceId]/connections | Removed the SE_BANKGIRO enum value from the paymentAccounts/scheme request property. | Submitting SE_BANKGIRO will result in schema validation failures. | Remove usage of SE_BANKGIRO and implement fallback logic. |
| POST/datastore/documents/transaction/v2/spaces/[spaceId]/connections | Removed the SE_PLUSGIRO enum value from the paymentAccounts/scheme request property. | Submitting SE_PLUSGIRO will result in schema validation failures. | Remove usage of SE_PLUSGIRO and implement fallback logic. |
| POST/datastore/documents/transaction/v2/spaces/[spaceId]/connections | Modified the strict schema constraint value at examples/BusinessConnection in the request payload. | Payloads violating the updated value validation rule will be rejected. | Update client-side schema definitions to respect the new value constraint. |
| POST/datastore/documents/transaction/v2/spaces/[spaceId]/connections | Modified the strict schema constraint nullable at addresses/additionalProperties in the response payload under status 201. | Payloads violating the updated nullable validation rule will be rejected. | Update client-side schema definitions to respect the new nullable constraint. |
| POST/datastore/documents/transaction/v2/spaces/[spaceId]/connections | Modified the strict schema constraint nullable at connectionStatus in the response payload under status 201. | Payloads violating the updated nullable validation rule will be rejected. | Update client-side schema definitions to respect the new nullable constraint. |
| POST/datastore/documents/transaction/v2/spaces/[spaceId]/connections | Added the new ABA enum value to the paymentAccounts/bank/scheme response property under status 201. | Strict parsers will fail to deserialize when returning records with the ABA type. | Update models to accept and handle the ABA type. |
| POST/datastore/documents/transaction/v2/spaces/[spaceId]/connections | Added the new CLABE enum value to the paymentAccounts/bank/scheme response property under status 201. | Strict parsers will fail to deserialize when returning records with the CLABE type. | Update models to accept and handle the CLABE type. |
| POST/datastore/documents/transaction/v2/spaces/[spaceId]/connections | Added the new THIRD_PARTY enum value to the paymentAccounts/bank/scheme response property under status 201. | Strict parsers will fail to deserialize when returning records with the THIRD_PARTY type. | Update models to accept and handle the THIRD_PARTY type. |
| POST/datastore/documents/transaction/v2/spaces/[spaceId]/connections | Removed the IBAN enum value from the paymentAccounts/scheme response property under status 201. | Submitting IBAN will result in schema validation failures. | Remove usage of IBAN and implement fallback logic. |
| POST/datastore/documents/transaction/v2/spaces/[spaceId]/connections | Removed the BBAN enum value from the paymentAccounts/scheme response property under status 201. | Submitting BBAN will result in schema validation failures. | Remove usage of BBAN and implement fallback logic. |
| POST/datastore/documents/transaction/v2/spaces/[spaceId]/connections | Removed the ANB enum value from the paymentAccounts/scheme response property under status 201. | Submitting ANB will result in schema validation failures. | Remove usage of ANB and implement fallback logic. |
| POST/datastore/documents/transaction/v2/spaces/[spaceId]/connections | Removed the SE_BANKGIRO enum value from the paymentAccounts/scheme response property under status 201. | Submitting SE_BANKGIRO will result in schema validation failures. | Remove usage of SE_BANKGIRO and implement fallback logic. |
| POST/datastore/documents/transaction/v2/spaces/[spaceId]/connections | Removed the SE_PLUSGIRO enum value from the paymentAccounts/scheme response property under status 201. | Submitting SE_PLUSGIRO will result in schema validation failures. | Remove usage of SE_PLUSGIRO and implement fallback logic. |
| POST/datastore/documents/transaction/v2/spaces/[spaceId]/connections | Added the new CUSTOMER enum value to the relationTypes response property under status 201. | Strict parsers will fail to deserialize when returning records with the CUSTOMER type. | Update models to accept and handle the CUSTOMER type. |
| POST/datastore/documents/transaction/v2/spaces/[spaceId]/connections | Added the new SUPPLIER enum value to the relationTypes response property under status 201. | Strict parsers will fail to deserialize when returning records with the SUPPLIER type. | Update models to accept and handle the SUPPLIER type. |
| POST/datastore/documents/transaction/v2/spaces/[spaceId]/connections | Added the new ACCOUNTANT enum value to the relationTypes response property under status 201. | Strict parsers will fail to deserialize when returning records with the ACCOUNTANT type. | Update models to accept and handle the ACCOUNTANT type. |
| POST/datastore/documents/transaction/v2/spaces/[spaceId]/connections | Added the new PARTNER enum value to the relationTypes response property under status 201. | Strict parsers will fail to deserialize when returning records with the PARTNER type. | Update models to accept and handle the PARTNER type. |
| POST/datastore/documents/transaction/v2/spaces/[spaceId]/connections | Added the new GROUP enum value to the relationTypes response property under status 201. | Strict parsers will fail to deserialize when returning records with the GROUP type. | Update models to accept and handle the GROUP type. |
| POST/datastore/documents/transaction/v2/spaces/[spaceId]/connections | The displayName property is now REQUIRED in the response payload under status 201. | Omitting displayName will cause validation errors. | Ensure displayName is populated. |
| GET/datastore/documents/transaction/v2/spaces/[spaceId]/connections/[connectionId] | Modified the strict schema constraint nullable at addresses/additionalProperties in the response payload under status 200. | Payloads violating the updated nullable validation rule will be rejected. | Update client-side schema definitions to respect the new nullable constraint. |
| GET/datastore/documents/transaction/v2/spaces/[spaceId]/connections/[connectionId] | Modified the strict schema constraint nullable at connectionStatus in the response payload under status 200. | Payloads violating the updated nullable validation rule will be rejected. | Update client-side schema definitions to respect the new nullable constraint. |
| GET/datastore/documents/transaction/v2/spaces/[spaceId]/connections/[connectionId] | Added the new ABA enum value to the paymentAccounts/bank/scheme response property under status 200. | Strict parsers will fail to deserialize when returning records with the ABA type. | Update models to accept and handle the ABA type. |
| GET/datastore/documents/transaction/v2/spaces/[spaceId]/connections/[connectionId] | Added the new CLABE enum value to the paymentAccounts/bank/scheme response property under status 200. | Strict parsers will fail to deserialize when returning records with the CLABE type. | Update models to accept and handle the CLABE type. |
| GET/datastore/documents/transaction/v2/spaces/[spaceId]/connections/[connectionId] | Added the new THIRD_PARTY enum value to the paymentAccounts/bank/scheme response property under status 200. | Strict parsers will fail to deserialize when returning records with the THIRD_PARTY type. | Update models to accept and handle the THIRD_PARTY type. |
| GET/datastore/documents/transaction/v2/spaces/[spaceId]/connections/[connectionId] | Removed the IBAN enum value from the paymentAccounts/scheme response property under status 200. | Submitting IBAN will result in schema validation failures. | Remove usage of IBAN and implement fallback logic. |
| GET/datastore/documents/transaction/v2/spaces/[spaceId]/connections/[connectionId] | Removed the BBAN enum value from the paymentAccounts/scheme response property under status 200. | Submitting BBAN will result in schema validation failures. | Remove usage of BBAN and implement fallback logic. |
| GET/datastore/documents/transaction/v2/spaces/[spaceId]/connections/[connectionId] | Removed the ANB enum value from the paymentAccounts/scheme response property under status 200. | Submitting ANB will result in schema validation failures. | Remove usage of ANB and implement fallback logic. |
| GET/datastore/documents/transaction/v2/spaces/[spaceId]/connections/[connectionId] | Removed the SE_BANKGIRO enum value from the paymentAccounts/scheme response property under status 200. | Submitting SE_BANKGIRO will result in schema validation failures. | Remove usage of SE_BANKGIRO and implement fallback logic. |
| GET/datastore/documents/transaction/v2/spaces/[spaceId]/connections/[connectionId] | Removed the SE_PLUSGIRO enum value from the paymentAccounts/scheme response property under status 200. | Submitting SE_PLUSGIRO will result in schema validation failures. | Remove usage of SE_PLUSGIRO and implement fallback logic. |
| GET/datastore/documents/transaction/v2/spaces/[spaceId]/connections/[connectionId] | Added the new CUSTOMER enum value to the relationTypes response property under status 200. | Strict parsers will fail to deserialize when returning records with the CUSTOMER type. | Update models to accept and handle the CUSTOMER type. |
| GET/datastore/documents/transaction/v2/spaces/[spaceId]/connections/[connectionId] | Added the new SUPPLIER enum value to the relationTypes response property under status 200. | Strict parsers will fail to deserialize when returning records with the SUPPLIER type. | Update models to accept and handle the SUPPLIER type. |
| GET/datastore/documents/transaction/v2/spaces/[spaceId]/connections/[connectionId] | Added the new ACCOUNTANT enum value to the relationTypes response property under status 200. | Strict parsers will fail to deserialize when returning records with the ACCOUNTANT type. | Update models to accept and handle the ACCOUNTANT type. |
| GET/datastore/documents/transaction/v2/spaces/[spaceId]/connections/[connectionId] | Added the new PARTNER enum value to the relationTypes response property under status 200. | Strict parsers will fail to deserialize when returning records with the PARTNER type. | Update models to accept and handle the PARTNER type. |
| GET/datastore/documents/transaction/v2/spaces/[spaceId]/connections/[connectionId] | Added the new GROUP enum value to the relationTypes response property under status 200. | Strict parsers will fail to deserialize when returning records with the GROUP type. | Update models to accept and handle the GROUP type. |
| GET/datastore/documents/transaction/v2/spaces/[spaceId]/connections/[connectionId] | The displayName property is now REQUIRED in the response payload under status 200. | Omitting displayName will cause validation errors. | Ensure displayName is populated. |
| PATCH/datastore/documents/transaction/v2/spaces/[spaceId]/connections/[connectionId] | Modified the strict schema constraint nullable at active in the request payload. | Payloads violating the updated nullable validation rule will be rejected. | Update client-side schema definitions to respect the new nullable constraint. |
| PATCH/datastore/documents/transaction/v2/spaces/[spaceId]/connections/[connectionId] | Modified the strict schema constraint nullable at addresses/additionalProperties in the request payload. | Payloads violating the updated nullable validation rule will be rejected. | Update client-side schema definitions to respect the new nullable constraint. |
| PATCH/datastore/documents/transaction/v2/spaces/[spaceId]/connections/[connectionId] | Modified the strict schema constraint nullable at addresses in the request payload. | Payloads violating the updated nullable validation rule will be rejected. | Update client-side schema definitions to respect the new nullable constraint. |
| PATCH/datastore/documents/transaction/v2/spaces/[spaceId]/connections/[connectionId] | Modified the strict schema constraint nullable at alias in the request payload. | Payloads violating the updated nullable validation rule will be rejected. | Update client-side schema definitions to respect the new nullable constraint. |
| PATCH/datastore/documents/transaction/v2/spaces/[spaceId]/connections/[connectionId] | Modified the strict schema constraint nullable at assignedAccountId in the request payload. | Payloads violating the updated nullable validation rule will be rejected. | Update client-side schema definitions to respect the new nullable constraint. |
| PATCH/datastore/documents/transaction/v2/spaces/[spaceId]/connections/[connectionId] | Modified the strict schema constraint nullable at connectionStatus in the request payload. | Payloads violating the updated nullable validation rule will be rejected. | Update client-side schema definitions to respect the new nullable constraint. |
| PATCH/datastore/documents/transaction/v2/spaces/[spaceId]/connections/[connectionId] | Modified the strict schema constraint nullable at globalIdentifiers in the request payload. | Payloads violating the updated nullable validation rule will be rejected. | Update client-side schema definitions to respect the new nullable constraint. |
| PATCH/datastore/documents/transaction/v2/spaces/[spaceId]/connections/[connectionId] | Modified the strict schema constraint nullable at metadata in the request payload. | Payloads violating the updated nullable validation rule will be rejected. | Update client-side schema definitions to respect the new nullable constraint. |
| PATCH/datastore/documents/transaction/v2/spaces/[spaceId]/connections/[connectionId] | Modified the strict schema constraint nullable at paymentAccount in the request payload. | Payloads violating the updated nullable validation rule will be rejected. | Update client-side schema definitions to respect the new nullable constraint. |
| PATCH/datastore/documents/transaction/v2/spaces/[spaceId]/connections/[connectionId] | Modified the strict schema constraint nullable at relationTypes in the request payload. | Payloads violating the updated nullable validation rule will be rejected. | Update client-side schema definitions to respect the new nullable constraint. |
| PATCH/datastore/documents/transaction/v2/spaces/[spaceId]/connections/[connectionId] | Modified the strict schema constraint nullable at spaceUrl in the request payload. | Payloads violating the updated nullable validation rule will be rejected. | Update client-side schema definitions to respect the new nullable constraint. |
| PATCH/datastore/documents/transaction/v2/spaces/[spaceId]/connections/[connectionId] | Modified the strict schema constraint nullable at tags in the request payload. | Payloads violating the updated nullable validation rule will be rejected. | Update client-side schema definitions to respect the new nullable constraint. |
| PATCH/datastore/documents/transaction/v2/spaces/[spaceId]/connections/[connectionId] | Modified the strict schema constraint value at examples/Update Business Connection Request in the request payload. | Payloads violating the updated value validation rule will be rejected. | Update client-side schema definitions to respect the new value constraint. |
| PATCH/datastore/documents/transaction/v2/spaces/[spaceId]/connections/[connectionId] | Modified the strict schema constraint nullable at addresses/additionalProperties in the response payload under status 200. | Payloads violating the updated nullable validation rule will be rejected. | Update client-side schema definitions to respect the new nullable constraint. |
| PATCH/datastore/documents/transaction/v2/spaces/[spaceId]/connections/[connectionId] | Modified the strict schema constraint nullable at connectionStatus in the response payload under status 200. | Payloads violating the updated nullable validation rule will be rejected. | Update client-side schema definitions to respect the new nullable constraint. |
| PATCH/datastore/documents/transaction/v2/spaces/[spaceId]/connections/[connectionId] | Added the new ABA enum value to the paymentAccounts/bank/scheme response property under status 200. | Strict parsers will fail to deserialize when returning records with the ABA type. | Update models to accept and handle the ABA type. |
| PATCH/datastore/documents/transaction/v2/spaces/[spaceId]/connections/[connectionId] | Added the new CLABE enum value to the paymentAccounts/bank/scheme response property under status 200. | Strict parsers will fail to deserialize when returning records with the CLABE type. | Update models to accept and handle the CLABE type. |
| PATCH/datastore/documents/transaction/v2/spaces/[spaceId]/connections/[connectionId] | Added the new THIRD_PARTY enum value to the paymentAccounts/bank/scheme response property under status 200. | Strict parsers will fail to deserialize when returning records with the THIRD_PARTY type. | Update models to accept and handle the THIRD_PARTY type. |
| PATCH/datastore/documents/transaction/v2/spaces/[spaceId]/connections/[connectionId] | Removed the IBAN enum value from the paymentAccounts/scheme response property under status 200. | Submitting IBAN will result in schema validation failures. | Remove usage of IBAN and implement fallback logic. |
| PATCH/datastore/documents/transaction/v2/spaces/[spaceId]/connections/[connectionId] | Removed the BBAN enum value from the paymentAccounts/scheme response property under status 200. | Submitting BBAN will result in schema validation failures. | Remove usage of BBAN and implement fallback logic. |
| PATCH/datastore/documents/transaction/v2/spaces/[spaceId]/connections/[connectionId] | Removed the ANB enum value from the paymentAccounts/scheme response property under status 200. | Submitting ANB will result in schema validation failures. | Remove usage of ANB and implement fallback logic. |
| PATCH/datastore/documents/transaction/v2/spaces/[spaceId]/connections/[connectionId] | Removed the SE_BANKGIRO enum value from the paymentAccounts/scheme response property under status 200. | Submitting SE_BANKGIRO will result in schema validation failures. | Remove usage of SE_BANKGIRO and implement fallback logic. |
| PATCH/datastore/documents/transaction/v2/spaces/[spaceId]/connections/[connectionId] | Removed the SE_PLUSGIRO enum value from the paymentAccounts/scheme response property under status 200. | Submitting SE_PLUSGIRO will result in schema validation failures. | Remove usage of SE_PLUSGIRO and implement fallback logic. |
| PATCH/datastore/documents/transaction/v2/spaces/[spaceId]/connections/[connectionId] | Added the new CUSTOMER enum value to the relationTypes response property under status 200. | Strict parsers will fail to deserialize when returning records with the CUSTOMER type. | Update models to accept and handle the CUSTOMER type. |
| PATCH/datastore/documents/transaction/v2/spaces/[spaceId]/connections/[connectionId] | Added the new SUPPLIER enum value to the relationTypes response property under status 200. | Strict parsers will fail to deserialize when returning records with the SUPPLIER type. | Update models to accept and handle the SUPPLIER type. |
| PATCH/datastore/documents/transaction/v2/spaces/[spaceId]/connections/[connectionId] | Added the new ACCOUNTANT enum value to the relationTypes response property under status 200. | Strict parsers will fail to deserialize when returning records with the ACCOUNTANT type. | Update models to accept and handle the ACCOUNTANT type. |
| PATCH/datastore/documents/transaction/v2/spaces/[spaceId]/connections/[connectionId] | Added the new PARTNER enum value to the relationTypes response property under status 200. | Strict parsers will fail to deserialize when returning records with the PARTNER type. | Update models to accept and handle the PARTNER type. |
| PATCH/datastore/documents/transaction/v2/spaces/[spaceId]/connections/[connectionId] | Added the new GROUP enum value to the relationTypes response property under status 200. | Strict parsers will fail to deserialize when returning records with the GROUP type. | Update models to accept and handle the GROUP type. |
| PATCH/datastore/documents/transaction/v2/spaces/[spaceId]/connections/[connectionId] | The displayName property is now REQUIRED in the response payload under status 200. | Omitting displayName will cause validation errors. | Ensure displayName is populated. |
| GET/datastore/documents/transaction/v2/spaces/[spaceId]/documents | Removed the query request property. | Client payloads including the query field will be rejected by the updated schema validation on this endpoint. | Remove the query parameter from request payloads and update client-side schema models. |
| GET/datastore/documents/transaction/v2/spaces/[spaceId]/documents | Removed the PURCHASE_ORDER enum value from the documents/category response property under status 200. | Submitting PURCHASE_ORDER will result in schema validation failures. | Remove usage of PURCHASE_ORDER and implement fallback logic. |
| GET/datastore/documents/transaction/v2/spaces/[spaceId]/documents | Removed the ORDER_CONFIRMATION enum value from the documents/category response property under status 200. | Submitting ORDER_CONFIRMATION will result in schema validation failures. | Remove usage of ORDER_CONFIRMATION and implement fallback logic. |
| GET/datastore/documents/transaction/v2/spaces/[spaceId]/documents | Removed the DELIVERY_NOTE enum value from the documents/category response property under status 200. | Submitting DELIVERY_NOTE will result in schema validation failures. | Remove usage of DELIVERY_NOTE and implement fallback logic. |
| GET/datastore/documents/transaction/v2/spaces/[spaceId]/documents | Removed the GOODS_RECEIVED_NOTE enum value from the documents/category response property under status 200. | Submitting GOODS_RECEIVED_NOTE will result in schema validation failures. | Remove usage of GOODS_RECEIVED_NOTE and implement fallback logic. |
| GET/datastore/documents/transaction/v2/spaces/[spaceId]/documents | Removed the INVOICE enum value from the documents/category response property under status 200. | Submitting INVOICE will result in schema validation failures. | Remove usage of INVOICE and implement fallback logic. |
| GET/datastore/documents/transaction/v2/spaces/[spaceId]/documents | Removed the INVOICE_REMINDER enum value from the documents/category response property under status 200. | Submitting INVOICE_REMINDER will result in schema validation failures. | Remove usage of INVOICE_REMINDER and implement fallback logic. |
| GET/datastore/documents/transaction/v2/spaces/[spaceId]/documents | Removed the CREDIT_NOTE enum value from the documents/category response property under status 200. | Submitting CREDIT_NOTE will result in schema validation failures. | Remove usage of CREDIT_NOTE and implement fallback logic. |
| GET/datastore/documents/transaction/v2/spaces/[spaceId]/documents | Removed the RECEIPT enum value from the documents/category response property under status 200. | Submitting RECEIPT will result in schema validation failures. | Remove usage of RECEIPT and implement fallback logic. |
| GET/datastore/documents/transaction/v2/spaces/[spaceId]/documents | Removed the STATEMENT enum value from the documents/category response property under status 200. | Submitting STATEMENT will result in schema validation failures. | Remove usage of STATEMENT and implement fallback logic. |
| GET/datastore/documents/transaction/v2/spaces/[spaceId]/documents | Removed the FILE enum value from the documents/category response property under status 200. | Submitting FILE will result in schema validation failures. | Remove usage of FILE and implement fallback logic. |
| GET/datastore/documents/transaction/v2/spaces/[spaceId]/documents | Removed the OTHER enum value from the documents/category response property under status 200. | Submitting OTHER will result in schema validation failures. | Remove usage of OTHER and implement fallback logic. |
| GET/datastore/documents/transaction/v2/spaces/[spaceId]/documents | Added the new CUSTOMER enum value to the documents/connections/relationType response property under status 200. | Strict parsers will fail to deserialize when returning records with the CUSTOMER type. | Update models to accept and handle the CUSTOMER type. |
| GET/datastore/documents/transaction/v2/spaces/[spaceId]/documents | Added the new SUPPLIER enum value to the documents/connections/relationType response property under status 200. | Strict parsers will fail to deserialize when returning records with the SUPPLIER type. | Update models to accept and handle the SUPPLIER type. |
| GET/datastore/documents/transaction/v2/spaces/[spaceId]/documents | Added the new ACCOUNTANT enum value to the documents/connections/relationType response property under status 200. | Strict parsers will fail to deserialize when returning records with the ACCOUNTANT type. | Update models to accept and handle the ACCOUNTANT type. |
| GET/datastore/documents/transaction/v2/spaces/[spaceId]/documents | Added the new PARTNER enum value to the documents/connections/relationType response property under status 200. | Strict parsers will fail to deserialize when returning records with the PARTNER type. | Update models to accept and handle the PARTNER type. |
| GET/datastore/documents/transaction/v2/spaces/[spaceId]/documents | Added the new GROUP enum value to the documents/connections/relationType response property under status 200. | Strict parsers will fail to deserialize when returning records with the GROUP type. | Update models to accept and handle the GROUP type. |
| GET/datastore/documents/transaction/v2/spaces/[spaceId]/documents | Modified the strict schema constraint nullable at documents/connections in the response payload under status 200. | Payloads violating the updated nullable validation rule will be rejected. | Update client-side schema definitions to respect the new nullable constraint. |
| GET/datastore/documents/transaction/v2/spaces/[spaceId]/documents | Modified the strict schema constraint nullable at documents/lines in the response payload under status 200. | Payloads violating the updated nullable validation rule will be rejected. | Update client-side schema definitions to respect the new nullable constraint. |
| GET/datastore/documents/transaction/v2/spaces/[spaceId]/documents | Modified the strict schema constraint nullable at documents/tasks in the response payload under status 200. | Payloads violating the updated nullable validation rule will be rejected. | Update client-side schema definitions to respect the new nullable constraint. |
| POST/datastore/documents/transaction/v2/spaces/[spaceId]/documents | Modified the strict schema constraint nullable at connections in the request payload. | Payloads violating the updated nullable validation rule will be rejected. | Update client-side schema definitions to respect the new nullable constraint. |
| POST/datastore/documents/transaction/v2/spaces/[spaceId]/documents | Modified the strict schema constraint value at examples/Document in the request payload. | Payloads violating the updated value validation rule will be rejected. | Update client-side schema definitions to respect the new value constraint. |
| POST/datastore/documents/transaction/v2/spaces/[spaceId]/documents | Removed the PURCHASE_ORDER enum value from the category response property under status 201. | Submitting PURCHASE_ORDER will result in schema validation failures. | Remove usage of PURCHASE_ORDER and implement fallback logic. |
| POST/datastore/documents/transaction/v2/spaces/[spaceId]/documents | Removed the ORDER_CONFIRMATION enum value from the category response property under status 201. | Submitting ORDER_CONFIRMATION will result in schema validation failures. | Remove usage of ORDER_CONFIRMATION and implement fallback logic. |
| POST/datastore/documents/transaction/v2/spaces/[spaceId]/documents | Removed the DELIVERY_NOTE enum value from the category response property under status 201. | Submitting DELIVERY_NOTE will result in schema validation failures. | Remove usage of DELIVERY_NOTE and implement fallback logic. |
| POST/datastore/documents/transaction/v2/spaces/[spaceId]/documents | Removed the GOODS_RECEIVED_NOTE enum value from the category response property under status 201. | Submitting GOODS_RECEIVED_NOTE will result in schema validation failures. | Remove usage of GOODS_RECEIVED_NOTE and implement fallback logic. |
| POST/datastore/documents/transaction/v2/spaces/[spaceId]/documents | Removed the INVOICE enum value from the category response property under status 201. | Submitting INVOICE will result in schema validation failures. | Remove usage of INVOICE and implement fallback logic. |
| POST/datastore/documents/transaction/v2/spaces/[spaceId]/documents | Removed the INVOICE_REMINDER enum value from the category response property under status 201. | Submitting INVOICE_REMINDER will result in schema validation failures. | Remove usage of INVOICE_REMINDER and implement fallback logic. |
| POST/datastore/documents/transaction/v2/spaces/[spaceId]/documents | Removed the CREDIT_NOTE enum value from the category response property under status 201. | Submitting CREDIT_NOTE will result in schema validation failures. | Remove usage of CREDIT_NOTE and implement fallback logic. |
| POST/datastore/documents/transaction/v2/spaces/[spaceId]/documents | Removed the RECEIPT enum value from the category response property under status 201. | Submitting RECEIPT will result in schema validation failures. | Remove usage of RECEIPT and implement fallback logic. |
| POST/datastore/documents/transaction/v2/spaces/[spaceId]/documents | Removed the STATEMENT enum value from the category response property under status 201. | Submitting STATEMENT will result in schema validation failures. | Remove usage of STATEMENT and implement fallback logic. |
| POST/datastore/documents/transaction/v2/spaces/[spaceId]/documents | Removed the FILE enum value from the category response property under status 201. | Submitting FILE will result in schema validation failures. | Remove usage of FILE and implement fallback logic. |
| POST/datastore/documents/transaction/v2/spaces/[spaceId]/documents | Removed the OTHER enum value from the category response property under status 201. | Submitting OTHER will result in schema validation failures. | Remove usage of OTHER and implement fallback logic. |
| POST/datastore/documents/transaction/v2/spaces/[spaceId]/documents | Added the new CUSTOMER enum value to the connections/relationType response property under status 201. | Strict parsers will fail to deserialize when returning records with the CUSTOMER type. | Update models to accept and handle the CUSTOMER type. |
| POST/datastore/documents/transaction/v2/spaces/[spaceId]/documents | Added the new SUPPLIER enum value to the connections/relationType response property under status 201. | Strict parsers will fail to deserialize when returning records with the SUPPLIER type. | Update models to accept and handle the SUPPLIER type. |
| POST/datastore/documents/transaction/v2/spaces/[spaceId]/documents | Added the new ACCOUNTANT enum value to the connections/relationType response property under status 201. | Strict parsers will fail to deserialize when returning records with the ACCOUNTANT type. | Update models to accept and handle the ACCOUNTANT type. |
| POST/datastore/documents/transaction/v2/spaces/[spaceId]/documents | Added the new PARTNER enum value to the connections/relationType response property under status 201. | Strict parsers will fail to deserialize when returning records with the PARTNER type. | Update models to accept and handle the PARTNER type. |
| POST/datastore/documents/transaction/v2/spaces/[spaceId]/documents | Added the new GROUP enum value to the connections/relationType response property under status 201. | Strict parsers will fail to deserialize when returning records with the GROUP type. | Update models to accept and handle the GROUP type. |
| POST/datastore/documents/transaction/v2/spaces/[spaceId]/documents | Modified the strict schema constraint nullable at connections in the response payload under status 201. | Payloads violating the updated nullable validation rule will be rejected. | Update client-side schema definitions to respect the new nullable constraint. |
| POST/datastore/documents/transaction/v2/spaces/[spaceId]/documents | Modified the strict schema constraint nullable at lines in the response payload under status 201. | Payloads violating the updated nullable validation rule will be rejected. | Update client-side schema definitions to respect the new nullable constraint. |
| POST/datastore/documents/transaction/v2/spaces/[spaceId]/documents | Modified the strict schema constraint nullable at tasks in the response payload under status 201. | Payloads violating the updated nullable validation rule will be rejected. | Update client-side schema definitions to respect the new nullable constraint. |
| GET/datastore/documents/transaction/v2/spaces/[spaceId]/documents/[documentId] | Removed the PURCHASE_ORDER enum value from the category response property under status 200. | Submitting PURCHASE_ORDER will result in schema validation failures. | Remove usage of PURCHASE_ORDER and implement fallback logic. |
| GET/datastore/documents/transaction/v2/spaces/[spaceId]/documents/[documentId] | Removed the ORDER_CONFIRMATION enum value from the category response property under status 200. | Submitting ORDER_CONFIRMATION will result in schema validation failures. | Remove usage of ORDER_CONFIRMATION and implement fallback logic. |
| GET/datastore/documents/transaction/v2/spaces/[spaceId]/documents/[documentId] | Removed the DELIVERY_NOTE enum value from the category response property under status 200. | Submitting DELIVERY_NOTE will result in schema validation failures. | Remove usage of DELIVERY_NOTE and implement fallback logic. |
| GET/datastore/documents/transaction/v2/spaces/[spaceId]/documents/[documentId] | Removed the GOODS_RECEIVED_NOTE enum value from the category response property under status 200. | Submitting GOODS_RECEIVED_NOTE will result in schema validation failures. | Remove usage of GOODS_RECEIVED_NOTE and implement fallback logic. |
| GET/datastore/documents/transaction/v2/spaces/[spaceId]/documents/[documentId] | Removed the INVOICE enum value from the category response property under status 200. | Submitting INVOICE will result in schema validation failures. | Remove usage of INVOICE and implement fallback logic. |
| GET/datastore/documents/transaction/v2/spaces/[spaceId]/documents/[documentId] | Removed the INVOICE_REMINDER enum value from the category response property under status 200. | Submitting INVOICE_REMINDER will result in schema validation failures. | Remove usage of INVOICE_REMINDER and implement fallback logic. |
| GET/datastore/documents/transaction/v2/spaces/[spaceId]/documents/[documentId] | Removed the CREDIT_NOTE enum value from the category response property under status 200. | Submitting CREDIT_NOTE will result in schema validation failures. | Remove usage of CREDIT_NOTE and implement fallback logic. |
| GET/datastore/documents/transaction/v2/spaces/[spaceId]/documents/[documentId] | Removed the RECEIPT enum value from the category response property under status 200. | Submitting RECEIPT will result in schema validation failures. | Remove usage of RECEIPT and implement fallback logic. |
| GET/datastore/documents/transaction/v2/spaces/[spaceId]/documents/[documentId] | Removed the STATEMENT enum value from the category response property under status 200. | Submitting STATEMENT will result in schema validation failures. | Remove usage of STATEMENT and implement fallback logic. |
| GET/datastore/documents/transaction/v2/spaces/[spaceId]/documents/[documentId] | Removed the FILE enum value from the category response property under status 200. | Submitting FILE will result in schema validation failures. | Remove usage of FILE and implement fallback logic. |
| GET/datastore/documents/transaction/v2/spaces/[spaceId]/documents/[documentId] | Removed the OTHER enum value from the category response property under status 200. | Submitting OTHER will result in schema validation failures. | Remove usage of OTHER and implement fallback logic. |
| GET/datastore/documents/transaction/v2/spaces/[spaceId]/documents/[documentId] | Added the new CUSTOMER enum value to the connections/relationType response property under status 200. | Strict parsers will fail to deserialize when returning records with the CUSTOMER type. | Update models to accept and handle the CUSTOMER type. |
| GET/datastore/documents/transaction/v2/spaces/[spaceId]/documents/[documentId] | Added the new SUPPLIER enum value to the connections/relationType response property under status 200. | Strict parsers will fail to deserialize when returning records with the SUPPLIER type. | Update models to accept and handle the SUPPLIER type. |
| GET/datastore/documents/transaction/v2/spaces/[spaceId]/documents/[documentId] | Added the new ACCOUNTANT enum value to the connections/relationType response property under status 200. | Strict parsers will fail to deserialize when returning records with the ACCOUNTANT type. | Update models to accept and handle the ACCOUNTANT type. |
| GET/datastore/documents/transaction/v2/spaces/[spaceId]/documents/[documentId] | Added the new PARTNER enum value to the connections/relationType response property under status 200. | Strict parsers will fail to deserialize when returning records with the PARTNER type. | Update models to accept and handle the PARTNER type. |
| GET/datastore/documents/transaction/v2/spaces/[spaceId]/documents/[documentId] | Added the new GROUP enum value to the connections/relationType response property under status 200. | Strict parsers will fail to deserialize when returning records with the GROUP type. | Update models to accept and handle the GROUP type. |
| GET/datastore/documents/transaction/v2/spaces/[spaceId]/documents/[documentId] | Modified the strict schema constraint nullable at connections in the response payload under status 200. | Payloads violating the updated nullable validation rule will be rejected. | Update client-side schema definitions to respect the new nullable constraint. |
| GET/datastore/documents/transaction/v2/spaces/[spaceId]/documents/[documentId] | Modified the strict schema constraint nullable at lines in the response payload under status 200. | Payloads violating the updated nullable validation rule will be rejected. | Update client-side schema definitions to respect the new nullable constraint. |
| GET/datastore/documents/transaction/v2/spaces/[spaceId]/documents/[documentId] | Modified the strict schema constraint nullable at tasks in the response payload under status 200. | Payloads violating the updated nullable validation rule will be rejected. | Update client-side schema definitions to respect the new nullable constraint. |
| PATCH/datastore/documents/transaction/v2/spaces/[spaceId]/documents/[documentId] | Modified the strict schema constraint nullable at description in the request payload. | Payloads violating the updated nullable validation rule will be rejected. | Update client-side schema definitions to respect the new nullable constraint. |
| PATCH/datastore/documents/transaction/v2/spaces/[spaceId]/documents/[documentId] | Modified the strict schema constraint nullable at metadata in the request payload. | Payloads violating the updated nullable validation rule will be rejected. | Update client-side schema definitions to respect the new nullable constraint. |
| PATCH/datastore/documents/transaction/v2/spaces/[spaceId]/documents/[documentId] | Modified the strict schema constraint nullable at retentionTime in the request payload. | Payloads violating the updated nullable validation rule will be rejected. | Update client-side schema definitions to respect the new nullable constraint. |
| PATCH/datastore/documents/transaction/v2/spaces/[spaceId]/documents/[documentId] | Modified the strict schema constraint nullable at source in the request payload. | Payloads violating the updated nullable validation rule will be rejected. | Update client-side schema definitions to respect the new nullable constraint. |
| PATCH/datastore/documents/transaction/v2/spaces/[spaceId]/documents/[documentId] | Modified the strict schema constraint nullable at status in the request payload. | Payloads violating the updated nullable validation rule will be rejected. | Update client-side schema definitions to respect the new nullable constraint. |
| PATCH/datastore/documents/transaction/v2/spaces/[spaceId]/documents/[documentId] | Modified the strict schema constraint nullable at tags in the request payload. | Payloads violating the updated nullable validation rule will be rejected. | Update client-side schema definitions to respect the new nullable constraint. |
| PATCH/datastore/documents/transaction/v2/spaces/[spaceId]/documents/[documentId] | Removed the PURCHASE_ORDER enum value from the category response property under status 200. | Submitting PURCHASE_ORDER will result in schema validation failures. | Remove usage of PURCHASE_ORDER and implement fallback logic. |
| PATCH/datastore/documents/transaction/v2/spaces/[spaceId]/documents/[documentId] | Removed the ORDER_CONFIRMATION enum value from the category response property under status 200. | Submitting ORDER_CONFIRMATION will result in schema validation failures. | Remove usage of ORDER_CONFIRMATION and implement fallback logic. |
| PATCH/datastore/documents/transaction/v2/spaces/[spaceId]/documents/[documentId] | Removed the DELIVERY_NOTE enum value from the category response property under status 200. | Submitting DELIVERY_NOTE will result in schema validation failures. | Remove usage of DELIVERY_NOTE and implement fallback logic. |
| PATCH/datastore/documents/transaction/v2/spaces/[spaceId]/documents/[documentId] | Removed the GOODS_RECEIVED_NOTE enum value from the category response property under status 200. | Submitting GOODS_RECEIVED_NOTE will result in schema validation failures. | Remove usage of GOODS_RECEIVED_NOTE and implement fallback logic. |
| PATCH/datastore/documents/transaction/v2/spaces/[spaceId]/documents/[documentId] | Removed the INVOICE enum value from the category response property under status 200. | Submitting INVOICE will result in schema validation failures. | Remove usage of INVOICE and implement fallback logic. |
| PATCH/datastore/documents/transaction/v2/spaces/[spaceId]/documents/[documentId] | Removed the INVOICE_REMINDER enum value from the category response property under status 200. | Submitting INVOICE_REMINDER will result in schema validation failures. | Remove usage of INVOICE_REMINDER and implement fallback logic. |
| PATCH/datastore/documents/transaction/v2/spaces/[spaceId]/documents/[documentId] | Removed the CREDIT_NOTE enum value from the category response property under status 200. | Submitting CREDIT_NOTE will result in schema validation failures. | Remove usage of CREDIT_NOTE and implement fallback logic. |
| PATCH/datastore/documents/transaction/v2/spaces/[spaceId]/documents/[documentId] | Removed the RECEIPT enum value from the category response property under status 200. | Submitting RECEIPT will result in schema validation failures. | Remove usage of RECEIPT and implement fallback logic. |
| PATCH/datastore/documents/transaction/v2/spaces/[spaceId]/documents/[documentId] | Removed the STATEMENT enum value from the category response property under status 200. | Submitting STATEMENT will result in schema validation failures. | Remove usage of STATEMENT and implement fallback logic. |
| PATCH/datastore/documents/transaction/v2/spaces/[spaceId]/documents/[documentId] | Removed the FILE enum value from the category response property under status 200. | Submitting FILE will result in schema validation failures. | Remove usage of FILE and implement fallback logic. |
| PATCH/datastore/documents/transaction/v2/spaces/[spaceId]/documents/[documentId] | Removed the OTHER enum value from the category response property under status 200. | Submitting OTHER will result in schema validation failures. | Remove usage of OTHER and implement fallback logic. |
| PATCH/datastore/documents/transaction/v2/spaces/[spaceId]/documents/[documentId] | Added the new CUSTOMER enum value to the connections/relationType response property under status 200. | Strict parsers will fail to deserialize when returning records with the CUSTOMER type. | Update models to accept and handle the CUSTOMER type. |
| PATCH/datastore/documents/transaction/v2/spaces/[spaceId]/documents/[documentId] | Added the new SUPPLIER enum value to the connections/relationType response property under status 200. | Strict parsers will fail to deserialize when returning records with the SUPPLIER type. | Update models to accept and handle the SUPPLIER type. |
| PATCH/datastore/documents/transaction/v2/spaces/[spaceId]/documents/[documentId] | Added the new ACCOUNTANT enum value to the connections/relationType response property under status 200. | Strict parsers will fail to deserialize when returning records with the ACCOUNTANT type. | Update models to accept and handle the ACCOUNTANT type. |
| PATCH/datastore/documents/transaction/v2/spaces/[spaceId]/documents/[documentId] | Added the new PARTNER enum value to the connections/relationType response property under status 200. | Strict parsers will fail to deserialize when returning records with the PARTNER type. | Update models to accept and handle the PARTNER type. |
| PATCH/datastore/documents/transaction/v2/spaces/[spaceId]/documents/[documentId] | Added the new GROUP enum value to the connections/relationType response property under status 200. | Strict parsers will fail to deserialize when returning records with the GROUP type. | Update models to accept and handle the GROUP type. |
| PATCH/datastore/documents/transaction/v2/spaces/[spaceId]/documents/[documentId] | Modified the strict schema constraint nullable at connections in the response payload under status 200. | Payloads violating the updated nullable validation rule will be rejected. | Update client-side schema definitions to respect the new nullable constraint. |
| PATCH/datastore/documents/transaction/v2/spaces/[spaceId]/documents/[documentId] | Modified the strict schema constraint nullable at lines in the response payload under status 200. | Payloads violating the updated nullable validation rule will be rejected. | Update client-side schema definitions to respect the new nullable constraint. |
| PATCH/datastore/documents/transaction/v2/spaces/[spaceId]/documents/[documentId] | Modified the strict schema constraint nullable at tasks in the response payload under status 200. | Payloads violating the updated nullable validation rule will be rejected. | Update client-side schema definitions to respect the new nullable constraint. |
| PATCH/datastore/documents/transaction/v2/spaces/[spaceId]/documents/[documentId]/processingData/spaceExtensions/[extensionNameSpace]/[extensionName] | Modified the strict schema constraint type at application/json-patch+json in the request payload. | Payloads violating the updated type validation rule will be rejected. | Update client-side schema definitions to respect the new type constraint. |
| PATCH/datastore/documents/transaction/v2/spaces/[spaceId]/documents/[documentId]/rawData | Modified the strict schema constraint type at application/json-patch+json in the request payload. | Payloads violating the updated type validation rule will be rejected. | Update client-side schema definitions to respect the new type constraint. |
| PATCH/datastore/documents/transaction/v2/spaces/[spaceId]/documents/[documentId]/rawLines | Modified the strict schema constraint type at application/json-patch+json in the request payload. | Payloads violating the updated type validation rule will be rejected. | Update client-side schema definitions to respect the new type constraint. |
| PATCH/datastore/documents/transaction/v2/spaces/[spaceId]/documents/[documentId]/status/spaceExtensions/[extensionNameSpace]/[extensionName] | Modified the strict schema constraint type at application/json-patch+json in the request payload. | Payloads violating the updated type validation rule will be rejected. | Update client-side schema definitions to respect the new type constraint. |
| PATCH/datastore/documents/transaction/v2/spaces/[spaceId]/documents/[documentId]/validationData/spaceExtensions/[extensionNameSpace]/[extensionName] | Modified the strict schema constraint type at application/json-patch+json in the request payload. | Payloads violating the updated type validation rule will be rejected. | Update client-side schema definitions to respect the new type constraint. |
| POST/datastore/documents/transaction/v2/spaces/[spaceId]/documents/[documentId]:assignConnection | Removed the PURCHASE_ORDER enum value from the category response property under status 200. | Submitting PURCHASE_ORDER will result in schema validation failures. | Remove usage of PURCHASE_ORDER and implement fallback logic. |
| POST/datastore/documents/transaction/v2/spaces/[spaceId]/documents/[documentId]:assignConnection | Removed the ORDER_CONFIRMATION enum value from the category response property under status 200. | Submitting ORDER_CONFIRMATION will result in schema validation failures. | Remove usage of ORDER_CONFIRMATION and implement fallback logic. |
| POST/datastore/documents/transaction/v2/spaces/[spaceId]/documents/[documentId]:assignConnection | Removed the DELIVERY_NOTE enum value from the category response property under status 200. | Submitting DELIVERY_NOTE will result in schema validation failures. | Remove usage of DELIVERY_NOTE and implement fallback logic. |
| POST/datastore/documents/transaction/v2/spaces/[spaceId]/documents/[documentId]:assignConnection | Removed the GOODS_RECEIVED_NOTE enum value from the category response property under status 200. | Submitting GOODS_RECEIVED_NOTE will result in schema validation failures. | Remove usage of GOODS_RECEIVED_NOTE and implement fallback logic. |
| POST/datastore/documents/transaction/v2/spaces/[spaceId]/documents/[documentId]:assignConnection | Removed the INVOICE enum value from the category response property under status 200. | Submitting INVOICE will result in schema validation failures. | Remove usage of INVOICE and implement fallback logic. |
| POST/datastore/documents/transaction/v2/spaces/[spaceId]/documents/[documentId]:assignConnection | Removed the INVOICE_REMINDER enum value from the category response property under status 200. | Submitting INVOICE_REMINDER will result in schema validation failures. | Remove usage of INVOICE_REMINDER and implement fallback logic. |
| POST/datastore/documents/transaction/v2/spaces/[spaceId]/documents/[documentId]:assignConnection | Removed the CREDIT_NOTE enum value from the category response property under status 200. | Submitting CREDIT_NOTE will result in schema validation failures. | Remove usage of CREDIT_NOTE and implement fallback logic. |
| POST/datastore/documents/transaction/v2/spaces/[spaceId]/documents/[documentId]:assignConnection | Removed the RECEIPT enum value from the category response property under status 200. | Submitting RECEIPT will result in schema validation failures. | Remove usage of RECEIPT and implement fallback logic. |
| POST/datastore/documents/transaction/v2/spaces/[spaceId]/documents/[documentId]:assignConnection | Removed the STATEMENT enum value from the category response property under status 200. | Submitting STATEMENT will result in schema validation failures. | Remove usage of STATEMENT and implement fallback logic. |
| POST/datastore/documents/transaction/v2/spaces/[spaceId]/documents/[documentId]:assignConnection | Removed the FILE enum value from the category response property under status 200. | Submitting FILE will result in schema validation failures. | Remove usage of FILE and implement fallback logic. |
| POST/datastore/documents/transaction/v2/spaces/[spaceId]/documents/[documentId]:assignConnection | Removed the OTHER enum value from the category response property under status 200. | Submitting OTHER will result in schema validation failures. | Remove usage of OTHER and implement fallback logic. |
| POST/datastore/documents/transaction/v2/spaces/[spaceId]/documents/[documentId]:assignConnection | Added the new CUSTOMER enum value to the connections/relationType response property under status 200. | Strict parsers will fail to deserialize when returning records with the CUSTOMER type. | Update models to accept and handle the CUSTOMER type. |
| POST/datastore/documents/transaction/v2/spaces/[spaceId]/documents/[documentId]:assignConnection | Added the new SUPPLIER enum value to the connections/relationType response property under status 200. | Strict parsers will fail to deserialize when returning records with the SUPPLIER type. | Update models to accept and handle the SUPPLIER type. |
| POST/datastore/documents/transaction/v2/spaces/[spaceId]/documents/[documentId]:assignConnection | Added the new ACCOUNTANT enum value to the connections/relationType response property under status 200. | Strict parsers will fail to deserialize when returning records with the ACCOUNTANT type. | Update models to accept and handle the ACCOUNTANT type. |
| POST/datastore/documents/transaction/v2/spaces/[spaceId]/documents/[documentId]:assignConnection | Added the new PARTNER enum value to the connections/relationType response property under status 200. | Strict parsers will fail to deserialize when returning records with the PARTNER type. | Update models to accept and handle the PARTNER type. |
| POST/datastore/documents/transaction/v2/spaces/[spaceId]/documents/[documentId]:assignConnection | Added the new GROUP enum value to the connections/relationType response property under status 200. | Strict parsers will fail to deserialize when returning records with the GROUP type. | Update models to accept and handle the GROUP type. |
| POST/datastore/documents/transaction/v2/spaces/[spaceId]/documents/[documentId]:assignConnection | Modified the strict schema constraint nullable at connections in the response payload under status 200. | Payloads violating the updated nullable validation rule will be rejected. | Update client-side schema definitions to respect the new nullable constraint. |
| POST/datastore/documents/transaction/v2/spaces/[spaceId]/documents/[documentId]:assignConnection | Modified the strict schema constraint nullable at lines in the response payload under status 200. | Payloads violating the updated nullable validation rule will be rejected. | Update client-side schema definitions to respect the new nullable constraint. |
| POST/datastore/documents/transaction/v2/spaces/[spaceId]/documents/[documentId]:assignConnection | Modified the strict schema constraint nullable at tasks in the response payload under status 200. | Payloads violating the updated nullable validation rule will be rejected. | Update client-side schema definitions to respect the new nullable constraint. |
| POST/datastore/documents/transaction/v2/spaces/[spaceId]/documents/[documentId]:unassignConnection | Removed the PURCHASE_ORDER enum value from the category response property under status 200. | Submitting PURCHASE_ORDER will result in schema validation failures. | Remove usage of PURCHASE_ORDER and implement fallback logic. |
| POST/datastore/documents/transaction/v2/spaces/[spaceId]/documents/[documentId]:unassignConnection | Removed the ORDER_CONFIRMATION enum value from the category response property under status 200. | Submitting ORDER_CONFIRMATION will result in schema validation failures. | Remove usage of ORDER_CONFIRMATION and implement fallback logic. |
| POST/datastore/documents/transaction/v2/spaces/[spaceId]/documents/[documentId]:unassignConnection | Removed the DELIVERY_NOTE enum value from the category response property under status 200. | Submitting DELIVERY_NOTE will result in schema validation failures. | Remove usage of DELIVERY_NOTE and implement fallback logic. |
| POST/datastore/documents/transaction/v2/spaces/[spaceId]/documents/[documentId]:unassignConnection | Removed the GOODS_RECEIVED_NOTE enum value from the category response property under status 200. | Submitting GOODS_RECEIVED_NOTE will result in schema validation failures. | Remove usage of GOODS_RECEIVED_NOTE and implement fallback logic. |
| POST/datastore/documents/transaction/v2/spaces/[spaceId]/documents/[documentId]:unassignConnection | Removed the INVOICE enum value from the category response property under status 200. | Submitting INVOICE will result in schema validation failures. | Remove usage of INVOICE and implement fallback logic. |
| POST/datastore/documents/transaction/v2/spaces/[spaceId]/documents/[documentId]:unassignConnection | Removed the INVOICE_REMINDER enum value from the category response property under status 200. | Submitting INVOICE_REMINDER will result in schema validation failures. | Remove usage of INVOICE_REMINDER and implement fallback logic. |
| POST/datastore/documents/transaction/v2/spaces/[spaceId]/documents/[documentId]:unassignConnection | Removed the CREDIT_NOTE enum value from the category response property under status 200. | Submitting CREDIT_NOTE will result in schema validation failures. | Remove usage of CREDIT_NOTE and implement fallback logic. |
| POST/datastore/documents/transaction/v2/spaces/[spaceId]/documents/[documentId]:unassignConnection | Removed the RECEIPT enum value from the category response property under status 200. | Submitting RECEIPT will result in schema validation failures. | Remove usage of RECEIPT and implement fallback logic. |
| POST/datastore/documents/transaction/v2/spaces/[spaceId]/documents/[documentId]:unassignConnection | Removed the STATEMENT enum value from the category response property under status 200. | Submitting STATEMENT will result in schema validation failures. | Remove usage of STATEMENT and implement fallback logic. |
| POST/datastore/documents/transaction/v2/spaces/[spaceId]/documents/[documentId]:unassignConnection | Removed the FILE enum value from the category response property under status 200. | Submitting FILE will result in schema validation failures. | Remove usage of FILE and implement fallback logic. |
| POST/datastore/documents/transaction/v2/spaces/[spaceId]/documents/[documentId]:unassignConnection | Removed the OTHER enum value from the category response property under status 200. | Submitting OTHER will result in schema validation failures. | Remove usage of OTHER and implement fallback logic. |
| POST/datastore/documents/transaction/v2/spaces/[spaceId]/documents/[documentId]:unassignConnection | Added the new CUSTOMER enum value to the connections/relationType response property under status 200. | Strict parsers will fail to deserialize when returning records with the CUSTOMER type. | Update models to accept and handle the CUSTOMER type. |
| POST/datastore/documents/transaction/v2/spaces/[spaceId]/documents/[documentId]:unassignConnection | Added the new SUPPLIER enum value to the connections/relationType response property under status 200. | Strict parsers will fail to deserialize when returning records with the SUPPLIER type. | Update models to accept and handle the SUPPLIER type. |
| POST/datastore/documents/transaction/v2/spaces/[spaceId]/documents/[documentId]:unassignConnection | Added the new ACCOUNTANT enum value to the connections/relationType response property under status 200. | Strict parsers will fail to deserialize when returning records with the ACCOUNTANT type. | Update models to accept and handle the ACCOUNTANT type. |
| POST/datastore/documents/transaction/v2/spaces/[spaceId]/documents/[documentId]:unassignConnection | Added the new PARTNER enum value to the connections/relationType response property under status 200. | Strict parsers will fail to deserialize when returning records with the PARTNER type. | Update models to accept and handle the PARTNER type. |
| POST/datastore/documents/transaction/v2/spaces/[spaceId]/documents/[documentId]:unassignConnection | Added the new GROUP enum value to the connections/relationType response property under status 200. | Strict parsers will fail to deserialize when returning records with the GROUP type. | Update models to accept and handle the GROUP type. |
| POST/datastore/documents/transaction/v2/spaces/[spaceId]/documents/[documentId]:unassignConnection | Modified the strict schema constraint nullable at connections in the response payload under status 200. | Payloads violating the updated nullable validation rule will be rejected. | Update client-side schema definitions to respect the new nullable constraint. |
| POST/datastore/documents/transaction/v2/spaces/[spaceId]/documents/[documentId]:unassignConnection | Modified the strict schema constraint nullable at lines in the response payload under status 200. | Payloads violating the updated nullable validation rule will be rejected. | Update client-side schema definitions to respect the new nullable constraint. |
| POST/datastore/documents/transaction/v2/spaces/[spaceId]/documents/[documentId]:unassignConnection | Modified the strict schema constraint nullable at tasks in the response payload under status 200. | Payloads violating the updated nullable validation rule will be rejected. | Update client-side schema definitions to respect the new nullable constraint. |
| POST/datastore/documents/transaction/v2/spaces/[spaceId]/documents:paydetails | Added the new PROFORMA_INVOICE enum value to the documents/category response property under status 200. | Strict parsers will fail to deserialize when returning records with the PROFORMA_INVOICE type. | Update models to accept and handle the PROFORMA_INVOICE type. |
| POST/datastore/documents/transaction/v2/spaces/[spaceId]/documents:paydetails | Added the new QUOTE enum value to the documents/category response property under status 200. | Strict parsers will fail to deserialize when returning records with the QUOTE type. | Update models to accept and handle the QUOTE type. |
| POST/datastore/documents/transaction/v2/spaces/[spaceId]/documents:paydetails | Added the new CREDIT_CARD_STATEMENT enum value to the documents/category response property under status 200. | Strict parsers will fail to deserialize when returning records with the CREDIT_CARD_STATEMENT type. | Update models to accept and handle the CREDIT_CARD_STATEMENT type. |
| POST/datastore/documents/transaction/v2/spaces/[spaceId]/documents:paydetails | Added the new THIRD_PARTY_STATEMENT enum value to the documents/category response property under status 200. | Strict parsers will fail to deserialize when returning records with the THIRD_PARTY_STATEMENT type. | Update models to accept and handle the THIRD_PARTY_STATEMENT type. |
| POST/datastore/documents/transaction/v2/spaces/[spaceId]/documents:paydetails | Added the new SELF_BILLED_INVOICE enum value to the documents/category response property under status 200. | Strict parsers will fail to deserialize when returning records with the SELF_BILLED_INVOICE type. | Update models to accept and handle the SELF_BILLED_INVOICE type. |
| POST/datastore/documents/transaction/v2/spaces/[spaceId]/documents:paydetails | Added the new SELF_BILLED_CREDIT_NOTE enum value to the documents/category response property under status 200. | Strict parsers will fail to deserialize when returning records with the SELF_BILLED_CREDIT_NOTE type. | Update models to accept and handle the SELF_BILLED_CREDIT_NOTE type. |
| POST/datastore/documents/transaction/v2/spaces/[spaceId]/documents:paydetails | Added the new ABA enum value to the documents/supplier/paymentAccounts/bank/scheme response property under status 200. | Strict parsers will fail to deserialize when returning records with the ABA type. | Update models to accept and handle the ABA type. |
| POST/datastore/documents/transaction/v2/spaces/[spaceId]/documents:paydetails | Added the new CLABE enum value to the documents/supplier/paymentAccounts/bank/scheme response property under status 200. | Strict parsers will fail to deserialize when returning records with the CLABE type. | Update models to accept and handle the CLABE type. |
| POST/datastore/documents/transaction/v2/spaces/[spaceId]/documents:paydetails | Added the new THIRD_PARTY enum value to the documents/supplier/paymentAccounts/bank/scheme response property under status 200. | Strict parsers will fail to deserialize when returning records with the THIRD_PARTY type. | Update models to accept and handle the THIRD_PARTY type. |
| POST/datastore/documents/transaction/v2/spaces/[spaceId]/documents:paydetails | Removed the IBAN enum value from the documents/supplier/paymentAccounts/scheme response property under status 200. | Submitting IBAN will result in schema validation failures. | Remove usage of IBAN and implement fallback logic. |
| POST/datastore/documents/transaction/v2/spaces/[spaceId]/documents:paydetails | Removed the BBAN enum value from the documents/supplier/paymentAccounts/scheme response property under status 200. | Submitting BBAN will result in schema validation failures. | Remove usage of BBAN and implement fallback logic. |
| POST/datastore/documents/transaction/v2/spaces/[spaceId]/documents:paydetails | Removed the ANB enum value from the documents/supplier/paymentAccounts/scheme response property under status 200. | Submitting ANB will result in schema validation failures. | Remove usage of ANB and implement fallback logic. |
| POST/datastore/documents/transaction/v2/spaces/[spaceId]/documents:paydetails | Removed the SE_BANKGIRO enum value from the documents/supplier/paymentAccounts/scheme response property under status 200. | Submitting SE_BANKGIRO will result in schema validation failures. | Remove usage of SE_BANKGIRO and implement fallback logic. |
| POST/datastore/documents/transaction/v2/spaces/[spaceId]/documents:paydetails | Removed the SE_PLUSGIRO enum value from the documents/supplier/paymentAccounts/scheme response property under status 200. | Submitting SE_PLUSGIRO will result in schema validation failures. | Remove usage of SE_PLUSGIRO and implement fallback logic. |
NewNew Endpoints
| Method & Endpoint | Core Functionality | Auth/Scopes Required |
|---|---|---|
| ADD/datastore/documents/transaction/v1/spaces/[spaceId]/connections/[connectionId]/paymentAccounts/[paymentAccountId] | Access the newly provided functionality and features for this resource. | None specified |
| ADD/datastore/documents/transaction/v2/spaces/[spaceId]/connections/[connectionId]:jsonpatch | Access the newly provided functionality and features for this resource. | None specified |
| ADD/datastore/documents/transaction/v1/spaces/[spaceId]/documents/[documentId]:jsonpatch | Access the newly provided functionality and features for this resource. | None specified |
| ADD/datastore/documents/transaction/v3/spaces/[spaceId]/connections/[connectionId] | Access the newly provided functionality and features for this resource. | None specified |
| ADD/datastore/documents/transaction/v2/spaces/[spaceId]/categories/[categoryName]:updateValue | Access the newly provided functionality and features for this resource. | None specified |
| ADD/datastore/documents/transaction/v2/spaces/[spaceId]/assets/[assetId] | Access the newly provided functionality and features for this resource. | None specified |
| ADD/datastore/documents/transaction/v2/spaces/[spaceId]/[folder]/directories/[directoryId] | Access the newly provided functionality and features for this resource. | None specified |
| ADD/datastore/documents/transaction/v2/spaces/[spaceId]/[folder]/directories | Access the newly provided functionality and features for this resource. | None specified |
| ADD/datastore/documents/transaction/v2/spaces/[spaceId]/categories/[categoryName]/[categoryValue] | Access the newly provided functionality and features for this resource. | None specified |
| ADD/datastore/documents/transaction/v1/spaces/[spaceId]/[folder]/documents/[documentId]:jsonpatch | Access the newly provided functionality and features for this resource. | None specified |
| ADD/datastore/documents/transaction/v2/spaces/[spaceId]/assets | Access the newly provided functionality and features for this resource. | None specified |
| ADD/datastore/documents/transaction/v2/spaces/[spaceId]/connections/[connectionId]/connectors | Access the newly provided functionality and features for this resource. | None specified |
| ADD/datastore/documents/transaction/v2/spaces/[spaceId]/documents:bulkUpdate | Access the newly provided functionality and features for this resource. | None specified |
| ADD/datastore/documents/transaction/v1/spaces/[spaceId]/files/[fileId]/documents/[documentId] | Access the newly provided functionality and features for this resource. | None specified |
| ADD/datastore/documents/transaction/v2/spaces/[spaceId]/documents/[documentId]:jsonpatch | Access the newly provided functionality and features for this resource. | None specified |
| ADD/datastore/documents/transaction/v2/spaces/[spaceId]/categories/[categoryName] | Access the newly provided functionality and features for this resource. | None specified |
| ADD/datastore/documents/transaction/v2/spaces/[spaceId]/categories/[categoryName]/[categoryValue]:updateStatus | Access the newly provided functionality and features for this resource. | None specified |
| ADD/datastore/documents/transaction/v2/spaces/[spaceId]/assets/[assetId]/content | Access the newly provided functionality and features for this resource. | None specified |
| ADD/datastore/documents/transaction/v2/spaces/[spaceId]/[folder]/directories/[directoryId]:move | Access the newly provided functionality and features for this resource. | None specified |
| ADD/datastore/documents/transaction/v2/spaces/[spaceId]/[folder]/directories/[directoryId]/content | Access the newly provided functionality and features for this resource. | None specified |
| ADD/datastore/documents/transaction/v3/spaces/[spaceId]/connections | Access the newly provided functionality and features for this resource. | None specified |
| ADD/datastore/documents/transaction/v3/spaces/[spaceId]/connections/[connectionId]/connectors | Access the newly provided functionality and features for this resource. | None specified |
| ADD/datastore/documents/transaction/v2/spaces/[spaceId]/[folder]/content | Access the newly provided functionality and features for this resource. | None specified |
| ADD/datastore/documents/transaction/v2/spaces/[spaceId]/documents/[documentId]:move | Access the newly provided functionality and features for this resource. | None specified |
| GET/datastore/documents/transaction/v1/spaces/[spaceId]/lockedSettings/[settingKey] | Added new GET functionality to this existing resource path. | None specified |
| DELETE/datastore/documents/transaction/v1/spaces/[spaceId]/lockedSettings/[settingKey] | Added new DELETE functionality to this existing resource path. | None specified |
| PATCH/datastore/documents/transaction/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId] | Added new PATCH functionality to this existing resource path. | None specified |
| PUT/datastore/documents/transaction/v2/spaces/[spaceId]/documents/[documentId]/lines | Added new PUT functionality to this existing resource path. | None specified |
| PUT/datastore/documents/transaction/v2/spaces/[spaceId]/documents/[documentId]/rawData | Added new PUT functionality to this existing resource path. | None specified |
| PUT/datastore/documents/transaction/v2/spaces/[spaceId]/documents/[documentId]/rawLines | Added new PUT functionality to this existing resource path. | None specified |
InfoImprovements (Non-Breaking)
| Method & Endpoint | Enhancement Details | Developer Opportunity |
|---|---|---|
| POST/datastore/documents/documentTasks/v1/tasks/approve | The documents property is no longer required in the request payload. | Clients can omit this property. |
| POST/datastore/documents/documentTasks/v1/tasks/approve | The spaceId property is no longer required in the request payload. | Clients can omit this property. |
| POST/datastore/documents/documentTasks/v1/tasks/approve | Marked the endpoint as deprecated. | This endpoint will be removed in a future release. |
| POST/datastore/documents/documentTasks/v1/tasks/complete | The documents property is no longer required in the request payload. | Clients can omit this property. |
| POST/datastore/documents/documentTasks/v1/tasks/complete | The spaceId property is no longer required in the request payload. | Clients can omit this property. |
| POST/datastore/documents/documentTasks/v1/tasks/dispute | The documents property is no longer required in the request payload. | Clients can omit this property. |
| POST/datastore/documents/documentTasks/v1/tasks/dispute | The spaceId property is no longer required in the request payload. | Clients can omit this property. |
| POST/datastore/documents/documentTasks/v1/tasks/markAsPaid | The documents property is no longer required in the request payload. | Clients can omit this property. |
| POST/datastore/documents/documentTasks/v1/tasks/markAsPaid | The spaceId property is no longer required in the request payload. | Clients can omit this property. |
| POST/datastore/documents/documentTasks/v1/tasks/markAsPaid | Marked the endpoint as deprecated. | This endpoint will be removed in a future release. |
| POST/datastore/documents/documentTasks/v1/tasks/markAsRefused | The data property is no longer required in the request payload. | Clients can omit this property. |
| POST/datastore/documents/documentTasks/v1/tasks/markAsRefused | The documents property is no longer required in the request payload. | Clients can omit this property. |
| POST/datastore/documents/documentTasks/v1/tasks/markAsRefused | The spaceId property is no longer required in the request payload. | Clients can omit this property. |
| POST/datastore/documents/documentTasks/v1/tasks/markAsRefused | Marked the endpoint as deprecated. | This endpoint will be removed in a future release. |
| POST/datastore/documents/documentTasks/v1/tasks/markAsResolved | The documents property is no longer required in the request payload. | Clients can omit this property. |
| POST/datastore/documents/documentTasks/v1/tasks/markAsResolved | The spaceId property is no longer required in the request payload. | Clients can omit this property. |
| POST/datastore/documents/documentTasks/v1/tasks/markAsResolved | Marked the endpoint as deprecated. | This endpoint will be removed in a future release. |
| POST/datastore/documents/documentTasks/v1/tasks/markAsUnpaid | The documents property is no longer required in the request payload. | Clients can omit this property. |
| POST/datastore/documents/documentTasks/v1/tasks/markAsUnpaid | The spaceId property is no longer required in the request payload. | Clients can omit this property. |
| POST/datastore/documents/documentTasks/v1/tasks/markAsUnpaid | Marked the endpoint as deprecated. | This endpoint will be removed in a future release. |
| POST/datastore/documents/documentTasks/v1/tasks/markAsWontBePaid | The data property is no longer required in the request payload. | Clients can omit this property. |
| POST/datastore/documents/documentTasks/v1/tasks/markAsWontBePaid | The documents property is no longer required in the request payload. | Clients can omit this property. |
| POST/datastore/documents/documentTasks/v1/tasks/markAsWontBePaid | The spaceId property is no longer required in the request payload. | Clients can omit this property. |
| POST/datastore/documents/documentTasks/v1/tasks/markAsWontBePaid | Marked the endpoint as deprecated. | This endpoint will be removed in a future release. |
| POST/datastore/documents/documentTasks/v1/tasks/partiallyApprove | The spaceId property is no longer required in the request payload. | Clients can omit this property. |
| POST/datastore/documents/documentTasks/v1/tasks/partiallyApprove | The documents property is no longer required in the request payload. | Clients can omit this property. |
| POST/datastore/documents/documentTasks/v1/tasks/partiallyApprove | Marked the endpoint as deprecated. | This endpoint will be removed in a future release. |
| POST/datastore/documents/documentTasks/v1/tasks/refuse | The documents property is no longer required in the request payload. | Clients can omit this property. |
| POST/datastore/documents/documentTasks/v1/tasks/refuse | The spaceId property is no longer required in the request payload. | Clients can omit this property. |
| POST/datastore/documents/documentTasks/v1/tasks/reject | The documents property is no longer required in the request payload. | Clients can omit this property. |
| POST/datastore/documents/documentTasks/v1/tasks/reject | The spaceId property is no longer required in the request payload. | Clients can omit this property. |
| POST/datastore/documents/documentTasks/v1/tasks/suspend | The documents property is no longer required in the request payload. | Clients can omit this property. |
| POST/datastore/documents/documentTasks/v1/tasks/suspend | The spaceId property is no longer required in the request payload. | Clients can omit this property. |
| GET/datastore/documents/pay/v1/spaces/[spaceId]/documents/[documentId]/balanceOffsets | Updated the schema metadata description at balanceOffsets/amount/value in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/datastore/documents/pay/v1/spaces/[spaceId]/documents/[documentId]/balanceOffsets | The balanceOffsets/amount/currency property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/datastore/documents/pay/v1/spaces/[spaceId]/documents/[documentId]/balanceOffsets | The balanceOffsets/amount/value property is no longer required in the response payload under status 200. | Clients can omit this property. |
| POST/datastore/documents/pay/v1/spaces/[spaceId]/documents:balanceOffsets | The documents property is no longer required in the request payload. | Clients can omit this property. |
| POST/datastore/documents/pay/v1/spaces/[spaceId]/documents:balanceOffsets | Updated the schema metadata description at balanceOffsets/amount/value in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| POST/datastore/documents/pay/v1/spaces/[spaceId]/documents:balanceOffsets | The balanceOffsets/amount/currency property is no longer required in the response payload under status 200. | Clients can omit this property. |
| POST/datastore/documents/pay/v1/spaces/[spaceId]/documents:balanceOffsets | The balanceOffsets/amount/value property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/datastore/documents/transaction/v1/spaces/[spaceId]/connections | The connections/addresses/additionalProperties/city property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/datastore/documents/transaction/v1/spaces/[spaceId]/connections | Updated the schema metadata description at connections in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/datastore/documents/transaction/v1/spaces/[spaceId]/connections | The pageSize property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/datastore/documents/transaction/v1/spaces/[spaceId]/connections | The currentPage property is no longer required in the response payload under status 200. | Clients can omit this property. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/connections | The addresses/additionalProperties/city property is no longer required in the request payload. | Clients can omit this property. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/connections | Added the new optional request property paymentAccounts/ownerName. | Supply or consume paymentAccounts/ownerName for enriched functionality. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/connections | Added the new optional request property paymentAccounts/parent. | Supply or consume paymentAccounts/parent for enriched functionality. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/connections | Added the new ABA enum value to the paymentAccounts/bank/scheme request property. | You can now use this new enum value in requests. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/connections | Added the new CLABE enum value to the paymentAccounts/bank/scheme request property. | You can now use this new enum value in requests. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/connections | Added the new THIRD_PARTY enum value to the paymentAccounts/bank/scheme request property. | You can now use this new enum value in requests. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/connections | The paymentAccounts/bank/identifier property is no longer required in the request payload. | Clients can omit this property. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/connections | The paymentAccounts/bank/scheme property is no longer required in the request payload. | Clients can omit this property. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/connections | The paymentAccounts/currency property is no longer required in the request payload. | Clients can omit this property. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/connections | The paymentAccounts/identifier property is no longer required in the request payload. | Clients can omit this property. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/connections | The paymentAccounts/scheme property is no longer required in the request payload. | Clients can omit this property. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/connections | Updated the schema metadata description at paymentAccounts in the request payload. | Provides better clarity or default behavior in the documentation. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/connections | Updated the schema metadata example at paymentAccounts in the request payload. | Provides better clarity or default behavior in the documentation. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/connections | Added the new CUSTOMER enum value to the relationType request property. | You can now use this new enum value in requests. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/connections | Added the new SUPPLIER enum value to the relationType request property. | You can now use this new enum value in requests. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/connections | Added the new ACCOUNTANT enum value to the relationType request property. | You can now use this new enum value in requests. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/connections | Added the new PARTNER enum value to the relationType request property. | You can now use this new enum value in requests. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/connections | Added the new GROUP enum value to the relationType request property. | You can now use this new enum value in requests. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/connections | The addresses/additionalProperties/city property is no longer required in the response payload under status 201. | Clients can omit this property. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/connections | Updated the schema metadata description at connectors in the response payload under status 201. | Provides better clarity or default behavior in the documentation. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/connections | Added the new optional response property under status 201 paymentAccounts/address. | Supply or consume paymentAccounts/address for enriched functionality. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/connections | Added the new optional response property under status 201 paymentAccounts/financialPlatformId. | Supply or consume paymentAccounts/financialPlatformId for enriched functionality. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/connections | Added the new optional response property under status 201 paymentAccounts/parent. | Supply or consume paymentAccounts/parent for enriched functionality. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/connections | The paymentAccounts/bank/identifier property is no longer required in the response payload under status 201. | Clients can omit this property. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/connections | The paymentAccounts/bank/scheme property is no longer required in the response payload under status 201. | Clients can omit this property. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/connections | Updated the schema metadata description at paymentAccounts in the response payload under status 201. | Provides better clarity or default behavior in the documentation. |
| GET/datastore/documents/transaction/v1/spaces/[spaceId]/connections/[connectionId] | The addresses/additionalProperties/city property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/datastore/documents/transaction/v1/spaces/[spaceId]/connections/[connectionId] | Updated the schema metadata description at connectors in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| PATCH/datastore/documents/transaction/v1/spaces/[spaceId]/connections/[connectionId] | The addresses/additionalProperties/city property is no longer required in the request payload. | Clients can omit this property. |
| PATCH/datastore/documents/transaction/v1/spaces/[spaceId]/connections/[connectionId] | Added the new CUSTOMER enum value to the relationType request property. | You can now use this new enum value in requests. |
| PATCH/datastore/documents/transaction/v1/spaces/[spaceId]/connections/[connectionId] | Added the new SUPPLIER enum value to the relationType request property. | You can now use this new enum value in requests. |
| PATCH/datastore/documents/transaction/v1/spaces/[spaceId]/connections/[connectionId] | Added the new ACCOUNTANT enum value to the relationType request property. | You can now use this new enum value in requests. |
| PATCH/datastore/documents/transaction/v1/spaces/[spaceId]/connections/[connectionId] | Added the new PARTNER enum value to the relationType request property. | You can now use this new enum value in requests. |
| PATCH/datastore/documents/transaction/v1/spaces/[spaceId]/connections/[connectionId] | Added the new GROUP enum value to the relationType request property. | You can now use this new enum value in requests. |
| PATCH/datastore/documents/transaction/v1/spaces/[spaceId]/connections/[connectionId] | The addresses/additionalProperties/city property is no longer required in the response payload under status 200. | Clients can omit this property. |
| PATCH/datastore/documents/transaction/v1/spaces/[spaceId]/connections/[connectionId] | Updated the schema metadata description at connectors in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/connections/[connectionId]/connectors | The addresses/additionalProperties/city property is no longer required in the response payload under status 201. | Clients can omit this property. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/connections/[connectionId]/connectors | Updated the schema metadata description at connectors in the response payload under status 201. | Provides better clarity or default behavior in the documentation. |
| GET/datastore/documents/transaction/v1/spaces/[spaceId]/connections/[connectionId]/paymentAccounts | Added the new optional response property under status 200 paymentAccounts/address. | Supply or consume paymentAccounts/address for enriched functionality. |
| GET/datastore/documents/transaction/v1/spaces/[spaceId]/connections/[connectionId]/paymentAccounts | Added the new optional response property under status 200 paymentAccounts/parent. | Supply or consume paymentAccounts/parent for enriched functionality. |
| GET/datastore/documents/transaction/v1/spaces/[spaceId]/connections/[connectionId]/paymentAccounts | Added the new optional response property under status 200 paymentAccounts/entityPaymentAccountId. | Supply or consume paymentAccounts/entityPaymentAccountId for enriched functionality. |
| GET/datastore/documents/transaction/v1/spaces/[spaceId]/connections/[connectionId]/paymentAccounts | Added the new optional response property under status 200 paymentAccounts/financialPlatformId. | Supply or consume paymentAccounts/financialPlatformId for enriched functionality. |
| GET/datastore/documents/transaction/v1/spaces/[spaceId]/connections/[connectionId]/paymentAccounts | The paymentAccounts/bank/identifier property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/datastore/documents/transaction/v1/spaces/[spaceId]/connections/[connectionId]/paymentAccounts | The paymentAccounts/bank/scheme property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/datastore/documents/transaction/v1/spaces/[spaceId]/connections/[connectionId]/paymentAccounts | Updated the schema metadata description at paymentAccounts in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/datastore/documents/transaction/v1/spaces/[spaceId]/connections/[connectionId]/paymentAccounts | The currentPage property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/datastore/documents/transaction/v1/spaces/[spaceId]/connections/[connectionId]/paymentAccounts | The pageSize property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/datastore/documents/transaction/v1/spaces/[spaceId]/connections/[connectionId]/paymentAccounts | Updated the schema metadata example in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/connections/[connectionId]/paymentAccounts | Added the new optional request property parent. | Supply or consume parent for enriched functionality. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/connections/[connectionId]/paymentAccounts | Added the new optional request property address. | Supply or consume address for enriched functionality. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/connections/[connectionId]/paymentAccounts | Added the new optional request property financialPlatformId. | Supply or consume financialPlatformId for enriched functionality. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/connections/[connectionId]/paymentAccounts | Added the new ABA enum value to the bank/scheme request property. | You can now use this new enum value in requests. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/connections/[connectionId]/paymentAccounts | Added the new CLABE enum value to the bank/scheme request property. | You can now use this new enum value in requests. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/connections/[connectionId]/paymentAccounts | Added the new THIRD_PARTY enum value to the bank/scheme request property. | You can now use this new enum value in requests. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/connections/[connectionId]/paymentAccounts | The bank/identifier property is no longer required in the request payload. | Clients can omit this property. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/connections/[connectionId]/paymentAccounts | The bank/scheme property is no longer required in the request payload. | Clients can omit this property. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/connections/[connectionId]/paymentAccounts | The currency property is no longer required in the request payload. | Clients can omit this property. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/connections/[connectionId]/paymentAccounts | The identifier property is no longer required in the request payload. | Clients can omit this property. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/connections/[connectionId]/paymentAccounts | The scheme property is no longer required in the request payload. | Clients can omit this property. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/connections/[connectionId]/paymentAccounts | Added the new optional response property under status 201 parent. | Supply or consume parent for enriched functionality. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/connections/[connectionId]/paymentAccounts | Added the new optional response property under status 201 entityPaymentAccountId. | Supply or consume entityPaymentAccountId for enriched functionality. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/connections/[connectionId]/paymentAccounts | Added the new optional response property under status 201 financialPlatformId. | Supply or consume financialPlatformId for enriched functionality. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/connections/[connectionId]/paymentAccounts | Added the new optional response property under status 201 address. | Supply or consume address for enriched functionality. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/connections/[connectionId]/paymentAccounts | The bank/identifier property is no longer required in the response payload under status 201. | Clients can omit this property. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/connections/[connectionId]/paymentAccounts | The bank/scheme property is no longer required in the response payload under status 201. | Clients can omit this property. |
| GET/datastore/documents/transaction/v1/spaces/[spaceId]/connections/[connectionId]/relations | Added the new optional request property query. | Filter or enhance queries by utilizing the query parameter for more targeted results. |
| GET/datastore/documents/transaction/v1/spaces/[spaceId]/connections/[connectionId]/relations | The connection_relations/connection/addresses/additionalProperties/city property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/datastore/documents/transaction/v1/spaces/[spaceId]/connections/[connectionId]/relations | Updated the schema metadata description at connection_relations/connection/connectors in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/datastore/documents/transaction/v1/spaces/[spaceId]/connections/[connectionId]/relations | Updated the schema metadata description at connection_relations in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/datastore/documents/transaction/v1/spaces/[spaceId]/connections/[connectionId]/relations | The currentPage property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/datastore/documents/transaction/v1/spaces/[spaceId]/connections/[connectionId]/relations | The pageSize property is no longer required in the response payload under status 200. | Clients can omit this property. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/connections/[connectionId]/relations | The role property is no longer required in the request payload. | Clients can omit this property. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/connections/[connectionId]/relations | The relatedConnectionId property is no longer required in the request payload. | Clients can omit this property. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/connections/[connectionId]/relations | The connection/addresses/additionalProperties/city property is no longer required in the response payload under status 201. | Clients can omit this property. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/connections/[connectionId]/relations | Updated the schema metadata description at connection/connectors in the response payload under status 201. | Provides better clarity or default behavior in the documentation. |
| GET/datastore/documents/transaction/v1/spaces/[spaceId]/connections/[connectionId]/relations/[relationId] | The connection/addresses/additionalProperties/city property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/datastore/documents/transaction/v1/spaces/[spaceId]/connections/[connectionId]/relations/[relationId] | Updated the schema metadata description at connection/connectors in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| PATCH/datastore/documents/transaction/v1/spaces/[spaceId]/connections/[connectionId]/relations/[relationId] | The connection/addresses/additionalProperties/city property is no longer required in the response payload under status 200. | Clients can omit this property. |
| PATCH/datastore/documents/transaction/v1/spaces/[spaceId]/connections/[connectionId]/relations/[relationId] | Updated the schema metadata description at connection/connectors in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/datastore/documents/transaction/v1/spaces/[spaceId]/connections/[connectionId]/taxInfo | The taxRegistrations/vatGroup/name property is no longer required in the response payload under status 200. | Clients can omit this property. |
| PATCH/datastore/documents/transaction/v1/spaces/[spaceId]/connections/[connectionId]/taxInfo | The taxRegistrations/vatGroup/name property is no longer required in the response payload under status 200. | Clients can omit this property. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/connections/[connectionId]/taxInfo | The taxRegistrations/vatGroup/name property is no longer required in the response payload under status 201. | Clients can omit this property. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/connections/[connectionId]/taxRegistrations | The vatGroup/name property is no longer required in the request payload. | Clients can omit this property. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/connections/[connectionId]/taxRegistrations | The vatGroup/name property is no longer required in the response payload under status 201. | Clients can omit this property. |
| PATCH/datastore/documents/transaction/v1/spaces/[spaceId]/connections/[connectionId]/taxRegistrations/[taxRegistrationId] | The vatGroup/name property is no longer required in the request payload. | Clients can omit this property. |
| PATCH/datastore/documents/transaction/v1/spaces/[spaceId]/connections/[connectionId]/taxRegistrations/[taxRegistrationId] | The vatGroup/name property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/datastore/documents/transaction/v1/spaces/[spaceId]/documents | Added the new optional response property under status 200 documents/readOnly. | Supply or consume documents/readOnly for enriched functionality. |
| GET/datastore/documents/transaction/v1/spaces/[spaceId]/documents | Updated the schema metadata description at documents/category in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/datastore/documents/transaction/v1/spaces/[spaceId]/documents | Updated the schema metadata example at documents/category in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/datastore/documents/transaction/v1/spaces/[spaceId]/documents | The documents/lines/sequence property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/datastore/documents/transaction/v1/spaces/[spaceId]/documents | The documents/lines/unit property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/datastore/documents/transaction/v1/spaces/[spaceId]/documents | The documents/lines/unitPrice property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/datastore/documents/transaction/v1/spaces/[spaceId]/documents | The documents/lines/currency property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/datastore/documents/transaction/v1/spaces/[spaceId]/documents | The documents/lines/grossAmount property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/datastore/documents/transaction/v1/spaces/[spaceId]/documents | The documents/lines/quantity property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/datastore/documents/transaction/v1/spaces/[spaceId]/documents | Updated the schema metadata description at documents/lines in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/datastore/documents/transaction/v1/spaces/[spaceId]/documents | Updated the schema metadata description at documents in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/datastore/documents/transaction/v1/spaces/[spaceId]/documents | The pageSize property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/datastore/documents/transaction/v1/spaces/[spaceId]/documents | The currentPage property is no longer required in the response payload under status 200. | Clients can omit this property. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/documents | Added the new PROFORMA_INVOICE enum value to the category request property. | You can now use this new enum value in requests. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/documents | Added the new QUOTE enum value to the category request property. | You can now use this new enum value in requests. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/documents | Added the new CREDIT_CARD_STATEMENT enum value to the category request property. | You can now use this new enum value in requests. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/documents | Added the new THIRD_PARTY_STATEMENT enum value to the category request property. | You can now use this new enum value in requests. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/documents | Added the new SELF_BILLED_INVOICE enum value to the category request property. | You can now use this new enum value in requests. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/documents | Added the new SELF_BILLED_CREDIT_NOTE enum value to the category request property. | You can now use this new enum value in requests. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/documents | The lines/unitPrice property is no longer required in the request payload. | Clients can omit this property. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/documents | The lines/currency property is no longer required in the request payload. | Clients can omit this property. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/documents | The lines/quantity property is no longer required in the request payload. | Clients can omit this property. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/documents | The lines/unit property is no longer required in the request payload. | Clients can omit this property. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/documents | Updated the schema metadata description at lines in the request payload. | Provides better clarity or default behavior in the documentation. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/documents | Updated the schema metadata description at lines in the request payload. | Provides better clarity or default behavior in the documentation. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/documents | The retentionTime property is no longer required in the request payload. | Clients can omit this property. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/documents | Added the new optional response property under status 201 readOnly. | Supply or consume readOnly for enriched functionality. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/documents | Updated the schema metadata description at category in the response payload under status 201. | Provides better clarity or default behavior in the documentation. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/documents | Updated the schema metadata example at category in the response payload under status 201. | Provides better clarity or default behavior in the documentation. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/documents | The lines/sequence property is no longer required in the response payload under status 201. | Clients can omit this property. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/documents | The lines/unit property is no longer required in the response payload under status 201. | Clients can omit this property. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/documents | The lines/unitPrice property is no longer required in the response payload under status 201. | Clients can omit this property. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/documents | The lines/currency property is no longer required in the response payload under status 201. | Clients can omit this property. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/documents | The lines/grossAmount property is no longer required in the response payload under status 201. | Clients can omit this property. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/documents | The lines/quantity property is no longer required in the response payload under status 201. | Clients can omit this property. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/documents | Updated the schema metadata description at lines in the response payload under status 201. | Provides better clarity or default behavior in the documentation. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/documents | Updated the schema metadata example in the response payload under status 201. | Provides better clarity or default behavior in the documentation. |
| GET/datastore/documents/transaction/v1/spaces/[spaceId]/documents/[documentId] | Added the new optional response property under status 200 readOnly. | Supply or consume readOnly for enriched functionality. |
| GET/datastore/documents/transaction/v1/spaces/[spaceId]/documents/[documentId] | Updated the schema metadata description at category in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/datastore/documents/transaction/v1/spaces/[spaceId]/documents/[documentId] | Updated the schema metadata example at category in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/datastore/documents/transaction/v1/spaces/[spaceId]/documents/[documentId] | The lines/sequence property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/datastore/documents/transaction/v1/spaces/[spaceId]/documents/[documentId] | The lines/unit property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/datastore/documents/transaction/v1/spaces/[spaceId]/documents/[documentId] | The lines/unitPrice property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/datastore/documents/transaction/v1/spaces/[spaceId]/documents/[documentId] | The lines/currency property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/datastore/documents/transaction/v1/spaces/[spaceId]/documents/[documentId] | The lines/grossAmount property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/datastore/documents/transaction/v1/spaces/[spaceId]/documents/[documentId] | The lines/quantity property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/datastore/documents/transaction/v1/spaces/[spaceId]/documents/[documentId] | Updated the schema metadata description at lines in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/datastore/documents/transaction/v1/spaces/[spaceId]/documents/[documentId] | Updated the schema metadata example in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| PATCH/datastore/documents/transaction/v1/spaces/[spaceId]/documents/[documentId] | Added the new PROFORMA_INVOICE enum value to the category request property. | You can now use this new enum value in requests. |
| PATCH/datastore/documents/transaction/v1/spaces/[spaceId]/documents/[documentId] | Added the new QUOTE enum value to the category request property. | You can now use this new enum value in requests. |
| PATCH/datastore/documents/transaction/v1/spaces/[spaceId]/documents/[documentId] | Added the new CREDIT_CARD_STATEMENT enum value to the category request property. | You can now use this new enum value in requests. |
| PATCH/datastore/documents/transaction/v1/spaces/[spaceId]/documents/[documentId] | Added the new THIRD_PARTY_STATEMENT enum value to the category request property. | You can now use this new enum value in requests. |
| PATCH/datastore/documents/transaction/v1/spaces/[spaceId]/documents/[documentId] | Added the new SELF_BILLED_INVOICE enum value to the category request property. | You can now use this new enum value in requests. |
| PATCH/datastore/documents/transaction/v1/spaces/[spaceId]/documents/[documentId] | Added the new SELF_BILLED_CREDIT_NOTE enum value to the category request property. | You can now use this new enum value in requests. |
| PATCH/datastore/documents/transaction/v1/spaces/[spaceId]/documents/[documentId] | Added the new optional response property under status 200 readOnly. | Supply or consume readOnly for enriched functionality. |
| PATCH/datastore/documents/transaction/v1/spaces/[spaceId]/documents/[documentId] | Updated the schema metadata description at category in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| PATCH/datastore/documents/transaction/v1/spaces/[spaceId]/documents/[documentId] | Updated the schema metadata example at category in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| PATCH/datastore/documents/transaction/v1/spaces/[spaceId]/documents/[documentId] | The lines/sequence property is no longer required in the response payload under status 200. | Clients can omit this property. |
| PATCH/datastore/documents/transaction/v1/spaces/[spaceId]/documents/[documentId] | The lines/unit property is no longer required in the response payload under status 200. | Clients can omit this property. |
| PATCH/datastore/documents/transaction/v1/spaces/[spaceId]/documents/[documentId] | The lines/unitPrice property is no longer required in the response payload under status 200. | Clients can omit this property. |
| PATCH/datastore/documents/transaction/v1/spaces/[spaceId]/documents/[documentId] | The lines/currency property is no longer required in the response payload under status 200. | Clients can omit this property. |
| PATCH/datastore/documents/transaction/v1/spaces/[spaceId]/documents/[documentId] | The lines/grossAmount property is no longer required in the response payload under status 200. | Clients can omit this property. |
| PATCH/datastore/documents/transaction/v1/spaces/[spaceId]/documents/[documentId] | The lines/quantity property is no longer required in the response payload under status 200. | Clients can omit this property. |
| PATCH/datastore/documents/transaction/v1/spaces/[spaceId]/documents/[documentId] | Updated the schema metadata description at lines in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| PATCH/datastore/documents/transaction/v1/spaces/[spaceId]/documents/[documentId] | Updated the schema metadata example in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/datastore/documents/transaction/v1/spaces/[spaceId]/documents/[documentId]/attachments | Added the new optional request property query. | Filter or enhance queries by utilizing the query parameter for more targeted results. |
| GET/datastore/documents/transaction/v1/spaces/[spaceId]/documents/[documentId]/attachments | Updated the schema metadata description at documentAttachments in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/datastore/documents/transaction/v1/spaces/[spaceId]/documents/[documentId]/attachments | The pageSize property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/datastore/documents/transaction/v1/spaces/[spaceId]/documents/[documentId]/attachments | The currentPage property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/datastore/documents/transaction/v1/spaces/[spaceId]/documents/[documentId]/files | Added the new optional request property query. | Filter or enhance queries by utilizing the query parameter for more targeted results. |
| GET/datastore/documents/transaction/v1/spaces/[spaceId]/documents/[documentId]/files | Added the new optional response property under status 200 files/source. | Supply or consume files/source for enriched functionality. |
| GET/datastore/documents/transaction/v1/spaces/[spaceId]/documents/[documentId]/files | Added the new optional response property under status 200 files/children. | Supply or consume files/children for enriched functionality. |
| GET/datastore/documents/transaction/v1/spaces/[spaceId]/documents/[documentId]/files | Added the new optional response property under status 200 files/parentFileId. | Supply or consume files/parentFileId for enriched functionality. |
| GET/datastore/documents/transaction/v1/spaces/[spaceId]/documents/[documentId]/files | Updated the schema metadata description at files in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/datastore/documents/transaction/v1/spaces/[spaceId]/documents/[documentId]/files | Updated the schema metadata example in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/documents/[documentId]/files | The files property is no longer required in the request payload. | Clients can omit this property. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/documents/[documentId]/files | The files property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/datastore/documents/transaction/v1/spaces/[spaceId]/documents/[documentId]/relations | Added the new optional response property under status 200 documentRelations. | Supply or consume documentRelations for enriched functionality. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/documents/[documentId]/relations | Updated the schema metadata description at */*/children in the request payload. | Provides better clarity or default behavior in the documentation. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/documents/[documentId]/relations | Updated the schema metadata description at */*/children in the request payload. | Provides better clarity or default behavior in the documentation. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/documents/[documentId]/relations | Updated the schema metadata description at */*/parents in the request payload. | Provides better clarity or default behavior in the documentation. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/documents/[documentId]/relations | Updated the schema metadata description at */*/parents in the request payload. | Provides better clarity or default behavior in the documentation. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/documents/[documentId]/relations | Updated the schema metadata description at failure in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/documents/[documentId]/relations | Updated the schema metadata description at failure in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/documents/[documentId]/relations | Updated the schema metadata description at success in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/documents/[documentId]/relations | Updated the schema metadata description at success in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/documents/[documentId]/relations | The success property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/datastore/documents/transaction/v1/spaces/[spaceId]/documents/[documentId]/representations | Added the new optional request property query. | Filter or enhance queries by utilizing the query parameter for more targeted results. |
| GET/datastore/documents/transaction/v1/spaces/[spaceId]/documents/[documentId]/representations | The document_representations/status property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/datastore/documents/transaction/v1/spaces/[spaceId]/documents/[documentId]/representations | Updated the schema metadata description at document_representations in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/datastore/documents/transaction/v1/spaces/[spaceId]/documents/[documentId]/representations | The currentPage property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/datastore/documents/transaction/v1/spaces/[spaceId]/documents/[documentId]/representations | The pageSize property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/datastore/documents/transaction/v1/spaces/[spaceId]/documents/[documentId]/representations | Updated the schema metadata example in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/documents/[documentId]/representations | Added the new optional request property metadata. | Supply or consume metadata for enriched functionality. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/documents/[documentId]/representations | Updated the schema metadata example in the request payload. | Provides better clarity or default behavior in the documentation. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/documents/[documentId]/representations | The status property is no longer required in the response payload under status 201. | Clients can omit this property. |
| GET/datastore/documents/transaction/v1/spaces/[spaceId]/documents/[documentId]/representations/[documentRepresentationId] | The status property is no longer required in the response payload under status 200. | Clients can omit this property. |
| PATCH/datastore/documents/transaction/v1/spaces/[spaceId]/documents/[documentId]/representations/[documentRepresentationId] | Added the new optional request property metadata. | Supply or consume metadata for enriched functionality. |
| PATCH/datastore/documents/transaction/v1/spaces/[spaceId]/documents/[documentId]/representations/[documentRepresentationId] | Updated the schema metadata example in the request payload. | Provides better clarity or default behavior in the documentation. |
| PATCH/datastore/documents/transaction/v1/spaces/[spaceId]/documents/[documentId]/representations/[documentRepresentationId] | The status property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/datastore/documents/transaction/v1/spaces/[spaceId]/documents/[documentId]/tasks | Added the new optional request property query. | Filter or enhance queries by utilizing the query parameter for more targeted results. |
| GET/datastore/documents/transaction/v1/spaces/[spaceId]/documents/[documentId]/tasks | Updated the schema metadata description at tasks in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/datastore/documents/transaction/v1/spaces/[spaceId]/documents/[documentId]/tasks | The currentPage property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/datastore/documents/transaction/v1/spaces/[spaceId]/documents/[documentId]/tasks | The pageSize property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/datastore/documents/transaction/v1/spaces/[spaceId]/documents/[documentId]/tasks | Marked the endpoint as deprecated. | This endpoint will be removed in a future release. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/documents/[documentId]/tasks | The extensionName property is no longer required in the request payload. | Clients can omit this property. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/documents/[documentId]/tasks | Updated the schema metadata example in the request payload. | Provides better clarity or default behavior in the documentation. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/documents/[documentId]/tasks | Marked the endpoint as deprecated. | This endpoint will be removed in a future release. |
| DELETE/datastore/documents/transaction/v1/spaces/[spaceId]/documents/[documentId]/tasks/[extensionName] | Marked the endpoint as deprecated. | This endpoint will be removed in a future release. |
| GET/datastore/documents/transaction/v1/spaces/[spaceId]/documents/[documentId]/tasks/[extensionName] | Marked the endpoint as deprecated. | This endpoint will be removed in a future release. |
| PATCH/datastore/documents/transaction/v1/spaces/[spaceId]/documents/[documentId]/tasks/[extensionName] | The status property is no longer required in the request payload. | Clients can omit this property. |
| PATCH/datastore/documents/transaction/v1/spaces/[spaceId]/documents/[documentId]/tasks/[extensionName] | Marked the endpoint as deprecated. | This endpoint will be removed in a future release. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/documents:paydetails | The documents property is no longer required in the request payload. | Clients can omit this property. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/documents:paydetails | Added the new optional response property under status 200 documents/supplier/type. | Supply or consume documents/supplier/type for enriched functionality. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/documents:paydetails | Added the new optional response property under status 200 documents/supplier/paymentAccounts/parent. | Supply or consume documents/supplier/paymentAccounts/parent for enriched functionality. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/documents:paydetails | Added the new optional response property under status 200 documents/supplier/paymentAccounts/address. | Supply or consume documents/supplier/paymentAccounts/address for enriched functionality. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/documents:paydetails | Added the new optional response property under status 200 documents/supplier/paymentAccounts/financialPlatformId. | Supply or consume documents/supplier/paymentAccounts/financialPlatformId for enriched functionality. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/documents:paydetails | The documents/supplier/paymentAccounts/bank/identifier property is no longer required in the response payload under status 200. | Clients can omit this property. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/documents:paydetails | The documents/supplier/paymentAccounts/bank/scheme property is no longer required in the response payload under status 200. | Clients can omit this property. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/documents:paydetails | Updated the schema metadata description at documents/supplier/paymentAccounts in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/documents:paydetails | Updated the schema metadata description at documents in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/documents:paydetails | Updated the schema metadata description at documents in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/documents:paydetails | The documents property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/datastore/documents/transaction/v1/spaces/[spaceId]/files | Added the new optional request property query. | Filter or enhance queries by utilizing the query parameter for more targeted results. |
| GET/datastore/documents/transaction/v1/spaces/[spaceId]/files | Added the new optional response property under status 200 files/children. | Supply or consume files/children for enriched functionality. |
| GET/datastore/documents/transaction/v1/spaces/[spaceId]/files | Added the new optional response property under status 200 files/parentFileId. | Supply or consume files/parentFileId for enriched functionality. |
| GET/datastore/documents/transaction/v1/spaces/[spaceId]/files | Added the new optional response property under status 200 files/source. | Supply or consume files/source for enriched functionality. |
| GET/datastore/documents/transaction/v1/spaces/[spaceId]/files | Updated the schema metadata description at files in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/datastore/documents/transaction/v1/spaces/[spaceId]/files | The currentPage property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/datastore/documents/transaction/v1/spaces/[spaceId]/files | The pageSize property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/datastore/documents/transaction/v1/spaces/[spaceId]/files | Updated the schema metadata example in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/datastore/documents/transaction/v1/spaces/[spaceId]/files | Updated the schema metadata examples in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/files | Added the new optional request property parentFileId. | Supply or consume parentFileId for enriched functionality. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/files | Added the new optional request property source. | Supply or consume source for enriched functionality. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/files | Updated the schema metadata example in the request payload. | Provides better clarity or default behavior in the documentation. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/files | Updated the schema metadata examples in the request payload. | Provides better clarity or default behavior in the documentation. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/files | Added the new optional response property under status 201 source. | Supply or consume source for enriched functionality. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/files | Added the new optional response property under status 201 children. | Supply or consume children for enriched functionality. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/files | Added the new optional response property under status 201 parentFileId. | Supply or consume parentFileId for enriched functionality. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/files | Updated the schema metadata example in the response payload under status 201. | Provides better clarity or default behavior in the documentation. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/files | Updated the schema metadata examples in the response payload under status 201. | Provides better clarity or default behavior in the documentation. |
| GET/datastore/documents/transaction/v1/spaces/[spaceId]/files/[fileId] | Added the new optional request property query. | Filter or enhance queries by utilizing the query parameter for more targeted results. |
| GET/datastore/documents/transaction/v1/spaces/[spaceId]/files/[fileId] | Added the new optional response property under status 200 children. | Supply or consume children for enriched functionality. |
| GET/datastore/documents/transaction/v1/spaces/[spaceId]/files/[fileId] | Added the new optional response property under status 200 parentFileId. | Supply or consume parentFileId for enriched functionality. |
| GET/datastore/documents/transaction/v1/spaces/[spaceId]/files/[fileId] | Added the new optional response property under status 200 source. | Supply or consume source for enriched functionality. |
| GET/datastore/documents/transaction/v1/spaces/[spaceId]/files/[fileId] | Updated the schema metadata example in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| PATCH/datastore/documents/transaction/v1/spaces/[spaceId]/files/[fileId] | Added the new optional request property parentFileId. | Supply or consume parentFileId for enriched functionality. |
| PATCH/datastore/documents/transaction/v1/spaces/[spaceId]/files/[fileId] | Added the new optional request property source. | Supply or consume source for enriched functionality. |
| PATCH/datastore/documents/transaction/v1/spaces/[spaceId]/files/[fileId] | Added the new AWAITING_USER_ACTION enum value to the status request property. | You can now use this new enum value in requests. |
| PATCH/datastore/documents/transaction/v1/spaces/[spaceId]/files/[fileId] | Added the new REJECTED enum value to the status request property. | You can now use this new enum value in requests. |
| PATCH/datastore/documents/transaction/v1/spaces/[spaceId]/files/[fileId] | Added the new REPROCESSED enum value to the status request property. | You can now use this new enum value in requests. |
| PATCH/datastore/documents/transaction/v1/spaces/[spaceId]/files/[fileId] | Updated the schema metadata example in the request payload. | Provides better clarity or default behavior in the documentation. |
| PATCH/datastore/documents/transaction/v1/spaces/[spaceId]/files/[fileId] | Added the new optional response property under status 200 source. | Supply or consume source for enriched functionality. |
| PATCH/datastore/documents/transaction/v1/spaces/[spaceId]/files/[fileId] | Added the new optional response property under status 200 children. | Supply or consume children for enriched functionality. |
| PATCH/datastore/documents/transaction/v1/spaces/[spaceId]/files/[fileId] | Added the new optional response property under status 200 parentFileId. | Supply or consume parentFileId for enriched functionality. |
| PATCH/datastore/documents/transaction/v1/spaces/[spaceId]/files/[fileId] | Updated the schema metadata example in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/datastore/documents/transaction/v1/spaces/[spaceId]/files/[fileId]/documents | Updated the schema metadata description at documents in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/datastore/documents/transaction/v1/spaces/[spaceId]/files/[fileId]/documents | Updated the schema metadata description at documents in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/files/[fileId]/documents | The documents property is no longer required in the request payload. | Clients can omit this property. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/files/[fileId]/documents | The documents property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/datastore/documents/transaction/v1/spaces/[spaceId]/paymentAccounts | Added the new optional request property query. | Filter or enhance queries by utilizing the query parameter for more targeted results. |
| GET/datastore/documents/transaction/v1/spaces/[spaceId]/paymentAccounts | Added the new optional response property under status 200 paymentAccounts/address. | Supply or consume paymentAccounts/address for enriched functionality. |
| GET/datastore/documents/transaction/v1/spaces/[spaceId]/paymentAccounts | Added the new optional response property under status 200 paymentAccounts/parent. | Supply or consume paymentAccounts/parent for enriched functionality. |
| GET/datastore/documents/transaction/v1/spaces/[spaceId]/paymentAccounts | Added the new optional response property under status 200 paymentAccounts/entityPaymentAccountId. | Supply or consume paymentAccounts/entityPaymentAccountId for enriched functionality. |
| GET/datastore/documents/transaction/v1/spaces/[spaceId]/paymentAccounts | Added the new optional response property under status 200 paymentAccounts/financialPlatformId. | Supply or consume paymentAccounts/financialPlatformId for enriched functionality. |
| GET/datastore/documents/transaction/v1/spaces/[spaceId]/paymentAccounts | The paymentAccounts/bank/identifier property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/datastore/documents/transaction/v1/spaces/[spaceId]/paymentAccounts | The paymentAccounts/bank/scheme property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/datastore/documents/transaction/v1/spaces/[spaceId]/paymentAccounts | Updated the schema metadata description at paymentAccounts in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/datastore/documents/transaction/v1/spaces/[spaceId]/paymentAccounts | The currentPage property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/datastore/documents/transaction/v1/spaces/[spaceId]/paymentAccounts | The pageSize property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/datastore/documents/transaction/v1/spaces/[spaceId]/paymentAccounts | Updated the schema metadata example in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/paymentAccounts | Added the new optional request property parent. | Supply or consume parent for enriched functionality. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/paymentAccounts | Added the new optional request property address. | Supply or consume address for enriched functionality. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/paymentAccounts | Added the new optional request property financialPlatformId. | Supply or consume financialPlatformId for enriched functionality. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/paymentAccounts | Added the new ABA enum value to the bank/scheme request property. | You can now use this new enum value in requests. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/paymentAccounts | Added the new CLABE enum value to the bank/scheme request property. | You can now use this new enum value in requests. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/paymentAccounts | Added the new THIRD_PARTY enum value to the bank/scheme request property. | You can now use this new enum value in requests. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/paymentAccounts | The bank/identifier property is no longer required in the request payload. | Clients can omit this property. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/paymentAccounts | The bank/scheme property is no longer required in the request payload. | Clients can omit this property. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/paymentAccounts | The currency property is no longer required in the request payload. | Clients can omit this property. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/paymentAccounts | The identifier property is no longer required in the request payload. | Clients can omit this property. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/paymentAccounts | The scheme property is no longer required in the request payload. | Clients can omit this property. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/paymentAccounts | Added the new optional response property under status 201 entityPaymentAccountId. | Supply or consume entityPaymentAccountId for enriched functionality. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/paymentAccounts | Added the new optional response property under status 201 financialPlatformId. | Supply or consume financialPlatformId for enriched functionality. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/paymentAccounts | Added the new optional response property under status 201 address. | Supply or consume address for enriched functionality. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/paymentAccounts | Added the new optional response property under status 201 parent. | Supply or consume parent for enriched functionality. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/paymentAccounts | The bank/identifier property is no longer required in the response payload under status 201. | Clients can omit this property. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/paymentAccounts | The bank/scheme property is no longer required in the response payload under status 201. | Clients can omit this property. |
| GET/datastore/documents/transaction/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId] | Added the new optional response property under status 200 entityPaymentAccountId. | Supply or consume entityPaymentAccountId for enriched functionality. |
| GET/datastore/documents/transaction/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId] | Added the new optional response property under status 200 financialPlatformId. | Supply or consume financialPlatformId for enriched functionality. |
| GET/datastore/documents/transaction/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId] | Added the new optional response property under status 200 address. | Supply or consume address for enriched functionality. |
| GET/datastore/documents/transaction/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId] | Added the new optional response property under status 200 parent. | Supply or consume parent for enriched functionality. |
| GET/datastore/documents/transaction/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId] | The bank/identifier property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/datastore/documents/transaction/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId] | The bank/scheme property is no longer required in the response payload under status 200. | Clients can omit this property. |
| PUT/datastore/documents/transaction/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId] | Added the new optional request property address. | Supply or consume address for enriched functionality. |
| PUT/datastore/documents/transaction/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId] | Added the new optional request property financialPlatformId. | Supply or consume financialPlatformId for enriched functionality. |
| PUT/datastore/documents/transaction/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId] | Added the new optional request property parent. | Supply or consume parent for enriched functionality. |
| PUT/datastore/documents/transaction/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId] | Added the new ABA enum value to the bank/scheme request property. | You can now use this new enum value in requests. |
| PUT/datastore/documents/transaction/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId] | Added the new CLABE enum value to the bank/scheme request property. | You can now use this new enum value in requests. |
| PUT/datastore/documents/transaction/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId] | Added the new THIRD_PARTY enum value to the bank/scheme request property. | You can now use this new enum value in requests. |
| PUT/datastore/documents/transaction/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId] | The bank/identifier property is no longer required in the request payload. | Clients can omit this property. |
| PUT/datastore/documents/transaction/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId] | The bank/scheme property is no longer required in the request payload. | Clients can omit this property. |
| PUT/datastore/documents/transaction/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId] | The currency property is no longer required in the request payload. | Clients can omit this property. |
| PUT/datastore/documents/transaction/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId] | The identifier property is no longer required in the request payload. | Clients can omit this property. |
| PUT/datastore/documents/transaction/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId] | The scheme property is no longer required in the request payload. | Clients can omit this property. |
| PUT/datastore/documents/transaction/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId] | Added the new optional response property under status 200 address. | Supply or consume address for enriched functionality. |
| PUT/datastore/documents/transaction/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId] | Added the new optional response property under status 200 parent. | Supply or consume parent for enriched functionality. |
| PUT/datastore/documents/transaction/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId] | Added the new optional response property under status 200 entityPaymentAccountId. | Supply or consume entityPaymentAccountId for enriched functionality. |
| PUT/datastore/documents/transaction/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId] | Added the new optional response property under status 200 financialPlatformId. | Supply or consume financialPlatformId for enriched functionality. |
| PUT/datastore/documents/transaction/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId] | The bank/identifier property is no longer required in the response payload under status 200. | Clients can omit this property. |
| PUT/datastore/documents/transaction/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId] | The bank/scheme property is no longer required in the response payload under status 200. | Clients can omit this property. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId]:assignConnections | The connections property is no longer required in the request payload. | Clients can omit this property. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId]:assignConnections | Added the new optional response property under status 200 paymentAccounts/address. | Supply or consume paymentAccounts/address for enriched functionality. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId]:assignConnections | Added the new optional response property under status 200 paymentAccounts/parent. | Supply or consume paymentAccounts/parent for enriched functionality. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId]:assignConnections | Added the new optional response property under status 200 paymentAccounts/entityPaymentAccountId. | Supply or consume paymentAccounts/entityPaymentAccountId for enriched functionality. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId]:assignConnections | Added the new optional response property under status 200 paymentAccounts/financialPlatformId. | Supply or consume paymentAccounts/financialPlatformId for enriched functionality. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId]:assignConnections | The paymentAccounts/bank/identifier property is no longer required in the response payload under status 200. | Clients can omit this property. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId]:assignConnections | The paymentAccounts/bank/scheme property is no longer required in the response payload under status 200. | Clients can omit this property. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId]:assignConnections | Updated the schema metadata description at paymentAccounts in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId]:assignConnections | The currentPage property is no longer required in the response payload under status 200. | Clients can omit this property. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId]:assignConnections | The pageSize property is no longer required in the response payload under status 200. | Clients can omit this property. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId]:assignConnections | Updated the schema metadata example in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId]:unassignConnections | The connections property is no longer required in the request payload. | Clients can omit this property. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId]:unassignConnections | Added the new optional response property under status 200 paymentAccounts/address. | Supply or consume paymentAccounts/address for enriched functionality. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId]:unassignConnections | Added the new optional response property under status 200 paymentAccounts/parent. | Supply or consume paymentAccounts/parent for enriched functionality. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId]:unassignConnections | Added the new optional response property under status 200 paymentAccounts/entityPaymentAccountId. | Supply or consume paymentAccounts/entityPaymentAccountId for enriched functionality. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId]:unassignConnections | Added the new optional response property under status 200 paymentAccounts/financialPlatformId. | Supply or consume paymentAccounts/financialPlatformId for enriched functionality. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId]:unassignConnections | The paymentAccounts/bank/identifier property is no longer required in the response payload under status 200. | Clients can omit this property. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId]:unassignConnections | The paymentAccounts/bank/scheme property is no longer required in the response payload under status 200. | Clients can omit this property. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId]:unassignConnections | Updated the schema metadata description at paymentAccounts in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId]:unassignConnections | The currentPage property is no longer required in the response payload under status 200. | Clients can omit this property. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId]:unassignConnections | The pageSize property is no longer required in the response payload under status 200. | Clients can omit this property. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId]:unassignConnections | Updated the schema metadata example in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/datastore/documents/transaction/v1/spaces/[spaceId]/[folder]/documents | Added the new optional response property under status 200 documents/readOnly. | Supply or consume documents/readOnly for enriched functionality. |
| GET/datastore/documents/transaction/v1/spaces/[spaceId]/[folder]/documents | Updated the schema metadata description at documents/category in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/datastore/documents/transaction/v1/spaces/[spaceId]/[folder]/documents | Updated the schema metadata example at documents/category in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/datastore/documents/transaction/v1/spaces/[spaceId]/[folder]/documents | The documents/lines/sequence property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/datastore/documents/transaction/v1/spaces/[spaceId]/[folder]/documents | The documents/lines/unit property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/datastore/documents/transaction/v1/spaces/[spaceId]/[folder]/documents | The documents/lines/unitPrice property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/datastore/documents/transaction/v1/spaces/[spaceId]/[folder]/documents | The documents/lines/currency property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/datastore/documents/transaction/v1/spaces/[spaceId]/[folder]/documents | The documents/lines/grossAmount property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/datastore/documents/transaction/v1/spaces/[spaceId]/[folder]/documents | The documents/lines/quantity property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/datastore/documents/transaction/v1/spaces/[spaceId]/[folder]/documents | Updated the schema metadata description at documents/lines in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/datastore/documents/transaction/v1/spaces/[spaceId]/[folder]/documents | Updated the schema metadata description at documents in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/datastore/documents/transaction/v1/spaces/[spaceId]/[folder]/documents | The currentPage property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/datastore/documents/transaction/v1/spaces/[spaceId]/[folder]/documents | The pageSize property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/datastore/documents/transaction/v1/spaces/[spaceId]/[folder]/documents | Marked the endpoint as deprecated. | This endpoint will be removed in a future release. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/[folder]/documents | Added the new PROFORMA_INVOICE enum value to the category request property. | You can now use this new enum value in requests. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/[folder]/documents | Added the new QUOTE enum value to the category request property. | You can now use this new enum value in requests. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/[folder]/documents | Added the new CREDIT_CARD_STATEMENT enum value to the category request property. | You can now use this new enum value in requests. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/[folder]/documents | Added the new THIRD_PARTY_STATEMENT enum value to the category request property. | You can now use this new enum value in requests. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/[folder]/documents | Added the new SELF_BILLED_INVOICE enum value to the category request property. | You can now use this new enum value in requests. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/[folder]/documents | Added the new SELF_BILLED_CREDIT_NOTE enum value to the category request property. | You can now use this new enum value in requests. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/[folder]/documents | The lines/unitPrice property is no longer required in the request payload. | Clients can omit this property. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/[folder]/documents | The lines/currency property is no longer required in the request payload. | Clients can omit this property. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/[folder]/documents | The lines/quantity property is no longer required in the request payload. | Clients can omit this property. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/[folder]/documents | The lines/unit property is no longer required in the request payload. | Clients can omit this property. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/[folder]/documents | Updated the schema metadata description at lines in the request payload. | Provides better clarity or default behavior in the documentation. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/[folder]/documents | Updated the schema metadata description at lines in the request payload. | Provides better clarity or default behavior in the documentation. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/[folder]/documents | The retentionTime property is no longer required in the request payload. | Clients can omit this property. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/[folder]/documents | Added the new optional response property under status 201 readOnly. | Supply or consume readOnly for enriched functionality. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/[folder]/documents | Updated the schema metadata description at category in the response payload under status 201. | Provides better clarity or default behavior in the documentation. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/[folder]/documents | Updated the schema metadata example at category in the response payload under status 201. | Provides better clarity or default behavior in the documentation. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/[folder]/documents | The lines/sequence property is no longer required in the response payload under status 201. | Clients can omit this property. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/[folder]/documents | The lines/unit property is no longer required in the response payload under status 201. | Clients can omit this property. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/[folder]/documents | The lines/unitPrice property is no longer required in the response payload under status 201. | Clients can omit this property. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/[folder]/documents | The lines/currency property is no longer required in the response payload under status 201. | Clients can omit this property. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/[folder]/documents | The lines/grossAmount property is no longer required in the response payload under status 201. | Clients can omit this property. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/[folder]/documents | The lines/quantity property is no longer required in the response payload under status 201. | Clients can omit this property. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/[folder]/documents | Updated the schema metadata description at lines in the response payload under status 201. | Provides better clarity or default behavior in the documentation. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/[folder]/documents | Marked the endpoint as deprecated. | This endpoint will be removed in a future release. |
| DELETE/datastore/documents/transaction/v1/spaces/[spaceId]/[folder]/documents/[documentId] | Marked the endpoint as deprecated. | This endpoint will be removed in a future release. |
| GET/datastore/documents/transaction/v1/spaces/[spaceId]/[folder]/documents/[documentId] | Added the new optional response property under status 200 readOnly. | Supply or consume readOnly for enriched functionality. |
| GET/datastore/documents/transaction/v1/spaces/[spaceId]/[folder]/documents/[documentId] | Updated the schema metadata description at category in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/datastore/documents/transaction/v1/spaces/[spaceId]/[folder]/documents/[documentId] | Updated the schema metadata example at category in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/datastore/documents/transaction/v1/spaces/[spaceId]/[folder]/documents/[documentId] | The lines/sequence property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/datastore/documents/transaction/v1/spaces/[spaceId]/[folder]/documents/[documentId] | The lines/unit property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/datastore/documents/transaction/v1/spaces/[spaceId]/[folder]/documents/[documentId] | The lines/unitPrice property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/datastore/documents/transaction/v1/spaces/[spaceId]/[folder]/documents/[documentId] | The lines/currency property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/datastore/documents/transaction/v1/spaces/[spaceId]/[folder]/documents/[documentId] | The lines/grossAmount property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/datastore/documents/transaction/v1/spaces/[spaceId]/[folder]/documents/[documentId] | The lines/quantity property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/datastore/documents/transaction/v1/spaces/[spaceId]/[folder]/documents/[documentId] | Updated the schema metadata description at lines in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/datastore/documents/transaction/v1/spaces/[spaceId]/[folder]/documents/[documentId] | Marked the endpoint as deprecated. | This endpoint will be removed in a future release. |
| PATCH/datastore/documents/transaction/v1/spaces/[spaceId]/[folder]/documents/[documentId] | Added the new PROFORMA_INVOICE enum value to the category request property. | You can now use this new enum value in requests. |
| PATCH/datastore/documents/transaction/v1/spaces/[spaceId]/[folder]/documents/[documentId] | Added the new QUOTE enum value to the category request property. | You can now use this new enum value in requests. |
| PATCH/datastore/documents/transaction/v1/spaces/[spaceId]/[folder]/documents/[documentId] | Added the new CREDIT_CARD_STATEMENT enum value to the category request property. | You can now use this new enum value in requests. |
| PATCH/datastore/documents/transaction/v1/spaces/[spaceId]/[folder]/documents/[documentId] | Added the new THIRD_PARTY_STATEMENT enum value to the category request property. | You can now use this new enum value in requests. |
| PATCH/datastore/documents/transaction/v1/spaces/[spaceId]/[folder]/documents/[documentId] | Added the new SELF_BILLED_INVOICE enum value to the category request property. | You can now use this new enum value in requests. |
| PATCH/datastore/documents/transaction/v1/spaces/[spaceId]/[folder]/documents/[documentId] | Added the new SELF_BILLED_CREDIT_NOTE enum value to the category request property. | You can now use this new enum value in requests. |
| PATCH/datastore/documents/transaction/v1/spaces/[spaceId]/[folder]/documents/[documentId] | Added the new optional response property under status 200 readOnly. | Supply or consume readOnly for enriched functionality. |
| PATCH/datastore/documents/transaction/v1/spaces/[spaceId]/[folder]/documents/[documentId] | Updated the schema metadata description at category in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| PATCH/datastore/documents/transaction/v1/spaces/[spaceId]/[folder]/documents/[documentId] | Updated the schema metadata example at category in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| PATCH/datastore/documents/transaction/v1/spaces/[spaceId]/[folder]/documents/[documentId] | The lines/sequence property is no longer required in the response payload under status 200. | Clients can omit this property. |
| PATCH/datastore/documents/transaction/v1/spaces/[spaceId]/[folder]/documents/[documentId] | The lines/unit property is no longer required in the response payload under status 200. | Clients can omit this property. |
| PATCH/datastore/documents/transaction/v1/spaces/[spaceId]/[folder]/documents/[documentId] | The lines/unitPrice property is no longer required in the response payload under status 200. | Clients can omit this property. |
| PATCH/datastore/documents/transaction/v1/spaces/[spaceId]/[folder]/documents/[documentId] | The lines/currency property is no longer required in the response payload under status 200. | Clients can omit this property. |
| PATCH/datastore/documents/transaction/v1/spaces/[spaceId]/[folder]/documents/[documentId] | The lines/grossAmount property is no longer required in the response payload under status 200. | Clients can omit this property. |
| PATCH/datastore/documents/transaction/v1/spaces/[spaceId]/[folder]/documents/[documentId] | The lines/quantity property is no longer required in the response payload under status 200. | Clients can omit this property. |
| PATCH/datastore/documents/transaction/v1/spaces/[spaceId]/[folder]/documents/[documentId] | Updated the schema metadata description at lines in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| PATCH/datastore/documents/transaction/v1/spaces/[spaceId]/[folder]/documents/[documentId] | Updated the schema metadata example in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/datastore/documents/transaction/v1/spaces/[spaceId]/[folder]/documents/[documentId]/lines | The lines/currency property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/datastore/documents/transaction/v1/spaces/[spaceId]/[folder]/documents/[documentId]/lines | The lines/grossAmount property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/datastore/documents/transaction/v1/spaces/[spaceId]/[folder]/documents/[documentId]/lines | The lines/quantity property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/datastore/documents/transaction/v1/spaces/[spaceId]/[folder]/documents/[documentId]/lines | The lines/sequence property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/datastore/documents/transaction/v1/spaces/[spaceId]/[folder]/documents/[documentId]/lines | The lines/unit property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/datastore/documents/transaction/v1/spaces/[spaceId]/[folder]/documents/[documentId]/lines | The lines/unitPrice property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/datastore/documents/transaction/v1/spaces/[spaceId]/[folder]/documents/[documentId]/lines | Updated the schema metadata description at lines in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/datastore/documents/transaction/v1/spaces/[spaceId]/[folder]/documents/[documentId]/lines | The currentPage property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/datastore/documents/transaction/v1/spaces/[spaceId]/[folder]/documents/[documentId]/lines | The lines property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/datastore/documents/transaction/v1/spaces/[spaceId]/[folder]/documents/[documentId]/lines | The pageSize property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/datastore/documents/transaction/v1/spaces/[spaceId]/[folder]/documents/[documentId]/lines | Marked the endpoint as deprecated. | This endpoint will be removed in a future release. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/[folder]/documents/[documentId]/lines | Added the new optional request property lines/sequence. | Supply or consume lines/sequence for enriched functionality. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/[folder]/documents/[documentId]/lines | Added the new optional request property lines/id. | Supply or consume lines/id for enriched functionality. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/[folder]/documents/[documentId]/lines | Updated the schema metadata description at lines/startDate in the request payload. | Provides better clarity or default behavior in the documentation. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/[folder]/documents/[documentId]/lines | The lines/quantity property is no longer required in the request payload. | Clients can omit this property. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/[folder]/documents/[documentId]/lines | The lines/unit property is no longer required in the request payload. | Clients can omit this property. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/[folder]/documents/[documentId]/lines | The lines/unitPrice property is no longer required in the request payload. | Clients can omit this property. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/[folder]/documents/[documentId]/lines | The lines/currency property is no longer required in the request payload. | Clients can omit this property. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/[folder]/documents/[documentId]/lines | Updated the schema metadata description at lines in the request payload. | Provides better clarity or default behavior in the documentation. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/[folder]/documents/[documentId]/lines | Updated the schema metadata description at lines in the request payload. | Provides better clarity or default behavior in the documentation. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/[folder]/documents/[documentId]/lines | The lines property is no longer required in the request payload. | Clients can omit this property. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/[folder]/documents/[documentId]/lines | The lines/grossAmount property is no longer required in the response payload under status 201. | Clients can omit this property. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/[folder]/documents/[documentId]/lines | The lines/quantity property is no longer required in the response payload under status 201. | Clients can omit this property. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/[folder]/documents/[documentId]/lines | The lines/sequence property is no longer required in the response payload under status 201. | Clients can omit this property. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/[folder]/documents/[documentId]/lines | The lines/unit property is no longer required in the response payload under status 201. | Clients can omit this property. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/[folder]/documents/[documentId]/lines | The lines/unitPrice property is no longer required in the response payload under status 201. | Clients can omit this property. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/[folder]/documents/[documentId]/lines | The lines/currency property is no longer required in the response payload under status 201. | Clients can omit this property. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/[folder]/documents/[documentId]/lines | Updated the schema metadata description at lines in the response payload under status 201. | Provides better clarity or default behavior in the documentation. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/[folder]/documents/[documentId]/lines | The lines property is no longer required in the response payload under status 201. | Clients can omit this property. |
| POST/datastore/documents/transaction/v1/spaces/[spaceId]/[folder]/documents/[documentId]/lines | Marked the endpoint as deprecated. | This endpoint will be removed in a future release. |
| DELETE/datastore/documents/transaction/v1/spaces/[spaceId]/[folder]/documents/[documentId]/lines/[lineId] | Marked the endpoint as deprecated. | This endpoint will be removed in a future release. |
| GET/datastore/documents/transaction/v1/spaces/[spaceId]/[folder]/documents/[documentId]/lines/[lineId] | The unit property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/datastore/documents/transaction/v1/spaces/[spaceId]/[folder]/documents/[documentId]/lines/[lineId] | The unitPrice property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/datastore/documents/transaction/v1/spaces/[spaceId]/[folder]/documents/[documentId]/lines/[lineId] | The currency property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/datastore/documents/transaction/v1/spaces/[spaceId]/[folder]/documents/[documentId]/lines/[lineId] | The grossAmount property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/datastore/documents/transaction/v1/spaces/[spaceId]/[folder]/documents/[documentId]/lines/[lineId] | The quantity property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/datastore/documents/transaction/v1/spaces/[spaceId]/[folder]/documents/[documentId]/lines/[lineId] | The sequence property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/datastore/documents/transaction/v1/spaces/[spaceId]/[folder]/documents/[documentId]/lines/[lineId] | Marked the endpoint as deprecated. | This endpoint will be removed in a future release. |
| PATCH/datastore/documents/transaction/v1/spaces/[spaceId]/[folder]/documents/[documentId]/lines/[lineId] | The unitPrice property is no longer required in the response payload under status 200. | Clients can omit this property. |
| PATCH/datastore/documents/transaction/v1/spaces/[spaceId]/[folder]/documents/[documentId]/lines/[lineId] | The currency property is no longer required in the response payload under status 200. | Clients can omit this property. |
| PATCH/datastore/documents/transaction/v1/spaces/[spaceId]/[folder]/documents/[documentId]/lines/[lineId] | The grossAmount property is no longer required in the response payload under status 200. | Clients can omit this property. |
| PATCH/datastore/documents/transaction/v1/spaces/[spaceId]/[folder]/documents/[documentId]/lines/[lineId] | The quantity property is no longer required in the response payload under status 200. | Clients can omit this property. |
| PATCH/datastore/documents/transaction/v1/spaces/[spaceId]/[folder]/documents/[documentId]/lines/[lineId] | The sequence property is no longer required in the response payload under status 200. | Clients can omit this property. |
| PATCH/datastore/documents/transaction/v1/spaces/[spaceId]/[folder]/documents/[documentId]/lines/[lineId] | The unit property is no longer required in the response payload under status 200. | Clients can omit this property. |
| PATCH/datastore/documents/transaction/v1/spaces/[spaceId]/[folder]/documents/[documentId]/lines/[lineId] | Marked the endpoint as deprecated. | This endpoint will be removed in a future release. |
| GET/datastore/documents/transaction/v1/spaces/[spaceId]/[folder]/documents:count | Marked the endpoint as deprecated. | This endpoint will be removed in a future release. |
| GET/datastore/documents/transaction/v2/spaces/[spaceId]/connections | Added the new optional request property query. | Filter or enhance queries by utilizing the query parameter for more targeted results. |
| GET/datastore/documents/transaction/v2/spaces/[spaceId]/connections | Added the new optional response property under status 200 connections/displayName. | Supply or consume connections/displayName for enriched functionality. |
| GET/datastore/documents/transaction/v2/spaces/[spaceId]/connections | The connections/addresses/additionalProperties/city property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/datastore/documents/transaction/v2/spaces/[spaceId]/connections | Added the new optional response property under status 200 connections/paymentAccounts/address. | Supply or consume connections/paymentAccounts/address for enriched functionality. |
| GET/datastore/documents/transaction/v2/spaces/[spaceId]/connections | Added the new optional response property under status 200 connections/paymentAccounts/financialPlatformId. | Supply or consume connections/paymentAccounts/financialPlatformId for enriched functionality. |
| GET/datastore/documents/transaction/v2/spaces/[spaceId]/connections | Added the new optional response property under status 200 connections/paymentAccounts/parent. | Supply or consume connections/paymentAccounts/parent for enriched functionality. |
| GET/datastore/documents/transaction/v2/spaces/[spaceId]/connections | The connections/paymentAccounts/bank/scheme property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/datastore/documents/transaction/v2/spaces/[spaceId]/connections | The connections/paymentAccounts/bank/identifier property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/datastore/documents/transaction/v2/spaces/[spaceId]/connections | Updated the schema metadata description at connections in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/datastore/documents/transaction/v2/spaces/[spaceId]/connections | The pageSize property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/datastore/documents/transaction/v2/spaces/[spaceId]/connections | The currentPage property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/datastore/documents/transaction/v2/spaces/[spaceId]/connections | Updated the schema metadata example in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| POST/datastore/documents/transaction/v2/spaces/[spaceId]/connections | The addresses/additionalProperties/city property is no longer required in the request payload. | Clients can omit this property. |
| POST/datastore/documents/transaction/v2/spaces/[spaceId]/connections | Updated the schema metadata description at connectors in the request payload. | Provides better clarity or default behavior in the documentation. |
| POST/datastore/documents/transaction/v2/spaces/[spaceId]/connections | Added the new optional request property paymentAccounts/financialPlatformId. | Supply or consume paymentAccounts/financialPlatformId for enriched functionality. |
| POST/datastore/documents/transaction/v2/spaces/[spaceId]/connections | Added the new optional request property paymentAccounts/parent. | Supply or consume paymentAccounts/parent for enriched functionality. |
| POST/datastore/documents/transaction/v2/spaces/[spaceId]/connections | Added the new ABA enum value to the paymentAccounts/bank/scheme request property. | You can now use this new enum value in requests. |
| POST/datastore/documents/transaction/v2/spaces/[spaceId]/connections | Added the new CLABE enum value to the paymentAccounts/bank/scheme request property. | You can now use this new enum value in requests. |
| POST/datastore/documents/transaction/v2/spaces/[spaceId]/connections | Added the new THIRD_PARTY enum value to the paymentAccounts/bank/scheme request property. | You can now use this new enum value in requests. |
| POST/datastore/documents/transaction/v2/spaces/[spaceId]/connections | The paymentAccounts/bank/identifier property is no longer required in the request payload. | Clients can omit this property. |
| POST/datastore/documents/transaction/v2/spaces/[spaceId]/connections | The paymentAccounts/bank/scheme property is no longer required in the request payload. | Clients can omit this property. |
| POST/datastore/documents/transaction/v2/spaces/[spaceId]/connections | The paymentAccounts/scheme property is no longer required in the request payload. | Clients can omit this property. |
| POST/datastore/documents/transaction/v2/spaces/[spaceId]/connections | The paymentAccounts/currency property is no longer required in the request payload. | Clients can omit this property. |
| POST/datastore/documents/transaction/v2/spaces/[spaceId]/connections | The paymentAccounts/identifier property is no longer required in the request payload. | Clients can omit this property. |
| POST/datastore/documents/transaction/v2/spaces/[spaceId]/connections | Updated the schema metadata example at paymentAccounts in the request payload. | Provides better clarity or default behavior in the documentation. |
| POST/datastore/documents/transaction/v2/spaces/[spaceId]/connections | Added the new CUSTOMER enum value to the relationTypes request property. | You can now use this new enum value in requests. |
| POST/datastore/documents/transaction/v2/spaces/[spaceId]/connections | Added the new SUPPLIER enum value to the relationTypes request property. | You can now use this new enum value in requests. |
| POST/datastore/documents/transaction/v2/spaces/[spaceId]/connections | Added the new ACCOUNTANT enum value to the relationTypes request property. | You can now use this new enum value in requests. |
| POST/datastore/documents/transaction/v2/spaces/[spaceId]/connections | Added the new PARTNER enum value to the relationTypes request property. | You can now use this new enum value in requests. |
| POST/datastore/documents/transaction/v2/spaces/[spaceId]/connections | Added the new GROUP enum value to the relationTypes request property. | You can now use this new enum value in requests. |
| POST/datastore/documents/transaction/v2/spaces/[spaceId]/connections | Added the new optional response property under status 201 displayName. | Supply or consume displayName for enriched functionality. |
| POST/datastore/documents/transaction/v2/spaces/[spaceId]/connections | The addresses/additionalProperties/city property is no longer required in the response payload under status 201. | Clients can omit this property. |
| POST/datastore/documents/transaction/v2/spaces/[spaceId]/connections | Added the new optional response property under status 201 paymentAccounts/address. | Supply or consume paymentAccounts/address for enriched functionality. |
| POST/datastore/documents/transaction/v2/spaces/[spaceId]/connections | Added the new optional response property under status 201 paymentAccounts/financialPlatformId. | Supply or consume paymentAccounts/financialPlatformId for enriched functionality. |
| POST/datastore/documents/transaction/v2/spaces/[spaceId]/connections | Added the new optional response property under status 201 paymentAccounts/parent. | Supply or consume paymentAccounts/parent for enriched functionality. |
| POST/datastore/documents/transaction/v2/spaces/[spaceId]/connections | The paymentAccounts/bank/scheme property is no longer required in the response payload under status 201. | Clients can omit this property. |
| POST/datastore/documents/transaction/v2/spaces/[spaceId]/connections | The paymentAccounts/bank/identifier property is no longer required in the response payload under status 201. | Clients can omit this property. |
| GET/datastore/documents/transaction/v2/spaces/[spaceId]/connections/[connectionId] | Added the new optional response property under status 200 displayName. | Supply or consume displayName for enriched functionality. |
| GET/datastore/documents/transaction/v2/spaces/[spaceId]/connections/[connectionId] | The addresses/additionalProperties/city property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/datastore/documents/transaction/v2/spaces/[spaceId]/connections/[connectionId] | Added the new optional response property under status 200 paymentAccounts/address. | Supply or consume paymentAccounts/address for enriched functionality. |
| GET/datastore/documents/transaction/v2/spaces/[spaceId]/connections/[connectionId] | Added the new optional response property under status 200 paymentAccounts/financialPlatformId. | Supply or consume paymentAccounts/financialPlatformId for enriched functionality. |
| GET/datastore/documents/transaction/v2/spaces/[spaceId]/connections/[connectionId] | Added the new optional response property under status 200 paymentAccounts/parent. | Supply or consume paymentAccounts/parent for enriched functionality. |
| GET/datastore/documents/transaction/v2/spaces/[spaceId]/connections/[connectionId] | The paymentAccounts/bank/scheme property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/datastore/documents/transaction/v2/spaces/[spaceId]/connections/[connectionId] | The paymentAccounts/bank/identifier property is no longer required in the response payload under status 200. | Clients can omit this property. |
| PATCH/datastore/documents/transaction/v2/spaces/[spaceId]/connections/[connectionId] | The addresses/additionalProperties/city property is no longer required in the request payload. | Clients can omit this property. |
| PATCH/datastore/documents/transaction/v2/spaces/[spaceId]/connections/[connectionId] | Added the new optional request property paymentAccount/financialPlatformId. | Supply or consume paymentAccount/financialPlatformId for enriched functionality. |
| PATCH/datastore/documents/transaction/v2/spaces/[spaceId]/connections/[connectionId] | The paymentAccount/id property is no longer required in the request payload. | Clients can omit this property. |
| PATCH/datastore/documents/transaction/v2/spaces/[spaceId]/connections/[connectionId] | The paymentAccount/isDefault property is no longer required in the request payload. | Clients can omit this property. |
| PATCH/datastore/documents/transaction/v2/spaces/[spaceId]/connections/[connectionId] | Added the new CUSTOMER enum value to the relationTypes request property. | You can now use this new enum value in requests. |
| PATCH/datastore/documents/transaction/v2/spaces/[spaceId]/connections/[connectionId] | Added the new SUPPLIER enum value to the relationTypes request property. | You can now use this new enum value in requests. |
| PATCH/datastore/documents/transaction/v2/spaces/[spaceId]/connections/[connectionId] | Added the new ACCOUNTANT enum value to the relationTypes request property. | You can now use this new enum value in requests. |
| PATCH/datastore/documents/transaction/v2/spaces/[spaceId]/connections/[connectionId] | Added the new PARTNER enum value to the relationTypes request property. | You can now use this new enum value in requests. |
| PATCH/datastore/documents/transaction/v2/spaces/[spaceId]/connections/[connectionId] | Added the new GROUP enum value to the relationTypes request property. | You can now use this new enum value in requests. |
| PATCH/datastore/documents/transaction/v2/spaces/[spaceId]/connections/[connectionId] | Updated the schema metadata description at tags in the request payload. | Provides better clarity or default behavior in the documentation. |
| PATCH/datastore/documents/transaction/v2/spaces/[spaceId]/connections/[connectionId] | Updated the schema metadata example at tags in the request payload. | Provides better clarity or default behavior in the documentation. |
| PATCH/datastore/documents/transaction/v2/spaces/[spaceId]/connections/[connectionId] | Added the new optional response property under status 200 displayName. | Supply or consume displayName for enriched functionality. |
| PATCH/datastore/documents/transaction/v2/spaces/[spaceId]/connections/[connectionId] | The addresses/additionalProperties/city property is no longer required in the response payload under status 200. | Clients can omit this property. |
| PATCH/datastore/documents/transaction/v2/spaces/[spaceId]/connections/[connectionId] | Added the new optional response property under status 200 paymentAccounts/address. | Supply or consume paymentAccounts/address for enriched functionality. |
| PATCH/datastore/documents/transaction/v2/spaces/[spaceId]/connections/[connectionId] | Added the new optional response property under status 200 paymentAccounts/financialPlatformId. | Supply or consume paymentAccounts/financialPlatformId for enriched functionality. |
| PATCH/datastore/documents/transaction/v2/spaces/[spaceId]/connections/[connectionId] | Added the new optional response property under status 200 paymentAccounts/parent. | Supply or consume paymentAccounts/parent for enriched functionality. |
| PATCH/datastore/documents/transaction/v2/spaces/[spaceId]/connections/[connectionId] | The paymentAccounts/bank/scheme property is no longer required in the response payload under status 200. | Clients can omit this property. |
| PATCH/datastore/documents/transaction/v2/spaces/[spaceId]/connections/[connectionId] | The paymentAccounts/bank/identifier property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/datastore/documents/transaction/v2/spaces/[spaceId]/documents | Added the new optional request property query. | Filter or enhance queries by utilizing the query parameter for more targeted results. |
| GET/datastore/documents/transaction/v2/spaces/[spaceId]/documents | Added the new optional response property under status 200 documents/customCategories. | Supply or consume documents/customCategories for enriched functionality. |
| GET/datastore/documents/transaction/v2/spaces/[spaceId]/documents | Added the new optional response property under status 200 documents/balanceOffsets. | Supply or consume documents/balanceOffsets for enriched functionality. |
| GET/datastore/documents/transaction/v2/spaces/[spaceId]/documents | Added the new optional response property under status 200 documents/parentDirectory. | Supply or consume documents/parentDirectory for enriched functionality. |
| GET/datastore/documents/transaction/v2/spaces/[spaceId]/documents | Added the new optional response property under status 200 documents/readOnly. | Supply or consume documents/readOnly for enriched functionality. |
| GET/datastore/documents/transaction/v2/spaces/[spaceId]/documents | Updated the schema metadata description at documents/category in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/datastore/documents/transaction/v2/spaces/[spaceId]/documents | Updated the schema metadata example at documents/category in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/datastore/documents/transaction/v2/spaces/[spaceId]/documents | Updated the schema metadata description at documents/connections in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/datastore/documents/transaction/v2/spaces/[spaceId]/documents | Updated the schema metadata description at documents/connections in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/datastore/documents/transaction/v2/spaces/[spaceId]/documents | The documents/lines/sequence property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/datastore/documents/transaction/v2/spaces/[spaceId]/documents | Updated the schema metadata description at documents/lines in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/datastore/documents/transaction/v2/spaces/[spaceId]/documents | Updated the schema metadata description at documents/lines in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/datastore/documents/transaction/v2/spaces/[spaceId]/documents | Updated the schema metadata description at documents/tasks in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/datastore/documents/transaction/v2/spaces/[spaceId]/documents | Updated the schema metadata description at documents/tasks in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/datastore/documents/transaction/v2/spaces/[spaceId]/documents | Updated the schema metadata description at documents in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/datastore/documents/transaction/v2/spaces/[spaceId]/documents | The currentPage property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/datastore/documents/transaction/v2/spaces/[spaceId]/documents | The pageSize property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/datastore/documents/transaction/v2/spaces/[spaceId]/documents | Updated the schema metadata example in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| POST/datastore/documents/transaction/v2/spaces/[spaceId]/documents | Added the new optional request property createdAt. | Supply or consume createdAt for enriched functionality. |
| POST/datastore/documents/transaction/v2/spaces/[spaceId]/documents | Added the new optional request property customCategories. | Supply or consume customCategories for enriched functionality. |
| POST/datastore/documents/transaction/v2/spaces/[spaceId]/documents | Added the new optional request property parentDirectoryId. | Supply or consume parentDirectoryId for enriched functionality. |
| POST/datastore/documents/transaction/v2/spaces/[spaceId]/documents | Added the new PROFORMA_INVOICE enum value to the category request property. | You can now use this new enum value in requests. |
| POST/datastore/documents/transaction/v2/spaces/[spaceId]/documents | Added the new QUOTE enum value to the category request property. | You can now use this new enum value in requests. |
| POST/datastore/documents/transaction/v2/spaces/[spaceId]/documents | Added the new CREDIT_CARD_STATEMENT enum value to the category request property. | You can now use this new enum value in requests. |
| POST/datastore/documents/transaction/v2/spaces/[spaceId]/documents | Added the new THIRD_PARTY_STATEMENT enum value to the category request property. | You can now use this new enum value in requests. |
| POST/datastore/documents/transaction/v2/spaces/[spaceId]/documents | Added the new SELF_BILLED_INVOICE enum value to the category request property. | You can now use this new enum value in requests. |
| POST/datastore/documents/transaction/v2/spaces/[spaceId]/documents | Added the new SELF_BILLED_CREDIT_NOTE enum value to the category request property. | You can now use this new enum value in requests. |
| POST/datastore/documents/transaction/v2/spaces/[spaceId]/documents | Added the new CUSTOMER enum value to the connections/relationType request property. | You can now use this new enum value in requests. |
| POST/datastore/documents/transaction/v2/spaces/[spaceId]/documents | Added the new SUPPLIER enum value to the connections/relationType request property. | You can now use this new enum value in requests. |
| POST/datastore/documents/transaction/v2/spaces/[spaceId]/documents | Added the new ACCOUNTANT enum value to the connections/relationType request property. | You can now use this new enum value in requests. |
| POST/datastore/documents/transaction/v2/spaces/[spaceId]/documents | Added the new PARTNER enum value to the connections/relationType request property. | You can now use this new enum value in requests. |
| POST/datastore/documents/transaction/v2/spaces/[spaceId]/documents | Added the new GROUP enum value to the connections/relationType request property. | You can now use this new enum value in requests. |
| POST/datastore/documents/transaction/v2/spaces/[spaceId]/documents | Updated the schema metadata description at connections in the request payload. | Provides better clarity or default behavior in the documentation. |
| POST/datastore/documents/transaction/v2/spaces/[spaceId]/documents | The retentionTime property is no longer required in the request payload. | Clients can omit this property. |
| POST/datastore/documents/transaction/v2/spaces/[spaceId]/documents | Added the new optional response property under status 201 balanceOffsets. | Supply or consume balanceOffsets for enriched functionality. |
| POST/datastore/documents/transaction/v2/spaces/[spaceId]/documents | Added the new optional response property under status 201 parentDirectory. | Supply or consume parentDirectory for enriched functionality. |
| POST/datastore/documents/transaction/v2/spaces/[spaceId]/documents | Added the new optional response property under status 201 readOnly. | Supply or consume readOnly for enriched functionality. |
| POST/datastore/documents/transaction/v2/spaces/[spaceId]/documents | Added the new optional response property under status 201 customCategories. | Supply or consume customCategories for enriched functionality. |
| POST/datastore/documents/transaction/v2/spaces/[spaceId]/documents | Updated the schema metadata description at category in the response payload under status 201. | Provides better clarity or default behavior in the documentation. |
| POST/datastore/documents/transaction/v2/spaces/[spaceId]/documents | Updated the schema metadata example at category in the response payload under status 201. | Provides better clarity or default behavior in the documentation. |
| POST/datastore/documents/transaction/v2/spaces/[spaceId]/documents | Updated the schema metadata description at connections in the response payload under status 201. | Provides better clarity or default behavior in the documentation. |
| POST/datastore/documents/transaction/v2/spaces/[spaceId]/documents | Updated the schema metadata description at connections in the response payload under status 201. | Provides better clarity or default behavior in the documentation. |
| POST/datastore/documents/transaction/v2/spaces/[spaceId]/documents | The lines/sequence property is no longer required in the response payload under status 201. | Clients can omit this property. |
| POST/datastore/documents/transaction/v2/spaces/[spaceId]/documents | Updated the schema metadata description at lines in the response payload under status 201. | Provides better clarity or default behavior in the documentation. |
| POST/datastore/documents/transaction/v2/spaces/[spaceId]/documents | Updated the schema metadata description at lines in the response payload under status 201. | Provides better clarity or default behavior in the documentation. |
| POST/datastore/documents/transaction/v2/spaces/[spaceId]/documents | Updated the schema metadata description at tasks in the response payload under status 201. | Provides better clarity or default behavior in the documentation. |
| POST/datastore/documents/transaction/v2/spaces/[spaceId]/documents | Updated the schema metadata description at tasks in the response payload under status 201. | Provides better clarity or default behavior in the documentation. |
| POST/datastore/documents/transaction/v2/spaces/[spaceId]/documents | Updated the schema metadata examples in the response payload under status 201. | Provides better clarity or default behavior in the documentation. |
| GET/datastore/documents/transaction/v2/spaces/[spaceId]/documents/[documentId] | Added the new optional response property under status 200 customCategories. | Supply or consume customCategories for enriched functionality. |
| GET/datastore/documents/transaction/v2/spaces/[spaceId]/documents/[documentId] | Added the new optional response property under status 200 balanceOffsets. | Supply or consume balanceOffsets for enriched functionality. |
| GET/datastore/documents/transaction/v2/spaces/[spaceId]/documents/[documentId] | Added the new optional response property under status 200 parentDirectory. | Supply or consume parentDirectory for enriched functionality. |
| GET/datastore/documents/transaction/v2/spaces/[spaceId]/documents/[documentId] | Added the new optional response property under status 200 readOnly. | Supply or consume readOnly for enriched functionality. |
| GET/datastore/documents/transaction/v2/spaces/[spaceId]/documents/[documentId] | Updated the schema metadata description at category in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/datastore/documents/transaction/v2/spaces/[spaceId]/documents/[documentId] | Updated the schema metadata example at category in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/datastore/documents/transaction/v2/spaces/[spaceId]/documents/[documentId] | Updated the schema metadata description at connections in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/datastore/documents/transaction/v2/spaces/[spaceId]/documents/[documentId] | Updated the schema metadata description at connections in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/datastore/documents/transaction/v2/spaces/[spaceId]/documents/[documentId] | The lines/sequence property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/datastore/documents/transaction/v2/spaces/[spaceId]/documents/[documentId] | Updated the schema metadata description at lines in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/datastore/documents/transaction/v2/spaces/[spaceId]/documents/[documentId] | Updated the schema metadata description at lines in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/datastore/documents/transaction/v2/spaces/[spaceId]/documents/[documentId] | Updated the schema metadata description at tasks in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/datastore/documents/transaction/v2/spaces/[spaceId]/documents/[documentId] | Updated the schema metadata description at tasks in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/datastore/documents/transaction/v2/spaces/[spaceId]/documents/[documentId] | Updated the schema metadata example in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| PATCH/datastore/documents/transaction/v2/spaces/[spaceId]/documents/[documentId] | Added the new optional request property connections. | Supply or consume connections for enriched functionality. |
| PATCH/datastore/documents/transaction/v2/spaces/[spaceId]/documents/[documentId] | Added the new optional request property createdAt. | Supply or consume createdAt for enriched functionality. |
| PATCH/datastore/documents/transaction/v2/spaces/[spaceId]/documents/[documentId] | Added the new optional request property customCategories. | Supply or consume customCategories for enriched functionality. |
| PATCH/datastore/documents/transaction/v2/spaces/[spaceId]/documents/[documentId] | Added the new optional request property lines. | Supply or consume lines for enriched functionality. |
| PATCH/datastore/documents/transaction/v2/spaces/[spaceId]/documents/[documentId] | Added the new PROFORMA_INVOICE enum value to the category request property. | You can now use this new enum value in requests. |
| PATCH/datastore/documents/transaction/v2/spaces/[spaceId]/documents/[documentId] | Added the new QUOTE enum value to the category request property. | You can now use this new enum value in requests. |
| PATCH/datastore/documents/transaction/v2/spaces/[spaceId]/documents/[documentId] | Added the new CREDIT_CARD_STATEMENT enum value to the category request property. | You can now use this new enum value in requests. |
| PATCH/datastore/documents/transaction/v2/spaces/[spaceId]/documents/[documentId] | Added the new THIRD_PARTY_STATEMENT enum value to the category request property. | You can now use this new enum value in requests. |
| PATCH/datastore/documents/transaction/v2/spaces/[spaceId]/documents/[documentId] | Added the new SELF_BILLED_INVOICE enum value to the category request property. | You can now use this new enum value in requests. |
| PATCH/datastore/documents/transaction/v2/spaces/[spaceId]/documents/[documentId] | Added the new SELF_BILLED_CREDIT_NOTE enum value to the category request property. | You can now use this new enum value in requests. |
| PATCH/datastore/documents/transaction/v2/spaces/[spaceId]/documents/[documentId] | Updated the schema metadata description at tags in the request payload. | Provides better clarity or default behavior in the documentation. |
| PATCH/datastore/documents/transaction/v2/spaces/[spaceId]/documents/[documentId] | Updated the schema metadata example at tags in the request payload. | Provides better clarity or default behavior in the documentation. |
| PATCH/datastore/documents/transaction/v2/spaces/[spaceId]/documents/[documentId] | Updated the schema metadata example in the request payload. | Provides better clarity or default behavior in the documentation. |
| PATCH/datastore/documents/transaction/v2/spaces/[spaceId]/documents/[documentId] | Added the new optional response property under status 200 balanceOffsets. | Supply or consume balanceOffsets for enriched functionality. |
| PATCH/datastore/documents/transaction/v2/spaces/[spaceId]/documents/[documentId] | Added the new optional response property under status 200 parentDirectory. | Supply or consume parentDirectory for enriched functionality. |
| PATCH/datastore/documents/transaction/v2/spaces/[spaceId]/documents/[documentId] | Added the new optional response property under status 200 readOnly. | Supply or consume readOnly for enriched functionality. |
| PATCH/datastore/documents/transaction/v2/spaces/[spaceId]/documents/[documentId] | Added the new optional response property under status 200 customCategories. | Supply or consume customCategories for enriched functionality. |
| PATCH/datastore/documents/transaction/v2/spaces/[spaceId]/documents/[documentId] | Updated the schema metadata description at category in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| PATCH/datastore/documents/transaction/v2/spaces/[spaceId]/documents/[documentId] | Updated the schema metadata example at category in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| PATCH/datastore/documents/transaction/v2/spaces/[spaceId]/documents/[documentId] | Updated the schema metadata description at connections in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| PATCH/datastore/documents/transaction/v2/spaces/[spaceId]/documents/[documentId] | Updated the schema metadata description at connections in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| PATCH/datastore/documents/transaction/v2/spaces/[spaceId]/documents/[documentId] | The lines/sequence property is no longer required in the response payload under status 200. | Clients can omit this property. |
| PATCH/datastore/documents/transaction/v2/spaces/[spaceId]/documents/[documentId] | Updated the schema metadata description at lines in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| PATCH/datastore/documents/transaction/v2/spaces/[spaceId]/documents/[documentId] | Updated the schema metadata description at lines in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| PATCH/datastore/documents/transaction/v2/spaces/[spaceId]/documents/[documentId] | Updated the schema metadata description at tasks in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| PATCH/datastore/documents/transaction/v2/spaces/[spaceId]/documents/[documentId] | Updated the schema metadata description at tasks in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| PATCH/datastore/documents/transaction/v2/spaces/[spaceId]/documents/[documentId] | Updated the schema metadata example in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/datastore/documents/transaction/v2/spaces/[spaceId]/documents/[documentId]/lines | Added the new optional request property query. | Filter or enhance queries by utilizing the query parameter for more targeted results. |
| GET/datastore/documents/transaction/v2/spaces/[spaceId]/documents/[documentId]/lines | The lines/sequence property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/datastore/documents/transaction/v2/spaces/[spaceId]/documents/[documentId]/lines | Updated the schema metadata description at lines in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/datastore/documents/transaction/v2/spaces/[spaceId]/documents/[documentId]/lines | Updated the schema metadata description at lines in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/datastore/documents/transaction/v2/spaces/[spaceId]/documents/[documentId]/lines | The currentPage property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/datastore/documents/transaction/v2/spaces/[spaceId]/documents/[documentId]/lines | The lines property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/datastore/documents/transaction/v2/spaces/[spaceId]/documents/[documentId]/lines | The pageSize property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/datastore/documents/transaction/v2/spaces/[spaceId]/documents/[documentId]/lines | Updated the schema metadata example in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| POST/datastore/documents/transaction/v2/spaces/[spaceId]/documents/[documentId]/lines | The lines property is no longer required in the request payload. | Clients can omit this property. |
| POST/datastore/documents/transaction/v2/spaces/[spaceId]/documents/[documentId]/lines | Updated the schema metadata example in the request payload. | Provides better clarity or default behavior in the documentation. |
| POST/datastore/documents/transaction/v2/spaces/[spaceId]/documents/[documentId]/lines | The lines/sequence property is no longer required in the response payload under status 201. | Clients can omit this property. |
| POST/datastore/documents/transaction/v2/spaces/[spaceId]/documents/[documentId]/lines | Updated the schema metadata description at lines in the response payload under status 201. | Provides better clarity or default behavior in the documentation. |
| POST/datastore/documents/transaction/v2/spaces/[spaceId]/documents/[documentId]/lines | Updated the schema metadata description at lines in the response payload under status 201. | Provides better clarity or default behavior in the documentation. |
| POST/datastore/documents/transaction/v2/spaces/[spaceId]/documents/[documentId]/lines | The lines property is no longer required in the response payload under status 201. | Clients can omit this property. |
| POST/datastore/documents/transaction/v2/spaces/[spaceId]/documents/[documentId]/lines | Updated the schema metadata example in the response payload under status 201. | Provides better clarity or default behavior in the documentation. |
| GET/datastore/documents/transaction/v2/spaces/[spaceId]/documents/[documentId]/lines/[lineId] | The sequence property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/datastore/documents/transaction/v2/spaces/[spaceId]/documents/[documentId]/lines/[lineId] | Updated the schema metadata description in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/datastore/documents/transaction/v2/spaces/[spaceId]/documents/[documentId]/lines/[lineId] | Updated the schema metadata example in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| PATCH/datastore/documents/transaction/v2/spaces/[spaceId]/documents/[documentId]/lines/[lineId] | Updated the schema metadata example in the request payload. | Provides better clarity or default behavior in the documentation. |
| PATCH/datastore/documents/transaction/v2/spaces/[spaceId]/documents/[documentId]/lines/[lineId] | The sequence property is no longer required in the response payload under status 200. | Clients can omit this property. |
| PATCH/datastore/documents/transaction/v2/spaces/[spaceId]/documents/[documentId]/lines/[lineId] | Updated the schema metadata description in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| PATCH/datastore/documents/transaction/v2/spaces/[spaceId]/documents/[documentId]/lines/[lineId] | Updated the schema metadata example in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| POST/datastore/documents/transaction/v2/spaces/[spaceId]/documents/[documentId]/rawData | Marked the endpoint as deprecated. | This endpoint will be removed in a future release. |
| POST/datastore/documents/transaction/v2/spaces/[spaceId]/documents/[documentId]/rawLines | Marked the endpoint as deprecated. | This endpoint will be removed in a future release. |
| PATCH/datastore/documents/transaction/v2/spaces/[spaceId]/documents/[documentId]/status/spaceExtensions/[extensionNameSpace]/[extensionName] | Updated the schema metadata description in the request payload. | Provides better clarity or default behavior in the documentation. |
| POST/datastore/documents/transaction/v2/spaces/[spaceId]/documents/[documentId]:assignConnection | Added the new CUSTOMER enum value to the relationType request property. | You can now use this new enum value in requests. |
| POST/datastore/documents/transaction/v2/spaces/[spaceId]/documents/[documentId]:assignConnection | Added the new SUPPLIER enum value to the relationType request property. | You can now use this new enum value in requests. |
| POST/datastore/documents/transaction/v2/spaces/[spaceId]/documents/[documentId]:assignConnection | Added the new ACCOUNTANT enum value to the relationType request property. | You can now use this new enum value in requests. |
| POST/datastore/documents/transaction/v2/spaces/[spaceId]/documents/[documentId]:assignConnection | Added the new PARTNER enum value to the relationType request property. | You can now use this new enum value in requests. |
| POST/datastore/documents/transaction/v2/spaces/[spaceId]/documents/[documentId]:assignConnection | Added the new GROUP enum value to the relationType request property. | You can now use this new enum value in requests. |
| POST/datastore/documents/transaction/v2/spaces/[spaceId]/documents/[documentId]:assignConnection | Added the new optional response property under status 200 balanceOffsets. | Supply or consume balanceOffsets for enriched functionality. |
| POST/datastore/documents/transaction/v2/spaces/[spaceId]/documents/[documentId]:assignConnection | Added the new optional response property under status 200 parentDirectory. | Supply or consume parentDirectory for enriched functionality. |
| POST/datastore/documents/transaction/v2/spaces/[spaceId]/documents/[documentId]:assignConnection | Added the new optional response property under status 200 readOnly. | Supply or consume readOnly for enriched functionality. |
| POST/datastore/documents/transaction/v2/spaces/[spaceId]/documents/[documentId]:assignConnection | Added the new optional response property under status 200 customCategories. | Supply or consume customCategories for enriched functionality. |
| POST/datastore/documents/transaction/v2/spaces/[spaceId]/documents/[documentId]:assignConnection | Updated the schema metadata description at category in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| POST/datastore/documents/transaction/v2/spaces/[spaceId]/documents/[documentId]:assignConnection | Updated the schema metadata example at category in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| POST/datastore/documents/transaction/v2/spaces/[spaceId]/documents/[documentId]:assignConnection | Updated the schema metadata description at connections in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| POST/datastore/documents/transaction/v2/spaces/[spaceId]/documents/[documentId]:assignConnection | Updated the schema metadata description at connections in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| POST/datastore/documents/transaction/v2/spaces/[spaceId]/documents/[documentId]:assignConnection | The lines/sequence property is no longer required in the response payload under status 200. | Clients can omit this property. |
| POST/datastore/documents/transaction/v2/spaces/[spaceId]/documents/[documentId]:assignConnection | Updated the schema metadata description at lines in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| POST/datastore/documents/transaction/v2/spaces/[spaceId]/documents/[documentId]:assignConnection | Updated the schema metadata description at lines in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| POST/datastore/documents/transaction/v2/spaces/[spaceId]/documents/[documentId]:assignConnection | Updated the schema metadata description at tasks in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| POST/datastore/documents/transaction/v2/spaces/[spaceId]/documents/[documentId]:assignConnection | Updated the schema metadata description at tasks in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| POST/datastore/documents/transaction/v2/spaces/[spaceId]/documents/[documentId]:assignConnection | Updated the schema metadata example in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| POST/datastore/documents/transaction/v2/spaces/[spaceId]/documents/[documentId]:unassignConnection | Added the new CUSTOMER enum value to the relationType request property. | You can now use this new enum value in requests. |
| POST/datastore/documents/transaction/v2/spaces/[spaceId]/documents/[documentId]:unassignConnection | Added the new SUPPLIER enum value to the relationType request property. | You can now use this new enum value in requests. |
| POST/datastore/documents/transaction/v2/spaces/[spaceId]/documents/[documentId]:unassignConnection | Added the new ACCOUNTANT enum value to the relationType request property. | You can now use this new enum value in requests. |
| POST/datastore/documents/transaction/v2/spaces/[spaceId]/documents/[documentId]:unassignConnection | Added the new PARTNER enum value to the relationType request property. | You can now use this new enum value in requests. |
| POST/datastore/documents/transaction/v2/spaces/[spaceId]/documents/[documentId]:unassignConnection | Added the new GROUP enum value to the relationType request property. | You can now use this new enum value in requests. |
| POST/datastore/documents/transaction/v2/spaces/[spaceId]/documents/[documentId]:unassignConnection | Added the new optional response property under status 200 parentDirectory. | Supply or consume parentDirectory for enriched functionality. |
| POST/datastore/documents/transaction/v2/spaces/[spaceId]/documents/[documentId]:unassignConnection | Added the new optional response property under status 200 readOnly. | Supply or consume readOnly for enriched functionality. |
| POST/datastore/documents/transaction/v2/spaces/[spaceId]/documents/[documentId]:unassignConnection | Added the new optional response property under status 200 customCategories. | Supply or consume customCategories for enriched functionality. |
| POST/datastore/documents/transaction/v2/spaces/[spaceId]/documents/[documentId]:unassignConnection | Added the new optional response property under status 200 balanceOffsets. | Supply or consume balanceOffsets for enriched functionality. |
| POST/datastore/documents/transaction/v2/spaces/[spaceId]/documents/[documentId]:unassignConnection | Updated the schema metadata description at category in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| POST/datastore/documents/transaction/v2/spaces/[spaceId]/documents/[documentId]:unassignConnection | Updated the schema metadata example at category in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| POST/datastore/documents/transaction/v2/spaces/[spaceId]/documents/[documentId]:unassignConnection | Updated the schema metadata description at connections in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| POST/datastore/documents/transaction/v2/spaces/[spaceId]/documents/[documentId]:unassignConnection | Updated the schema metadata description at connections in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| POST/datastore/documents/transaction/v2/spaces/[spaceId]/documents/[documentId]:unassignConnection | The lines/sequence property is no longer required in the response payload under status 200. | Clients can omit this property. |
| POST/datastore/documents/transaction/v2/spaces/[spaceId]/documents/[documentId]:unassignConnection | Updated the schema metadata description at lines in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| POST/datastore/documents/transaction/v2/spaces/[spaceId]/documents/[documentId]:unassignConnection | Updated the schema metadata description at lines in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| POST/datastore/documents/transaction/v2/spaces/[spaceId]/documents/[documentId]:unassignConnection | Updated the schema metadata description at tasks in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| POST/datastore/documents/transaction/v2/spaces/[spaceId]/documents/[documentId]:unassignConnection | Updated the schema metadata description at tasks in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| POST/datastore/documents/transaction/v2/spaces/[spaceId]/documents/[documentId]:unassignConnection | Updated the schema metadata example in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| POST/datastore/documents/transaction/v2/spaces/[spaceId]/documents:paydetails | Updated the schema metadata description at documents in the request payload. | Provides better clarity or default behavior in the documentation. |
| POST/datastore/documents/transaction/v2/spaces/[spaceId]/documents:paydetails | Updated the schema metadata description at documents in the request payload. | Provides better clarity or default behavior in the documentation. |
| POST/datastore/documents/transaction/v2/spaces/[spaceId]/documents:paydetails | The documents property is no longer required in the request payload. | Clients can omit this property. |
| POST/datastore/documents/transaction/v2/spaces/[spaceId]/documents:paydetails | Added the new optional response property under status 200 documents/supplier/type. | Supply or consume documents/supplier/type for enriched functionality. |
| POST/datastore/documents/transaction/v2/spaces/[spaceId]/documents:paydetails | Added the new optional response property under status 200 documents/supplier/paymentAccounts/parent. | Supply or consume documents/supplier/paymentAccounts/parent for enriched functionality. |
| POST/datastore/documents/transaction/v2/spaces/[spaceId]/documents:paydetails | Added the new optional response property under status 200 documents/supplier/paymentAccounts/address. | Supply or consume documents/supplier/paymentAccounts/address for enriched functionality. |
| POST/datastore/documents/transaction/v2/spaces/[spaceId]/documents:paydetails | Added the new optional response property under status 200 documents/supplier/paymentAccounts/financialPlatformId. | Supply or consume documents/supplier/paymentAccounts/financialPlatformId for enriched functionality. |
| POST/datastore/documents/transaction/v2/spaces/[spaceId]/documents:paydetails | The documents/supplier/paymentAccounts/bank/identifier property is no longer required in the response payload under status 200. | Clients can omit this property. |
| POST/datastore/documents/transaction/v2/spaces/[spaceId]/documents:paydetails | The documents/supplier/paymentAccounts/bank/scheme property is no longer required in the response payload under status 200. | Clients can omit this property. |
| POST/datastore/documents/transaction/v2/spaces/[spaceId]/documents:paydetails | Updated the schema metadata description at documents/supplier/paymentAccounts in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| POST/datastore/documents/transaction/v2/spaces/[spaceId]/documents:paydetails | Updated the schema metadata description at documents in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| POST/datastore/documents/transaction/v2/spaces/[spaceId]/documents:paydetails | Updated the schema metadata description at documents in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| POST/datastore/documents/transaction/v2/spaces/[spaceId]/documents:paydetails | The documents property is no longer required in the response payload under status 200. | Clients can omit this property. |
Transaction Store Api Docs
InfoImprovements (Non-Breaking)
| Method & Endpoint | Enhancement Details | Developer Opportunity |
|---|---|---|
| POST/documentTasks/v1/tasks/approve | The documents property is no longer required in the request payload. | Clients can omit this property. |
| POST/documentTasks/v1/tasks/approve | The spaceId property is no longer required in the request payload. | Clients can omit this property. |
| POST/documentTasks/v1/tasks/approve | Marked the endpoint as deprecated. | This endpoint will be removed in a future release. |
| POST/documentTasks/v1/tasks/complete | The spaceId property is no longer required in the request payload. | Clients can omit this property. |
| POST/documentTasks/v1/tasks/complete | The documents property is no longer required in the request payload. | Clients can omit this property. |
| POST/documentTasks/v1/tasks/dispute | The documents property is no longer required in the request payload. | Clients can omit this property. |
| POST/documentTasks/v1/tasks/dispute | The spaceId property is no longer required in the request payload. | Clients can omit this property. |
| POST/documentTasks/v1/tasks/markAsPaid | The documents property is no longer required in the request payload. | Clients can omit this property. |
| POST/documentTasks/v1/tasks/markAsPaid | The spaceId property is no longer required in the request payload. | Clients can omit this property. |
| POST/documentTasks/v1/tasks/markAsRefused | The data property is no longer required in the request payload. | Clients can omit this property. |
| POST/documentTasks/v1/tasks/markAsRefused | The documents property is no longer required in the request payload. | Clients can omit this property. |
| POST/documentTasks/v1/tasks/markAsRefused | The spaceId property is no longer required in the request payload. | Clients can omit this property. |
| POST/documentTasks/v1/tasks/markAsRefused | Marked the endpoint as deprecated. | This endpoint will be removed in a future release. |
| POST/documentTasks/v1/tasks/markAsResolved | The documents property is no longer required in the request payload. | Clients can omit this property. |
| POST/documentTasks/v1/tasks/markAsResolved | The spaceId property is no longer required in the request payload. | Clients can omit this property. |
| POST/documentTasks/v1/tasks/markAsResolved | Marked the endpoint as deprecated. | This endpoint will be removed in a future release. |
| POST/documentTasks/v1/tasks/markAsUnpaid | The documents property is no longer required in the request payload. | Clients can omit this property. |
| POST/documentTasks/v1/tasks/markAsUnpaid | The spaceId property is no longer required in the request payload. | Clients can omit this property. |
| POST/documentTasks/v1/tasks/markAsUnpaid | Marked the endpoint as deprecated. | This endpoint will be removed in a future release. |
| POST/documentTasks/v1/tasks/markAsWontBePaid | The data property is no longer required in the request payload. | Clients can omit this property. |
| POST/documentTasks/v1/tasks/markAsWontBePaid | The documents property is no longer required in the request payload. | Clients can omit this property. |
| POST/documentTasks/v1/tasks/markAsWontBePaid | The spaceId property is no longer required in the request payload. | Clients can omit this property. |
| POST/documentTasks/v1/tasks/markAsWontBePaid | Marked the endpoint as deprecated. | This endpoint will be removed in a future release. |
| POST/documentTasks/v1/tasks/partiallyApprove | The documents property is no longer required in the request payload. | Clients can omit this property. |
| POST/documentTasks/v1/tasks/partiallyApprove | The spaceId property is no longer required in the request payload. | Clients can omit this property. |
| POST/documentTasks/v1/tasks/partiallyApprove | Marked the endpoint as deprecated. | This endpoint will be removed in a future release. |
| POST/documentTasks/v1/tasks/refuse | The documents property is no longer required in the request payload. | Clients can omit this property. |
| POST/documentTasks/v1/tasks/refuse | The spaceId property is no longer required in the request payload. | Clients can omit this property. |
| POST/documentTasks/v1/tasks/reject | The documents property is no longer required in the request payload. | Clients can omit this property. |
| POST/documentTasks/v1/tasks/reject | The spaceId property is no longer required in the request payload. | Clients can omit this property. |
| POST/documentTasks/v1/tasks/suspend | The documents property is no longer required in the request payload. | Clients can omit this property. |
| POST/documentTasks/v1/tasks/suspend | The spaceId property is no longer required in the request payload. | Clients can omit this property. |
Transaction Store Api Docs Core
BreakingBreaking Changes
| Method & Endpoint | The Change | Breaking Behavior | Migration Path |
|---|---|---|---|
| GET/transaction/v1/spaces/[spaceId]/documents/[documentId]/files | Added the new AWAITING_USER_ACTION enum value to the files/status response property under status 200. | Strict parsers will fail to deserialize when returning records with the AWAITING_USER_ACTION type. | Update models to accept and handle the AWAITING_USER_ACTION type. |
| GET/transaction/v1/spaces/[spaceId]/documents/[documentId]/files | Added the new REJECTED enum value to the files/status response property under status 200. | Strict parsers will fail to deserialize when returning records with the REJECTED type. | Update models to accept and handle the REJECTED type. |
| GET/transaction/v1/spaces/[spaceId]/documents/[documentId]/files | Added the new REPROCESSED enum value to the files/status response property under status 200. | Strict parsers will fail to deserialize when returning records with the REPROCESSED type. | Update models to accept and handle the REPROCESSED type. |
| GET/transaction/v1/spaces/[spaceId]/documents/[documentId]/representations | Added the new AWAITING_USER_ACTION enum value to the document_representations/status response property under status 200. | Strict parsers will fail to deserialize when returning records with the AWAITING_USER_ACTION type. | Update models to accept and handle the AWAITING_USER_ACTION type. |
| GET/transaction/v1/spaces/[spaceId]/documents/[documentId]/representations | Added the new REJECTED enum value to the document_representations/status response property under status 200. | Strict parsers will fail to deserialize when returning records with the REJECTED type. | Update models to accept and handle the REJECTED type. |
| POST/transaction/v1/spaces/[spaceId]/documents/[documentId]/representations | Added the new AWAITING_USER_ACTION enum value to the status response property under status 201. | Strict parsers will fail to deserialize when returning records with the AWAITING_USER_ACTION type. | Update models to accept and handle the AWAITING_USER_ACTION type. |
| POST/transaction/v1/spaces/[spaceId]/documents/[documentId]/representations | Added the new REJECTED enum value to the status response property under status 201. | Strict parsers will fail to deserialize when returning records with the REJECTED type. | Update models to accept and handle the REJECTED type. |
| GET/transaction/v1/spaces/[spaceId]/documents/[documentId]/representations/[documentRepresentationId] | Added the new AWAITING_USER_ACTION enum value to the status response property under status 200. | Strict parsers will fail to deserialize when returning records with the AWAITING_USER_ACTION type. | Update models to accept and handle the AWAITING_USER_ACTION type. |
| GET/transaction/v1/spaces/[spaceId]/documents/[documentId]/representations/[documentRepresentationId] | Added the new REJECTED enum value to the status response property under status 200. | Strict parsers will fail to deserialize when returning records with the REJECTED type. | Update models to accept and handle the REJECTED type. |
| PATCH/transaction/v1/spaces/[spaceId]/documents/[documentId]/representations/[documentRepresentationId] | Added the new AWAITING_USER_ACTION enum value to the status response property under status 200. | Strict parsers will fail to deserialize when returning records with the AWAITING_USER_ACTION type. | Update models to accept and handle the AWAITING_USER_ACTION type. |
| PATCH/transaction/v1/spaces/[spaceId]/documents/[documentId]/representations/[documentRepresentationId] | Added the new REJECTED enum value to the status response property under status 200. | Strict parsers will fail to deserialize when returning records with the REJECTED type. | Update models to accept and handle the REJECTED type. |
| GET/transaction/v1/spaces/[spaceId]/files | Added the new AWAITING_USER_ACTION enum value to the files/status response property under status 200. | Strict parsers will fail to deserialize when returning records with the AWAITING_USER_ACTION type. | Update models to accept and handle the AWAITING_USER_ACTION type. |
| GET/transaction/v1/spaces/[spaceId]/files | Added the new REJECTED enum value to the files/status response property under status 200. | Strict parsers will fail to deserialize when returning records with the REJECTED type. | Update models to accept and handle the REJECTED type. |
| GET/transaction/v1/spaces/[spaceId]/files | Added the new REPROCESSED enum value to the files/status response property under status 200. | Strict parsers will fail to deserialize when returning records with the REPROCESSED type. | Update models to accept and handle the REPROCESSED type. |
| POST/transaction/v1/spaces/[spaceId]/files | Added the new AWAITING_USER_ACTION enum value to the status response property under status 201. | Strict parsers will fail to deserialize when returning records with the AWAITING_USER_ACTION type. | Update models to accept and handle the AWAITING_USER_ACTION type. |
| POST/transaction/v1/spaces/[spaceId]/files | Added the new REJECTED enum value to the status response property under status 201. | Strict parsers will fail to deserialize when returning records with the REJECTED type. | Update models to accept and handle the REJECTED type. |
| POST/transaction/v1/spaces/[spaceId]/files | Added the new REPROCESSED enum value to the status response property under status 201. | Strict parsers will fail to deserialize when returning records with the REPROCESSED type. | Update models to accept and handle the REPROCESSED type. |
| GET/transaction/v1/spaces/[spaceId]/files/[fileId] | Added the new AWAITING_USER_ACTION enum value to the status response property under status 200. | Strict parsers will fail to deserialize when returning records with the AWAITING_USER_ACTION type. | Update models to accept and handle the AWAITING_USER_ACTION type. |
| GET/transaction/v1/spaces/[spaceId]/files/[fileId] | Added the new REJECTED enum value to the status response property under status 200. | Strict parsers will fail to deserialize when returning records with the REJECTED type. | Update models to accept and handle the REJECTED type. |
| GET/transaction/v1/spaces/[spaceId]/files/[fileId] | Added the new REPROCESSED enum value to the status response property under status 200. | Strict parsers will fail to deserialize when returning records with the REPROCESSED type. | Update models to accept and handle the REPROCESSED type. |
| PATCH/transaction/v1/spaces/[spaceId]/files/[fileId] | Added the new AWAITING_USER_ACTION enum value to the status response property under status 200. | Strict parsers will fail to deserialize when returning records with the AWAITING_USER_ACTION type. | Update models to accept and handle the AWAITING_USER_ACTION type. |
| PATCH/transaction/v1/spaces/[spaceId]/files/[fileId] | Added the new REJECTED enum value to the status response property under status 200. | Strict parsers will fail to deserialize when returning records with the REJECTED type. | Update models to accept and handle the REJECTED type. |
| PATCH/transaction/v1/spaces/[spaceId]/files/[fileId] | Added the new REPROCESSED enum value to the status response property under status 200. | Strict parsers will fail to deserialize when returning records with the REPROCESSED type. | Update models to accept and handle the REPROCESSED type. |
| POST/transaction/v1/spaces/[spaceId]/[folder]/documents | Modified the strict schema constraint value at examples/Document in the response payload under status 201. | Payloads violating the updated value validation rule will be rejected. | Update client-side schema definitions to respect the new value constraint. |
| POST/transaction/v1/spaces/[spaceId]/[folder]/documents | Modified the strict schema constraint value at examples/Document containing lines in the response payload under status 201. | Payloads violating the updated value validation rule will be rejected. | Update client-side schema definitions to respect the new value constraint. |
| GET/transaction/v1/spaces/[spaceId]/[folder]/documents/[documentId] | Modified the strict schema constraint value at examples/Document in the response payload under status 200. | Payloads violating the updated value validation rule will be rejected. | Update client-side schema definitions to respect the new value constraint. |
| GET/transaction/v1/spaces/[spaceId]/[folder]/documents/[documentId] | Modified the strict schema constraint value at examples/Document contains lines in the response payload under status 200. | Payloads violating the updated value validation rule will be rejected. | Update client-side schema definitions to respect the new value constraint. |
| GET/transaction/v2/spaces/[spaceId]/documents | Modified the strict schema constraint allOf at documents/balanceOffsets in the response payload under status 200. | Payloads violating the updated allOf validation rule will be rejected. | Update client-side schema definitions to respect the new allOf constraint. |
| POST/transaction/v2/spaces/[spaceId]/documents | Modified the strict schema constraint allOf at balanceOffsets in the response payload under status 201. | Payloads violating the updated allOf validation rule will be rejected. | Update client-side schema definitions to respect the new allOf constraint. |
| POST/transaction/v2/spaces/[spaceId]/documents | Modified the strict schema constraint value at examples/Document in the response payload under status 201. | Payloads violating the updated value validation rule will be rejected. | Update client-side schema definitions to respect the new value constraint. |
| POST/transaction/v2/spaces/[spaceId]/documents | Modified the strict schema constraint value at examples/Document containing lines in the response payload under status 201. | Payloads violating the updated value validation rule will be rejected. | Update client-side schema definitions to respect the new value constraint. |
| POST/transaction/v2/spaces/[spaceId]/documents | Modified the strict schema constraint value at examples/Document with parent directory in the response payload under status 201. | Payloads violating the updated value validation rule will be rejected. | Update client-side schema definitions to respect the new value constraint. |
| GET/transaction/v2/spaces/[spaceId]/documents/[documentId] | Modified the strict schema constraint allOf at balanceOffsets in the response payload under status 200. | Payloads violating the updated allOf validation rule will be rejected. | Update client-side schema definitions to respect the new allOf constraint. |
| PATCH/transaction/v2/spaces/[spaceId]/documents/[documentId] | Modified the strict schema constraint allOf at balanceOffsets in the response payload under status 200. | Payloads violating the updated allOf validation rule will be rejected. | Update client-side schema definitions to respect the new allOf constraint. |
| POST/transaction/v2/spaces/[spaceId]/documents/[documentId]:assignConnection | Modified the strict schema constraint allOf at balanceOffsets in the response payload under status 200. | Payloads violating the updated allOf validation rule will be rejected. | Update client-side schema definitions to respect the new allOf constraint. |
| PATCH/transaction/v2/spaces/[spaceId]/documents/[documentId]:jsonpatch | Modified the strict schema constraint allOf at balanceOffsets in the response payload under status 200. | Payloads violating the updated allOf validation rule will be rejected. | Update client-side schema definitions to respect the new allOf constraint. |
| POST/transaction/v2/spaces/[spaceId]/documents/[documentId]:move | Modified the strict schema constraint allOf at balanceOffsets in the response payload under status 200. | Payloads violating the updated allOf validation rule will be rejected. | Update client-side schema definitions to respect the new allOf constraint. |
| POST/transaction/v2/spaces/[spaceId]/documents/[documentId]:move | Modified the strict schema constraint value at examples/Document in the response payload under status 200. | Payloads violating the updated value validation rule will be rejected. | Update client-side schema definitions to respect the new value constraint. |
| POST/transaction/v2/spaces/[spaceId]/documents/[documentId]:move | Modified the strict schema constraint value at examples/Document with parent directory in the response payload under status 200. | Payloads violating the updated value validation rule will be rejected. | Update client-side schema definitions to respect the new value constraint. |
| POST/transaction/v2/spaces/[spaceId]/documents/[documentId]:unassignConnection | Modified the strict schema constraint allOf at balanceOffsets in the response payload under status 200. | Payloads violating the updated allOf validation rule will be rejected. | Update client-side schema definitions to respect the new allOf constraint. |
NewNew Endpoints
| Method & Endpoint | Core Functionality | Auth/Scopes Required |
|---|---|---|
| ADD/transaction/v1/spaces/[spaceId]/files/[fileId]/documents/[documentId] | Access the newly provided functionality and features for this resource. | None specified |
InfoImprovements (Non-Breaking)
| Method & Endpoint | Enhancement Details | Developer Opportunity |
|---|---|---|
| GET/transaction/v1/spaces/[spaceId]/documents | Added the new optional response property under status 200 documents/readOnly. | Supply or consume documents/readOnly for enriched functionality. |
| GET/transaction/v1/spaces/[spaceId]/documents | Updated the schema metadata description at documents/category in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/transaction/v1/spaces/[spaceId]/documents | The documents/lines/sequence property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/transaction/v1/spaces/[spaceId]/documents | The documents/lines/unit property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/transaction/v1/spaces/[spaceId]/documents | The documents/lines/unitPrice property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/transaction/v1/spaces/[spaceId]/documents | The documents/lines/currency property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/transaction/v1/spaces/[spaceId]/documents | The documents/lines/grossAmount property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/transaction/v1/spaces/[spaceId]/documents | The documents/lines/quantity property is no longer required in the response payload under status 200. | Clients can omit this property. |
| POST/transaction/v1/spaces/[spaceId]/documents | Added the new PROFORMA_INVOICE enum value to the category request property. | You can now use this new enum value in requests. |
| POST/transaction/v1/spaces/[spaceId]/documents | The lines/quantity property is no longer required in the request payload. | Clients can omit this property. |
| POST/transaction/v1/spaces/[spaceId]/documents | The lines/unit property is no longer required in the request payload. | Clients can omit this property. |
| POST/transaction/v1/spaces/[spaceId]/documents | The lines/unitPrice property is no longer required in the request payload. | Clients can omit this property. |
| POST/transaction/v1/spaces/[spaceId]/documents | The lines/currency property is no longer required in the request payload. | Clients can omit this property. |
| POST/transaction/v1/spaces/[spaceId]/documents | The retentionTime property is no longer required in the request payload. | Clients can omit this property. |
| POST/transaction/v1/spaces/[spaceId]/documents | Added the new optional response property under status 201 readOnly. | Supply or consume readOnly for enriched functionality. |
| POST/transaction/v1/spaces/[spaceId]/documents | Updated the schema metadata description at category in the response payload under status 201. | Provides better clarity or default behavior in the documentation. |
| POST/transaction/v1/spaces/[spaceId]/documents | The lines/sequence property is no longer required in the response payload under status 201. | Clients can omit this property. |
| POST/transaction/v1/spaces/[spaceId]/documents | The lines/unit property is no longer required in the response payload under status 201. | Clients can omit this property. |
| POST/transaction/v1/spaces/[spaceId]/documents | The lines/unitPrice property is no longer required in the response payload under status 201. | Clients can omit this property. |
| POST/transaction/v1/spaces/[spaceId]/documents | The lines/currency property is no longer required in the response payload under status 201. | Clients can omit this property. |
| POST/transaction/v1/spaces/[spaceId]/documents | The lines/grossAmount property is no longer required in the response payload under status 201. | Clients can omit this property. |
| POST/transaction/v1/spaces/[spaceId]/documents | The lines/quantity property is no longer required in the response payload under status 201. | Clients can omit this property. |
| POST/transaction/v1/spaces/[spaceId]/documents | Updated the schema metadata example in the response payload under status 201. | Provides better clarity or default behavior in the documentation. |
| GET/transaction/v1/spaces/[spaceId]/documents/[documentId] | Added the new optional response property under status 200 readOnly. | Supply or consume readOnly for enriched functionality. |
| GET/transaction/v1/spaces/[spaceId]/documents/[documentId] | Updated the schema metadata description at category in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/transaction/v1/spaces/[spaceId]/documents/[documentId] | The lines/sequence property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/transaction/v1/spaces/[spaceId]/documents/[documentId] | The lines/unit property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/transaction/v1/spaces/[spaceId]/documents/[documentId] | The lines/unitPrice property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/transaction/v1/spaces/[spaceId]/documents/[documentId] | The lines/currency property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/transaction/v1/spaces/[spaceId]/documents/[documentId] | The lines/grossAmount property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/transaction/v1/spaces/[spaceId]/documents/[documentId] | The lines/quantity property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/transaction/v1/spaces/[spaceId]/documents/[documentId] | Updated the schema metadata example in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| PATCH/transaction/v1/spaces/[spaceId]/documents/[documentId] | Added the new PROFORMA_INVOICE enum value to the category request property. | You can now use this new enum value in requests. |
| PATCH/transaction/v1/spaces/[spaceId]/documents/[documentId] | Added the new optional response property under status 200 readOnly. | Supply or consume readOnly for enriched functionality. |
| PATCH/transaction/v1/spaces/[spaceId]/documents/[documentId] | Updated the schema metadata description at category in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| PATCH/transaction/v1/spaces/[spaceId]/documents/[documentId] | The lines/sequence property is no longer required in the response payload under status 200. | Clients can omit this property. |
| PATCH/transaction/v1/spaces/[spaceId]/documents/[documentId] | The lines/unit property is no longer required in the response payload under status 200. | Clients can omit this property. |
| PATCH/transaction/v1/spaces/[spaceId]/documents/[documentId] | The lines/unitPrice property is no longer required in the response payload under status 200. | Clients can omit this property. |
| PATCH/transaction/v1/spaces/[spaceId]/documents/[documentId] | The lines/currency property is no longer required in the response payload under status 200. | Clients can omit this property. |
| PATCH/transaction/v1/spaces/[spaceId]/documents/[documentId] | The lines/grossAmount property is no longer required in the response payload under status 200. | Clients can omit this property. |
| PATCH/transaction/v1/spaces/[spaceId]/documents/[documentId] | The lines/quantity property is no longer required in the response payload under status 200. | Clients can omit this property. |
| PATCH/transaction/v1/spaces/[spaceId]/documents/[documentId] | Updated the schema metadata example in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/transaction/v1/spaces/[spaceId]/documents/[documentId]/files | Added the new optional request property query. | Filter or enhance queries by utilizing the query parameter for more targeted results. |
| GET/transaction/v1/spaces/[spaceId]/documents/[documentId]/files | Added the new optional response property under status 200 files/parentFileId. | Supply or consume files/parentFileId for enriched functionality. |
| GET/transaction/v1/spaces/[spaceId]/documents/[documentId]/files | Added the new optional response property under status 200 files/children. | Supply or consume files/children for enriched functionality. |
| GET/transaction/v1/spaces/[spaceId]/documents/[documentId]/files | Updated the schema metadata example in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| POST/transaction/v1/spaces/[spaceId]/documents/[documentId]/files | The files property is no longer required in the request payload. | Clients can omit this property. |
| POST/transaction/v1/spaces/[spaceId]/documents/[documentId]/files | The files property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/transaction/v1/spaces/[spaceId]/documents/[documentId]/representations | Updated the schema metadata example in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| POST/transaction/v1/spaces/[spaceId]/documents/[documentId]/representations | Added the new optional request property metadata. | Supply or consume metadata for enriched functionality. |
| POST/transaction/v1/spaces/[spaceId]/documents/[documentId]/representations | Updated the schema metadata example in the request payload. | Provides better clarity or default behavior in the documentation. |
| PATCH/transaction/v1/spaces/[spaceId]/documents/[documentId]/representations/[documentRepresentationId] | Added the new optional request property metadata. | Supply or consume metadata for enriched functionality. |
| PATCH/transaction/v1/spaces/[spaceId]/documents/[documentId]/representations/[documentRepresentationId] | Updated the schema metadata example in the request payload. | Provides better clarity or default behavior in the documentation. |
| GET/transaction/v1/spaces/[spaceId]/documents/[documentId]/tasks | Marked the endpoint as deprecated. | This endpoint will be removed in a future release. |
| POST/transaction/v1/spaces/[spaceId]/documents/[documentId]/tasks | The extensionName property is no longer required in the request payload. | Clients can omit this property. |
| POST/transaction/v1/spaces/[spaceId]/documents/[documentId]/tasks | Marked the endpoint as deprecated. | This endpoint will be removed in a future release. |
| DELETE/transaction/v1/spaces/[spaceId]/documents/[documentId]/tasks/[extensionName] | Marked the endpoint as deprecated. | This endpoint will be removed in a future release. |
| GET/transaction/v1/spaces/[spaceId]/documents/[documentId]/tasks/[extensionName] | Marked the endpoint as deprecated. | This endpoint will be removed in a future release. |
| PATCH/transaction/v1/spaces/[spaceId]/documents/[documentId]/tasks/[extensionName] | The status property is no longer required in the request payload. | Clients can omit this property. |
| PATCH/transaction/v1/spaces/[spaceId]/documents/[documentId]/tasks/[extensionName] | Marked the endpoint as deprecated. | This endpoint will be removed in a future release. |
| PATCH/transaction/v1/spaces/[spaceId]/documents/[documentId]:jsonpatch | Added the new optional response property under status 200 readOnly. | Supply or consume readOnly for enriched functionality. |
| PATCH/transaction/v1/spaces/[spaceId]/documents/[documentId]:jsonpatch | Updated the schema metadata description at category in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| PATCH/transaction/v1/spaces/[spaceId]/documents/[documentId]:jsonpatch | The lines/sequence property is no longer required in the response payload under status 200. | Clients can omit this property. |
| PATCH/transaction/v1/spaces/[spaceId]/documents/[documentId]:jsonpatch | The lines/unit property is no longer required in the response payload under status 200. | Clients can omit this property. |
| PATCH/transaction/v1/spaces/[spaceId]/documents/[documentId]:jsonpatch | The lines/unitPrice property is no longer required in the response payload under status 200. | Clients can omit this property. |
| PATCH/transaction/v1/spaces/[spaceId]/documents/[documentId]:jsonpatch | The lines/currency property is no longer required in the response payload under status 200. | Clients can omit this property. |
| PATCH/transaction/v1/spaces/[spaceId]/documents/[documentId]:jsonpatch | The lines/grossAmount property is no longer required in the response payload under status 200. | Clients can omit this property. |
| PATCH/transaction/v1/spaces/[spaceId]/documents/[documentId]:jsonpatch | The lines/quantity property is no longer required in the response payload under status 200. | Clients can omit this property. |
| PATCH/transaction/v1/spaces/[spaceId]/documents/[documentId]:jsonpatch | Updated the schema metadata example in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/transaction/v1/spaces/[spaceId]/files | Added the new optional request property query. | Filter or enhance queries by utilizing the query parameter for more targeted results. |
| GET/transaction/v1/spaces/[spaceId]/files | Added the new optional response property under status 200 files/parentFileId. | Supply or consume files/parentFileId for enriched functionality. |
| GET/transaction/v1/spaces/[spaceId]/files | Added the new optional response property under status 200 files/children. | Supply or consume files/children for enriched functionality. |
| GET/transaction/v1/spaces/[spaceId]/files | Updated the schema metadata example in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/transaction/v1/spaces/[spaceId]/files | Updated the schema metadata examples in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| POST/transaction/v1/spaces/[spaceId]/files | Added the new optional request property parentFileId. | Supply or consume parentFileId for enriched functionality. |
| POST/transaction/v1/spaces/[spaceId]/files | Updated the schema metadata example in the request payload. | Provides better clarity or default behavior in the documentation. |
| POST/transaction/v1/spaces/[spaceId]/files | Updated the schema metadata examples in the request payload. | Provides better clarity or default behavior in the documentation. |
| POST/transaction/v1/spaces/[spaceId]/files | Added the new optional response property under status 201 parentFileId. | Supply or consume parentFileId for enriched functionality. |
| POST/transaction/v1/spaces/[spaceId]/files | Added the new optional response property under status 201 children. | Supply or consume children for enriched functionality. |
| POST/transaction/v1/spaces/[spaceId]/files | Updated the schema metadata example in the response payload under status 201. | Provides better clarity or default behavior in the documentation. |
| POST/transaction/v1/spaces/[spaceId]/files | Updated the schema metadata examples in the response payload under status 201. | Provides better clarity or default behavior in the documentation. |
| GET/transaction/v1/spaces/[spaceId]/files/[fileId] | Added the new optional request property query. | Filter or enhance queries by utilizing the query parameter for more targeted results. |
| GET/transaction/v1/spaces/[spaceId]/files/[fileId] | Added the new optional response property under status 200 parentFileId. | Supply or consume parentFileId for enriched functionality. |
| GET/transaction/v1/spaces/[spaceId]/files/[fileId] | Added the new optional response property under status 200 children. | Supply or consume children for enriched functionality. |
| GET/transaction/v1/spaces/[spaceId]/files/[fileId] | Updated the schema metadata example in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| PATCH/transaction/v1/spaces/[spaceId]/files/[fileId] | Added the new optional request property parentFileId. | Supply or consume parentFileId for enriched functionality. |
| PATCH/transaction/v1/spaces/[spaceId]/files/[fileId] | Added the new AWAITING_USER_ACTION enum value to the status request property. | You can now use this new enum value in requests. |
| PATCH/transaction/v1/spaces/[spaceId]/files/[fileId] | Added the new REJECTED enum value to the status request property. | You can now use this new enum value in requests. |
| PATCH/transaction/v1/spaces/[spaceId]/files/[fileId] | Added the new REPROCESSED enum value to the status request property. | You can now use this new enum value in requests. |
| PATCH/transaction/v1/spaces/[spaceId]/files/[fileId] | Updated the schema metadata example in the request payload. | Provides better clarity or default behavior in the documentation. |
| PATCH/transaction/v1/spaces/[spaceId]/files/[fileId] | Added the new optional response property under status 200 parentFileId. | Supply or consume parentFileId for enriched functionality. |
| PATCH/transaction/v1/spaces/[spaceId]/files/[fileId] | Added the new optional response property under status 200 children. | Supply or consume children for enriched functionality. |
| PATCH/transaction/v1/spaces/[spaceId]/files/[fileId] | Updated the schema metadata example in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| POST/transaction/v1/spaces/[spaceId]/files/[fileId]/documents | The documents property is no longer required in the request payload. | Clients can omit this property. |
| POST/transaction/v1/spaces/[spaceId]/files/[fileId]/documents | The documents property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/transaction/v1/spaces/[spaceId]/[folder]/documents | Added the new optional response property under status 200 documents/readOnly. | Supply or consume documents/readOnly for enriched functionality. |
| GET/transaction/v1/spaces/[spaceId]/[folder]/documents | Updated the schema metadata description at documents/category in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/transaction/v1/spaces/[spaceId]/[folder]/documents | The documents/lines/sequence property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/transaction/v1/spaces/[spaceId]/[folder]/documents | The documents/lines/unit property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/transaction/v1/spaces/[spaceId]/[folder]/documents | The documents/lines/unitPrice property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/transaction/v1/spaces/[spaceId]/[folder]/documents | The documents/lines/currency property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/transaction/v1/spaces/[spaceId]/[folder]/documents | The documents/lines/grossAmount property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/transaction/v1/spaces/[spaceId]/[folder]/documents | The documents/lines/quantity property is no longer required in the response payload under status 200. | Clients can omit this property. |
| POST/transaction/v1/spaces/[spaceId]/[folder]/documents | Added the new PROFORMA_INVOICE enum value to the category request property. | You can now use this new enum value in requests. |
| POST/transaction/v1/spaces/[spaceId]/[folder]/documents | The lines/quantity property is no longer required in the request payload. | Clients can omit this property. |
| POST/transaction/v1/spaces/[spaceId]/[folder]/documents | The lines/unit property is no longer required in the request payload. | Clients can omit this property. |
| POST/transaction/v1/spaces/[spaceId]/[folder]/documents | The lines/unitPrice property is no longer required in the request payload. | Clients can omit this property. |
| POST/transaction/v1/spaces/[spaceId]/[folder]/documents | The lines/currency property is no longer required in the request payload. | Clients can omit this property. |
| POST/transaction/v1/spaces/[spaceId]/[folder]/documents | The retentionTime property is no longer required in the request payload. | Clients can omit this property. |
| POST/transaction/v1/spaces/[spaceId]/[folder]/documents | Added the new optional response property under status 201 readOnly. | Supply or consume readOnly for enriched functionality. |
| POST/transaction/v1/spaces/[spaceId]/[folder]/documents | Updated the schema metadata description at category in the response payload under status 201. | Provides better clarity or default behavior in the documentation. |
| POST/transaction/v1/spaces/[spaceId]/[folder]/documents | The lines/sequence property is no longer required in the response payload under status 201. | Clients can omit this property. |
| POST/transaction/v1/spaces/[spaceId]/[folder]/documents | The lines/unit property is no longer required in the response payload under status 201. | Clients can omit this property. |
| POST/transaction/v1/spaces/[spaceId]/[folder]/documents | The lines/unitPrice property is no longer required in the response payload under status 201. | Clients can omit this property. |
| POST/transaction/v1/spaces/[spaceId]/[folder]/documents | The lines/currency property is no longer required in the response payload under status 201. | Clients can omit this property. |
| POST/transaction/v1/spaces/[spaceId]/[folder]/documents | The lines/grossAmount property is no longer required in the response payload under status 201. | Clients can omit this property. |
| POST/transaction/v1/spaces/[spaceId]/[folder]/documents | The lines/quantity property is no longer required in the response payload under status 201. | Clients can omit this property. |
| GET/transaction/v1/spaces/[spaceId]/[folder]/documents/[documentId] | Added the new optional response property under status 200 readOnly. | Supply or consume readOnly for enriched functionality. |
| GET/transaction/v1/spaces/[spaceId]/[folder]/documents/[documentId] | Updated the schema metadata description at category in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/transaction/v1/spaces/[spaceId]/[folder]/documents/[documentId] | The lines/sequence property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/transaction/v1/spaces/[spaceId]/[folder]/documents/[documentId] | The lines/unit property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/transaction/v1/spaces/[spaceId]/[folder]/documents/[documentId] | The lines/unitPrice property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/transaction/v1/spaces/[spaceId]/[folder]/documents/[documentId] | The lines/currency property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/transaction/v1/spaces/[spaceId]/[folder]/documents/[documentId] | The lines/grossAmount property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/transaction/v1/spaces/[spaceId]/[folder]/documents/[documentId] | The lines/quantity property is no longer required in the response payload under status 200. | Clients can omit this property. |
| PATCH/transaction/v1/spaces/[spaceId]/[folder]/documents/[documentId] | Added the new PROFORMA_INVOICE enum value to the category request property. | You can now use this new enum value in requests. |
| PATCH/transaction/v1/spaces/[spaceId]/[folder]/documents/[documentId] | Added the new optional response property under status 200 readOnly. | Supply or consume readOnly for enriched functionality. |
| PATCH/transaction/v1/spaces/[spaceId]/[folder]/documents/[documentId] | Updated the schema metadata description at category in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| PATCH/transaction/v1/spaces/[spaceId]/[folder]/documents/[documentId] | The lines/sequence property is no longer required in the response payload under status 200. | Clients can omit this property. |
| PATCH/transaction/v1/spaces/[spaceId]/[folder]/documents/[documentId] | The lines/unit property is no longer required in the response payload under status 200. | Clients can omit this property. |
| PATCH/transaction/v1/spaces/[spaceId]/[folder]/documents/[documentId] | The lines/unitPrice property is no longer required in the response payload under status 200. | Clients can omit this property. |
| PATCH/transaction/v1/spaces/[spaceId]/[folder]/documents/[documentId] | The lines/currency property is no longer required in the response payload under status 200. | Clients can omit this property. |
| PATCH/transaction/v1/spaces/[spaceId]/[folder]/documents/[documentId] | The lines/grossAmount property is no longer required in the response payload under status 200. | Clients can omit this property. |
| PATCH/transaction/v1/spaces/[spaceId]/[folder]/documents/[documentId] | The lines/quantity property is no longer required in the response payload under status 200. | Clients can omit this property. |
| PATCH/transaction/v1/spaces/[spaceId]/[folder]/documents/[documentId] | Updated the schema metadata example in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/transaction/v1/spaces/[spaceId]/[folder]/documents/[documentId]/lines | The lines/unit property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/transaction/v1/spaces/[spaceId]/[folder]/documents/[documentId]/lines | The lines/unitPrice property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/transaction/v1/spaces/[spaceId]/[folder]/documents/[documentId]/lines | The lines/currency property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/transaction/v1/spaces/[spaceId]/[folder]/documents/[documentId]/lines | The lines/grossAmount property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/transaction/v1/spaces/[spaceId]/[folder]/documents/[documentId]/lines | The lines/quantity property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/transaction/v1/spaces/[spaceId]/[folder]/documents/[documentId]/lines | The lines/sequence property is no longer required in the response payload under status 200. | Clients can omit this property. |
| POST/transaction/v1/spaces/[spaceId]/[folder]/documents/[documentId]/lines | The lines/unitPrice property is no longer required in the request payload. | Clients can omit this property. |
| POST/transaction/v1/spaces/[spaceId]/[folder]/documents/[documentId]/lines | The lines/currency property is no longer required in the request payload. | Clients can omit this property. |
| POST/transaction/v1/spaces/[spaceId]/[folder]/documents/[documentId]/lines | The lines/grossAmount property is no longer required in the request payload. | Clients can omit this property. |
| POST/transaction/v1/spaces/[spaceId]/[folder]/documents/[documentId]/lines | The lines/quantity property is no longer required in the request payload. | Clients can omit this property. |
| POST/transaction/v1/spaces/[spaceId]/[folder]/documents/[documentId]/lines | The lines/sequence property is no longer required in the request payload. | Clients can omit this property. |
| POST/transaction/v1/spaces/[spaceId]/[folder]/documents/[documentId]/lines | The lines/unit property is no longer required in the request payload. | Clients can omit this property. |
| POST/transaction/v1/spaces/[spaceId]/[folder]/documents/[documentId]/lines | The lines property is no longer required in the request payload. | Clients can omit this property. |
| POST/transaction/v1/spaces/[spaceId]/[folder]/documents/[documentId]/lines | The lines/currency property is no longer required in the response payload under status 201. | Clients can omit this property. |
| POST/transaction/v1/spaces/[spaceId]/[folder]/documents/[documentId]/lines | The lines/grossAmount property is no longer required in the response payload under status 201. | Clients can omit this property. |
| POST/transaction/v1/spaces/[spaceId]/[folder]/documents/[documentId]/lines | The lines/quantity property is no longer required in the response payload under status 201. | Clients can omit this property. |
| POST/transaction/v1/spaces/[spaceId]/[folder]/documents/[documentId]/lines | The lines/sequence property is no longer required in the response payload under status 201. | Clients can omit this property. |
| POST/transaction/v1/spaces/[spaceId]/[folder]/documents/[documentId]/lines | The lines/unit property is no longer required in the response payload under status 201. | Clients can omit this property. |
| POST/transaction/v1/spaces/[spaceId]/[folder]/documents/[documentId]/lines | The lines/unitPrice property is no longer required in the response payload under status 201. | Clients can omit this property. |
| GET/transaction/v1/spaces/[spaceId]/[folder]/documents/[documentId]/lines/[lineId] | The unit property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/transaction/v1/spaces/[spaceId]/[folder]/documents/[documentId]/lines/[lineId] | The unitPrice property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/transaction/v1/spaces/[spaceId]/[folder]/documents/[documentId]/lines/[lineId] | The currency property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/transaction/v1/spaces/[spaceId]/[folder]/documents/[documentId]/lines/[lineId] | The grossAmount property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/transaction/v1/spaces/[spaceId]/[folder]/documents/[documentId]/lines/[lineId] | The quantity property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/transaction/v1/spaces/[spaceId]/[folder]/documents/[documentId]/lines/[lineId] | The sequence property is no longer required in the response payload under status 200. | Clients can omit this property. |
| PATCH/transaction/v1/spaces/[spaceId]/[folder]/documents/[documentId]/lines/[lineId] | The quantity property is no longer required in the response payload under status 200. | Clients can omit this property. |
| PATCH/transaction/v1/spaces/[spaceId]/[folder]/documents/[documentId]/lines/[lineId] | The sequence property is no longer required in the response payload under status 200. | Clients can omit this property. |
| PATCH/transaction/v1/spaces/[spaceId]/[folder]/documents/[documentId]/lines/[lineId] | The unit property is no longer required in the response payload under status 200. | Clients can omit this property. |
| PATCH/transaction/v1/spaces/[spaceId]/[folder]/documents/[documentId]/lines/[lineId] | The unitPrice property is no longer required in the response payload under status 200. | Clients can omit this property. |
| PATCH/transaction/v1/spaces/[spaceId]/[folder]/documents/[documentId]/lines/[lineId] | The currency property is no longer required in the response payload under status 200. | Clients can omit this property. |
| PATCH/transaction/v1/spaces/[spaceId]/[folder]/documents/[documentId]/lines/[lineId] | The grossAmount property is no longer required in the response payload under status 200. | Clients can omit this property. |
| PATCH/transaction/v1/spaces/[spaceId]/[folder]/documents/[documentId]:jsonpatch | Added the new optional response property under status 200 readOnly. | Supply or consume readOnly for enriched functionality. |
| PATCH/transaction/v1/spaces/[spaceId]/[folder]/documents/[documentId]:jsonpatch | Updated the schema metadata description at category in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| PATCH/transaction/v1/spaces/[spaceId]/[folder]/documents/[documentId]:jsonpatch | The lines/sequence property is no longer required in the response payload under status 200. | Clients can omit this property. |
| PATCH/transaction/v1/spaces/[spaceId]/[folder]/documents/[documentId]:jsonpatch | The lines/unit property is no longer required in the response payload under status 200. | Clients can omit this property. |
| PATCH/transaction/v1/spaces/[spaceId]/[folder]/documents/[documentId]:jsonpatch | The lines/unitPrice property is no longer required in the response payload under status 200. | Clients can omit this property. |
| PATCH/transaction/v1/spaces/[spaceId]/[folder]/documents/[documentId]:jsonpatch | The lines/currency property is no longer required in the response payload under status 200. | Clients can omit this property. |
| PATCH/transaction/v1/spaces/[spaceId]/[folder]/documents/[documentId]:jsonpatch | The lines/grossAmount property is no longer required in the response payload under status 200. | Clients can omit this property. |
| PATCH/transaction/v1/spaces/[spaceId]/[folder]/documents/[documentId]:jsonpatch | The lines/quantity property is no longer required in the response payload under status 200. | Clients can omit this property. |
| PATCH/transaction/v1/spaces/[spaceId]/[folder]/documents/[documentId]:jsonpatch | Updated the schema metadata example in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/transaction/v2/spaces/[spaceId]/documents | Added the new optional request property query. | Filter or enhance queries by utilizing the query parameter for more targeted results. |
| GET/transaction/v2/spaces/[spaceId]/documents | Added the new optional response property under status 200 documents/readOnly. | Supply or consume documents/readOnly for enriched functionality. |
| GET/transaction/v2/spaces/[spaceId]/documents | Updated the schema metadata description at documents/category in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/transaction/v2/spaces/[spaceId]/documents | The documents/lines/sequence property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/transaction/v2/spaces/[spaceId]/documents | Updated the schema metadata example in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| POST/transaction/v2/spaces/[spaceId]/documents | Added the new optional request property createdAt. | Supply or consume createdAt for enriched functionality. |
| POST/transaction/v2/spaces/[spaceId]/documents | Added the new PROFORMA_INVOICE enum value to the category request property. | You can now use this new enum value in requests. |
| POST/transaction/v2/spaces/[spaceId]/documents | The retentionTime property is no longer required in the request payload. | Clients can omit this property. |
| POST/transaction/v2/spaces/[spaceId]/documents | Added the new optional response property under status 201 readOnly. | Supply or consume readOnly for enriched functionality. |
| POST/transaction/v2/spaces/[spaceId]/documents | Updated the schema metadata description at category in the response payload under status 201. | Provides better clarity or default behavior in the documentation. |
| POST/transaction/v2/spaces/[spaceId]/documents | The lines/sequence property is no longer required in the response payload under status 201. | Clients can omit this property. |
| GET/transaction/v2/spaces/[spaceId]/documents/[documentId] | Added the new optional response property under status 200 readOnly. | Supply or consume readOnly for enriched functionality. |
| GET/transaction/v2/spaces/[spaceId]/documents/[documentId] | Updated the schema metadata description at category in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/transaction/v2/spaces/[spaceId]/documents/[documentId] | The lines/sequence property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/transaction/v2/spaces/[spaceId]/documents/[documentId] | Updated the schema metadata example in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| PATCH/transaction/v2/spaces/[spaceId]/documents/[documentId] | Added the new optional request property createdAt. | Supply or consume createdAt for enriched functionality. |
| PATCH/transaction/v2/spaces/[spaceId]/documents/[documentId] | Added the new PROFORMA_INVOICE enum value to the category request property. | You can now use this new enum value in requests. |
| PATCH/transaction/v2/spaces/[spaceId]/documents/[documentId] | Added the new optional response property under status 200 readOnly. | Supply or consume readOnly for enriched functionality. |
| PATCH/transaction/v2/spaces/[spaceId]/documents/[documentId] | Updated the schema metadata description at category in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| PATCH/transaction/v2/spaces/[spaceId]/documents/[documentId] | The lines/sequence property is no longer required in the response payload under status 200. | Clients can omit this property. |
| PATCH/transaction/v2/spaces/[spaceId]/documents/[documentId] | Updated the schema metadata example in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/transaction/v2/spaces/[spaceId]/documents/[documentId]/lines | The lines/sequence property is no longer required in the response payload under status 200. | Clients can omit this property. |
| POST/transaction/v2/spaces/[spaceId]/documents/[documentId]/lines | The lines property is no longer required in the request payload. | Clients can omit this property. |
| POST/transaction/v2/spaces/[spaceId]/documents/[documentId]/lines | The lines/sequence property is no longer required in the response payload under status 201. | Clients can omit this property. |
| PUT/transaction/v2/spaces/[spaceId]/documents/[documentId]/lines | The lines property is no longer required in the request payload. | Clients can omit this property. |
| PUT/transaction/v2/spaces/[spaceId]/documents/[documentId]/lines | The lines/sequence property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/transaction/v2/spaces/[spaceId]/documents/[documentId]/lines/[lineId] | The sequence property is no longer required in the response payload under status 200. | Clients can omit this property. |
| PATCH/transaction/v2/spaces/[spaceId]/documents/[documentId]/lines/[lineId] | The sequence property is no longer required in the response payload under status 200. | Clients can omit this property. |
| POST/transaction/v2/spaces/[spaceId]/documents/[documentId]:assignConnection | Added the new optional response property under status 200 readOnly. | Supply or consume readOnly for enriched functionality. |
| POST/transaction/v2/spaces/[spaceId]/documents/[documentId]:assignConnection | Updated the schema metadata description at category in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| POST/transaction/v2/spaces/[spaceId]/documents/[documentId]:assignConnection | The lines/sequence property is no longer required in the response payload under status 200. | Clients can omit this property. |
| POST/transaction/v2/spaces/[spaceId]/documents/[documentId]:assignConnection | Updated the schema metadata example in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| PATCH/transaction/v2/spaces/[spaceId]/documents/[documentId]:jsonpatch | Added the new optional response property under status 200 readOnly. | Supply or consume readOnly for enriched functionality. |
| PATCH/transaction/v2/spaces/[spaceId]/documents/[documentId]:jsonpatch | Updated the schema metadata description at category in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| PATCH/transaction/v2/spaces/[spaceId]/documents/[documentId]:jsonpatch | The lines/sequence property is no longer required in the response payload under status 200. | Clients can omit this property. |
| PATCH/transaction/v2/spaces/[spaceId]/documents/[documentId]:jsonpatch | Updated the schema metadata example in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| POST/transaction/v2/spaces/[spaceId]/documents/[documentId]:move | Added the new optional response property under status 200 readOnly. | Supply or consume readOnly for enriched functionality. |
| POST/transaction/v2/spaces/[spaceId]/documents/[documentId]:move | Updated the schema metadata description at category in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| POST/transaction/v2/spaces/[spaceId]/documents/[documentId]:move | The lines/sequence property is no longer required in the response payload under status 200. | Clients can omit this property. |
| POST/transaction/v2/spaces/[spaceId]/documents/[documentId]:unassignConnection | Added the new optional response property under status 200 readOnly. | Supply or consume readOnly for enriched functionality. |
| POST/transaction/v2/spaces/[spaceId]/documents/[documentId]:unassignConnection | Updated the schema metadata description at category in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| POST/transaction/v2/spaces/[spaceId]/documents/[documentId]:unassignConnection | The lines/sequence property is no longer required in the response payload under status 200. | Clients can omit this property. |
| POST/transaction/v2/spaces/[spaceId]/documents/[documentId]:unassignConnection | Updated the schema metadata example in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| PATCH/transaction/v2/spaces/[spaceId]/documents:bulkUpdate | The application/json-patch+json/documents/id property is no longer required in the request payload. | Clients can omit this property. |
| PATCH/transaction/v2/spaces/[spaceId]/documents:bulkUpdate | The application/json-patch+json/documents property is no longer required in the request payload. | Clients can omit this property. |
| GET/transaction/v2/spaces/[spaceId]/[folder]/content | Added the new optional request property query. | Filter or enhance queries by utilizing the query parameter for more targeted results. |
| GET/transaction/v2/spaces/[spaceId]/[folder]/directories/[directoryId]/content | Added the new optional request property query. | Filter or enhance queries by utilizing the query parameter for more targeted results. |
Transaction Store Api Docs Network
BreakingBreaking Changes
| Method & Endpoint | The Change | Breaking Behavior | Migration Path |
|---|---|---|---|
| GET/transaction/v1/spaces/[spaceId]/documents/[documentId]/relations | Added the new PROFORMA_INVOICE enum value to the documentRelations/children/document/category response property under status 200. | Strict parsers will fail to deserialize when returning records with the PROFORMA_INVOICE type. | Update models to accept and handle the PROFORMA_INVOICE type. |
| GET/transaction/v1/spaces/[spaceId]/documents/[documentId]/relations | Added the new PROFORMA_INVOICE enum value to the documentRelations/parents/document/category response property under status 200. | Strict parsers will fail to deserialize when returning records with the PROFORMA_INVOICE type. | Update models to accept and handle the PROFORMA_INVOICE type. |
InfoImprovements (Non-Breaking)
| Method & Endpoint | Enhancement Details | Developer Opportunity |
|---|---|---|
| POST/transaction/v1/spaces/[spaceId]/documents/[documentId]/relations | The success property is no longer required in the response payload under status 200. | Clients can omit this property. |
Transaction Store Api Docs Payments
BreakingBreaking Changes
| Method & Endpoint | The Change | Breaking Behavior | Migration Path |
|---|---|---|---|
| GET/pay/v1/spaces/[spaceId]/documents/[documentId]/balanceOffsets | Added the new FEE enum value to the balanceOffsets/offsetType response property under status 200. | Strict parsers will fail to deserialize when returning records with the FEE type. | Update models to accept and handle the FEE type. |
| POST/pay/v1/spaces/[spaceId]/documents:balanceOffsets | Added the new FEE enum value to the balanceOffsets/offsetType response property under status 200. | Strict parsers will fail to deserialize when returning records with the FEE type. | Update models to accept and handle the FEE type. |
| POST/transaction/v1/spaces/[spaceId]/documents:paydetails | Added the new PROFORMA_INVOICE enum value to the documents/category response property under status 200. | Strict parsers will fail to deserialize when returning records with the PROFORMA_INVOICE type. | Update models to accept and handle the PROFORMA_INVOICE type. |
| POST/transaction/v1/spaces/[spaceId]/documents:paydetails | Added the new ABA enum value to the documents/supplier/paymentAccounts/bank/scheme response property under status 200. | Strict parsers will fail to deserialize when returning records with the ABA type. | Update models to accept and handle the ABA type. |
| POST/transaction/v1/spaces/[spaceId]/documents:paydetails | Added the new CLABE enum value to the documents/supplier/paymentAccounts/bank/scheme response property under status 200. | Strict parsers will fail to deserialize when returning records with the CLABE type. | Update models to accept and handle the CLABE type. |
| POST/transaction/v1/spaces/[spaceId]/documents:paydetails | Added the new ABA enum value to the documents/supplier/paymentAccounts/parent/bank/scheme response property under status 200. | Strict parsers will fail to deserialize when returning records with the ABA type. | Update models to accept and handle the ABA type. |
| POST/transaction/v1/spaces/[spaceId]/documents:paydetails | Added the new CLABE enum value to the documents/supplier/paymentAccounts/parent/bank/scheme response property under status 200. | Strict parsers will fail to deserialize when returning records with the CLABE type. | Update models to accept and handle the CLABE type. |
| POST/transaction/v2/spaces/[spaceId]/documents:paydetails | Added the new PROFORMA_INVOICE enum value to the documents/category response property under status 200. | Strict parsers will fail to deserialize when returning records with the PROFORMA_INVOICE type. | Update models to accept and handle the PROFORMA_INVOICE type. |
| POST/transaction/v2/spaces/[spaceId]/documents:paydetails | Added the new ABA enum value to the documents/supplier/paymentAccounts/bank/scheme response property under status 200. | Strict parsers will fail to deserialize when returning records with the ABA type. | Update models to accept and handle the ABA type. |
| POST/transaction/v2/spaces/[spaceId]/documents:paydetails | Added the new CLABE enum value to the documents/supplier/paymentAccounts/bank/scheme response property under status 200. | Strict parsers will fail to deserialize when returning records with the CLABE type. | Update models to accept and handle the CLABE type. |
| POST/transaction/v2/spaces/[spaceId]/documents:paydetails | Added the new ABA enum value to the documents/supplier/paymentAccounts/parent/bank/scheme response property under status 200. | Strict parsers will fail to deserialize when returning records with the ABA type. | Update models to accept and handle the ABA type. |
| POST/transaction/v2/spaces/[spaceId]/documents:paydetails | Added the new CLABE enum value to the documents/supplier/paymentAccounts/parent/bank/scheme response property under status 200. | Strict parsers will fail to deserialize when returning records with the CLABE type. | Update models to accept and handle the CLABE type. |
InfoImprovements (Non-Breaking)
| Method & Endpoint | Enhancement Details | Developer Opportunity |
|---|---|---|
| GET/pay/v1/spaces/[spaceId]/documents/[documentId]/balanceOffsets | The balanceOffsets/amount/currency property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/pay/v1/spaces/[spaceId]/documents/[documentId]/balanceOffsets | The balanceOffsets/amount/value property is no longer required in the response payload under status 200. | Clients can omit this property. |
| POST/pay/v1/spaces/[spaceId]/documents:balanceOffsets | The documents property is no longer required in the request payload. | Clients can omit this property. |
| POST/pay/v1/spaces/[spaceId]/documents:balanceOffsets | The balanceOffsets/amount/currency property is no longer required in the response payload under status 200. | Clients can omit this property. |
| POST/pay/v1/spaces/[spaceId]/documents:balanceOffsets | The balanceOffsets/amount/value property is no longer required in the response payload under status 200. | Clients can omit this property. |
| POST/transaction/v1/spaces/[spaceId]/documents:paydetails | The documents property is no longer required in the request payload. | Clients can omit this property. |
| POST/transaction/v1/spaces/[spaceId]/documents:paydetails | Added the new optional response property under status 200 documents/supplier/paymentAccounts/financialPlatformId. | Supply or consume documents/supplier/paymentAccounts/financialPlatformId for enriched functionality. |
| POST/transaction/v1/spaces/[spaceId]/documents:paydetails | The documents/supplier/paymentAccounts/address/country property is no longer required in the response payload under status 200. | Clients can omit this property. |
| POST/transaction/v1/spaces/[spaceId]/documents:paydetails | The documents/supplier/paymentAccounts/address/townName property is no longer required in the response payload under status 200. | Clients can omit this property. |
| POST/transaction/v1/spaces/[spaceId]/documents:paydetails | The documents/supplier/paymentAccounts/bank/identifier property is no longer required in the response payload under status 200. | Clients can omit this property. |
| POST/transaction/v1/spaces/[spaceId]/documents:paydetails | The documents/supplier/paymentAccounts/bank/scheme property is no longer required in the response payload under status 200. | Clients can omit this property. |
| POST/transaction/v1/spaces/[spaceId]/documents:paydetails | The documents/supplier/paymentAccounts/parent/bank/identifier property is no longer required in the response payload under status 200. | Clients can omit this property. |
| POST/transaction/v1/spaces/[spaceId]/documents:paydetails | The documents/supplier/paymentAccounts/parent/bank/scheme property is no longer required in the response payload under status 200. | Clients can omit this property. |
| POST/transaction/v1/spaces/[spaceId]/documents:paydetails | The documents/supplier/paymentAccounts/parent/currency property is no longer required in the response payload under status 200. | Clients can omit this property. |
| POST/transaction/v1/spaces/[spaceId]/documents:paydetails | The documents/supplier/paymentAccounts/parent/identifier property is no longer required in the response payload under status 200. | Clients can omit this property. |
| POST/transaction/v1/spaces/[spaceId]/documents:paydetails | The documents/supplier/paymentAccounts/parent/scheme property is no longer required in the response payload under status 200. | Clients can omit this property. |
| POST/transaction/v2/spaces/[spaceId]/documents:paydetails | The documents property is no longer required in the request payload. | Clients can omit this property. |
| POST/transaction/v2/spaces/[spaceId]/documents:paydetails | Added the new optional response property under status 200 documents/supplier/paymentAccounts/financialPlatformId. | Supply or consume documents/supplier/paymentAccounts/financialPlatformId for enriched functionality. |
| POST/transaction/v2/spaces/[spaceId]/documents:paydetails | The documents/supplier/paymentAccounts/address/country property is no longer required in the response payload under status 200. | Clients can omit this property. |
| POST/transaction/v2/spaces/[spaceId]/documents:paydetails | The documents/supplier/paymentAccounts/address/townName property is no longer required in the response payload under status 200. | Clients can omit this property. |
| POST/transaction/v2/spaces/[spaceId]/documents:paydetails | The documents/supplier/paymentAccounts/bank/identifier property is no longer required in the response payload under status 200. | Clients can omit this property. |
| POST/transaction/v2/spaces/[spaceId]/documents:paydetails | The documents/supplier/paymentAccounts/bank/scheme property is no longer required in the response payload under status 200. | Clients can omit this property. |
| POST/transaction/v2/spaces/[spaceId]/documents:paydetails | The documents/supplier/paymentAccounts/parent/bank/identifier property is no longer required in the response payload under status 200. | Clients can omit this property. |
| POST/transaction/v2/spaces/[spaceId]/documents:paydetails | The documents/supplier/paymentAccounts/parent/bank/scheme property is no longer required in the response payload under status 200. | Clients can omit this property. |
| POST/transaction/v2/spaces/[spaceId]/documents:paydetails | The documents/supplier/paymentAccounts/parent/currency property is no longer required in the response payload under status 200. | Clients can omit this property. |
| POST/transaction/v2/spaces/[spaceId]/documents:paydetails | The documents/supplier/paymentAccounts/parent/identifier property is no longer required in the response payload under status 200. | Clients can omit this property. |
| POST/transaction/v2/spaces/[spaceId]/documents:paydetails | The documents/supplier/paymentAccounts/parent/scheme property is no longer required in the response payload under status 200. | Clients can omit this property. |
Transaction Store Api Network Core
BreakingBreaking Changes
| Method & Endpoint | The Change | Breaking Behavior | Migration Path |
|---|---|---|---|
| POST/transaction/v1/spaces/[spaceId]/connections | Modified the strict schema constraint nullable at paymentAccounts/address in the response payload under status 201. | Payloads violating the updated nullable validation rule will be rejected. | Update client-side schema definitions to respect the new nullable constraint. |
| POST/transaction/v1/spaces/[spaceId]/connections | Added the new ABA enum value to the paymentAccounts/bank/scheme response property under status 201. | Strict parsers will fail to deserialize when returning records with the ABA type. | Update models to accept and handle the ABA type. |
| POST/transaction/v1/spaces/[spaceId]/connections | Added the new CLABE enum value to the paymentAccounts/bank/scheme response property under status 201. | Strict parsers will fail to deserialize when returning records with the CLABE type. | Update models to accept and handle the CLABE type. |
| POST/transaction/v1/spaces/[spaceId]/connections | Added the new ABA enum value to the paymentAccounts/parent/bank/scheme response property under status 201. | Strict parsers will fail to deserialize when returning records with the ABA type. | Update models to accept and handle the ABA type. |
| POST/transaction/v1/spaces/[spaceId]/connections | Added the new CLABE enum value to the paymentAccounts/parent/bank/scheme response property under status 201. | Strict parsers will fail to deserialize when returning records with the CLABE type. | Update models to accept and handle the CLABE type. |
| GET/transaction/v1/spaces/[spaceId]/connections/[connectionId]/paymentAccounts | Modified the strict schema constraint nullable at paymentAccounts/address in the response payload under status 200. | Payloads violating the updated nullable validation rule will be rejected. | Update client-side schema definitions to respect the new nullable constraint. |
| GET/transaction/v1/spaces/[spaceId]/connections/[connectionId]/paymentAccounts | Added the new ABA enum value to the paymentAccounts/bank/scheme response property under status 200. | Strict parsers will fail to deserialize when returning records with the ABA type. | Update models to accept and handle the ABA type. |
| GET/transaction/v1/spaces/[spaceId]/connections/[connectionId]/paymentAccounts | Added the new CLABE enum value to the paymentAccounts/bank/scheme response property under status 200. | Strict parsers will fail to deserialize when returning records with the CLABE type. | Update models to accept and handle the CLABE type. |
| GET/transaction/v1/spaces/[spaceId]/connections/[connectionId]/paymentAccounts | Added the new ABA enum value to the paymentAccounts/parent/bank/scheme response property under status 200. | Strict parsers will fail to deserialize when returning records with the ABA type. | Update models to accept and handle the ABA type. |
| GET/transaction/v1/spaces/[spaceId]/connections/[connectionId]/paymentAccounts | Added the new CLABE enum value to the paymentAccounts/parent/bank/scheme response property under status 200. | Strict parsers will fail to deserialize when returning records with the CLABE type. | Update models to accept and handle the CLABE type. |
| POST/transaction/v1/spaces/[spaceId]/connections/[connectionId]/paymentAccounts | Modified the strict schema constraint nullable at address in the request payload. | Payloads violating the updated nullable validation rule will be rejected. | Update client-side schema definitions to respect the new nullable constraint. |
| POST/transaction/v1/spaces/[spaceId]/connections/[connectionId]/paymentAccounts | Modified the strict schema constraint nullable at address in the response payload under status 201. | Payloads violating the updated nullable validation rule will be rejected. | Update client-side schema definitions to respect the new nullable constraint. |
| POST/transaction/v1/spaces/[spaceId]/connections/[connectionId]/paymentAccounts | Added the new ABA enum value to the bank/scheme response property under status 201. | Strict parsers will fail to deserialize when returning records with the ABA type. | Update models to accept and handle the ABA type. |
| POST/transaction/v1/spaces/[spaceId]/connections/[connectionId]/paymentAccounts | Added the new CLABE enum value to the bank/scheme response property under status 201. | Strict parsers will fail to deserialize when returning records with the CLABE type. | Update models to accept and handle the CLABE type. |
| POST/transaction/v1/spaces/[spaceId]/connections/[connectionId]/paymentAccounts | Added the new ABA enum value to the parent/bank/scheme response property under status 201. | Strict parsers will fail to deserialize when returning records with the ABA type. | Update models to accept and handle the ABA type. |
| POST/transaction/v1/spaces/[spaceId]/connections/[connectionId]/paymentAccounts | Added the new CLABE enum value to the parent/bank/scheme response property under status 201. | Strict parsers will fail to deserialize when returning records with the CLABE type. | Update models to accept and handle the CLABE type. |
| GET/transaction/v2/spaces/[spaceId]/connections | Removed the query request property. | Client payloads including the query field will be rejected by the updated schema validation on this endpoint. | Remove the query parameter from request payloads and update client-side schema models. |
| GET/transaction/v2/spaces/[spaceId]/connections | Modified the strict schema constraint nullable at connections/paymentAccounts/address in the response payload under status 200. | Payloads violating the updated nullable validation rule will be rejected. | Update client-side schema definitions to respect the new nullable constraint. |
| GET/transaction/v2/spaces/[spaceId]/connections | Added the new ABA enum value to the connections/paymentAccounts/bank/scheme response property under status 200. | Strict parsers will fail to deserialize when returning records with the ABA type. | Update models to accept and handle the ABA type. |
| GET/transaction/v2/spaces/[spaceId]/connections | Added the new CLABE enum value to the connections/paymentAccounts/bank/scheme response property under status 200. | Strict parsers will fail to deserialize when returning records with the CLABE type. | Update models to accept and handle the CLABE type. |
| GET/transaction/v2/spaces/[spaceId]/connections | Added the new ABA enum value to the connections/paymentAccounts/parent/bank/scheme response property under status 200. | Strict parsers will fail to deserialize when returning records with the ABA type. | Update models to accept and handle the ABA type. |
| GET/transaction/v2/spaces/[spaceId]/connections | Added the new CLABE enum value to the connections/paymentAccounts/parent/bank/scheme response property under status 200. | Strict parsers will fail to deserialize when returning records with the CLABE type. | Update models to accept and handle the CLABE type. |
| POST/transaction/v2/spaces/[spaceId]/connections | Modified the strict schema constraint value at examples/BusinessConnection in the request payload. | Payloads violating the updated value validation rule will be rejected. | Update client-side schema definitions to respect the new value constraint. |
| POST/transaction/v2/spaces/[spaceId]/connections | Modified the strict schema constraint nullable at paymentAccounts/address in the response payload under status 201. | Payloads violating the updated nullable validation rule will be rejected. | Update client-side schema definitions to respect the new nullable constraint. |
| POST/transaction/v2/spaces/[spaceId]/connections | Added the new ABA enum value to the paymentAccounts/bank/scheme response property under status 201. | Strict parsers will fail to deserialize when returning records with the ABA type. | Update models to accept and handle the ABA type. |
| POST/transaction/v2/spaces/[spaceId]/connections | Added the new CLABE enum value to the paymentAccounts/bank/scheme response property under status 201. | Strict parsers will fail to deserialize when returning records with the CLABE type. | Update models to accept and handle the CLABE type. |
| POST/transaction/v2/spaces/[spaceId]/connections | Added the new ABA enum value to the paymentAccounts/parent/bank/scheme response property under status 201. | Strict parsers will fail to deserialize when returning records with the ABA type. | Update models to accept and handle the ABA type. |
| POST/transaction/v2/spaces/[spaceId]/connections | Added the new CLABE enum value to the paymentAccounts/parent/bank/scheme response property under status 201. | Strict parsers will fail to deserialize when returning records with the CLABE type. | Update models to accept and handle the CLABE type. |
| GET/transaction/v2/spaces/[spaceId]/connections/[connectionId] | Modified the strict schema constraint nullable at paymentAccounts/address in the response payload under status 200. | Payloads violating the updated nullable validation rule will be rejected. | Update client-side schema definitions to respect the new nullable constraint. |
| GET/transaction/v2/spaces/[spaceId]/connections/[connectionId] | Added the new ABA enum value to the paymentAccounts/bank/scheme response property under status 200. | Strict parsers will fail to deserialize when returning records with the ABA type. | Update models to accept and handle the ABA type. |
| GET/transaction/v2/spaces/[spaceId]/connections/[connectionId] | Added the new CLABE enum value to the paymentAccounts/bank/scheme response property under status 200. | Strict parsers will fail to deserialize when returning records with the CLABE type. | Update models to accept and handle the CLABE type. |
| GET/transaction/v2/spaces/[spaceId]/connections/[connectionId] | Added the new ABA enum value to the paymentAccounts/parent/bank/scheme response property under status 200. | Strict parsers will fail to deserialize when returning records with the ABA type. | Update models to accept and handle the ABA type. |
| GET/transaction/v2/spaces/[spaceId]/connections/[connectionId] | Added the new CLABE enum value to the paymentAccounts/parent/bank/scheme response property under status 200. | Strict parsers will fail to deserialize when returning records with the CLABE type. | Update models to accept and handle the CLABE type. |
| PATCH/transaction/v2/spaces/[spaceId]/connections/[connectionId] | Modified the strict schema constraint value at examples/Update Business Connection Request in the request payload. | Payloads violating the updated value validation rule will be rejected. | Update client-side schema definitions to respect the new value constraint. |
| PATCH/transaction/v2/spaces/[spaceId]/connections/[connectionId] | Modified the strict schema constraint nullable at paymentAccounts/address in the response payload under status 200. | Payloads violating the updated nullable validation rule will be rejected. | Update client-side schema definitions to respect the new nullable constraint. |
| PATCH/transaction/v2/spaces/[spaceId]/connections/[connectionId] | Added the new ABA enum value to the paymentAccounts/bank/scheme response property under status 200. | Strict parsers will fail to deserialize when returning records with the ABA type. | Update models to accept and handle the ABA type. |
| PATCH/transaction/v2/spaces/[spaceId]/connections/[connectionId] | Added the new CLABE enum value to the paymentAccounts/bank/scheme response property under status 200. | Strict parsers will fail to deserialize when returning records with the CLABE type. | Update models to accept and handle the CLABE type. |
| PATCH/transaction/v2/spaces/[spaceId]/connections/[connectionId] | Added the new ABA enum value to the paymentAccounts/parent/bank/scheme response property under status 200. | Strict parsers will fail to deserialize when returning records with the ABA type. | Update models to accept and handle the ABA type. |
| PATCH/transaction/v2/spaces/[spaceId]/connections/[connectionId] | Added the new CLABE enum value to the paymentAccounts/parent/bank/scheme response property under status 200. | Strict parsers will fail to deserialize when returning records with the CLABE type. | Update models to accept and handle the CLABE type. |
| PATCH/transaction/v2/spaces/[spaceId]/connections/[connectionId]:jsonpatch | Modified the strict schema constraint nullable at paymentAccounts/address in the response payload under status 200. | Payloads violating the updated nullable validation rule will be rejected. | Update client-side schema definitions to respect the new nullable constraint. |
| PATCH/transaction/v2/spaces/[spaceId]/connections/[connectionId]:jsonpatch | Added the new ABA enum value to the paymentAccounts/bank/scheme response property under status 200. | Strict parsers will fail to deserialize when returning records with the ABA type. | Update models to accept and handle the ABA type. |
| PATCH/transaction/v2/spaces/[spaceId]/connections/[connectionId]:jsonpatch | Added the new CLABE enum value to the paymentAccounts/bank/scheme response property under status 200. | Strict parsers will fail to deserialize when returning records with the CLABE type. | Update models to accept and handle the CLABE type. |
| PATCH/transaction/v2/spaces/[spaceId]/connections/[connectionId]:jsonpatch | Added the new ABA enum value to the paymentAccounts/parent/bank/scheme response property under status 200. | Strict parsers will fail to deserialize when returning records with the ABA type. | Update models to accept and handle the ABA type. |
| PATCH/transaction/v2/spaces/[spaceId]/connections/[connectionId]:jsonpatch | Added the new CLABE enum value to the paymentAccounts/parent/bank/scheme response property under status 200. | Strict parsers will fail to deserialize when returning records with the CLABE type. | Update models to accept and handle the CLABE type. |
| GET/transaction/v3/spaces/[spaceId]/connections | Removed the query request property. | Client payloads including the query field will be rejected by the updated schema validation on this endpoint. | Remove the query parameter from request payloads and update client-side schema models. |
| GET/transaction/v3/spaces/[spaceId]/connections | Modified the strict schema constraint nullable at connections/paymentAccounts/address in the response payload under status 200. | Payloads violating the updated nullable validation rule will be rejected. | Update client-side schema definitions to respect the new nullable constraint. |
| GET/transaction/v3/spaces/[spaceId]/connections | Added the new ABA enum value to the connections/paymentAccounts/bank/scheme response property under status 200. | Strict parsers will fail to deserialize when returning records with the ABA type. | Update models to accept and handle the ABA type. |
| GET/transaction/v3/spaces/[spaceId]/connections | Added the new CLABE enum value to the connections/paymentAccounts/bank/scheme response property under status 200. | Strict parsers will fail to deserialize when returning records with the CLABE type. | Update models to accept and handle the CLABE type. |
| GET/transaction/v3/spaces/[spaceId]/connections | Added the new ABA enum value to the connections/paymentAccounts/parent/bank/scheme response property under status 200. | Strict parsers will fail to deserialize when returning records with the ABA type. | Update models to accept and handle the ABA type. |
| GET/transaction/v3/spaces/[spaceId]/connections | Added the new CLABE enum value to the connections/paymentAccounts/parent/bank/scheme response property under status 200. | Strict parsers will fail to deserialize when returning records with the CLABE type. | Update models to accept and handle the CLABE type. |
| POST/transaction/v3/spaces/[spaceId]/connections | Modified the strict schema constraint value at examples/BusinessConnection in the request payload. | Payloads violating the updated value validation rule will be rejected. | Update client-side schema definitions to respect the new value constraint. |
| POST/transaction/v3/spaces/[spaceId]/connections | Modified the strict schema constraint nullable at paymentAccounts/address in the response payload under status 201. | Payloads violating the updated nullable validation rule will be rejected. | Update client-side schema definitions to respect the new nullable constraint. |
| POST/transaction/v3/spaces/[spaceId]/connections | Added the new ABA enum value to the paymentAccounts/bank/scheme response property under status 201. | Strict parsers will fail to deserialize when returning records with the ABA type. | Update models to accept and handle the ABA type. |
| POST/transaction/v3/spaces/[spaceId]/connections | Added the new CLABE enum value to the paymentAccounts/bank/scheme response property under status 201. | Strict parsers will fail to deserialize when returning records with the CLABE type. | Update models to accept and handle the CLABE type. |
| POST/transaction/v3/spaces/[spaceId]/connections | Added the new ABA enum value to the paymentAccounts/parent/bank/scheme response property under status 201. | Strict parsers will fail to deserialize when returning records with the ABA type. | Update models to accept and handle the ABA type. |
| POST/transaction/v3/spaces/[spaceId]/connections | Added the new CLABE enum value to the paymentAccounts/parent/bank/scheme response property under status 201. | Strict parsers will fail to deserialize when returning records with the CLABE type. | Update models to accept and handle the CLABE type. |
| GET/transaction/v3/spaces/[spaceId]/connections/[connectionId] | Modified the strict schema constraint nullable at paymentAccounts/address in the response payload under status 200. | Payloads violating the updated nullable validation rule will be rejected. | Update client-side schema definitions to respect the new nullable constraint. |
| GET/transaction/v3/spaces/[spaceId]/connections/[connectionId] | Added the new ABA enum value to the paymentAccounts/bank/scheme response property under status 200. | Strict parsers will fail to deserialize when returning records with the ABA type. | Update models to accept and handle the ABA type. |
| GET/transaction/v3/spaces/[spaceId]/connections/[connectionId] | Added the new CLABE enum value to the paymentAccounts/bank/scheme response property under status 200. | Strict parsers will fail to deserialize when returning records with the CLABE type. | Update models to accept and handle the CLABE type. |
| GET/transaction/v3/spaces/[spaceId]/connections/[connectionId] | Added the new ABA enum value to the paymentAccounts/parent/bank/scheme response property under status 200. | Strict parsers will fail to deserialize when returning records with the ABA type. | Update models to accept and handle the ABA type. |
| GET/transaction/v3/spaces/[spaceId]/connections/[connectionId] | Added the new CLABE enum value to the paymentAccounts/parent/bank/scheme response property under status 200. | Strict parsers will fail to deserialize when returning records with the CLABE type. | Update models to accept and handle the CLABE type. |
| PATCH/transaction/v3/spaces/[spaceId]/connections/[connectionId] | Modified the strict schema constraint value at examples/Update Business Connection Request in the request payload. | Payloads violating the updated value validation rule will be rejected. | Update client-side schema definitions to respect the new value constraint. |
| PATCH/transaction/v3/spaces/[spaceId]/connections/[connectionId] | Modified the strict schema constraint nullable at paymentAccounts/address in the response payload under status 200. | Payloads violating the updated nullable validation rule will be rejected. | Update client-side schema definitions to respect the new nullable constraint. |
| PATCH/transaction/v3/spaces/[spaceId]/connections/[connectionId] | Added the new ABA enum value to the paymentAccounts/bank/scheme response property under status 200. | Strict parsers will fail to deserialize when returning records with the ABA type. | Update models to accept and handle the ABA type. |
| PATCH/transaction/v3/spaces/[spaceId]/connections/[connectionId] | Added the new CLABE enum value to the paymentAccounts/bank/scheme response property under status 200. | Strict parsers will fail to deserialize when returning records with the CLABE type. | Update models to accept and handle the CLABE type. |
| PATCH/transaction/v3/spaces/[spaceId]/connections/[connectionId] | Added the new ABA enum value to the paymentAccounts/parent/bank/scheme response property under status 200. | Strict parsers will fail to deserialize when returning records with the ABA type. | Update models to accept and handle the ABA type. |
| PATCH/transaction/v3/spaces/[spaceId]/connections/[connectionId] | Added the new CLABE enum value to the paymentAccounts/parent/bank/scheme response property under status 200. | Strict parsers will fail to deserialize when returning records with the CLABE type. | Update models to accept and handle the CLABE type. |
NewNew Endpoints
| Method & Endpoint | Core Functionality | Auth/Scopes Required |
|---|---|---|
| ADD/transaction/v1/spaces/[spaceId]/connections/[connectionId]/paymentAccounts/[paymentAccountId] | Access the newly provided functionality and features for this resource. | None specified |
InfoImprovements (Non-Breaking)
| Method & Endpoint | Enhancement Details | Developer Opportunity |
|---|---|---|
| GET/transaction/v1/spaces/[spaceId]/connections | The connections/addresses/additionalProperties/city property is no longer required in the response payload under status 200. | Clients can omit this property. |
| POST/transaction/v1/spaces/[spaceId]/connections | The addresses/additionalProperties/city property is no longer required in the request payload. | Clients can omit this property. |
| POST/transaction/v1/spaces/[spaceId]/connections | Added the new ABA enum value to the paymentAccounts/bank/scheme request property. | You can now use this new enum value in requests. |
| POST/transaction/v1/spaces/[spaceId]/connections | Added the new CLABE enum value to the paymentAccounts/bank/scheme request property. | You can now use this new enum value in requests. |
| POST/transaction/v1/spaces/[spaceId]/connections | The paymentAccounts/bank/identifier property is no longer required in the request payload. | Clients can omit this property. |
| POST/transaction/v1/spaces/[spaceId]/connections | The paymentAccounts/bank/scheme property is no longer required in the request payload. | Clients can omit this property. |
| POST/transaction/v1/spaces/[spaceId]/connections | Added the new ABA enum value to the paymentAccounts/parent/bank/scheme request property. | You can now use this new enum value in requests. |
| POST/transaction/v1/spaces/[spaceId]/connections | Added the new CLABE enum value to the paymentAccounts/parent/bank/scheme request property. | You can now use this new enum value in requests. |
| POST/transaction/v1/spaces/[spaceId]/connections | The paymentAccounts/parent/bank/identifier property is no longer required in the request payload. | Clients can omit this property. |
| POST/transaction/v1/spaces/[spaceId]/connections | The paymentAccounts/parent/bank/scheme property is no longer required in the request payload. | Clients can omit this property. |
| POST/transaction/v1/spaces/[spaceId]/connections | The paymentAccounts/parent/scheme property is no longer required in the request payload. | Clients can omit this property. |
| POST/transaction/v1/spaces/[spaceId]/connections | The paymentAccounts/parent/currency property is no longer required in the request payload. | Clients can omit this property. |
| POST/transaction/v1/spaces/[spaceId]/connections | The paymentAccounts/parent/identifier property is no longer required in the request payload. | Clients can omit this property. |
| POST/transaction/v1/spaces/[spaceId]/connections | The paymentAccounts/identifier property is no longer required in the request payload. | Clients can omit this property. |
| POST/transaction/v1/spaces/[spaceId]/connections | The paymentAccounts/scheme property is no longer required in the request payload. | Clients can omit this property. |
| POST/transaction/v1/spaces/[spaceId]/connections | The paymentAccounts/currency property is no longer required in the request payload. | Clients can omit this property. |
| POST/transaction/v1/spaces/[spaceId]/connections | The addresses/additionalProperties/city property is no longer required in the response payload under status 201. | Clients can omit this property. |
| POST/transaction/v1/spaces/[spaceId]/connections | Added the new optional response property under status 201 paymentAccounts/financialPlatformId. | Supply or consume paymentAccounts/financialPlatformId for enriched functionality. |
| POST/transaction/v1/spaces/[spaceId]/connections | The paymentAccounts/address/country property is no longer required in the response payload under status 201. | Clients can omit this property. |
| POST/transaction/v1/spaces/[spaceId]/connections | The paymentAccounts/address/townName property is no longer required in the response payload under status 201. | Clients can omit this property. |
| POST/transaction/v1/spaces/[spaceId]/connections | The paymentAccounts/bank/identifier property is no longer required in the response payload under status 201. | Clients can omit this property. |
| POST/transaction/v1/spaces/[spaceId]/connections | The paymentAccounts/bank/scheme property is no longer required in the response payload under status 201. | Clients can omit this property. |
| POST/transaction/v1/spaces/[spaceId]/connections | The paymentAccounts/parent/bank/identifier property is no longer required in the response payload under status 201. | Clients can omit this property. |
| POST/transaction/v1/spaces/[spaceId]/connections | The paymentAccounts/parent/bank/scheme property is no longer required in the response payload under status 201. | Clients can omit this property. |
| POST/transaction/v1/spaces/[spaceId]/connections | The paymentAccounts/parent/currency property is no longer required in the response payload under status 201. | Clients can omit this property. |
| POST/transaction/v1/spaces/[spaceId]/connections | The paymentAccounts/parent/identifier property is no longer required in the response payload under status 201. | Clients can omit this property. |
| POST/transaction/v1/spaces/[spaceId]/connections | The paymentAccounts/parent/scheme property is no longer required in the response payload under status 201. | Clients can omit this property. |
| GET/transaction/v1/spaces/[spaceId]/connections/[connectionId] | The addresses/additionalProperties/city property is no longer required in the response payload under status 200. | Clients can omit this property. |
| PATCH/transaction/v1/spaces/[spaceId]/connections/[connectionId] | The addresses/additionalProperties/city property is no longer required in the request payload. | Clients can omit this property. |
| PATCH/transaction/v1/spaces/[spaceId]/connections/[connectionId] | The addresses/additionalProperties/city property is no longer required in the response payload under status 200. | Clients can omit this property. |
| POST/transaction/v1/spaces/[spaceId]/connections/[connectionId]/connectors | The addresses/additionalProperties/city property is no longer required in the response payload under status 201. | Clients can omit this property. |
| GET/transaction/v1/spaces/[spaceId]/connections/[connectionId]/paymentAccounts | Added the new optional response property under status 200 paymentAccounts/financialPlatformId. | Supply or consume paymentAccounts/financialPlatformId for enriched functionality. |
| GET/transaction/v1/spaces/[spaceId]/connections/[connectionId]/paymentAccounts | Added the new optional response property under status 200 paymentAccounts/entityPaymentAccountId. | Supply or consume paymentAccounts/entityPaymentAccountId for enriched functionality. |
| GET/transaction/v1/spaces/[spaceId]/connections/[connectionId]/paymentAccounts | The paymentAccounts/address/country property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/transaction/v1/spaces/[spaceId]/connections/[connectionId]/paymentAccounts | The paymentAccounts/address/townName property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/transaction/v1/spaces/[spaceId]/connections/[connectionId]/paymentAccounts | The paymentAccounts/bank/identifier property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/transaction/v1/spaces/[spaceId]/connections/[connectionId]/paymentAccounts | The paymentAccounts/bank/scheme property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/transaction/v1/spaces/[spaceId]/connections/[connectionId]/paymentAccounts | The paymentAccounts/parent/bank/identifier property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/transaction/v1/spaces/[spaceId]/connections/[connectionId]/paymentAccounts | The paymentAccounts/parent/bank/scheme property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/transaction/v1/spaces/[spaceId]/connections/[connectionId]/paymentAccounts | The paymentAccounts/parent/identifier property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/transaction/v1/spaces/[spaceId]/connections/[connectionId]/paymentAccounts | The paymentAccounts/parent/scheme property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/transaction/v1/spaces/[spaceId]/connections/[connectionId]/paymentAccounts | The paymentAccounts/parent/currency property is no longer required in the response payload under status 200. | Clients can omit this property. |
| POST/transaction/v1/spaces/[spaceId]/connections/[connectionId]/paymentAccounts | Added the new optional request property financialPlatformId. | Supply or consume financialPlatformId for enriched functionality. |
| POST/transaction/v1/spaces/[spaceId]/connections/[connectionId]/paymentAccounts | The address/townName property is no longer required in the request payload. | Clients can omit this property. |
| POST/transaction/v1/spaces/[spaceId]/connections/[connectionId]/paymentAccounts | The address/country property is no longer required in the request payload. | Clients can omit this property. |
| POST/transaction/v1/spaces/[spaceId]/connections/[connectionId]/paymentAccounts | Added the new ABA enum value to the bank/scheme request property. | You can now use this new enum value in requests. |
| POST/transaction/v1/spaces/[spaceId]/connections/[connectionId]/paymentAccounts | Added the new CLABE enum value to the bank/scheme request property. | You can now use this new enum value in requests. |
| POST/transaction/v1/spaces/[spaceId]/connections/[connectionId]/paymentAccounts | The bank/identifier property is no longer required in the request payload. | Clients can omit this property. |
| POST/transaction/v1/spaces/[spaceId]/connections/[connectionId]/paymentAccounts | The bank/scheme property is no longer required in the request payload. | Clients can omit this property. |
| POST/transaction/v1/spaces/[spaceId]/connections/[connectionId]/paymentAccounts | Added the new ABA enum value to the parent/bank/scheme request property. | You can now use this new enum value in requests. |
| POST/transaction/v1/spaces/[spaceId]/connections/[connectionId]/paymentAccounts | Added the new CLABE enum value to the parent/bank/scheme request property. | You can now use this new enum value in requests. |
| POST/transaction/v1/spaces/[spaceId]/connections/[connectionId]/paymentAccounts | The parent/bank/identifier property is no longer required in the request payload. | Clients can omit this property. |
| POST/transaction/v1/spaces/[spaceId]/connections/[connectionId]/paymentAccounts | The parent/bank/scheme property is no longer required in the request payload. | Clients can omit this property. |
| POST/transaction/v1/spaces/[spaceId]/connections/[connectionId]/paymentAccounts | The parent/currency property is no longer required in the request payload. | Clients can omit this property. |
| POST/transaction/v1/spaces/[spaceId]/connections/[connectionId]/paymentAccounts | The parent/identifier property is no longer required in the request payload. | Clients can omit this property. |
| POST/transaction/v1/spaces/[spaceId]/connections/[connectionId]/paymentAccounts | The parent/scheme property is no longer required in the request payload. | Clients can omit this property. |
| POST/transaction/v1/spaces/[spaceId]/connections/[connectionId]/paymentAccounts | The currency property is no longer required in the request payload. | Clients can omit this property. |
| POST/transaction/v1/spaces/[spaceId]/connections/[connectionId]/paymentAccounts | The identifier property is no longer required in the request payload. | Clients can omit this property. |
| POST/transaction/v1/spaces/[spaceId]/connections/[connectionId]/paymentAccounts | The scheme property is no longer required in the request payload. | Clients can omit this property. |
| POST/transaction/v1/spaces/[spaceId]/connections/[connectionId]/paymentAccounts | Added the new optional response property under status 201 entityPaymentAccountId. | Supply or consume entityPaymentAccountId for enriched functionality. |
| POST/transaction/v1/spaces/[spaceId]/connections/[connectionId]/paymentAccounts | Added the new optional response property under status 201 financialPlatformId. | Supply or consume financialPlatformId for enriched functionality. |
| POST/transaction/v1/spaces/[spaceId]/connections/[connectionId]/paymentAccounts | The address/country property is no longer required in the response payload under status 201. | Clients can omit this property. |
| POST/transaction/v1/spaces/[spaceId]/connections/[connectionId]/paymentAccounts | The address/townName property is no longer required in the response payload under status 201. | Clients can omit this property. |
| POST/transaction/v1/spaces/[spaceId]/connections/[connectionId]/paymentAccounts | The bank/identifier property is no longer required in the response payload under status 201. | Clients can omit this property. |
| POST/transaction/v1/spaces/[spaceId]/connections/[connectionId]/paymentAccounts | The bank/scheme property is no longer required in the response payload under status 201. | Clients can omit this property. |
| POST/transaction/v1/spaces/[spaceId]/connections/[connectionId]/paymentAccounts | The parent/bank/identifier property is no longer required in the response payload under status 201. | Clients can omit this property. |
| POST/transaction/v1/spaces/[spaceId]/connections/[connectionId]/paymentAccounts | The parent/bank/scheme property is no longer required in the response payload under status 201. | Clients can omit this property. |
| POST/transaction/v1/spaces/[spaceId]/connections/[connectionId]/paymentAccounts | The parent/identifier property is no longer required in the response payload under status 201. | Clients can omit this property. |
| POST/transaction/v1/spaces/[spaceId]/connections/[connectionId]/paymentAccounts | The parent/scheme property is no longer required in the response payload under status 201. | Clients can omit this property. |
| POST/transaction/v1/spaces/[spaceId]/connections/[connectionId]/paymentAccounts | The parent/currency property is no longer required in the response payload under status 201. | Clients can omit this property. |
| GET/transaction/v1/spaces/[spaceId]/connections/[connectionId]/relations | The connection_relations/connection/addresses/additionalProperties/city property is no longer required in the response payload under status 200. | Clients can omit this property. |
| POST/transaction/v1/spaces/[spaceId]/connections/[connectionId]/relations | The relatedConnectionId property is no longer required in the request payload. | Clients can omit this property. |
| POST/transaction/v1/spaces/[spaceId]/connections/[connectionId]/relations | The role property is no longer required in the request payload. | Clients can omit this property. |
| POST/transaction/v1/spaces/[spaceId]/connections/[connectionId]/relations | The connection/addresses/additionalProperties/city property is no longer required in the response payload under status 201. | Clients can omit this property. |
| GET/transaction/v1/spaces/[spaceId]/connections/[connectionId]/relations/[relationId] | The connection/addresses/additionalProperties/city property is no longer required in the response payload under status 200. | Clients can omit this property. |
| PATCH/transaction/v1/spaces/[spaceId]/connections/[connectionId]/relations/[relationId] | The connection/addresses/additionalProperties/city property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/transaction/v1/spaces/[spaceId]/connections/[connectionId]/taxInfo | The taxRegistrations/vatGroup/name property is no longer required in the response payload under status 200. | Clients can omit this property. |
| PATCH/transaction/v1/spaces/[spaceId]/connections/[connectionId]/taxInfo | The taxRegistrations/vatGroup/name property is no longer required in the response payload under status 200. | Clients can omit this property. |
| POST/transaction/v1/spaces/[spaceId]/connections/[connectionId]/taxInfo | The taxRegistrations/vatGroup/name property is no longer required in the response payload under status 201. | Clients can omit this property. |
| POST/transaction/v1/spaces/[spaceId]/connections/[connectionId]/taxRegistrations | The vatGroup/name property is no longer required in the request payload. | Clients can omit this property. |
| POST/transaction/v1/spaces/[spaceId]/connections/[connectionId]/taxRegistrations | The vatGroup/name property is no longer required in the response payload under status 201. | Clients can omit this property. |
| PATCH/transaction/v1/spaces/[spaceId]/connections/[connectionId]/taxRegistrations/[taxRegistrationId] | The vatGroup/name property is no longer required in the request payload. | Clients can omit this property. |
| PATCH/transaction/v1/spaces/[spaceId]/connections/[connectionId]/taxRegistrations/[taxRegistrationId] | The vatGroup/name property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/transaction/v2/spaces/[spaceId]/connections | Added the new optional request property query. | Filter or enhance queries by utilizing the query parameter for more targeted results. |
| GET/transaction/v2/spaces/[spaceId]/connections | The connections/addresses/additionalProperties/city property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/transaction/v2/spaces/[spaceId]/connections | Added the new optional response property under status 200 connections/paymentAccounts/financialPlatformId. | Supply or consume connections/paymentAccounts/financialPlatformId for enriched functionality. |
| GET/transaction/v2/spaces/[spaceId]/connections | The connections/paymentAccounts/address/country property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/transaction/v2/spaces/[spaceId]/connections | The connections/paymentAccounts/address/townName property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/transaction/v2/spaces/[spaceId]/connections | The connections/paymentAccounts/bank/identifier property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/transaction/v2/spaces/[spaceId]/connections | The connections/paymentAccounts/bank/scheme property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/transaction/v2/spaces/[spaceId]/connections | The connections/paymentAccounts/parent/bank/identifier property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/transaction/v2/spaces/[spaceId]/connections | The connections/paymentAccounts/parent/bank/scheme property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/transaction/v2/spaces/[spaceId]/connections | The connections/paymentAccounts/parent/currency property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/transaction/v2/spaces/[spaceId]/connections | The connections/paymentAccounts/parent/identifier property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/transaction/v2/spaces/[spaceId]/connections | The connections/paymentAccounts/parent/scheme property is no longer required in the response payload under status 200. | Clients can omit this property. |
| POST/transaction/v2/spaces/[spaceId]/connections | The addresses/additionalProperties/city property is no longer required in the request payload. | Clients can omit this property. |
| POST/transaction/v2/spaces/[spaceId]/connections | Added the new optional request property paymentAccounts/financialPlatformId. | Supply or consume paymentAccounts/financialPlatformId for enriched functionality. |
| POST/transaction/v2/spaces/[spaceId]/connections | Added the new ABA enum value to the paymentAccounts/bank/scheme request property. | You can now use this new enum value in requests. |
| POST/transaction/v2/spaces/[spaceId]/connections | Added the new CLABE enum value to the paymentAccounts/bank/scheme request property. | You can now use this new enum value in requests. |
| POST/transaction/v2/spaces/[spaceId]/connections | The paymentAccounts/bank/identifier property is no longer required in the request payload. | Clients can omit this property. |
| POST/transaction/v2/spaces/[spaceId]/connections | The paymentAccounts/bank/scheme property is no longer required in the request payload. | Clients can omit this property. |
| POST/transaction/v2/spaces/[spaceId]/connections | Added the new ABA enum value to the paymentAccounts/parent/bank/scheme request property. | You can now use this new enum value in requests. |
| POST/transaction/v2/spaces/[spaceId]/connections | Added the new CLABE enum value to the paymentAccounts/parent/bank/scheme request property. | You can now use this new enum value in requests. |
| POST/transaction/v2/spaces/[spaceId]/connections | The paymentAccounts/parent/bank/identifier property is no longer required in the request payload. | Clients can omit this property. |
| POST/transaction/v2/spaces/[spaceId]/connections | The paymentAccounts/parent/bank/scheme property is no longer required in the request payload. | Clients can omit this property. |
| POST/transaction/v2/spaces/[spaceId]/connections | The paymentAccounts/parent/identifier property is no longer required in the request payload. | Clients can omit this property. |
| POST/transaction/v2/spaces/[spaceId]/connections | The paymentAccounts/parent/scheme property is no longer required in the request payload. | Clients can omit this property. |
| POST/transaction/v2/spaces/[spaceId]/connections | The paymentAccounts/parent/currency property is no longer required in the request payload. | Clients can omit this property. |
| POST/transaction/v2/spaces/[spaceId]/connections | The paymentAccounts/scheme property is no longer required in the request payload. | Clients can omit this property. |
| POST/transaction/v2/spaces/[spaceId]/connections | The paymentAccounts/currency property is no longer required in the request payload. | Clients can omit this property. |
| POST/transaction/v2/spaces/[spaceId]/connections | The paymentAccounts/identifier property is no longer required in the request payload. | Clients can omit this property. |
| POST/transaction/v2/spaces/[spaceId]/connections | Updated the schema metadata example at paymentAccounts in the request payload. | Provides better clarity or default behavior in the documentation. |
| POST/transaction/v2/spaces/[spaceId]/connections | The addresses/additionalProperties/city property is no longer required in the response payload under status 201. | Clients can omit this property. |
| POST/transaction/v2/spaces/[spaceId]/connections | Added the new optional response property under status 201 paymentAccounts/financialPlatformId. | Supply or consume paymentAccounts/financialPlatformId for enriched functionality. |
| POST/transaction/v2/spaces/[spaceId]/connections | The paymentAccounts/address/country property is no longer required in the response payload under status 201. | Clients can omit this property. |
| POST/transaction/v2/spaces/[spaceId]/connections | The paymentAccounts/address/townName property is no longer required in the response payload under status 201. | Clients can omit this property. |
| POST/transaction/v2/spaces/[spaceId]/connections | The paymentAccounts/bank/identifier property is no longer required in the response payload under status 201. | Clients can omit this property. |
| POST/transaction/v2/spaces/[spaceId]/connections | The paymentAccounts/bank/scheme property is no longer required in the response payload under status 201. | Clients can omit this property. |
| POST/transaction/v2/spaces/[spaceId]/connections | The paymentAccounts/parent/bank/identifier property is no longer required in the response payload under status 201. | Clients can omit this property. |
| POST/transaction/v2/spaces/[spaceId]/connections | The paymentAccounts/parent/bank/scheme property is no longer required in the response payload under status 201. | Clients can omit this property. |
| POST/transaction/v2/spaces/[spaceId]/connections | The paymentAccounts/parent/currency property is no longer required in the response payload under status 201. | Clients can omit this property. |
| POST/transaction/v2/spaces/[spaceId]/connections | The paymentAccounts/parent/identifier property is no longer required in the response payload under status 201. | Clients can omit this property. |
| POST/transaction/v2/spaces/[spaceId]/connections | The paymentAccounts/parent/scheme property is no longer required in the response payload under status 201. | Clients can omit this property. |
| GET/transaction/v2/spaces/[spaceId]/connections/[connectionId] | The addresses/additionalProperties/city property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/transaction/v2/spaces/[spaceId]/connections/[connectionId] | Added the new optional response property under status 200 paymentAccounts/financialPlatformId. | Supply or consume paymentAccounts/financialPlatformId for enriched functionality. |
| GET/transaction/v2/spaces/[spaceId]/connections/[connectionId] | The paymentAccounts/address/country property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/transaction/v2/spaces/[spaceId]/connections/[connectionId] | The paymentAccounts/address/townName property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/transaction/v2/spaces/[spaceId]/connections/[connectionId] | The paymentAccounts/bank/identifier property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/transaction/v2/spaces/[spaceId]/connections/[connectionId] | The paymentAccounts/bank/scheme property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/transaction/v2/spaces/[spaceId]/connections/[connectionId] | The paymentAccounts/parent/bank/identifier property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/transaction/v2/spaces/[spaceId]/connections/[connectionId] | The paymentAccounts/parent/bank/scheme property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/transaction/v2/spaces/[spaceId]/connections/[connectionId] | The paymentAccounts/parent/currency property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/transaction/v2/spaces/[spaceId]/connections/[connectionId] | The paymentAccounts/parent/identifier property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/transaction/v2/spaces/[spaceId]/connections/[connectionId] | The paymentAccounts/parent/scheme property is no longer required in the response payload under status 200. | Clients can omit this property. |
| PATCH/transaction/v2/spaces/[spaceId]/connections/[connectionId] | The addresses/additionalProperties/city property is no longer required in the request payload. | Clients can omit this property. |
| PATCH/transaction/v2/spaces/[spaceId]/connections/[connectionId] | Added the new optional request property paymentAccount/financialPlatformId. | Supply or consume paymentAccount/financialPlatformId for enriched functionality. |
| PATCH/transaction/v2/spaces/[spaceId]/connections/[connectionId] | The paymentAccount/id property is no longer required in the request payload. | Clients can omit this property. |
| PATCH/transaction/v2/spaces/[spaceId]/connections/[connectionId] | The paymentAccount/isDefault property is no longer required in the request payload. | Clients can omit this property. |
| PATCH/transaction/v2/spaces/[spaceId]/connections/[connectionId] | The addresses/additionalProperties/city property is no longer required in the response payload under status 200. | Clients can omit this property. |
| PATCH/transaction/v2/spaces/[spaceId]/connections/[connectionId] | Added the new optional response property under status 200 paymentAccounts/financialPlatformId. | Supply or consume paymentAccounts/financialPlatformId for enriched functionality. |
| PATCH/transaction/v2/spaces/[spaceId]/connections/[connectionId] | The paymentAccounts/address/country property is no longer required in the response payload under status 200. | Clients can omit this property. |
| PATCH/transaction/v2/spaces/[spaceId]/connections/[connectionId] | The paymentAccounts/address/townName property is no longer required in the response payload under status 200. | Clients can omit this property. |
| PATCH/transaction/v2/spaces/[spaceId]/connections/[connectionId] | The paymentAccounts/bank/identifier property is no longer required in the response payload under status 200. | Clients can omit this property. |
| PATCH/transaction/v2/spaces/[spaceId]/connections/[connectionId] | The paymentAccounts/bank/scheme property is no longer required in the response payload under status 200. | Clients can omit this property. |
| PATCH/transaction/v2/spaces/[spaceId]/connections/[connectionId] | The paymentAccounts/parent/bank/identifier property is no longer required in the response payload under status 200. | Clients can omit this property. |
| PATCH/transaction/v2/spaces/[spaceId]/connections/[connectionId] | The paymentAccounts/parent/bank/scheme property is no longer required in the response payload under status 200. | Clients can omit this property. |
| PATCH/transaction/v2/spaces/[spaceId]/connections/[connectionId] | The paymentAccounts/parent/currency property is no longer required in the response payload under status 200. | Clients can omit this property. |
| PATCH/transaction/v2/spaces/[spaceId]/connections/[connectionId] | The paymentAccounts/parent/identifier property is no longer required in the response payload under status 200. | Clients can omit this property. |
| PATCH/transaction/v2/spaces/[spaceId]/connections/[connectionId] | The paymentAccounts/parent/scheme property is no longer required in the response payload under status 200. | Clients can omit this property. |
| PATCH/transaction/v2/spaces/[spaceId]/connections/[connectionId]:jsonpatch | The addresses/additionalProperties/city property is no longer required in the response payload under status 200. | Clients can omit this property. |
| PATCH/transaction/v2/spaces/[spaceId]/connections/[connectionId]:jsonpatch | Added the new optional response property under status 200 paymentAccounts/financialPlatformId. | Supply or consume paymentAccounts/financialPlatformId for enriched functionality. |
| PATCH/transaction/v2/spaces/[spaceId]/connections/[connectionId]:jsonpatch | The paymentAccounts/address/country property is no longer required in the response payload under status 200. | Clients can omit this property. |
| PATCH/transaction/v2/spaces/[spaceId]/connections/[connectionId]:jsonpatch | The paymentAccounts/address/townName property is no longer required in the response payload under status 200. | Clients can omit this property. |
| PATCH/transaction/v2/spaces/[spaceId]/connections/[connectionId]:jsonpatch | The paymentAccounts/bank/identifier property is no longer required in the response payload under status 200. | Clients can omit this property. |
| PATCH/transaction/v2/spaces/[spaceId]/connections/[connectionId]:jsonpatch | The paymentAccounts/bank/scheme property is no longer required in the response payload under status 200. | Clients can omit this property. |
| PATCH/transaction/v2/spaces/[spaceId]/connections/[connectionId]:jsonpatch | The paymentAccounts/parent/bank/identifier property is no longer required in the response payload under status 200. | Clients can omit this property. |
| PATCH/transaction/v2/spaces/[spaceId]/connections/[connectionId]:jsonpatch | The paymentAccounts/parent/bank/scheme property is no longer required in the response payload under status 200. | Clients can omit this property. |
| PATCH/transaction/v2/spaces/[spaceId]/connections/[connectionId]:jsonpatch | The paymentAccounts/parent/currency property is no longer required in the response payload under status 200. | Clients can omit this property. |
| PATCH/transaction/v2/spaces/[spaceId]/connections/[connectionId]:jsonpatch | The paymentAccounts/parent/identifier property is no longer required in the response payload under status 200. | Clients can omit this property. |
| PATCH/transaction/v2/spaces/[spaceId]/connections/[connectionId]:jsonpatch | The paymentAccounts/parent/scheme property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/transaction/v3/spaces/[spaceId]/connections | Added the new optional request property query. | Filter or enhance queries by utilizing the query parameter for more targeted results. |
| GET/transaction/v3/spaces/[spaceId]/connections | The connections/addresses/additionalProperties/country property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/transaction/v3/spaces/[spaceId]/connections | The connections/addresses/additionalProperties/townName property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/transaction/v3/spaces/[spaceId]/connections | Added the new optional response property under status 200 connections/paymentAccounts/financialPlatformId. | Supply or consume connections/paymentAccounts/financialPlatformId for enriched functionality. |
| GET/transaction/v3/spaces/[spaceId]/connections | The connections/paymentAccounts/address/country property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/transaction/v3/spaces/[spaceId]/connections | The connections/paymentAccounts/address/townName property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/transaction/v3/spaces/[spaceId]/connections | The connections/paymentAccounts/bank/identifier property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/transaction/v3/spaces/[spaceId]/connections | The connections/paymentAccounts/bank/scheme property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/transaction/v3/spaces/[spaceId]/connections | The connections/paymentAccounts/parent/bank/identifier property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/transaction/v3/spaces/[spaceId]/connections | The connections/paymentAccounts/parent/bank/scheme property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/transaction/v3/spaces/[spaceId]/connections | The connections/paymentAccounts/parent/currency property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/transaction/v3/spaces/[spaceId]/connections | The connections/paymentAccounts/parent/identifier property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/transaction/v3/spaces/[spaceId]/connections | The connections/paymentAccounts/parent/scheme property is no longer required in the response payload under status 200. | Clients can omit this property. |
| POST/transaction/v3/spaces/[spaceId]/connections | The addresses/additionalProperties/townName property is no longer required in the request payload. | Clients can omit this property. |
| POST/transaction/v3/spaces/[spaceId]/connections | The addresses/additionalProperties/country property is no longer required in the request payload. | Clients can omit this property. |
| POST/transaction/v3/spaces/[spaceId]/connections | Added the new optional request property paymentAccounts/financialPlatformId. | Supply or consume paymentAccounts/financialPlatformId for enriched functionality. |
| POST/transaction/v3/spaces/[spaceId]/connections | Added the new ABA enum value to the paymentAccounts/bank/scheme request property. | You can now use this new enum value in requests. |
| POST/transaction/v3/spaces/[spaceId]/connections | Added the new CLABE enum value to the paymentAccounts/bank/scheme request property. | You can now use this new enum value in requests. |
| POST/transaction/v3/spaces/[spaceId]/connections | The paymentAccounts/bank/identifier property is no longer required in the request payload. | Clients can omit this property. |
| POST/transaction/v3/spaces/[spaceId]/connections | The paymentAccounts/bank/scheme property is no longer required in the request payload. | Clients can omit this property. |
| POST/transaction/v3/spaces/[spaceId]/connections | Added the new ABA enum value to the paymentAccounts/parent/bank/scheme request property. | You can now use this new enum value in requests. |
| POST/transaction/v3/spaces/[spaceId]/connections | Added the new CLABE enum value to the paymentAccounts/parent/bank/scheme request property. | You can now use this new enum value in requests. |
| POST/transaction/v3/spaces/[spaceId]/connections | The paymentAccounts/parent/bank/identifier property is no longer required in the request payload. | Clients can omit this property. |
| POST/transaction/v3/spaces/[spaceId]/connections | The paymentAccounts/parent/bank/scheme property is no longer required in the request payload. | Clients can omit this property. |
| POST/transaction/v3/spaces/[spaceId]/connections | The paymentAccounts/parent/identifier property is no longer required in the request payload. | Clients can omit this property. |
| POST/transaction/v3/spaces/[spaceId]/connections | The paymentAccounts/parent/scheme property is no longer required in the request payload. | Clients can omit this property. |
| POST/transaction/v3/spaces/[spaceId]/connections | The paymentAccounts/parent/currency property is no longer required in the request payload. | Clients can omit this property. |
| POST/transaction/v3/spaces/[spaceId]/connections | The paymentAccounts/identifier property is no longer required in the request payload. | Clients can omit this property. |
| POST/transaction/v3/spaces/[spaceId]/connections | The paymentAccounts/scheme property is no longer required in the request payload. | Clients can omit this property. |
| POST/transaction/v3/spaces/[spaceId]/connections | The paymentAccounts/currency property is no longer required in the request payload. | Clients can omit this property. |
| POST/transaction/v3/spaces/[spaceId]/connections | Updated the schema metadata example at paymentAccounts in the request payload. | Provides better clarity or default behavior in the documentation. |
| POST/transaction/v3/spaces/[spaceId]/connections | The addresses/additionalProperties/country property is no longer required in the response payload under status 201. | Clients can omit this property. |
| POST/transaction/v3/spaces/[spaceId]/connections | The addresses/additionalProperties/townName property is no longer required in the response payload under status 201. | Clients can omit this property. |
| POST/transaction/v3/spaces/[spaceId]/connections | Added the new optional response property under status 201 paymentAccounts/financialPlatformId. | Supply or consume paymentAccounts/financialPlatformId for enriched functionality. |
| POST/transaction/v3/spaces/[spaceId]/connections | The paymentAccounts/address/country property is no longer required in the response payload under status 201. | Clients can omit this property. |
| POST/transaction/v3/spaces/[spaceId]/connections | The paymentAccounts/address/townName property is no longer required in the response payload under status 201. | Clients can omit this property. |
| POST/transaction/v3/spaces/[spaceId]/connections | The paymentAccounts/bank/identifier property is no longer required in the response payload under status 201. | Clients can omit this property. |
| POST/transaction/v3/spaces/[spaceId]/connections | The paymentAccounts/bank/scheme property is no longer required in the response payload under status 201. | Clients can omit this property. |
| POST/transaction/v3/spaces/[spaceId]/connections | The paymentAccounts/parent/bank/identifier property is no longer required in the response payload under status 201. | Clients can omit this property. |
| POST/transaction/v3/spaces/[spaceId]/connections | The paymentAccounts/parent/bank/scheme property is no longer required in the response payload under status 201. | Clients can omit this property. |
| POST/transaction/v3/spaces/[spaceId]/connections | The paymentAccounts/parent/currency property is no longer required in the response payload under status 201. | Clients can omit this property. |
| POST/transaction/v3/spaces/[spaceId]/connections | The paymentAccounts/parent/identifier property is no longer required in the response payload under status 201. | Clients can omit this property. |
| POST/transaction/v3/spaces/[spaceId]/connections | The paymentAccounts/parent/scheme property is no longer required in the response payload under status 201. | Clients can omit this property. |
| GET/transaction/v3/spaces/[spaceId]/connections/[connectionId] | The addresses/additionalProperties/country property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/transaction/v3/spaces/[spaceId]/connections/[connectionId] | The addresses/additionalProperties/townName property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/transaction/v3/spaces/[spaceId]/connections/[connectionId] | Added the new optional response property under status 200 paymentAccounts/financialPlatformId. | Supply or consume paymentAccounts/financialPlatformId for enriched functionality. |
| GET/transaction/v3/spaces/[spaceId]/connections/[connectionId] | The paymentAccounts/address/country property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/transaction/v3/spaces/[spaceId]/connections/[connectionId] | The paymentAccounts/address/townName property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/transaction/v3/spaces/[spaceId]/connections/[connectionId] | The paymentAccounts/bank/identifier property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/transaction/v3/spaces/[spaceId]/connections/[connectionId] | The paymentAccounts/bank/scheme property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/transaction/v3/spaces/[spaceId]/connections/[connectionId] | The paymentAccounts/parent/bank/identifier property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/transaction/v3/spaces/[spaceId]/connections/[connectionId] | The paymentAccounts/parent/bank/scheme property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/transaction/v3/spaces/[spaceId]/connections/[connectionId] | The paymentAccounts/parent/currency property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/transaction/v3/spaces/[spaceId]/connections/[connectionId] | The paymentAccounts/parent/identifier property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/transaction/v3/spaces/[spaceId]/connections/[connectionId] | The paymentAccounts/parent/scheme property is no longer required in the response payload under status 200. | Clients can omit this property. |
| PATCH/transaction/v3/spaces/[spaceId]/connections/[connectionId] | The addresses/additionalProperties/country property is no longer required in the request payload. | Clients can omit this property. |
| PATCH/transaction/v3/spaces/[spaceId]/connections/[connectionId] | The addresses/additionalProperties/townName property is no longer required in the request payload. | Clients can omit this property. |
| PATCH/transaction/v3/spaces/[spaceId]/connections/[connectionId] | Added the new optional request property paymentAccount/financialPlatformId. | Supply or consume paymentAccount/financialPlatformId for enriched functionality. |
| PATCH/transaction/v3/spaces/[spaceId]/connections/[connectionId] | The paymentAccount/id property is no longer required in the request payload. | Clients can omit this property. |
| PATCH/transaction/v3/spaces/[spaceId]/connections/[connectionId] | The paymentAccount/isDefault property is no longer required in the request payload. | Clients can omit this property. |
| PATCH/transaction/v3/spaces/[spaceId]/connections/[connectionId] | The addresses/additionalProperties/country property is no longer required in the response payload under status 200. | Clients can omit this property. |
| PATCH/transaction/v3/spaces/[spaceId]/connections/[connectionId] | The addresses/additionalProperties/townName property is no longer required in the response payload under status 200. | Clients can omit this property. |
| PATCH/transaction/v3/spaces/[spaceId]/connections/[connectionId] | Added the new optional response property under status 200 paymentAccounts/financialPlatformId. | Supply or consume paymentAccounts/financialPlatformId for enriched functionality. |
| PATCH/transaction/v3/spaces/[spaceId]/connections/[connectionId] | The paymentAccounts/address/country property is no longer required in the response payload under status 200. | Clients can omit this property. |
| PATCH/transaction/v3/spaces/[spaceId]/connections/[connectionId] | The paymentAccounts/address/townName property is no longer required in the response payload under status 200. | Clients can omit this property. |
| PATCH/transaction/v3/spaces/[spaceId]/connections/[connectionId] | The paymentAccounts/bank/identifier property is no longer required in the response payload under status 200. | Clients can omit this property. |
| PATCH/transaction/v3/spaces/[spaceId]/connections/[connectionId] | The paymentAccounts/bank/scheme property is no longer required in the response payload under status 200. | Clients can omit this property. |
| PATCH/transaction/v3/spaces/[spaceId]/connections/[connectionId] | The paymentAccounts/parent/bank/identifier property is no longer required in the response payload under status 200. | Clients can omit this property. |
| PATCH/transaction/v3/spaces/[spaceId]/connections/[connectionId] | The paymentAccounts/parent/bank/scheme property is no longer required in the response payload under status 200. | Clients can omit this property. |
| PATCH/transaction/v3/spaces/[spaceId]/connections/[connectionId] | The paymentAccounts/parent/currency property is no longer required in the response payload under status 200. | Clients can omit this property. |
| PATCH/transaction/v3/spaces/[spaceId]/connections/[connectionId] | The paymentAccounts/parent/identifier property is no longer required in the response payload under status 200. | Clients can omit this property. |
| PATCH/transaction/v3/spaces/[spaceId]/connections/[connectionId] | The paymentAccounts/parent/scheme property is no longer required in the response payload under status 200. | Clients can omit this property. |
Transaction Store Api Network Payments
BreakingBreaking Changes
| Method & Endpoint | The Change | Breaking Behavior | Migration Path |
|---|---|---|---|
| POST/transaction/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId]:assignConnections | Added the new ABA enum value to the paymentAccounts/bank/scheme response property under status 200. | Strict parsers will fail to deserialize when returning records with the ABA type. | Update models to accept and handle the ABA type. |
| POST/transaction/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId]:assignConnections | Added the new CLABE enum value to the paymentAccounts/bank/scheme response property under status 200. | Strict parsers will fail to deserialize when returning records with the CLABE type. | Update models to accept and handle the CLABE type. |
| POST/transaction/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId]:assignConnections | Added the new ABA enum value to the paymentAccounts/parent/bank/scheme response property under status 200. | Strict parsers will fail to deserialize when returning records with the ABA type. | Update models to accept and handle the ABA type. |
| POST/transaction/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId]:assignConnections | Added the new CLABE enum value to the paymentAccounts/parent/bank/scheme response property under status 200. | Strict parsers will fail to deserialize when returning records with the CLABE type. | Update models to accept and handle the CLABE type. |
| POST/transaction/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId]:unassignConnections | Added the new ABA enum value to the paymentAccounts/bank/scheme response property under status 200. | Strict parsers will fail to deserialize when returning records with the ABA type. | Update models to accept and handle the ABA type. |
| POST/transaction/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId]:unassignConnections | Added the new CLABE enum value to the paymentAccounts/bank/scheme response property under status 200. | Strict parsers will fail to deserialize when returning records with the CLABE type. | Update models to accept and handle the CLABE type. |
| POST/transaction/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId]:unassignConnections | Added the new ABA enum value to the paymentAccounts/parent/bank/scheme response property under status 200. | Strict parsers will fail to deserialize when returning records with the ABA type. | Update models to accept and handle the ABA type. |
| POST/transaction/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId]:unassignConnections | Added the new CLABE enum value to the paymentAccounts/parent/bank/scheme response property under status 200. | Strict parsers will fail to deserialize when returning records with the CLABE type. | Update models to accept and handle the CLABE type. |
InfoImprovements (Non-Breaking)
| Method & Endpoint | Enhancement Details | Developer Opportunity |
|---|---|---|
| POST/transaction/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId]:assignConnections | The connections property is no longer required in the request payload. | Clients can omit this property. |
| POST/transaction/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId]:assignConnections | Added the new optional response property under status 200 paymentAccounts/entityPaymentAccountId. | Supply or consume paymentAccounts/entityPaymentAccountId for enriched functionality. |
| POST/transaction/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId]:assignConnections | Added the new optional response property under status 200 paymentAccounts/financialPlatformId. | Supply or consume paymentAccounts/financialPlatformId for enriched functionality. |
| POST/transaction/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId]:assignConnections | The paymentAccounts/address/country property is no longer required in the response payload under status 200. | Clients can omit this property. |
| POST/transaction/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId]:assignConnections | The paymentAccounts/address/townName property is no longer required in the response payload under status 200. | Clients can omit this property. |
| POST/transaction/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId]:assignConnections | The paymentAccounts/bank/identifier property is no longer required in the response payload under status 200. | Clients can omit this property. |
| POST/transaction/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId]:assignConnections | The paymentAccounts/bank/scheme property is no longer required in the response payload under status 200. | Clients can omit this property. |
| POST/transaction/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId]:assignConnections | The paymentAccounts/parent/bank/identifier property is no longer required in the response payload under status 200. | Clients can omit this property. |
| POST/transaction/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId]:assignConnections | The paymentAccounts/parent/bank/scheme property is no longer required in the response payload under status 200. | Clients can omit this property. |
| POST/transaction/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId]:assignConnections | The paymentAccounts/parent/currency property is no longer required in the response payload under status 200. | Clients can omit this property. |
| POST/transaction/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId]:assignConnections | The paymentAccounts/parent/identifier property is no longer required in the response payload under status 200. | Clients can omit this property. |
| POST/transaction/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId]:assignConnections | The paymentAccounts/parent/scheme property is no longer required in the response payload under status 200. | Clients can omit this property. |
| POST/transaction/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId]:unassignConnections | The connections property is no longer required in the request payload. | Clients can omit this property. |
| POST/transaction/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId]:unassignConnections | Added the new optional response property under status 200 paymentAccounts/entityPaymentAccountId. | Supply or consume paymentAccounts/entityPaymentAccountId for enriched functionality. |
| POST/transaction/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId]:unassignConnections | Added the new optional response property under status 200 paymentAccounts/financialPlatformId. | Supply or consume paymentAccounts/financialPlatformId for enriched functionality. |
| POST/transaction/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId]:unassignConnections | The paymentAccounts/address/country property is no longer required in the response payload under status 200. | Clients can omit this property. |
| POST/transaction/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId]:unassignConnections | The paymentAccounts/address/townName property is no longer required in the response payload under status 200. | Clients can omit this property. |
| POST/transaction/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId]:unassignConnections | The paymentAccounts/bank/identifier property is no longer required in the response payload under status 200. | Clients can omit this property. |
| POST/transaction/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId]:unassignConnections | The paymentAccounts/bank/scheme property is no longer required in the response payload under status 200. | Clients can omit this property. |
| POST/transaction/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId]:unassignConnections | The paymentAccounts/parent/bank/identifier property is no longer required in the response payload under status 200. | Clients can omit this property. |
| POST/transaction/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId]:unassignConnections | The paymentAccounts/parent/bank/scheme property is no longer required in the response payload under status 200. | Clients can omit this property. |
| POST/transaction/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId]:unassignConnections | The paymentAccounts/parent/currency property is no longer required in the response payload under status 200. | Clients can omit this property. |
| POST/transaction/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId]:unassignConnections | The paymentAccounts/parent/identifier property is no longer required in the response payload under status 200. | Clients can omit this property. |
| POST/transaction/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId]:unassignConnections | The paymentAccounts/parent/scheme property is no longer required in the response payload under status 200. | Clients can omit this property. |
Transaction Store Api Pay Paymentsaccounts
BreakingBreaking Changes
| Method & Endpoint | The Change | Breaking Behavior | Migration Path |
|---|---|---|---|
| GET/transaction/v1/spaces/[spaceId]/paymentAccounts | Added the new ABA enum value to the paymentAccounts/bank/scheme response property under status 200. | Strict parsers will fail to deserialize when returning records with the ABA type. | Update models to accept and handle the ABA type. |
| GET/transaction/v1/spaces/[spaceId]/paymentAccounts | Added the new CLABE enum value to the paymentAccounts/bank/scheme response property under status 200. | Strict parsers will fail to deserialize when returning records with the CLABE type. | Update models to accept and handle the CLABE type. |
| GET/transaction/v1/spaces/[spaceId]/paymentAccounts | Added the new ABA enum value to the paymentAccounts/parent/bank/scheme response property under status 200. | Strict parsers will fail to deserialize when returning records with the ABA type. | Update models to accept and handle the ABA type. |
| GET/transaction/v1/spaces/[spaceId]/paymentAccounts | Added the new CLABE enum value to the paymentAccounts/parent/bank/scheme response property under status 200. | Strict parsers will fail to deserialize when returning records with the CLABE type. | Update models to accept and handle the CLABE type. |
| POST/transaction/v1/spaces/[spaceId]/paymentAccounts | Added the new ABA enum value to the bank/scheme response property under status 201. | Strict parsers will fail to deserialize when returning records with the ABA type. | Update models to accept and handle the ABA type. |
| POST/transaction/v1/spaces/[spaceId]/paymentAccounts | Added the new CLABE enum value to the bank/scheme response property under status 201. | Strict parsers will fail to deserialize when returning records with the CLABE type. | Update models to accept and handle the CLABE type. |
| POST/transaction/v1/spaces/[spaceId]/paymentAccounts | Added the new ABA enum value to the parent/bank/scheme response property under status 201. | Strict parsers will fail to deserialize when returning records with the ABA type. | Update models to accept and handle the ABA type. |
| POST/transaction/v1/spaces/[spaceId]/paymentAccounts | Added the new CLABE enum value to the parent/bank/scheme response property under status 201. | Strict parsers will fail to deserialize when returning records with the CLABE type. | Update models to accept and handle the CLABE type. |
| GET/transaction/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId] | Added the new ABA enum value to the bank/scheme response property under status 200. | Strict parsers will fail to deserialize when returning records with the ABA type. | Update models to accept and handle the ABA type. |
| GET/transaction/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId] | Added the new CLABE enum value to the bank/scheme response property under status 200. | Strict parsers will fail to deserialize when returning records with the CLABE type. | Update models to accept and handle the CLABE type. |
| GET/transaction/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId] | Added the new ABA enum value to the parent/bank/scheme response property under status 200. | Strict parsers will fail to deserialize when returning records with the ABA type. | Update models to accept and handle the ABA type. |
| GET/transaction/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId] | Added the new CLABE enum value to the parent/bank/scheme response property under status 200. | Strict parsers will fail to deserialize when returning records with the CLABE type. | Update models to accept and handle the CLABE type. |
| PUT/transaction/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId] | Added the new ABA enum value to the bank/scheme response property under status 200. | Strict parsers will fail to deserialize when returning records with the ABA type. | Update models to accept and handle the ABA type. |
| PUT/transaction/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId] | Added the new CLABE enum value to the bank/scheme response property under status 200. | Strict parsers will fail to deserialize when returning records with the CLABE type. | Update models to accept and handle the CLABE type. |
| PUT/transaction/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId] | Added the new ABA enum value to the parent/bank/scheme response property under status 200. | Strict parsers will fail to deserialize when returning records with the ABA type. | Update models to accept and handle the ABA type. |
| PUT/transaction/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId] | Added the new CLABE enum value to the parent/bank/scheme response property under status 200. | Strict parsers will fail to deserialize when returning records with the CLABE type. | Update models to accept and handle the CLABE type. |
NewNew Endpoints
| Method & Endpoint | Core Functionality | Auth/Scopes Required |
|---|---|---|
| PATCH/transaction/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId] | Added new PATCH functionality to this existing resource path. | None specified |
InfoImprovements (Non-Breaking)
| Method & Endpoint | Enhancement Details | Developer Opportunity |
|---|---|---|
| GET/transaction/v1/spaces/[spaceId]/paymentAccounts | Added the new optional response property under status 200 paymentAccounts/entityPaymentAccountId. | Supply or consume paymentAccounts/entityPaymentAccountId for enriched functionality. |
| GET/transaction/v1/spaces/[spaceId]/paymentAccounts | Added the new optional response property under status 200 paymentAccounts/financialPlatformId. | Supply or consume paymentAccounts/financialPlatformId for enriched functionality. |
| GET/transaction/v1/spaces/[spaceId]/paymentAccounts | The paymentAccounts/address/townName property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/transaction/v1/spaces/[spaceId]/paymentAccounts | The paymentAccounts/address/country property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/transaction/v1/spaces/[spaceId]/paymentAccounts | The paymentAccounts/bank/identifier property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/transaction/v1/spaces/[spaceId]/paymentAccounts | The paymentAccounts/bank/scheme property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/transaction/v1/spaces/[spaceId]/paymentAccounts | The paymentAccounts/parent/bank/scheme property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/transaction/v1/spaces/[spaceId]/paymentAccounts | The paymentAccounts/parent/bank/identifier property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/transaction/v1/spaces/[spaceId]/paymentAccounts | The paymentAccounts/parent/currency property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/transaction/v1/spaces/[spaceId]/paymentAccounts | The paymentAccounts/parent/identifier property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/transaction/v1/spaces/[spaceId]/paymentAccounts | The paymentAccounts/parent/scheme property is no longer required in the response payload under status 200. | Clients can omit this property. |
| POST/transaction/v1/spaces/[spaceId]/paymentAccounts | Added the new optional request property financialPlatformId. | Supply or consume financialPlatformId for enriched functionality. |
| POST/transaction/v1/spaces/[spaceId]/paymentAccounts | The address/country property is no longer required in the request payload. | Clients can omit this property. |
| POST/transaction/v1/spaces/[spaceId]/paymentAccounts | The address/townName property is no longer required in the request payload. | Clients can omit this property. |
| POST/transaction/v1/spaces/[spaceId]/paymentAccounts | Added the new ABA enum value to the bank/scheme request property. | You can now use this new enum value in requests. |
| POST/transaction/v1/spaces/[spaceId]/paymentAccounts | Added the new CLABE enum value to the bank/scheme request property. | You can now use this new enum value in requests. |
| POST/transaction/v1/spaces/[spaceId]/paymentAccounts | The bank/identifier property is no longer required in the request payload. | Clients can omit this property. |
| POST/transaction/v1/spaces/[spaceId]/paymentAccounts | The bank/scheme property is no longer required in the request payload. | Clients can omit this property. |
| POST/transaction/v1/spaces/[spaceId]/paymentAccounts | Added the new ABA enum value to the parent/bank/scheme request property. | You can now use this new enum value in requests. |
| POST/transaction/v1/spaces/[spaceId]/paymentAccounts | Added the new CLABE enum value to the parent/bank/scheme request property. | You can now use this new enum value in requests. |
| POST/transaction/v1/spaces/[spaceId]/paymentAccounts | The parent/bank/identifier property is no longer required in the request payload. | Clients can omit this property. |
| POST/transaction/v1/spaces/[spaceId]/paymentAccounts | The parent/bank/scheme property is no longer required in the request payload. | Clients can omit this property. |
| POST/transaction/v1/spaces/[spaceId]/paymentAccounts | The parent/identifier property is no longer required in the request payload. | Clients can omit this property. |
| POST/transaction/v1/spaces/[spaceId]/paymentAccounts | The parent/scheme property is no longer required in the request payload. | Clients can omit this property. |
| POST/transaction/v1/spaces/[spaceId]/paymentAccounts | The parent/currency property is no longer required in the request payload. | Clients can omit this property. |
| POST/transaction/v1/spaces/[spaceId]/paymentAccounts | The scheme property is no longer required in the request payload. | Clients can omit this property. |
| POST/transaction/v1/spaces/[spaceId]/paymentAccounts | The currency property is no longer required in the request payload. | Clients can omit this property. |
| POST/transaction/v1/spaces/[spaceId]/paymentAccounts | The identifier property is no longer required in the request payload. | Clients can omit this property. |
| POST/transaction/v1/spaces/[spaceId]/paymentAccounts | Added the new optional response property under status 201 financialPlatformId. | Supply or consume financialPlatformId for enriched functionality. |
| POST/transaction/v1/spaces/[spaceId]/paymentAccounts | Added the new optional response property under status 201 entityPaymentAccountId. | Supply or consume entityPaymentAccountId for enriched functionality. |
| POST/transaction/v1/spaces/[spaceId]/paymentAccounts | The address/townName property is no longer required in the response payload under status 201. | Clients can omit this property. |
| POST/transaction/v1/spaces/[spaceId]/paymentAccounts | The address/country property is no longer required in the response payload under status 201. | Clients can omit this property. |
| POST/transaction/v1/spaces/[spaceId]/paymentAccounts | The bank/identifier property is no longer required in the response payload under status 201. | Clients can omit this property. |
| POST/transaction/v1/spaces/[spaceId]/paymentAccounts | The bank/scheme property is no longer required in the response payload under status 201. | Clients can omit this property. |
| POST/transaction/v1/spaces/[spaceId]/paymentAccounts | The parent/bank/scheme property is no longer required in the response payload under status 201. | Clients can omit this property. |
| POST/transaction/v1/spaces/[spaceId]/paymentAccounts | The parent/bank/identifier property is no longer required in the response payload under status 201. | Clients can omit this property. |
| POST/transaction/v1/spaces/[spaceId]/paymentAccounts | The parent/currency property is no longer required in the response payload under status 201. | Clients can omit this property. |
| POST/transaction/v1/spaces/[spaceId]/paymentAccounts | The parent/identifier property is no longer required in the response payload under status 201. | Clients can omit this property. |
| POST/transaction/v1/spaces/[spaceId]/paymentAccounts | The parent/scheme property is no longer required in the response payload under status 201. | Clients can omit this property. |
| GET/transaction/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId] | Added the new optional response property under status 200 financialPlatformId. | Supply or consume financialPlatformId for enriched functionality. |
| GET/transaction/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId] | Added the new optional response property under status 200 entityPaymentAccountId. | Supply or consume entityPaymentAccountId for enriched functionality. |
| GET/transaction/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId] | The address/townName property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/transaction/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId] | The address/country property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/transaction/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId] | The bank/identifier property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/transaction/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId] | The bank/scheme property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/transaction/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId] | The parent/bank/scheme property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/transaction/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId] | The parent/bank/identifier property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/transaction/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId] | The parent/currency property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/transaction/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId] | The parent/identifier property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/transaction/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId] | The parent/scheme property is no longer required in the response payload under status 200. | Clients can omit this property. |
| PUT/transaction/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId] | Added the new optional request property financialPlatformId. | Supply or consume financialPlatformId for enriched functionality. |
| PUT/transaction/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId] | The address/country property is no longer required in the request payload. | Clients can omit this property. |
| PUT/transaction/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId] | The address/townName property is no longer required in the request payload. | Clients can omit this property. |
| PUT/transaction/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId] | Added the new ABA enum value to the bank/scheme request property. | You can now use this new enum value in requests. |
| PUT/transaction/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId] | Added the new CLABE enum value to the bank/scheme request property. | You can now use this new enum value in requests. |
| PUT/transaction/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId] | The bank/identifier property is no longer required in the request payload. | Clients can omit this property. |
| PUT/transaction/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId] | The bank/scheme property is no longer required in the request payload. | Clients can omit this property. |
| PUT/transaction/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId] | Added the new ABA enum value to the parent/bank/scheme request property. | You can now use this new enum value in requests. |
| PUT/transaction/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId] | Added the new CLABE enum value to the parent/bank/scheme request property. | You can now use this new enum value in requests. |
| PUT/transaction/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId] | The parent/bank/identifier property is no longer required in the request payload. | Clients can omit this property. |
| PUT/transaction/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId] | The parent/bank/scheme property is no longer required in the request payload. | Clients can omit this property. |
| PUT/transaction/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId] | The parent/identifier property is no longer required in the request payload. | Clients can omit this property. |
| PUT/transaction/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId] | The parent/scheme property is no longer required in the request payload. | Clients can omit this property. |
| PUT/transaction/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId] | The parent/currency property is no longer required in the request payload. | Clients can omit this property. |
| PUT/transaction/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId] | The scheme property is no longer required in the request payload. | Clients can omit this property. |
| PUT/transaction/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId] | The currency property is no longer required in the request payload. | Clients can omit this property. |
| PUT/transaction/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId] | The identifier property is no longer required in the request payload. | Clients can omit this property. |
| PUT/transaction/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId] | Added the new optional response property under status 200 financialPlatformId. | Supply or consume financialPlatformId for enriched functionality. |
| PUT/transaction/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId] | Added the new optional response property under status 200 entityPaymentAccountId. | Supply or consume entityPaymentAccountId for enriched functionality. |
| PUT/transaction/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId] | The address/townName property is no longer required in the response payload under status 200. | Clients can omit this property. |
| PUT/transaction/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId] | The address/country property is no longer required in the response payload under status 200. | Clients can omit this property. |
| PUT/transaction/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId] | The bank/identifier property is no longer required in the response payload under status 200. | Clients can omit this property. |
| PUT/transaction/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId] | The bank/scheme property is no longer required in the response payload under status 200. | Clients can omit this property. |
| PUT/transaction/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId] | The parent/bank/scheme property is no longer required in the response payload under status 200. | Clients can omit this property. |
| PUT/transaction/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId] | The parent/bank/identifier property is no longer required in the response payload under status 200. | Clients can omit this property. |
| PUT/transaction/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId] | The parent/currency property is no longer required in the response payload under status 200. | Clients can omit this property. |
| PUT/transaction/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId] | The parent/identifier property is no longer required in the response payload under status 200. | Clients can omit this property. |
| PUT/transaction/v1/spaces/[spaceId]/paymentAccounts/[paymentAccountId] | The parent/scheme property is no longer required in the response payload under status 200. | Clients can omit this property. |
Transaction Store Api Workspace Core
NewNew Endpoints
| Method & Endpoint | Core Functionality | Auth/Scopes Required |
|---|---|---|
| DELETE/transaction/v1/spaces/[spaceId]/lockedSettings/[settingKey] | Added new DELETE functionality to this existing resource path. | None specified |
InfoImprovements (Non-Breaking)
| Method & Endpoint | Enhancement Details | Developer Opportunity |
|---|---|---|
| POST/transaction/v2/spaces/[spaceId]/categories/[categoryName]:updateValue | The newValue property is no longer required in the request payload. | Clients can omit this property. |
| POST/transaction/v2/spaces/[spaceId]/categories/[categoryName]:updateValue | The oldValue property is no longer required in the request payload. | Clients can omit this property. |
Trust
Trust Entity
BreakingBreaking Changes
| Method & Endpoint | The Change | Breaking Behavior | Migration Path |
|---|---|---|---|
| GET/trust/entity/v1/directory/entities/[entityId]/spaces/[spaceId] | Modified the strict schema constraint value at examples/business in the response payload under status 200. | Payloads violating the updated value validation rule will be rejected. | Update client-side schema definitions to respect the new value constraint. |
| GET/trust/entity/v1/directory/entities/[entityId]/spaces/[spaceId] | Modified the strict schema constraint value at examples/personal in the response payload under status 200. | Payloads violating the updated value validation rule will be rejected. | Update client-side schema definitions to respect the new value constraint. |
| POST/trust/entity/v1/entities/[entityId]/spaces | Added the new SYSTEM_INTEGRATOR enum value to the segment response property under status 201. | Strict parsers will fail to deserialize when returning records with the SYSTEM_INTEGRATOR type. | Update models to accept and handle the SYSTEM_INTEGRATOR type. |
NewNew Endpoints
| Method & Endpoint | Core Functionality | Auth/Scopes Required |
|---|---|---|
| ADD/trust/entity/v2/entities/[entityId]/taxInfo | Access the newly provided functionality and features for this resource. | None specified |
| ADD/trust/entity/v2/entities/[entityId]/spaces | Access the newly provided functionality and features for this resource. | None specified |
| ADD/trust/entity/v2/entities/[entityId]/communicationData:jsonpatch | Access the newly provided functionality and features for this resource. | None specified |
| ADD/trust/entity/v2/entities/[entityId] | Access the newly provided functionality and features for this resource. | None specified |
| ADD/trust/entity/v2/directory/entities/[entityId] | Access the newly provided functionality and features for this resource. | None specified |
| ADD/trust/entity/v2/entities | Access the newly provided functionality and features for this resource. | None specified |
| ADD/trust/entity/v2/directory/spaces | Access the newly provided functionality and features for this resource. | None specified |
| ADD/trust/entity/v1/entities/[entityId]/communicationData:jsonpatch | Access the newly provided functionality and features for this resource. | None specified |
| ADD/trust/entity/v2/directory/entities/[entityId]/spaces/[spaceId] | Access the newly provided functionality and features for this resource. | None specified |
InfoImprovements (Non-Breaking)
| Method & Endpoint | Enhancement Details | Developer Opportunity |
|---|---|---|
| GET/trust/entity/v1/directory/entities/[entityId] | Marked the endpoint as deprecated. | This endpoint will be removed in a future release. |
| GET/trust/entity/v1/directory/entities/[entityId]/spaces/[spaceId] | Added the new optional response property under status 200 globalIdentifiers. | Supply or consume globalIdentifiers for enriched functionality. |
| GET/trust/entity/v1/directory/entities/[entityId]/spaces/[spaceId] | Added the new optional response property under status 200 status. | Supply or consume status for enriched functionality. |
| GET/trust/entity/v1/directory/spaces | Added the new optional response property under status 200 spaces/status. | Supply or consume spaces/status for enriched functionality. |
| GET/trust/entity/v1/directory/spaces | Added the new optional response property under status 200 spaces/globalIdentifiers. | Supply or consume spaces/globalIdentifiers for enriched functionality. |
| GET/trust/entity/v1/directory/spaces | Updated the schema metadata example in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/trust/entity/v1/entities | Added the new optional request property query. | Filter or enhance queries by utilizing the query parameter for more targeted results. |
| GET/trust/entity/v1/entities | The entities/addresses/additionalProperties/city property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/trust/entity/v1/entities | Updated the schema metadata description at entities/communicationData in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/trust/entity/v1/entities/[entityId] | The addresses/additionalProperties/city property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/trust/entity/v1/entities/[entityId] | Updated the schema metadata description at communicationData in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| POST/trust/entity/v1/entities/[entityId]/permissions | The permission property is no longer required in the request payload. | Clients can omit this property. |
| POST/trust/entity/v1/entities/[entityId]/permissions | The requester property is no longer required in the request payload. | Clients can omit this property. |
| GET/trust/entity/v1/entities/[entityId]/spaces | Added the new optional response property under status 200 spaces/status. | Supply or consume spaces/status for enriched functionality. |
| GET/trust/entity/v1/entities/[entityId]/spaces | Updated the schema metadata example in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| POST/trust/entity/v1/entities/[entityId]/spaces | Added the new SYSTEM_INTEGRATOR enum value to the segment request property. | You can now use this new enum value in requests. |
| POST/trust/entity/v1/entities/[entityId]/spaces | Updated the schema metadata description at segment in the request payload. | Provides better clarity or default behavior in the documentation. |
| POST/trust/entity/v1/entities/[entityId]/spaces | The name property is no longer required in the request payload. | Clients can omit this property. |
| POST/trust/entity/v1/entities/[entityId]/spaces | The type property is no longer required in the request payload. | Clients can omit this property. |
| POST/trust/entity/v1/entities/[entityId]/spaces | Updated the schema metadata example in the request payload. | Provides better clarity or default behavior in the documentation. |
| POST/trust/entity/v1/entities/[entityId]/spaces | Added the new optional response property under status 201 status. | Supply or consume status for enriched functionality. |
| POST/trust/entity/v1/entities/[entityId]/spaces | Updated the schema metadata description at segment in the response payload under status 201. | Provides better clarity or default behavior in the documentation. |
| POST/trust/entity/v1/entities/[entityId]/spaces | Updated the schema metadata example in the response payload under status 201. | Provides better clarity or default behavior in the documentation. |
| GET/trust/entity/v1/entities/[entityId]/taxInfo | The deductionLimitations/limit property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/trust/entity/v1/entities/[entityId]/taxInfo | The parentEquityParticipations/percentage property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/trust/entity/v1/entities/[entityId]/taxInfo | The parentEquityParticipations/subsidiaryId property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/trust/entity/v1/entities/[entityId]/taxInfo | The taxRegistrations/vatGroup/name property is no longer required in the response payload under status 200. | Clients can omit this property. |
| PATCH/trust/entity/v1/entities/[entityId]/taxInfo | The deductionLimitations/limit property is no longer required in the request payload. | Clients can omit this property. |
| PATCH/trust/entity/v1/entities/[entityId]/taxInfo | The parentEquityParticipations/percentage property is no longer required in the request payload. | Clients can omit this property. |
| PATCH/trust/entity/v1/entities/[entityId]/taxInfo | The parentEquityParticipations/subsidiaryId property is no longer required in the request payload. | Clients can omit this property. |
| PATCH/trust/entity/v1/entities/[entityId]/taxInfo | The deductionLimitations/limit property is no longer required in the response payload under status 200. | Clients can omit this property. |
| PATCH/trust/entity/v1/entities/[entityId]/taxInfo | The parentEquityParticipations/percentage property is no longer required in the response payload under status 200. | Clients can omit this property. |
| PATCH/trust/entity/v1/entities/[entityId]/taxInfo | The parentEquityParticipations/subsidiaryId property is no longer required in the response payload under status 200. | Clients can omit this property. |
| PATCH/trust/entity/v1/entities/[entityId]/taxInfo | The taxRegistrations/vatGroup/name property is no longer required in the response payload under status 200. | Clients can omit this property. |
| POST/trust/entity/v1/entities/[entityId]/taxInfo | The deductionLimitations/limit property is no longer required in the request payload. | Clients can omit this property. |
| POST/trust/entity/v1/entities/[entityId]/taxInfo | The parentEquityParticipations/percentage property is no longer required in the request payload. | Clients can omit this property. |
| POST/trust/entity/v1/entities/[entityId]/taxInfo | The parentEquityParticipations/subsidiaryId property is no longer required in the request payload. | Clients can omit this property. |
| POST/trust/entity/v1/entities/[entityId]/taxInfo | The deductionLimitations/limit property is no longer required in the response payload under status 201. | Clients can omit this property. |
| POST/trust/entity/v1/entities/[entityId]/taxInfo | The parentEquityParticipations/percentage property is no longer required in the response payload under status 201. | Clients can omit this property. |
| POST/trust/entity/v1/entities/[entityId]/taxInfo | The parentEquityParticipations/subsidiaryId property is no longer required in the response payload under status 201. | Clients can omit this property. |
| POST/trust/entity/v1/entities/[entityId]/taxInfo | The taxRegistrations/vatGroup/name property is no longer required in the response payload under status 201. | Clients can omit this property. |
| POST/trust/entity/v1/entities/[entityId]/taxRegistrations | The vatGroup/name property is no longer required in the request payload. | Clients can omit this property. |
| POST/trust/entity/v1/entities/[entityId]/taxRegistrations | The country property is no longer required in the request payload. | Clients can omit this property. |
| POST/trust/entity/v1/entities/[entityId]/taxRegistrations | The taxId property is no longer required in the request payload. | Clients can omit this property. |
| POST/trust/entity/v1/entities/[entityId]/taxRegistrations | The vatGroup/name property is no longer required in the response payload under status 201. | Clients can omit this property. |
| PATCH/trust/entity/v1/entities/[entityId]/taxRegistrations/[taxRegistrationId] | The vatGroup/name property is no longer required in the request payload. | Clients can omit this property. |
| PATCH/trust/entity/v1/entities/[entityId]/taxRegistrations/[taxRegistrationId] | The vatGroup/name property is no longer required in the response payload under status 200. | Clients can omit this property. |
Trust Identity
NewNew Endpoints
| Method & Endpoint | Core Functionality | Auth/Scopes Required |
|---|---|---|
| ADD/trust/identity/v1/spaces/[spaceId]/users/invitations:bulkImport/template | Access the newly provided functionality and features for this resource. | None specified |
| ADD/trust/identity/v1/registration | Access the newly provided functionality and features for this resource. | None specified |
| ADD/trust/identity/v1/registration/start | Access the newly provided functionality and features for this resource. | None specified |
| ADD/trust/identity/v1/registrations | Access the newly provided functionality and features for this resource. | None specified |
| ADD/trust/identity/v1/spaces/[spaceId]/users/invitation:remind | Access the newly provided functionality and features for this resource. | None specified |
| ADD/trust/identity/v1/spaces/[spaceId]/users/invitations | Access the newly provided functionality and features for this resource. | None specified |
| ADD/trust/identity/v1/spaces/[spaceId]/users/invitations/[processInstanceId] | Access the newly provided functionality and features for this resource. | None specified |
| ADD/trust/identity/v1/spaces/[spaceId]/users/invitations:bulkImport | Access the newly provided functionality and features for this resource. | None specified |
User
User Service
BreakingBreaking Changes
| Method & Endpoint | The Change | Breaking Behavior | Migration Path |
|---|---|---|---|
| DEL/userstore/v1/users | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
| DEL/userstore/v1/users:communicationData | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
| DEL/userstore/v1/users:info | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
NewNew Endpoints
| Method & Endpoint | Core Functionality | Auth/Scopes Required |
|---|---|---|
| ADD/userstore/v1/tokens/[deviceId]/[appId] | Access the newly provided functionality and features for this resource. | None specified |
| ADD/userstore/v1/users/me | Access the newly provided functionality and features for this resource. | None specified |
| ADD/userstore/v1/tokens | Access the newly provided functionality and features for this resource. | None specified |
InfoImprovements (Non-Breaking)
| Method & Endpoint | Enhancement Details | Developer Opportunity |
|---|---|---|
| PUT/userstore/v1/preferences | Modified specification properties: operationID. | Internal configuration updates applied. |
| GET/userstore/v1/preferences/entities/[entityId] | Modified specification properties: operationID. | Internal configuration updates applied. |
| PUT/userstore/v1/preferences/entities/[entityId] | Modified specification properties: operationID. | Internal configuration updates applied. |
| GET/userstore/v1/preferences/entities/[entityId]/spaces/[spaceId] | Modified specification properties: operationID. | Internal configuration updates applied. |
| PUT/userstore/v1/preferences/entities/[entityId]/spaces/[spaceId] | Modified specification properties: operationID. | Internal configuration updates applied. |
Workspace
Workspace Core
NewNew Endpoints
| Method & Endpoint | Core Functionality | Auth/Scopes Required |
|---|---|---|
| DELETE/workspace/core/transaction/v1/spaces/[spaceId]/lockedSettings/[settingKey] | Added new DELETE functionality to this existing resource path. | None specified |
InfoImprovements (Non-Breaking)
| Method & Endpoint | Enhancement Details | Developer Opportunity |
|---|---|---|
| POST/workspace/core/transaction/v2/spaces/[spaceId]/categories/[categoryName]:updateValue | The newValue property is no longer required in the request payload. | Clients can omit this property. |
| POST/workspace/core/transaction/v2/spaces/[spaceId]/categories/[categoryName]:updateValue | The oldValue property is no longer required in the request payload. | Clients can omit this property. |
Workspace Partner
BreakingBreaking Changes
| Method & Endpoint | The Change | Breaking Behavior | Migration Path |
|---|---|---|---|
| DEL/workspace/partner/api/v1/bulk-client/template | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
| DEL/workspace/partner/api/v1/space/[spaceId]/extensions/[extensionId]/setting/billingDefault | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
| DEL/workspace/partner/api/v1/space/[spaceId]/bulk-client/import | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
| POST/workspace/partner/partner/v1/spaces/[spaceId]/clients/[clientId]:invite | Modified the strict schema constraint minLength at email in the request payload. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| POST/workspace/partner/partner/v1/spaces/[spaceId]/clients/[clientId]:invite | Modified the strict schema constraint minLength at firstName in the request payload. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| POST/workspace/partner/partner/v1/spaces/[spaceId]/clients/[clientId]:invite | Modified the strict schema constraint minLength at lastName in the request payload. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| POST/workspace/partner/partner/v1/spaces/[spaceId]/clients/[clientId]:invite | Modified the strict schema constraint minLength at locale in the request payload. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| POST/workspace/partner/partner/v1/spaces/[spaceId]/clients/[clientId]:invite | Modified the strict schema constraint minLength at message in the request payload. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| GET/workspace/partner/v1/spaces/[spaceId]/clients | Removed the clients/syncPlatforms response property under status 200. | Client payloads including the clients/syncPlatforms field will be rejected. | Remove the clients/syncPlatforms parameter from response payload under status 200 models. |
| POST/workspace/partner/v1/spaces/[spaceId]/clients | Removed the syncPlatforms request property. | Client payloads including the syncPlatforms field will be rejected. | Remove the syncPlatforms parameter from request payload models. |
| POST/workspace/partner/v1/spaces/[spaceId]/clients | Removed the syncPlatforms response property under status 201. | Client payloads including the syncPlatforms field will be rejected. | Remove the syncPlatforms parameter from response payload under status 201 models. |
| GET/workspace/partner/v1/spaces/[spaceId]/clients/[clientId] | Removed the syncPlatforms response property under status 200. | Client payloads including the syncPlatforms field will be rejected. | Remove the syncPlatforms parameter from response payload under status 200 models. |
| PATCH/workspace/partner/v1/spaces/[spaceId]/clients/[clientId] | Removed the syncPlatforms request property. | Client payloads including the syncPlatforms field will be rejected. | Remove the syncPlatforms parameter from request payload models. |
| PATCH/workspace/partner/v1/spaces/[spaceId]/clients/[clientId] | Removed the syncPlatforms response property under status 200. | Client payloads including the syncPlatforms field will be rejected. | Remove the syncPlatforms parameter from response payload under status 200 models. |
| GET/workspace/partner/v1/spaces/[spaceId]/clients/[clientId]/documents | Removed the PURCHASE_ORDER enum value from the documents/category response property under status 200. | Submitting PURCHASE_ORDER will result in schema validation failures. | Remove usage of PURCHASE_ORDER and implement fallback logic. |
| GET/workspace/partner/v1/spaces/[spaceId]/clients/[clientId]/documents | Removed the ORDER_CONFIRMATION enum value from the documents/category response property under status 200. | Submitting ORDER_CONFIRMATION will result in schema validation failures. | Remove usage of ORDER_CONFIRMATION and implement fallback logic. |
| GET/workspace/partner/v1/spaces/[spaceId]/clients/[clientId]/documents | Removed the DELIVERY_NOTE enum value from the documents/category response property under status 200. | Submitting DELIVERY_NOTE will result in schema validation failures. | Remove usage of DELIVERY_NOTE and implement fallback logic. |
| GET/workspace/partner/v1/spaces/[spaceId]/clients/[clientId]/documents | Removed the GOODS_RECEIVED_NOTE enum value from the documents/category response property under status 200. | Submitting GOODS_RECEIVED_NOTE will result in schema validation failures. | Remove usage of GOODS_RECEIVED_NOTE and implement fallback logic. |
| GET/workspace/partner/v1/spaces/[spaceId]/clients/[clientId]/documents | Removed the INVOICE enum value from the documents/category response property under status 200. | Submitting INVOICE will result in schema validation failures. | Remove usage of INVOICE and implement fallback logic. |
| GET/workspace/partner/v1/spaces/[spaceId]/clients/[clientId]/documents | Removed the INVOICE_REMINDER enum value from the documents/category response property under status 200. | Submitting INVOICE_REMINDER will result in schema validation failures. | Remove usage of INVOICE_REMINDER and implement fallback logic. |
| GET/workspace/partner/v1/spaces/[spaceId]/clients/[clientId]/documents | Removed the CREDIT_NOTE enum value from the documents/category response property under status 200. | Submitting CREDIT_NOTE will result in schema validation failures. | Remove usage of CREDIT_NOTE and implement fallback logic. |
| GET/workspace/partner/v1/spaces/[spaceId]/clients/[clientId]/documents | Removed the RECEIPT enum value from the documents/category response property under status 200. | Submitting RECEIPT will result in schema validation failures. | Remove usage of RECEIPT and implement fallback logic. |
| GET/workspace/partner/v1/spaces/[spaceId]/clients/[clientId]/documents | Removed the STATEMENT enum value from the documents/category response property under status 200. | Submitting STATEMENT will result in schema validation failures. | Remove usage of STATEMENT and implement fallback logic. |
| GET/workspace/partner/v1/spaces/[spaceId]/clients/[clientId]/documents | Removed the FILE enum value from the documents/category response property under status 200. | Submitting FILE will result in schema validation failures. | Remove usage of FILE and implement fallback logic. |
| GET/workspace/partner/v1/spaces/[spaceId]/clients/[clientId]/documents | Removed the OTHER enum value from the documents/category response property under status 200. | Submitting OTHER will result in schema validation failures. | Remove usage of OTHER and implement fallback logic. |
| GET/workspace/partner/v1/spaces/[spaceId]/clients/[clientId]/documents/[documentId] | Removed the PURCHASE_ORDER enum value from the category response property under status 200. | Submitting PURCHASE_ORDER will result in schema validation failures. | Remove usage of PURCHASE_ORDER and implement fallback logic. |
| GET/workspace/partner/v1/spaces/[spaceId]/clients/[clientId]/documents/[documentId] | Removed the ORDER_CONFIRMATION enum value from the category response property under status 200. | Submitting ORDER_CONFIRMATION will result in schema validation failures. | Remove usage of ORDER_CONFIRMATION and implement fallback logic. |
| GET/workspace/partner/v1/spaces/[spaceId]/clients/[clientId]/documents/[documentId] | Removed the DELIVERY_NOTE enum value from the category response property under status 200. | Submitting DELIVERY_NOTE will result in schema validation failures. | Remove usage of DELIVERY_NOTE and implement fallback logic. |
| GET/workspace/partner/v1/spaces/[spaceId]/clients/[clientId]/documents/[documentId] | Removed the GOODS_RECEIVED_NOTE enum value from the category response property under status 200. | Submitting GOODS_RECEIVED_NOTE will result in schema validation failures. | Remove usage of GOODS_RECEIVED_NOTE and implement fallback logic. |
| GET/workspace/partner/v1/spaces/[spaceId]/clients/[clientId]/documents/[documentId] | Removed the INVOICE enum value from the category response property under status 200. | Submitting INVOICE will result in schema validation failures. | Remove usage of INVOICE and implement fallback logic. |
| GET/workspace/partner/v1/spaces/[spaceId]/clients/[clientId]/documents/[documentId] | Removed the INVOICE_REMINDER enum value from the category response property under status 200. | Submitting INVOICE_REMINDER will result in schema validation failures. | Remove usage of INVOICE_REMINDER and implement fallback logic. |
| GET/workspace/partner/v1/spaces/[spaceId]/clients/[clientId]/documents/[documentId] | Removed the CREDIT_NOTE enum value from the category response property under status 200. | Submitting CREDIT_NOTE will result in schema validation failures. | Remove usage of CREDIT_NOTE and implement fallback logic. |
| GET/workspace/partner/v1/spaces/[spaceId]/clients/[clientId]/documents/[documentId] | Removed the RECEIPT enum value from the category response property under status 200. | Submitting RECEIPT will result in schema validation failures. | Remove usage of RECEIPT and implement fallback logic. |
| GET/workspace/partner/v1/spaces/[spaceId]/clients/[clientId]/documents/[documentId] | Removed the STATEMENT enum value from the category response property under status 200. | Submitting STATEMENT will result in schema validation failures. | Remove usage of STATEMENT and implement fallback logic. |
| GET/workspace/partner/v1/spaces/[spaceId]/clients/[clientId]/documents/[documentId] | Removed the FILE enum value from the category response property under status 200. | Submitting FILE will result in schema validation failures. | Remove usage of FILE and implement fallback logic. |
| GET/workspace/partner/v1/spaces/[spaceId]/clients/[clientId]/documents/[documentId] | Removed the OTHER enum value from the category response property under status 200. | Submitting OTHER will result in schema validation failures. | Remove usage of OTHER and implement fallback logic. |
| PATCH/workspace/partner/v1/spaces/[spaceId]/clients/[clientId]/documents/[documentId] | Removed the PURCHASE_ORDER enum value from the category response property under status 200. | Submitting PURCHASE_ORDER will result in schema validation failures. | Remove usage of PURCHASE_ORDER and implement fallback logic. |
| PATCH/workspace/partner/v1/spaces/[spaceId]/clients/[clientId]/documents/[documentId] | Removed the ORDER_CONFIRMATION enum value from the category response property under status 200. | Submitting ORDER_CONFIRMATION will result in schema validation failures. | Remove usage of ORDER_CONFIRMATION and implement fallback logic. |
| PATCH/workspace/partner/v1/spaces/[spaceId]/clients/[clientId]/documents/[documentId] | Removed the DELIVERY_NOTE enum value from the category response property under status 200. | Submitting DELIVERY_NOTE will result in schema validation failures. | Remove usage of DELIVERY_NOTE and implement fallback logic. |
| PATCH/workspace/partner/v1/spaces/[spaceId]/clients/[clientId]/documents/[documentId] | Removed the GOODS_RECEIVED_NOTE enum value from the category response property under status 200. | Submitting GOODS_RECEIVED_NOTE will result in schema validation failures. | Remove usage of GOODS_RECEIVED_NOTE and implement fallback logic. |
| PATCH/workspace/partner/v1/spaces/[spaceId]/clients/[clientId]/documents/[documentId] | Removed the INVOICE enum value from the category response property under status 200. | Submitting INVOICE will result in schema validation failures. | Remove usage of INVOICE and implement fallback logic. |
| PATCH/workspace/partner/v1/spaces/[spaceId]/clients/[clientId]/documents/[documentId] | Removed the INVOICE_REMINDER enum value from the category response property under status 200. | Submitting INVOICE_REMINDER will result in schema validation failures. | Remove usage of INVOICE_REMINDER and implement fallback logic. |
| PATCH/workspace/partner/v1/spaces/[spaceId]/clients/[clientId]/documents/[documentId] | Removed the CREDIT_NOTE enum value from the category response property under status 200. | Submitting CREDIT_NOTE will result in schema validation failures. | Remove usage of CREDIT_NOTE and implement fallback logic. |
| PATCH/workspace/partner/v1/spaces/[spaceId]/clients/[clientId]/documents/[documentId] | Removed the RECEIPT enum value from the category response property under status 200. | Submitting RECEIPT will result in schema validation failures. | Remove usage of RECEIPT and implement fallback logic. |
| PATCH/workspace/partner/v1/spaces/[spaceId]/clients/[clientId]/documents/[documentId] | Removed the STATEMENT enum value from the category response property under status 200. | Submitting STATEMENT will result in schema validation failures. | Remove usage of STATEMENT and implement fallback logic. |
| PATCH/workspace/partner/v1/spaces/[spaceId]/clients/[clientId]/documents/[documentId] | Removed the FILE enum value from the category response property under status 200. | Submitting FILE will result in schema validation failures. | Remove usage of FILE and implement fallback logic. |
| PATCH/workspace/partner/v1/spaces/[spaceId]/clients/[clientId]/documents/[documentId] | Removed the OTHER enum value from the category response property under status 200. | Submitting OTHER will result in schema validation failures. | Remove usage of OTHER and implement fallback logic. |
| GET/workspace/partner/v1/spaces/[spaceId]/clients/[clientId]/documents/[documentId]/representations | Modified the strict schema constraint additionalPropertiesAllowed at document_representations/metadata in the response payload under status 200. | Payloads violating the updated additionalPropertiesAllowed validation rule will be rejected. | Update client-side schema definitions to respect the new additionalPropertiesAllowed constraint. |
| GET/workspace/partner/v1/spaces/[spaceId]/clients/[clientId]/documents/[documentId]/representations | Added the new AWAITING_UPLOAD enum value to the document_representations/status response property under status 200. | Strict parsers will fail to deserialize when returning records with the AWAITING_UPLOAD type. | Update models to accept and handle the AWAITING_UPLOAD type. |
| GET/workspace/partner/v1/spaces/[spaceId]/clients/[clientId]/documents/[documentId]/representations | Added the new VIRUS_SCANNING enum value to the document_representations/status response property under status 200. | Strict parsers will fail to deserialize when returning records with the VIRUS_SCANNING type. | Update models to accept and handle the VIRUS_SCANNING type. |
| GET/workspace/partner/v1/spaces/[spaceId]/clients/[clientId]/documents/[documentId]/representations | Added the new VIRUS_SCANNED enum value to the document_representations/status response property under status 200. | Strict parsers will fail to deserialize when returning records with the VIRUS_SCANNED type. | Update models to accept and handle the VIRUS_SCANNED type. |
| GET/workspace/partner/v1/spaces/[spaceId]/clients/[clientId]/documents/[documentId]/representations | Added the new VIRUS_ERROR enum value to the document_representations/status response property under status 200. | Strict parsers will fail to deserialize when returning records with the VIRUS_ERROR type. | Update models to accept and handle the VIRUS_ERROR type. |
| GET/workspace/partner/v1/spaces/[spaceId]/clients/[clientId]/documents/[documentId]/representations | Added the new PROCESSING enum value to the document_representations/status response property under status 200. | Strict parsers will fail to deserialize when returning records with the PROCESSING type. | Update models to accept and handle the PROCESSING type. |
| GET/workspace/partner/v1/spaces/[spaceId]/clients/[clientId]/documents/[documentId]/representations | Added the new AWAITING_USER_ACTION enum value to the document_representations/status response property under status 200. | Strict parsers will fail to deserialize when returning records with the AWAITING_USER_ACTION type. | Update models to accept and handle the AWAITING_USER_ACTION type. |
| GET/workspace/partner/v1/spaces/[spaceId]/clients/[clientId]/documents/[documentId]/representations | Added the new PROCESSED enum value to the document_representations/status response property under status 200. | Strict parsers will fail to deserialize when returning records with the PROCESSED type. | Update models to accept and handle the PROCESSED type. |
| GET/workspace/partner/v1/spaces/[spaceId]/clients/[clientId]/documents/[documentId]/representations | Added the new REJECTED enum value to the document_representations/status response property under status 200. | Strict parsers will fail to deserialize when returning records with the REJECTED type. | Update models to accept and handle the REJECTED type. |
| GET/workspace/partner/v1/spaces/[spaceId]/clients/[clientId]/documents/[documentId]/representations | Added the new ERROR enum value to the document_representations/status response property under status 200. | Strict parsers will fail to deserialize when returning records with the ERROR type. | Update models to accept and handle the ERROR type. |
| POST/workspace/partner/v1/spaces/[spaceId]/clients/[clientId]/documents/[documentId]/representations | Modified the strict schema constraint additionalPropertiesAllowed at metadata in the response payload under status 201. | Payloads violating the updated additionalPropertiesAllowed validation rule will be rejected. | Update client-side schema definitions to respect the new additionalPropertiesAllowed constraint. |
| POST/workspace/partner/v1/spaces/[spaceId]/clients/[clientId]/documents/[documentId]/representations | Added the new AWAITING_UPLOAD enum value to the status response property under status 201. | Strict parsers will fail to deserialize when returning records with the AWAITING_UPLOAD type. | Update models to accept and handle the AWAITING_UPLOAD type. |
| POST/workspace/partner/v1/spaces/[spaceId]/clients/[clientId]/documents/[documentId]/representations | Added the new VIRUS_SCANNING enum value to the status response property under status 201. | Strict parsers will fail to deserialize when returning records with the VIRUS_SCANNING type. | Update models to accept and handle the VIRUS_SCANNING type. |
| POST/workspace/partner/v1/spaces/[spaceId]/clients/[clientId]/documents/[documentId]/representations | Added the new VIRUS_SCANNED enum value to the status response property under status 201. | Strict parsers will fail to deserialize when returning records with the VIRUS_SCANNED type. | Update models to accept and handle the VIRUS_SCANNED type. |
| POST/workspace/partner/v1/spaces/[spaceId]/clients/[clientId]/documents/[documentId]/representations | Added the new VIRUS_ERROR enum value to the status response property under status 201. | Strict parsers will fail to deserialize when returning records with the VIRUS_ERROR type. | Update models to accept and handle the VIRUS_ERROR type. |
| POST/workspace/partner/v1/spaces/[spaceId]/clients/[clientId]/documents/[documentId]/representations | Added the new PROCESSING enum value to the status response property under status 201. | Strict parsers will fail to deserialize when returning records with the PROCESSING type. | Update models to accept and handle the PROCESSING type. |
| POST/workspace/partner/v1/spaces/[spaceId]/clients/[clientId]/documents/[documentId]/representations | Added the new AWAITING_USER_ACTION enum value to the status response property under status 201. | Strict parsers will fail to deserialize when returning records with the AWAITING_USER_ACTION type. | Update models to accept and handle the AWAITING_USER_ACTION type. |
| POST/workspace/partner/v1/spaces/[spaceId]/clients/[clientId]/documents/[documentId]/representations | Added the new PROCESSED enum value to the status response property under status 201. | Strict parsers will fail to deserialize when returning records with the PROCESSED type. | Update models to accept and handle the PROCESSED type. |
| POST/workspace/partner/v1/spaces/[spaceId]/clients/[clientId]/documents/[documentId]/representations | Added the new REJECTED enum value to the status response property under status 201. | Strict parsers will fail to deserialize when returning records with the REJECTED type. | Update models to accept and handle the REJECTED type. |
| POST/workspace/partner/v1/spaces/[spaceId]/clients/[clientId]/documents/[documentId]/representations | Added the new ERROR enum value to the status response property under status 201. | Strict parsers will fail to deserialize when returning records with the ERROR type. | Update models to accept and handle the ERROR type. |
| GET/workspace/partner/v1/spaces/[spaceId]/clients/[clientId]/documents/[documentId]/representations/[documentRepresentationId] | Modified the strict schema constraint additionalPropertiesAllowed at metadata in the response payload under status 200. | Payloads violating the updated additionalPropertiesAllowed validation rule will be rejected. | Update client-side schema definitions to respect the new additionalPropertiesAllowed constraint. |
| GET/workspace/partner/v1/spaces/[spaceId]/clients/[clientId]/documents/[documentId]/representations/[documentRepresentationId] | Added the new AWAITING_UPLOAD enum value to the status response property under status 200. | Strict parsers will fail to deserialize when returning records with the AWAITING_UPLOAD type. | Update models to accept and handle the AWAITING_UPLOAD type. |
| GET/workspace/partner/v1/spaces/[spaceId]/clients/[clientId]/documents/[documentId]/representations/[documentRepresentationId] | Added the new VIRUS_SCANNING enum value to the status response property under status 200. | Strict parsers will fail to deserialize when returning records with the VIRUS_SCANNING type. | Update models to accept and handle the VIRUS_SCANNING type. |
| GET/workspace/partner/v1/spaces/[spaceId]/clients/[clientId]/documents/[documentId]/representations/[documentRepresentationId] | Added the new VIRUS_SCANNED enum value to the status response property under status 200. | Strict parsers will fail to deserialize when returning records with the VIRUS_SCANNED type. | Update models to accept and handle the VIRUS_SCANNED type. |
| GET/workspace/partner/v1/spaces/[spaceId]/clients/[clientId]/documents/[documentId]/representations/[documentRepresentationId] | Added the new VIRUS_ERROR enum value to the status response property under status 200. | Strict parsers will fail to deserialize when returning records with the VIRUS_ERROR type. | Update models to accept and handle the VIRUS_ERROR type. |
| GET/workspace/partner/v1/spaces/[spaceId]/clients/[clientId]/documents/[documentId]/representations/[documentRepresentationId] | Added the new PROCESSING enum value to the status response property under status 200. | Strict parsers will fail to deserialize when returning records with the PROCESSING type. | Update models to accept and handle the PROCESSING type. |
| GET/workspace/partner/v1/spaces/[spaceId]/clients/[clientId]/documents/[documentId]/representations/[documentRepresentationId] | Added the new AWAITING_USER_ACTION enum value to the status response property under status 200. | Strict parsers will fail to deserialize when returning records with the AWAITING_USER_ACTION type. | Update models to accept and handle the AWAITING_USER_ACTION type. |
| GET/workspace/partner/v1/spaces/[spaceId]/clients/[clientId]/documents/[documentId]/representations/[documentRepresentationId] | Added the new PROCESSED enum value to the status response property under status 200. | Strict parsers will fail to deserialize when returning records with the PROCESSED type. | Update models to accept and handle the PROCESSED type. |
| GET/workspace/partner/v1/spaces/[spaceId]/clients/[clientId]/documents/[documentId]/representations/[documentRepresentationId] | Added the new REJECTED enum value to the status response property under status 200. | Strict parsers will fail to deserialize when returning records with the REJECTED type. | Update models to accept and handle the REJECTED type. |
| GET/workspace/partner/v1/spaces/[spaceId]/clients/[clientId]/documents/[documentId]/representations/[documentRepresentationId] | Added the new ERROR enum value to the status response property under status 200. | Strict parsers will fail to deserialize when returning records with the ERROR type. | Update models to accept and handle the ERROR type. |
| POST/workspace/partner/v1/spaces/[spaceId]/clients/[clientId]/permissions | Removed the 201 response status code. | Clients expecting this exact status will encounter errors. | Update error handlers. |
| POST/workspace/partner/v2/spaces/[spaceId]/clients/[clientId]/documents | Modified the strict schema constraint nullable at connections in the request payload. | Payloads violating the updated nullable validation rule will be rejected. | Update client-side schema definitions to respect the new nullable constraint. |
| POST/workspace/partner/v2/spaces/[spaceId]/clients/[clientId]/documents | Modified the strict schema constraint additionalPropertiesAllowed at lines in the request payload. | Payloads violating the updated additionalPropertiesAllowed validation rule will be rejected. | Update client-side schema definitions to respect the new additionalPropertiesAllowed constraint. |
| POST/workspace/partner/v2/spaces/[spaceId]/clients/[clientId]/documents | Modified the strict schema constraint additionalPropertiesAllowed at metadata in the request payload. | Payloads violating the updated additionalPropertiesAllowed validation rule will be rejected. | Update client-side schema definitions to respect the new additionalPropertiesAllowed constraint. |
| POST/workspace/partner/v2/spaces/[spaceId]/clients/[clientId]/documents | Modified the strict schema constraint additionalPropertiesAllowed at status in the request payload. | Payloads violating the updated additionalPropertiesAllowed validation rule will be rejected. | Update client-side schema definitions to respect the new additionalPropertiesAllowed constraint. |
| POST/workspace/partner/v2/spaces/[spaceId]/clients/[clientId]/documents | Modified the strict schema constraint value at examples/Document in the request payload. | Payloads violating the updated value validation rule will be rejected. | Update client-side schema definitions to respect the new value constraint. |
| POST/workspace/partner/v2/spaces/[spaceId]/clients/[clientId]/documents | Modified the strict schema constraint value at examples/Document containing lines in the request payload. | Payloads violating the updated value validation rule will be rejected. | Update client-side schema definitions to respect the new value constraint. |
| POST/workspace/partner/v2/spaces/[spaceId]/clients/[clientId]/documents | Removed the PURCHASE_ORDER enum value from the category response property under status 201. | Submitting PURCHASE_ORDER will result in schema validation failures. | Remove usage of PURCHASE_ORDER and implement fallback logic. |
| POST/workspace/partner/v2/spaces/[spaceId]/clients/[clientId]/documents | Removed the ORDER_CONFIRMATION enum value from the category response property under status 201. | Submitting ORDER_CONFIRMATION will result in schema validation failures. | Remove usage of ORDER_CONFIRMATION and implement fallback logic. |
| POST/workspace/partner/v2/spaces/[spaceId]/clients/[clientId]/documents | Removed the DELIVERY_NOTE enum value from the category response property under status 201. | Submitting DELIVERY_NOTE will result in schema validation failures. | Remove usage of DELIVERY_NOTE and implement fallback logic. |
| POST/workspace/partner/v2/spaces/[spaceId]/clients/[clientId]/documents | Removed the GOODS_RECEIVED_NOTE enum value from the category response property under status 201. | Submitting GOODS_RECEIVED_NOTE will result in schema validation failures. | Remove usage of GOODS_RECEIVED_NOTE and implement fallback logic. |
| POST/workspace/partner/v2/spaces/[spaceId]/clients/[clientId]/documents | Removed the INVOICE enum value from the category response property under status 201. | Submitting INVOICE will result in schema validation failures. | Remove usage of INVOICE and implement fallback logic. |
| POST/workspace/partner/v2/spaces/[spaceId]/clients/[clientId]/documents | Removed the INVOICE_REMINDER enum value from the category response property under status 201. | Submitting INVOICE_REMINDER will result in schema validation failures. | Remove usage of INVOICE_REMINDER and implement fallback logic. |
| POST/workspace/partner/v2/spaces/[spaceId]/clients/[clientId]/documents | Removed the CREDIT_NOTE enum value from the category response property under status 201. | Submitting CREDIT_NOTE will result in schema validation failures. | Remove usage of CREDIT_NOTE and implement fallback logic. |
| POST/workspace/partner/v2/spaces/[spaceId]/clients/[clientId]/documents | Removed the RECEIPT enum value from the category response property under status 201. | Submitting RECEIPT will result in schema validation failures. | Remove usage of RECEIPT and implement fallback logic. |
| POST/workspace/partner/v2/spaces/[spaceId]/clients/[clientId]/documents | Removed the STATEMENT enum value from the category response property under status 201. | Submitting STATEMENT will result in schema validation failures. | Remove usage of STATEMENT and implement fallback logic. |
| POST/workspace/partner/v2/spaces/[spaceId]/clients/[clientId]/documents | Removed the FILE enum value from the category response property under status 201. | Submitting FILE will result in schema validation failures. | Remove usage of FILE and implement fallback logic. |
| POST/workspace/partner/v2/spaces/[spaceId]/clients/[clientId]/documents | Removed the OTHER enum value from the category response property under status 201. | Submitting OTHER will result in schema validation failures. | Remove usage of OTHER and implement fallback logic. |
| POST/workspace/partner/v2/spaces/[spaceId]/clients/[clientId]/documents | Added the new CUSTOMER enum value to the connections/relationType response property under status 201. | Strict parsers will fail to deserialize when returning records with the CUSTOMER type. | Update models to accept and handle the CUSTOMER type. |
| POST/workspace/partner/v2/spaces/[spaceId]/clients/[clientId]/documents | Added the new SUPPLIER enum value to the connections/relationType response property under status 201. | Strict parsers will fail to deserialize when returning records with the SUPPLIER type. | Update models to accept and handle the SUPPLIER type. |
| POST/workspace/partner/v2/spaces/[spaceId]/clients/[clientId]/documents | Added the new ACCOUNTANT enum value to the connections/relationType response property under status 201. | Strict parsers will fail to deserialize when returning records with the ACCOUNTANT type. | Update models to accept and handle the ACCOUNTANT type. |
| POST/workspace/partner/v2/spaces/[spaceId]/clients/[clientId]/documents | Added the new PARTNER enum value to the connections/relationType response property under status 201. | Strict parsers will fail to deserialize when returning records with the PARTNER type. | Update models to accept and handle the PARTNER type. |
| POST/workspace/partner/v2/spaces/[spaceId]/clients/[clientId]/documents | Added the new GROUP enum value to the connections/relationType response property under status 201. | Strict parsers will fail to deserialize when returning records with the GROUP type. | Update models to accept and handle the GROUP type. |
| POST/workspace/partner/v2/spaces/[spaceId]/clients/[clientId]/documents | Modified the strict schema constraint nullable at connections in the response payload under status 201. | Payloads violating the updated nullable validation rule will be rejected. | Update client-side schema definitions to respect the new nullable constraint. |
| POST/workspace/partner/v2/spaces/[spaceId]/clients/[clientId]/documents | Modified the strict schema constraint additionalPropertiesAllowed at lines/data in the response payload under status 201. | Payloads violating the updated additionalPropertiesAllowed validation rule will be rejected. | Update client-side schema definitions to respect the new additionalPropertiesAllowed constraint. |
| POST/workspace/partner/v2/spaces/[spaceId]/clients/[clientId]/documents | Modified the strict schema constraint nullable at lines in the response payload under status 201. | Payloads violating the updated nullable validation rule will be rejected. | Update client-side schema definitions to respect the new nullable constraint. |
| POST/workspace/partner/v2/spaces/[spaceId]/clients/[clientId]/documents | Modified the strict schema constraint additionalPropertiesAllowed at metadata in the response payload under status 201. | Payloads violating the updated additionalPropertiesAllowed validation rule will be rejected. | Update client-side schema definitions to respect the new additionalPropertiesAllowed constraint. |
| POST/workspace/partner/v2/spaces/[spaceId]/clients/[clientId]/documents | Modified the strict schema constraint additionalPropertiesAllowed at processingData in the response payload under status 201. | Payloads violating the updated additionalPropertiesAllowed validation rule will be rejected. | Update client-side schema definitions to respect the new additionalPropertiesAllowed constraint. |
| POST/workspace/partner/v2/spaces/[spaceId]/clients/[clientId]/documents | Modified the strict schema constraint additionalPropertiesAllowed at rawData in the response payload under status 201. | Payloads violating the updated additionalPropertiesAllowed validation rule will be rejected. | Update client-side schema definitions to respect the new additionalPropertiesAllowed constraint. |
| POST/workspace/partner/v2/spaces/[spaceId]/clients/[clientId]/documents | Modified the strict schema constraint additionalPropertiesAllowed at rawLinesData in the response payload under status 201. | Payloads violating the updated additionalPropertiesAllowed validation rule will be rejected. | Update client-side schema definitions to respect the new additionalPropertiesAllowed constraint. |
| POST/workspace/partner/v2/spaces/[spaceId]/clients/[clientId]/documents | Modified the strict schema constraint additionalPropertiesAllowed at status in the response payload under status 201. | Payloads violating the updated additionalPropertiesAllowed validation rule will be rejected. | Update client-side schema definitions to respect the new additionalPropertiesAllowed constraint. |
| POST/workspace/partner/v2/spaces/[spaceId]/clients/[clientId]/documents | Modified the strict schema constraint additionalPropertiesAllowed at tasks/context in the response payload under status 201. | Payloads violating the updated additionalPropertiesAllowed validation rule will be rejected. | Update client-side schema definitions to respect the new additionalPropertiesAllowed constraint. |
| POST/workspace/partner/v2/spaces/[spaceId]/clients/[clientId]/documents | Modified the strict schema constraint nullable at tasks in the response payload under status 201. | Payloads violating the updated nullable validation rule will be rejected. | Update client-side schema definitions to respect the new nullable constraint. |
| POST/workspace/partner/v2/spaces/[spaceId]/clients/[clientId]/documents | Modified the strict schema constraint additionalPropertiesAllowed at validationData in the response payload under status 201. | Payloads violating the updated additionalPropertiesAllowed validation rule will be rejected. | Update client-side schema definitions to respect the new additionalPropertiesAllowed constraint. |
NewNew Endpoints
| Method & Endpoint | Core Functionality | Auth/Scopes Required |
|---|---|---|
| ADD/workspace/partner/v1/spaces/[partnerSpaceId]/clients/[clientId]/clientEntity/settings | Access the newly provided functionality and features for this resource. | None specified |
| ADD/workspace/partner/api/v1/spaces/[spaceId]/clients/settings:addTemplate | Access the newly provided functionality and features for this resource. | None specified |
| ADD/workspace/partner/v2/spaces/[partnerSpaceId]/clients/[clientId]/[folder]/directories/[directoryId]:move | Access the newly provided functionality and features for this resource. | None specified |
| ADD/workspace/partner/api/v1/spaces/clients:retryEvaluateMetadata | Access the newly provided functionality and features for this resource. | None specified |
| ADD/workspace/partner/api/v1/spaces/peppol:retryActivation | Access the newly provided functionality and features for this resource. | None specified |
| ADD/workspace/partner/v2/spaces/[partnerSpaceId]/clients/[clientId]/clientSpace | Access the newly provided functionality and features for this resource. | None specified |
| ADD/workspace/partner/v1/spaces/[spaceId]/clients:importFromTemplate | Access the newly provided functionality and features for this resource. | None specified |
| ADD/workspace/partner/v1/spaces/[partnerSpaceId]/clients/[clientId]/extensions | Access the newly provided functionality and features for this resource. | None specified |
| ADD/workspace/partner/v1/spaces/[partnerSpaceId]/clients/[clientId]/clientSpace/settings | Access the newly provided functionality and features for this resource. | None specified |
| ADD/workspace/partner/api/v1/spaces/[spaceId]/clients:bulkInvite | Access the newly provided functionality and features for this resource. | None specified |
| ADD/workspace/partner/v1/spaces/[partnerSpaceId]/clients/[clientId]/files/[fileId]/documents | Access the newly provided functionality and features for this resource. | None specified |
| ADD/workspace/partner/v1/spaces/[spaceId]/clients/settings/billingDefaults | Access the newly provided functionality and features for this resource. | None specified |
| ADD/workspace/partner/v1/spaces/[partnerSpaceId]/clients/[clientId]/clientSpace | Access the newly provided functionality and features for this resource. | None specified |
| ADD/workspace/partner/v2/spaces/[partnerSpaceId]/clients/[clientId]/[folder]/directories | Access the newly provided functionality and features for this resource. | None specified |
| ADD/workspace/partner/api/v1/spaces/[spaceId]/clients:confirmSignedMandate | Access the newly provided functionality and features for this resource. | None specified |
| ADD/workspace/partner/v1/spaces/[partnerSpaceId]/clients/[clientId]/[subjectType] | Access the newly provided functionality and features for this resource. | None specified |
| ADD/workspace/partner/api/v1/spaces/[spaceId]/clients/settings/template | Access the newly provided functionality and features for this resource. | None specified |
| ADD/workspace/partner/api/v1/spaces/[spaceId]/clientPeppolExtension:backgroundActivate | Access the newly provided functionality and features for this resource. | None specified |
| ADD/workspace/partner/v1/spaces/[partnerSpaceId]/clients/[clientId]/extensionConfigs | Access the newly provided functionality and features for this resource. | None specified |
| ADD/workspace/partner/api/v1/spaces/[spaceId]/clients:batchAddTeamMember | Access the newly provided functionality and features for this resource. | None specified |
| ADD/workspace/partner/v1/spaces/[partnerSpaceId]/clients/[clientId]/events | Access the newly provided functionality and features for this resource. | None specified |
| ADD/workspace/partner/v2/spaces/[partnerSpaceId]/clients/[clientId]/[folder]/directories/[directoryId] | Access the newly provided functionality and features for this resource. | None specified |
| ADD/workspace/partner/v1/spaces/[partnerSpaceId]/clients/[clientId]/documents/[documentId]:jsonpatch | Access the newly provided functionality and features for this resource. | None specified |
| ADD/workspace/partner/v1/spaces/[spaceId]/clients:delete | Access the newly provided functionality and features for this resource. | None specified |
| ADD/workspace/partner/v2/spaces/[partnerSpaceId]/clients/[clientId] | Access the newly provided functionality and features for this resource. | None specified |
| ADD/workspace/partner/api/v1/spaces/clients:retryApplyTemplate | Access the newly provided functionality and features for this resource. | None specified |
| ADD/workspace/partner/v1/spaces/[partnerSpaceId]/clients/[clientId]/files | Access the newly provided functionality and features for this resource. | None specified |
| ADD/workspace/partner/api/v1/spaces/[spaceId]/clients:batchAssignExtension | Access the newly provided functionality and features for this resource. | None specified |
| ADD/workspace/partner/v2/spaces/[partnerSpaceId]/clients/documents:count | Access the newly provided functionality and features for this resource. | None specified |
| ADD/workspace/partner/v1/spaces/[partnerSpaceId]/clients:bulkUpdate | Access the newly provided functionality and features for this resource. | None specified |
| ADD/workspace/partner/v1/clients/importTemplate:create | Access the newly provided functionality and features for this resource. | None specified |
| ADD/workspace/partner/api/v1/spaces/clients:retryPendingExtensions | Access the newly provided functionality and features for this resource. | None specified |
| ADD/workspace/partner/v1/spaces/[partnerSpaceId]/clients/[clientId]/permissions:addOrRemove | Access the newly provided functionality and features for this resource. | None specified |
| ADD/workspace/partner/v1/spaces/[partnerSpaceId]/clients/[clientId]/[subjectType]/[subject] | Access the newly provided functionality and features for this resource. | None specified |
| ADD/workspace/partner/v2/spaces/[partnerSpaceId]/clients/[clientId]/[folder]/directories/[directoryId]/content | Access the newly provided functionality and features for this resource. | None specified |
| ADD/workspace/partner/v1/spaces/[partnerSpaceId]/connectors/peppol:acceptDesignationPdp | Access the newly provided functionality and features for this resource. | None specified |
| ADD/workspace/partner/v1/spaces/[partnerSpaceId]/clients/[clientId]/files/[fileId] | Access the newly provided functionality and features for this resource. | None specified |
| ADD/workspace/partner/v1/spaces/[partnerSpaceId]/clients/[clientId]/files/[fileId]/content | Access the newly provided functionality and features for this resource. | None specified |
| ADD/workspace/partner/api/v1/insights/[partnerSpaceId]/authorization | Access the newly provided functionality and features for this resource. | None specified |
| ADD/workspace/partner/v2/spaces/[partnerSpaceId]/clients/[clientId]/documents/[documentId]:move | Access the newly provided functionality and features for this resource. | None specified |
| ADD/workspace/partner/v2/spaces/[partnerSpaceId]/clients | Access the newly provided functionality and features for this resource. | None specified |
| ADD/workspace/partner/api/v1/spaces/[spaceId]/clients/settings:markTemplateAsDefault | Access the newly provided functionality and features for this resource. | None specified |
| ADD/workspace/partner/v2/spaces/[partnerSpaceId]/clients/[clientId]/[folder]/content | Access the newly provided functionality and features for this resource. | None specified |
| ADD/workspace/partner/v2/spaces/[partnerSpaceId]/clients/[clientId]/documents:bulkUpdate | Access the newly provided functionality and features for this resource. | None specified |
| ADD/workspace/partner/v2/spaces/[partnerSpaceId]/clients/[clientId]/documents/[documentId]:jsonpatch | Access the newly provided functionality and features for this resource. | None specified |
| GET/workspace/partner/v2/spaces/[spaceId]/clients/[clientId]/documents | Added new GET functionality to this existing resource path. | None specified |
| GET/workspace/partner/v2/spaces/[spaceId]/clients/[clientId]/documents/[documentId] | Added new GET functionality to this existing resource path. | None specified |
| PATCH/workspace/partner/v2/spaces/[spaceId]/clients/[clientId]/documents/[documentId] | Added new PATCH functionality to this existing resource path. | None specified |
InfoImprovements (Non-Breaking)
| Method & Endpoint | Enhancement Details | Developer Opportunity |
|---|---|---|
| POST/workspace/partner/v1/entities/[entityId]/taxRegistrations/[taxRegistrationId]:assignSpaces | The spaces property is no longer required in the request payload. | Clients can omit this property. |
| POST/workspace/partner/v1/entities/[entityId]/taxRegistrations/[taxRegistrationId]:assignSpaces | The vatGroup/name property is no longer required in the response payload under status 200. | Clients can omit this property. |
| POST/workspace/partner/v1/entities/[entityId]/taxRegistrations/[taxRegistrationId]:unassignSpaces | The spaces property is no longer required in the request payload. | Clients can omit this property. |
| POST/workspace/partner/v1/entities/[entityId]/taxRegistrations/[taxRegistrationId]:unassignSpaces | The vatGroup/name property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/workspace/partner/v1/spaces/[spaceId]/clients | Added the new optional request property query. | Filter or enhance queries by utilizing the query parameter for more targeted results. |
| GET/workspace/partner/v1/spaces/[spaceId]/clients | Added the new optional response property under status 200 clients/myPermissions. | Supply or consume clients/myPermissions for enriched functionality. |
| GET/workspace/partner/v1/spaces/[spaceId]/clients | Added the new optional response property under status 200 clients/spaceExtensions. | Supply or consume clients/spaceExtensions for enriched functionality. |
| GET/workspace/partner/v1/spaces/[spaceId]/clients | The clients/addresses/additionalProperties/city property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/workspace/partner/v1/spaces/[spaceId]/clients | Updated the schema metadata description at clients/contacts in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/workspace/partner/v1/spaces/[spaceId]/clients | Updated the schema metadata description at clients/contacts in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/workspace/partner/v1/spaces/[spaceId]/clients | Updated the schema metadata description at clients in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/workspace/partner/v1/spaces/[spaceId]/clients | The pageSize property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/workspace/partner/v1/spaces/[spaceId]/clients | The currentPage property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/workspace/partner/v1/spaces/[spaceId]/clients | Updated the schema metadata example in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| POST/workspace/partner/v1/spaces/[spaceId]/clients | The addresses/additionalProperties/city property is no longer required in the request payload. | Clients can omit this property. |
| POST/workspace/partner/v1/spaces/[spaceId]/clients | Updated the schema metadata description at contacts in the request payload. | Provides better clarity or default behavior in the documentation. |
| POST/workspace/partner/v1/spaces/[spaceId]/clients | Updated the schema metadata description at contacts in the request payload. | Provides better clarity or default behavior in the documentation. |
| POST/workspace/partner/v1/spaces/[spaceId]/clients | The name property is no longer required in the request payload. | Clients can omit this property. |
| POST/workspace/partner/v1/spaces/[spaceId]/clients | Updated the schema metadata example in the request payload. | Provides better clarity or default behavior in the documentation. |
| POST/workspace/partner/v1/spaces/[spaceId]/clients | Added the new optional response property under status 201 spaceExtensions. | Supply or consume spaceExtensions for enriched functionality. |
| POST/workspace/partner/v1/spaces/[spaceId]/clients | Added the new optional response property under status 201 myPermissions. | Supply or consume myPermissions for enriched functionality. |
| POST/workspace/partner/v1/spaces/[spaceId]/clients | The addresses/additionalProperties/city property is no longer required in the response payload under status 201. | Clients can omit this property. |
| POST/workspace/partner/v1/spaces/[spaceId]/clients | Updated the schema metadata description at contacts in the response payload under status 201. | Provides better clarity or default behavior in the documentation. |
| POST/workspace/partner/v1/spaces/[spaceId]/clients | Updated the schema metadata description at contacts in the response payload under status 201. | Provides better clarity or default behavior in the documentation. |
| POST/workspace/partner/v1/spaces/[spaceId]/clients | Updated the schema metadata example in the response payload under status 201. | Provides better clarity or default behavior in the documentation. |
| GET/workspace/partner/v1/spaces/[spaceId]/clients/[clientId] | Added the new optional request property query. | Filter or enhance queries by utilizing the query parameter for more targeted results. |
| GET/workspace/partner/v1/spaces/[spaceId]/clients/[clientId] | Added the new optional response property under status 200 spaceExtensions. | Supply or consume spaceExtensions for enriched functionality. |
| GET/workspace/partner/v1/spaces/[spaceId]/clients/[clientId] | Added the new optional response property under status 200 myPermissions. | Supply or consume myPermissions for enriched functionality. |
| GET/workspace/partner/v1/spaces/[spaceId]/clients/[clientId] | The addresses/additionalProperties/city property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/workspace/partner/v1/spaces/[spaceId]/clients/[clientId] | Updated the schema metadata description at contacts in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/workspace/partner/v1/spaces/[spaceId]/clients/[clientId] | Updated the schema metadata description at contacts in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/workspace/partner/v1/spaces/[spaceId]/clients/[clientId] | Updated the schema metadata example in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| PATCH/workspace/partner/v1/spaces/[spaceId]/clients/[clientId] | The addresses/additionalProperties/city property is no longer required in the request payload. | Clients can omit this property. |
| PATCH/workspace/partner/v1/spaces/[spaceId]/clients/[clientId] | Updated the schema metadata description at contacts in the request payload. | Provides better clarity or default behavior in the documentation. |
| PATCH/workspace/partner/v1/spaces/[spaceId]/clients/[clientId] | Updated the schema metadata description at contacts in the request payload. | Provides better clarity or default behavior in the documentation. |
| PATCH/workspace/partner/v1/spaces/[spaceId]/clients/[clientId] | Updated the schema metadata example in the request payload. | Provides better clarity or default behavior in the documentation. |
| PATCH/workspace/partner/v1/spaces/[spaceId]/clients/[clientId] | Added the new optional response property under status 200 spaceExtensions. | Supply or consume spaceExtensions for enriched functionality. |
| PATCH/workspace/partner/v1/spaces/[spaceId]/clients/[clientId] | Added the new optional response property under status 200 myPermissions. | Supply or consume myPermissions for enriched functionality. |
| PATCH/workspace/partner/v1/spaces/[spaceId]/clients/[clientId] | The addresses/additionalProperties/city property is no longer required in the response payload under status 200. | Clients can omit this property. |
| PATCH/workspace/partner/v1/spaces/[spaceId]/clients/[clientId] | Updated the schema metadata description at contacts in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| PATCH/workspace/partner/v1/spaces/[spaceId]/clients/[clientId] | Updated the schema metadata description at contacts in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| PATCH/workspace/partner/v1/spaces/[spaceId]/clients/[clientId] | Updated the schema metadata example in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/workspace/partner/v1/spaces/[spaceId]/clients/[clientId]/documents | Added the new optional response property under status 200 documents/readOnly. | Supply or consume documents/readOnly for enriched functionality. |
| GET/workspace/partner/v1/spaces/[spaceId]/clients/[clientId]/documents | The documents/lines/grossAmount property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/workspace/partner/v1/spaces/[spaceId]/clients/[clientId]/documents | The documents/lines/quantity property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/workspace/partner/v1/spaces/[spaceId]/clients/[clientId]/documents | The documents/lines/sequence property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/workspace/partner/v1/spaces/[spaceId]/clients/[clientId]/documents | The documents/lines/unit property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/workspace/partner/v1/spaces/[spaceId]/clients/[clientId]/documents | The documents/lines/unitPrice property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/workspace/partner/v1/spaces/[spaceId]/clients/[clientId]/documents | The documents/lines/currency property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/workspace/partner/v1/spaces/[spaceId]/clients/[clientId]/documents | The currentPage property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/workspace/partner/v1/spaces/[spaceId]/clients/[clientId]/documents | The pageSize property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/workspace/partner/v1/spaces/[spaceId]/clients/[clientId]/documents | Marked the endpoint as deprecated. | This endpoint will be removed in a future release. |
| GET/workspace/partner/v1/spaces/[spaceId]/clients/[clientId]/documents/[documentId] | Added the new optional response property under status 200 readOnly. | Supply or consume readOnly for enriched functionality. |
| GET/workspace/partner/v1/spaces/[spaceId]/clients/[clientId]/documents/[documentId] | The lines/grossAmount property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/workspace/partner/v1/spaces/[spaceId]/clients/[clientId]/documents/[documentId] | The lines/quantity property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/workspace/partner/v1/spaces/[spaceId]/clients/[clientId]/documents/[documentId] | The lines/sequence property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/workspace/partner/v1/spaces/[spaceId]/clients/[clientId]/documents/[documentId] | The lines/unit property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/workspace/partner/v1/spaces/[spaceId]/clients/[clientId]/documents/[documentId] | The lines/unitPrice property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/workspace/partner/v1/spaces/[spaceId]/clients/[clientId]/documents/[documentId] | The lines/currency property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/workspace/partner/v1/spaces/[spaceId]/clients/[clientId]/documents/[documentId] | Marked the endpoint as deprecated. | This endpoint will be removed in a future release. |
| PATCH/workspace/partner/v1/spaces/[spaceId]/clients/[clientId]/documents/[documentId] | Added the new optional request property category. | Supply or consume category for enriched functionality. |
| PATCH/workspace/partner/v1/spaces/[spaceId]/clients/[clientId]/documents/[documentId] | Updated the schema metadata example in the request payload. | Provides better clarity or default behavior in the documentation. |
| PATCH/workspace/partner/v1/spaces/[spaceId]/clients/[clientId]/documents/[documentId] | Added the new optional response property under status 200 readOnly. | Supply or consume readOnly for enriched functionality. |
| PATCH/workspace/partner/v1/spaces/[spaceId]/clients/[clientId]/documents/[documentId] | The lines/grossAmount property is no longer required in the response payload under status 200. | Clients can omit this property. |
| PATCH/workspace/partner/v1/spaces/[spaceId]/clients/[clientId]/documents/[documentId] | The lines/quantity property is no longer required in the response payload under status 200. | Clients can omit this property. |
| PATCH/workspace/partner/v1/spaces/[spaceId]/clients/[clientId]/documents/[documentId] | The lines/sequence property is no longer required in the response payload under status 200. | Clients can omit this property. |
| PATCH/workspace/partner/v1/spaces/[spaceId]/clients/[clientId]/documents/[documentId] | The lines/unit property is no longer required in the response payload under status 200. | Clients can omit this property. |
| PATCH/workspace/partner/v1/spaces/[spaceId]/clients/[clientId]/documents/[documentId] | The lines/unitPrice property is no longer required in the response payload under status 200. | Clients can omit this property. |
| PATCH/workspace/partner/v1/spaces/[spaceId]/clients/[clientId]/documents/[documentId] | The lines/currency property is no longer required in the response payload under status 200. | Clients can omit this property. |
| PATCH/workspace/partner/v1/spaces/[spaceId]/clients/[clientId]/documents/[documentId] | Marked the endpoint as deprecated. | This endpoint will be removed in a future release. |
| GET/workspace/partner/v1/spaces/[spaceId]/clients/[clientId]/documents/[documentId]/representations | Added the new optional request property query. | Filter or enhance queries by utilizing the query parameter for more targeted results. |
| GET/workspace/partner/v1/spaces/[spaceId]/clients/[clientId]/documents/[documentId]/representations | Updated the schema metadata description at currentPage in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/workspace/partner/v1/spaces/[spaceId]/clients/[clientId]/documents/[documentId]/representations | Updated the schema metadata description at document_representations/contentType in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/workspace/partner/v1/spaces/[spaceId]/clients/[clientId]/documents/[documentId]/representations | Updated the schema metadata example at document_representations/contentType in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/workspace/partner/v1/spaces/[spaceId]/clients/[clientId]/documents/[documentId]/representations | Updated the schema metadata description at document_representations/createdAt in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/workspace/partner/v1/spaces/[spaceId]/clients/[clientId]/documents/[documentId]/representations | Updated the schema metadata description at document_representations/documentId in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/workspace/partner/v1/spaces/[spaceId]/clients/[clientId]/documents/[documentId]/representations | Updated the schema metadata description at document_representations/filename in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/workspace/partner/v1/spaces/[spaceId]/clients/[clientId]/documents/[documentId]/representations | Updated the schema metadata example at document_representations/filename in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/workspace/partner/v1/spaces/[spaceId]/clients/[clientId]/documents/[documentId]/representations | Updated the schema metadata description at document_representations/id in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/workspace/partner/v1/spaces/[spaceId]/clients/[clientId]/documents/[documentId]/representations | Updated the schema metadata description at document_representations/main in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/workspace/partner/v1/spaces/[spaceId]/clients/[clientId]/documents/[documentId]/representations | Updated the schema metadata description at document_representations/md5Hash in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/workspace/partner/v1/spaces/[spaceId]/clients/[clientId]/documents/[documentId]/representations | Updated the schema metadata example at document_representations/md5Hash in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/workspace/partner/v1/spaces/[spaceId]/clients/[clientId]/documents/[documentId]/representations | Updated the schema metadata description at document_representations/original in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/workspace/partner/v1/spaces/[spaceId]/clients/[clientId]/documents/[documentId]/representations | Updated the schema metadata description at document_representations/retentionTime in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/workspace/partner/v1/spaces/[spaceId]/clients/[clientId]/documents/[documentId]/representations | Updated the schema metadata description at document_representations/size in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/workspace/partner/v1/spaces/[spaceId]/clients/[clientId]/documents/[documentId]/representations | Updated the schema metadata example at document_representations/size in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/workspace/partner/v1/spaces/[spaceId]/clients/[clientId]/documents/[documentId]/representations | Updated the schema metadata description at document_representations/status in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/workspace/partner/v1/spaces/[spaceId]/clients/[clientId]/documents/[documentId]/representations | Updated the schema metadata example at document_representations/status in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/workspace/partner/v1/spaces/[spaceId]/clients/[clientId]/documents/[documentId]/representations | Updated the schema metadata description at document_representations/type in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/workspace/partner/v1/spaces/[spaceId]/clients/[clientId]/documents/[documentId]/representations | Updated the schema metadata example at document_representations/type in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/workspace/partner/v1/spaces/[spaceId]/clients/[clientId]/documents/[documentId]/representations | Updated the schema metadata description at document_representations/updatedAt in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/workspace/partner/v1/spaces/[spaceId]/clients/[clientId]/documents/[documentId]/representations | Updated the schema metadata description at document_representations/uploadUrl in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/workspace/partner/v1/spaces/[spaceId]/clients/[clientId]/documents/[documentId]/representations | Updated the schema metadata example at document_representations/uploadUrl in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/workspace/partner/v1/spaces/[spaceId]/clients/[clientId]/documents/[documentId]/representations | The document_representations/status property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/workspace/partner/v1/spaces/[spaceId]/clients/[clientId]/documents/[documentId]/representations | Updated the schema metadata description at document_representations in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/workspace/partner/v1/spaces/[spaceId]/clients/[clientId]/documents/[documentId]/representations | Updated the schema metadata description at pageSize in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/workspace/partner/v1/spaces/[spaceId]/clients/[clientId]/documents/[documentId]/representations | Updated the schema metadata description at totalElements in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/workspace/partner/v1/spaces/[spaceId]/clients/[clientId]/documents/[documentId]/representations | The currentPage property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/workspace/partner/v1/spaces/[spaceId]/clients/[clientId]/documents/[documentId]/representations | The pageSize property is no longer required in the response payload under status 200. | Clients can omit this property. |
| POST/workspace/partner/v1/spaces/[spaceId]/clients/[clientId]/documents/[documentId]/representations | Added the new optional request property metadata. | Supply or consume metadata for enriched functionality. |
| POST/workspace/partner/v1/spaces/[spaceId]/clients/[clientId]/documents/[documentId]/representations | Updated the schema metadata description at contentType in the request payload. | Provides better clarity or default behavior in the documentation. |
| POST/workspace/partner/v1/spaces/[spaceId]/clients/[clientId]/documents/[documentId]/representations | Updated the schema metadata example at contentType in the request payload. | Provides better clarity or default behavior in the documentation. |
| POST/workspace/partner/v1/spaces/[spaceId]/clients/[clientId]/documents/[documentId]/representations | Updated the schema metadata description at fileSize in the request payload. | Provides better clarity or default behavior in the documentation. |
| POST/workspace/partner/v1/spaces/[spaceId]/clients/[clientId]/documents/[documentId]/representations | Updated the schema metadata description at filename in the request payload. | Provides better clarity or default behavior in the documentation. |
| POST/workspace/partner/v1/spaces/[spaceId]/clients/[clientId]/documents/[documentId]/representations | Updated the schema metadata example at filename in the request payload. | Provides better clarity or default behavior in the documentation. |
| POST/workspace/partner/v1/spaces/[spaceId]/clients/[clientId]/documents/[documentId]/representations | Updated the schema metadata description at main in the request payload. | Provides better clarity or default behavior in the documentation. |
| POST/workspace/partner/v1/spaces/[spaceId]/clients/[clientId]/documents/[documentId]/representations | Updated the schema metadata description at md5Hash in the request payload. | Provides better clarity or default behavior in the documentation. |
| POST/workspace/partner/v1/spaces/[spaceId]/clients/[clientId]/documents/[documentId]/representations | Updated the schema metadata description at original in the request payload. | Provides better clarity or default behavior in the documentation. |
| POST/workspace/partner/v1/spaces/[spaceId]/clients/[clientId]/documents/[documentId]/representations | Updated the schema metadata description at retentionTime in the request payload. | Provides better clarity or default behavior in the documentation. |
| POST/workspace/partner/v1/spaces/[spaceId]/clients/[clientId]/documents/[documentId]/representations | Updated the schema metadata description at type in the request payload. | Provides better clarity or default behavior in the documentation. |
| POST/workspace/partner/v1/spaces/[spaceId]/clients/[clientId]/documents/[documentId]/representations | Updated the schema metadata example at type in the request payload. | Provides better clarity or default behavior in the documentation. |
| POST/workspace/partner/v1/spaces/[spaceId]/clients/[clientId]/documents/[documentId]/representations | Updated the schema metadata description at contentType in the response payload under status 201. | Provides better clarity or default behavior in the documentation. |
| POST/workspace/partner/v1/spaces/[spaceId]/clients/[clientId]/documents/[documentId]/representations | Updated the schema metadata example at contentType in the response payload under status 201. | Provides better clarity or default behavior in the documentation. |
| POST/workspace/partner/v1/spaces/[spaceId]/clients/[clientId]/documents/[documentId]/representations | Updated the schema metadata description at createdAt in the response payload under status 201. | Provides better clarity or default behavior in the documentation. |
| POST/workspace/partner/v1/spaces/[spaceId]/clients/[clientId]/documents/[documentId]/representations | Updated the schema metadata description at documentId in the response payload under status 201. | Provides better clarity or default behavior in the documentation. |
| POST/workspace/partner/v1/spaces/[spaceId]/clients/[clientId]/documents/[documentId]/representations | Updated the schema metadata description at filename in the response payload under status 201. | Provides better clarity or default behavior in the documentation. |
| POST/workspace/partner/v1/spaces/[spaceId]/clients/[clientId]/documents/[documentId]/representations | Updated the schema metadata example at filename in the response payload under status 201. | Provides better clarity or default behavior in the documentation. |
| POST/workspace/partner/v1/spaces/[spaceId]/clients/[clientId]/documents/[documentId]/representations | Updated the schema metadata description at id in the response payload under status 201. | Provides better clarity or default behavior in the documentation. |
| POST/workspace/partner/v1/spaces/[spaceId]/clients/[clientId]/documents/[documentId]/representations | Updated the schema metadata description at main in the response payload under status 201. | Provides better clarity or default behavior in the documentation. |
| POST/workspace/partner/v1/spaces/[spaceId]/clients/[clientId]/documents/[documentId]/representations | Updated the schema metadata description at md5Hash in the response payload under status 201. | Provides better clarity or default behavior in the documentation. |
| POST/workspace/partner/v1/spaces/[spaceId]/clients/[clientId]/documents/[documentId]/representations | Updated the schema metadata example at md5Hash in the response payload under status 201. | Provides better clarity or default behavior in the documentation. |
| POST/workspace/partner/v1/spaces/[spaceId]/clients/[clientId]/documents/[documentId]/representations | Updated the schema metadata description at original in the response payload under status 201. | Provides better clarity or default behavior in the documentation. |
| POST/workspace/partner/v1/spaces/[spaceId]/clients/[clientId]/documents/[documentId]/representations | Updated the schema metadata description at retentionTime in the response payload under status 201. | Provides better clarity or default behavior in the documentation. |
| POST/workspace/partner/v1/spaces/[spaceId]/clients/[clientId]/documents/[documentId]/representations | Updated the schema metadata description at size in the response payload under status 201. | Provides better clarity or default behavior in the documentation. |
| POST/workspace/partner/v1/spaces/[spaceId]/clients/[clientId]/documents/[documentId]/representations | Updated the schema metadata example at size in the response payload under status 201. | Provides better clarity or default behavior in the documentation. |
| POST/workspace/partner/v1/spaces/[spaceId]/clients/[clientId]/documents/[documentId]/representations | Updated the schema metadata description at status in the response payload under status 201. | Provides better clarity or default behavior in the documentation. |
| POST/workspace/partner/v1/spaces/[spaceId]/clients/[clientId]/documents/[documentId]/representations | Updated the schema metadata example at status in the response payload under status 201. | Provides better clarity or default behavior in the documentation. |
| POST/workspace/partner/v1/spaces/[spaceId]/clients/[clientId]/documents/[documentId]/representations | Updated the schema metadata description at type in the response payload under status 201. | Provides better clarity or default behavior in the documentation. |
| POST/workspace/partner/v1/spaces/[spaceId]/clients/[clientId]/documents/[documentId]/representations | Updated the schema metadata example at type in the response payload under status 201. | Provides better clarity or default behavior in the documentation. |
| POST/workspace/partner/v1/spaces/[spaceId]/clients/[clientId]/documents/[documentId]/representations | Updated the schema metadata description at updatedAt in the response payload under status 201. | Provides better clarity or default behavior in the documentation. |
| POST/workspace/partner/v1/spaces/[spaceId]/clients/[clientId]/documents/[documentId]/representations | Updated the schema metadata description at uploadUrl in the response payload under status 201. | Provides better clarity or default behavior in the documentation. |
| POST/workspace/partner/v1/spaces/[spaceId]/clients/[clientId]/documents/[documentId]/representations | Updated the schema metadata example at uploadUrl in the response payload under status 201. | Provides better clarity or default behavior in the documentation. |
| POST/workspace/partner/v1/spaces/[spaceId]/clients/[clientId]/documents/[documentId]/representations | The status property is no longer required in the response payload under status 201. | Clients can omit this property. |
| GET/workspace/partner/v1/spaces/[spaceId]/clients/[clientId]/documents/[documentId]/representations/[documentRepresentationId] | Updated the schema metadata description at contentType in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/workspace/partner/v1/spaces/[spaceId]/clients/[clientId]/documents/[documentId]/representations/[documentRepresentationId] | Updated the schema metadata example at contentType in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/workspace/partner/v1/spaces/[spaceId]/clients/[clientId]/documents/[documentId]/representations/[documentRepresentationId] | Updated the schema metadata description at createdAt in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/workspace/partner/v1/spaces/[spaceId]/clients/[clientId]/documents/[documentId]/representations/[documentRepresentationId] | Updated the schema metadata description at documentId in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/workspace/partner/v1/spaces/[spaceId]/clients/[clientId]/documents/[documentId]/representations/[documentRepresentationId] | Updated the schema metadata description at filename in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/workspace/partner/v1/spaces/[spaceId]/clients/[clientId]/documents/[documentId]/representations/[documentRepresentationId] | Updated the schema metadata example at filename in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/workspace/partner/v1/spaces/[spaceId]/clients/[clientId]/documents/[documentId]/representations/[documentRepresentationId] | Updated the schema metadata description at id in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/workspace/partner/v1/spaces/[spaceId]/clients/[clientId]/documents/[documentId]/representations/[documentRepresentationId] | Updated the schema metadata description at main in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/workspace/partner/v1/spaces/[spaceId]/clients/[clientId]/documents/[documentId]/representations/[documentRepresentationId] | Updated the schema metadata description at md5Hash in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/workspace/partner/v1/spaces/[spaceId]/clients/[clientId]/documents/[documentId]/representations/[documentRepresentationId] | Updated the schema metadata example at md5Hash in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/workspace/partner/v1/spaces/[spaceId]/clients/[clientId]/documents/[documentId]/representations/[documentRepresentationId] | Updated the schema metadata description at original in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/workspace/partner/v1/spaces/[spaceId]/clients/[clientId]/documents/[documentId]/representations/[documentRepresentationId] | Updated the schema metadata description at retentionTime in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/workspace/partner/v1/spaces/[spaceId]/clients/[clientId]/documents/[documentId]/representations/[documentRepresentationId] | Updated the schema metadata description at size in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/workspace/partner/v1/spaces/[spaceId]/clients/[clientId]/documents/[documentId]/representations/[documentRepresentationId] | Updated the schema metadata example at size in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/workspace/partner/v1/spaces/[spaceId]/clients/[clientId]/documents/[documentId]/representations/[documentRepresentationId] | Updated the schema metadata description at status in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/workspace/partner/v1/spaces/[spaceId]/clients/[clientId]/documents/[documentId]/representations/[documentRepresentationId] | Updated the schema metadata example at status in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/workspace/partner/v1/spaces/[spaceId]/clients/[clientId]/documents/[documentId]/representations/[documentRepresentationId] | Updated the schema metadata description at type in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/workspace/partner/v1/spaces/[spaceId]/clients/[clientId]/documents/[documentId]/representations/[documentRepresentationId] | Updated the schema metadata example at type in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/workspace/partner/v1/spaces/[spaceId]/clients/[clientId]/documents/[documentId]/representations/[documentRepresentationId] | Updated the schema metadata description at updatedAt in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/workspace/partner/v1/spaces/[spaceId]/clients/[clientId]/documents/[documentId]/representations/[documentRepresentationId] | Updated the schema metadata description at uploadUrl in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/workspace/partner/v1/spaces/[spaceId]/clients/[clientId]/documents/[documentId]/representations/[documentRepresentationId] | Updated the schema metadata example at uploadUrl in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/workspace/partner/v1/spaces/[spaceId]/clients/[clientId]/documents/[documentId]/representations/[documentRepresentationId] | The status property is no longer required in the response payload under status 200. | Clients can omit this property. |
| POST/workspace/partner/v1/spaces/[spaceId]/clients/[clientId]/documents/[documentId]:getOrCreateRepresentation | The documentType property is no longer required in the request payload. | Clients can omit this property. |
| GET/workspace/partner/v1/spaces/[spaceId]/clients/[clientId]/permissions | Added the new optional request property path. | Filter or enhance queries by utilizing the path parameter for more targeted results. |
| GET/workspace/partner/v1/spaces/[spaceId]/clients/[clientId]/permissions | Added the new optional request property query. | Filter or enhance queries by utilizing the query parameter for more targeted results. |
| GET/workspace/partner/v1/spaces/[spaceId]/clients/[clientId]/permissions | Updated the schema metadata description at subjects/permissions in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/workspace/partner/v1/spaces/[spaceId]/clients/[clientId]/permissions | Updated the schema metadata description at subjects/permissions in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/workspace/partner/v1/spaces/[spaceId]/clients/[clientId]/permissions | The subjects/permissions property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/workspace/partner/v1/spaces/[spaceId]/clients/[clientId]/permissions | Updated the schema metadata description at subjects in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/workspace/partner/v1/spaces/[spaceId]/clients/[clientId]/permissions | Updated the schema metadata description at subjects in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/workspace/partner/v1/spaces/[spaceId]/clients/[clientId]/permissions | The subjects property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/workspace/partner/v1/spaces/[spaceId]/clients/[clientId]/permissions | Updated the schema metadata example in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| POST/workspace/partner/v1/spaces/[spaceId]/clients/[clientId]/permissions | Updated the schema metadata example in the request payload. | Provides better clarity or default behavior in the documentation. |
| POST/workspace/partner/v1/spaces/[spaceId]/extensions/[extensionId]/clients | The clientId property is no longer required in the request payload. | Clients can omit this property. |
| POST/workspace/partner/v1/spaces/[spaceId]/extensions/[extensionId]/clients | The clientId property is no longer required in the response payload under status 200. | Clients can omit this property. |
| POST/workspace/partner/v2/spaces/[spaceId]/clients/[clientId]/documents | Added the new optional request property createdAt. | Supply or consume createdAt for enriched functionality. |
| POST/workspace/partner/v2/spaces/[spaceId]/clients/[clientId]/documents | Added the new optional request property customCategories. | Supply or consume customCategories for enriched functionality. |
| POST/workspace/partner/v2/spaces/[spaceId]/clients/[clientId]/documents | Added the new optional request property parentDirectoryId. | Supply or consume parentDirectoryId for enriched functionality. |
| POST/workspace/partner/v2/spaces/[spaceId]/clients/[clientId]/documents | Added the new PROFORMA_INVOICE enum value to the category request property. | You can now use this new enum value in requests. |
| POST/workspace/partner/v2/spaces/[spaceId]/clients/[clientId]/documents | Added the new QUOTE enum value to the category request property. | You can now use this new enum value in requests. |
| POST/workspace/partner/v2/spaces/[spaceId]/clients/[clientId]/documents | Added the new CREDIT_CARD_STATEMENT enum value to the category request property. | You can now use this new enum value in requests. |
| POST/workspace/partner/v2/spaces/[spaceId]/clients/[clientId]/documents | Added the new THIRD_PARTY_STATEMENT enum value to the category request property. | You can now use this new enum value in requests. |
| POST/workspace/partner/v2/spaces/[spaceId]/clients/[clientId]/documents | Added the new SELF_BILLED_INVOICE enum value to the category request property. | You can now use this new enum value in requests. |
| POST/workspace/partner/v2/spaces/[spaceId]/clients/[clientId]/documents | Added the new SELF_BILLED_CREDIT_NOTE enum value to the category request property. | You can now use this new enum value in requests. |
| POST/workspace/partner/v2/spaces/[spaceId]/clients/[clientId]/documents | Updated the schema metadata description at category in the request payload. | Provides better clarity or default behavior in the documentation. |
| POST/workspace/partner/v2/spaces/[spaceId]/clients/[clientId]/documents | Updated the schema metadata example at category in the request payload. | Provides better clarity or default behavior in the documentation. |
| POST/workspace/partner/v2/spaces/[spaceId]/clients/[clientId]/documents | Updated the schema metadata description at connections/id in the request payload. | Provides better clarity or default behavior in the documentation. |
| POST/workspace/partner/v2/spaces/[spaceId]/clients/[clientId]/documents | Updated the schema metadata example at connections/id in the request payload. | Provides better clarity or default behavior in the documentation. |
| POST/workspace/partner/v2/spaces/[spaceId]/clients/[clientId]/documents | Added the new CUSTOMER enum value to the connections/relationType request property. | You can now use this new enum value in requests. |
| POST/workspace/partner/v2/spaces/[spaceId]/clients/[clientId]/documents | Added the new SUPPLIER enum value to the connections/relationType request property. | You can now use this new enum value in requests. |
| POST/workspace/partner/v2/spaces/[spaceId]/clients/[clientId]/documents | Added the new ACCOUNTANT enum value to the connections/relationType request property. | You can now use this new enum value in requests. |
| POST/workspace/partner/v2/spaces/[spaceId]/clients/[clientId]/documents | Added the new PARTNER enum value to the connections/relationType request property. | You can now use this new enum value in requests. |
| POST/workspace/partner/v2/spaces/[spaceId]/clients/[clientId]/documents | Added the new GROUP enum value to the connections/relationType request property. | You can now use this new enum value in requests. |
| POST/workspace/partner/v2/spaces/[spaceId]/clients/[clientId]/documents | Updated the schema metadata description at connections/relationType in the request payload. | Provides better clarity or default behavior in the documentation. |
| POST/workspace/partner/v2/spaces/[spaceId]/clients/[clientId]/documents | Updated the schema metadata example at connections/relationType in the request payload. | Provides better clarity or default behavior in the documentation. |
| POST/workspace/partner/v2/spaces/[spaceId]/clients/[clientId]/documents | Updated the schema metadata description at connections in the request payload. | Provides better clarity or default behavior in the documentation. |
| POST/workspace/partner/v2/spaces/[spaceId]/clients/[clientId]/documents | Updated the schema metadata description at description in the request payload. | Provides better clarity or default behavior in the documentation. |
| POST/workspace/partner/v2/spaces/[spaceId]/clients/[clientId]/documents | Updated the schema metadata example at description in the request payload. | Provides better clarity or default behavior in the documentation. |
| POST/workspace/partner/v2/spaces/[spaceId]/clients/[clientId]/documents | Updated the schema metadata description at folder in the request payload. | Provides better clarity or default behavior in the documentation. |
| POST/workspace/partner/v2/spaces/[spaceId]/clients/[clientId]/documents | Updated the schema metadata example at folder in the request payload. | Provides better clarity or default behavior in the documentation. |
| POST/workspace/partner/v2/spaces/[spaceId]/clients/[clientId]/documents | Updated the schema metadata description at retentionTime in the request payload. | Provides better clarity or default behavior in the documentation. |
| POST/workspace/partner/v2/spaces/[spaceId]/clients/[clientId]/documents | Updated the schema metadata description at source in the request payload. | Provides better clarity or default behavior in the documentation. |
| POST/workspace/partner/v2/spaces/[spaceId]/clients/[clientId]/documents | Updated the schema metadata example at source in the request payload. | Provides better clarity or default behavior in the documentation. |
| POST/workspace/partner/v2/spaces/[spaceId]/clients/[clientId]/documents | Updated the schema metadata description at tags in the request payload. | Provides better clarity or default behavior in the documentation. |
| POST/workspace/partner/v2/spaces/[spaceId]/clients/[clientId]/documents | Updated the schema metadata example at tags in the request payload. | Provides better clarity or default behavior in the documentation. |
| POST/workspace/partner/v2/spaces/[spaceId]/clients/[clientId]/documents | Updated the schema metadata description at tags in the request payload. | Provides better clarity or default behavior in the documentation. |
| POST/workspace/partner/v2/spaces/[spaceId]/clients/[clientId]/documents | Updated the schema metadata example at tags in the request payload. | Provides better clarity or default behavior in the documentation. |
| POST/workspace/partner/v2/spaces/[spaceId]/clients/[clientId]/documents | Updated the schema metadata description at waitForComplete in the request payload. | Provides better clarity or default behavior in the documentation. |
| POST/workspace/partner/v2/spaces/[spaceId]/clients/[clientId]/documents | Updated the schema metadata example at waitForComplete in the request payload. | Provides better clarity or default behavior in the documentation. |
| POST/workspace/partner/v2/spaces/[spaceId]/clients/[clientId]/documents | The retentionTime property is no longer required in the request payload. | Clients can omit this property. |
| POST/workspace/partner/v2/spaces/[spaceId]/clients/[clientId]/documents | Added the new optional response property under status 201 parentDirectory. | Supply or consume parentDirectory for enriched functionality. |
| POST/workspace/partner/v2/spaces/[spaceId]/clients/[clientId]/documents | Added the new optional response property under status 201 readOnly. | Supply or consume readOnly for enriched functionality. |
| POST/workspace/partner/v2/spaces/[spaceId]/clients/[clientId]/documents | Added the new optional response property under status 201 balanceOffsets. | Supply or consume balanceOffsets for enriched functionality. |
| POST/workspace/partner/v2/spaces/[spaceId]/clients/[clientId]/documents | Added the new optional response property under status 201 customCategories. | Supply or consume customCategories for enriched functionality. |
| POST/workspace/partner/v2/spaces/[spaceId]/clients/[clientId]/documents | Updated the schema metadata description at category in the response payload under status 201. | Provides better clarity or default behavior in the documentation. |
| POST/workspace/partner/v2/spaces/[spaceId]/clients/[clientId]/documents | Updated the schema metadata example at category in the response payload under status 201. | Provides better clarity or default behavior in the documentation. |
| POST/workspace/partner/v2/spaces/[spaceId]/clients/[clientId]/documents | Updated the schema metadata description at connections/displayName in the response payload under status 201. | Provides better clarity or default behavior in the documentation. |
| POST/workspace/partner/v2/spaces/[spaceId]/clients/[clientId]/documents | Updated the schema metadata description at connections/id in the response payload under status 201. | Provides better clarity or default behavior in the documentation. |
| POST/workspace/partner/v2/spaces/[spaceId]/clients/[clientId]/documents | Updated the schema metadata description at connections/relationType in the response payload under status 201. | Provides better clarity or default behavior in the documentation. |
| POST/workspace/partner/v2/spaces/[spaceId]/clients/[clientId]/documents | Updated the schema metadata example at connections/relationType in the response payload under status 201. | Provides better clarity or default behavior in the documentation. |
| POST/workspace/partner/v2/spaces/[spaceId]/clients/[clientId]/documents | Updated the schema metadata description at connections in the response payload under status 201. | Provides better clarity or default behavior in the documentation. |
| POST/workspace/partner/v2/spaces/[spaceId]/clients/[clientId]/documents | Updated the schema metadata description at description in the response payload under status 201. | Provides better clarity or default behavior in the documentation. |
| POST/workspace/partner/v2/spaces/[spaceId]/clients/[clientId]/documents | Updated the schema metadata description at folder in the response payload under status 201. | Provides better clarity or default behavior in the documentation. |
| POST/workspace/partner/v2/spaces/[spaceId]/clients/[clientId]/documents | Updated the schema metadata example at folder in the response payload under status 201. | Provides better clarity or default behavior in the documentation. |
| POST/workspace/partner/v2/spaces/[spaceId]/clients/[clientId]/documents | Updated the schema metadata description at id in the response payload under status 201. | Provides better clarity or default behavior in the documentation. |
| POST/workspace/partner/v2/spaces/[spaceId]/clients/[clientId]/documents | Updated the schema metadata description at lines/id in the response payload under status 201. | Provides better clarity or default behavior in the documentation. |
| POST/workspace/partner/v2/spaces/[spaceId]/clients/[clientId]/documents | Updated the schema metadata description at lines/sequence in the response payload under status 201. | Provides better clarity or default behavior in the documentation. |
| POST/workspace/partner/v2/spaces/[spaceId]/clients/[clientId]/documents | Updated the schema metadata example at lines/sequence in the response payload under status 201. | Provides better clarity or default behavior in the documentation. |
| POST/workspace/partner/v2/spaces/[spaceId]/clients/[clientId]/documents | The lines/sequence property is no longer required in the response payload under status 201. | Clients can omit this property. |
| POST/workspace/partner/v2/spaces/[spaceId]/clients/[clientId]/documents | Updated the schema metadata description at lines in the response payload under status 201. | Provides better clarity or default behavior in the documentation. |
| POST/workspace/partner/v2/spaces/[spaceId]/clients/[clientId]/documents | Updated the schema metadata description at retentionTime in the response payload under status 201. | Provides better clarity or default behavior in the documentation. |
| POST/workspace/partner/v2/spaces/[spaceId]/clients/[clientId]/documents | Updated the schema metadata description at source in the response payload under status 201. | Provides better clarity or default behavior in the documentation. |
| POST/workspace/partner/v2/spaces/[spaceId]/clients/[clientId]/documents | Updated the schema metadata description at spaceId in the response payload under status 201. | Provides better clarity or default behavior in the documentation. |
| POST/workspace/partner/v2/spaces/[spaceId]/clients/[clientId]/documents | Updated the schema metadata description at tags in the response payload under status 201. | Provides better clarity or default behavior in the documentation. |
| POST/workspace/partner/v2/spaces/[spaceId]/clients/[clientId]/documents | Updated the schema metadata description at tags in the response payload under status 201. | Provides better clarity or default behavior in the documentation. |
| POST/workspace/partner/v2/spaces/[spaceId]/clients/[clientId]/documents | Updated the schema metadata description at tasks/extensionName in the response payload under status 201. | Provides better clarity or default behavior in the documentation. |
| POST/workspace/partner/v2/spaces/[spaceId]/clients/[clientId]/documents | Updated the schema metadata example at tasks/extensionName in the response payload under status 201. | Provides better clarity or default behavior in the documentation. |
| POST/workspace/partner/v2/spaces/[spaceId]/clients/[clientId]/documents | Updated the schema metadata description at tasks/status in the response payload under status 201. | Provides better clarity or default behavior in the documentation. |
| POST/workspace/partner/v2/spaces/[spaceId]/clients/[clientId]/documents | Updated the schema metadata example at tasks/status in the response payload under status 201. | Provides better clarity or default behavior in the documentation. |
| POST/workspace/partner/v2/spaces/[spaceId]/clients/[clientId]/documents | Updated the schema metadata description at tasks in the response payload under status 201. | Provides better clarity or default behavior in the documentation. |
Workspace Space
BreakingBreaking Changes
| Method & Endpoint | The Change | Breaking Behavior | Migration Path |
|---|---|---|---|
| GET/workspace/space/business/v1/spaces | Removed the spaces/name response property under status 200. | Client payloads including the spaces/name field will be rejected. | Remove the spaces/name parameter from response payload under status 200 models. |
| GET/workspace/space/business/v1/spaces | Removed the spaces/region response property under status 200. | Client payloads including the spaces/region field will be rejected. | Remove the spaces/region parameter from response payload under status 200 models. |
| GET/workspace/space/business/v1/spaces | Removed the spaces/type response property under status 200. | Client payloads including the spaces/type field will be rejected. | Remove the spaces/type parameter from response payload under status 200 models. |
| GET/workspace/space/business/v1/spaces | Removed the spaces/baseUrl response property under status 200. | Client payloads including the spaces/baseUrl field will be rejected. | Remove the spaces/baseUrl parameter from response payload under status 200 models. |
| GET/workspace/space/business/v1/spaces | Removed the spaces/entityId response property under status 200. | Client payloads including the spaces/entityId field will be rejected. | Remove the spaces/entityId parameter from response payload under status 200 models. |
| GET/workspace/space/business/v1/spaces | Removed the spaces/id response property under status 200. | Client payloads including the spaces/id field will be rejected. | Remove the spaces/id parameter from response payload under status 200 models. |
| GET/workspace/space/business/v1/spaces | Modified the strict schema constraint oneOf at spaces in the response payload under status 200. | Payloads violating the updated oneOf validation rule will be rejected. | Update client-side schema definitions to respect the new oneOf constraint. |
| GET/workspace/space/business/v1/spaces | Modified the strict schema constraint type at spaces in the response payload under status 200. | Payloads violating the updated type validation rule will be rejected. | Update client-side schema definitions to respect the new type constraint. |
| GET/workspace/space/business/v1/spaces | Modified the strict schema constraint discriminatorDiff at spaces in the response payload under status 200. | Payloads violating the updated discriminatorDiff validation rule will be rejected. | Update client-side schema definitions to respect the new discriminatorDiff constraint. |
| GET/workspace/space/business/v1/spaces | Modified the strict schema constraint minLength at unavailableRegions in the response payload under status 200. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| GET/workspace/space/v1/spaces | Added the new SYSTEM_INTEGRATOR enum value to the spaces/segment response property under status 200. | Strict parsers will fail to deserialize when returning records with the SYSTEM_INTEGRATOR type. | Update models to accept and handle the SYSTEM_INTEGRATOR type. |
| GET/workspace/space/v1/spaces/[spaceId] | Added the new SYSTEM_INTEGRATOR enum value to the segment response property under status 200. | Strict parsers will fail to deserialize when returning records with the SYSTEM_INTEGRATOR type. | Update models to accept and handle the SYSTEM_INTEGRATOR type. |
| PATCH/workspace/space/v1/spaces/[spaceId] | Added the new SYSTEM_INTEGRATOR enum value to the segment response property under status 200. | Strict parsers will fail to deserialize when returning records with the SYSTEM_INTEGRATOR type. | Update models to accept and handle the SYSTEM_INTEGRATOR type. |
| GET/workspace/space/v1/spaces/[spaceId]/extensions | Removed the extensions/permissions response property under status 200. | Client payloads including the extensions/permissions field will be rejected. | Remove the extensions/permissions parameter from response payload under status 200 models. |
| GET/workspace/space/v1/spaces/[spaceId]/extensions | Modified the strict schema constraint nullable at extensions/accessManagement/permissions in the response payload under status 200. | Payloads violating the updated nullable validation rule will be rejected. | Update client-side schema definitions to respect the new nullable constraint. |
| GET/workspace/space/v1/spaces/[spaceId]/extensions | Modified the strict schema constraint deprecated at extensions/accessManagement/permissions in the response payload under status 200. | Payloads violating the updated deprecated validation rule will be rejected. | Update client-side schema definitions to respect the new deprecated constraint. |
| GET/workspace/space/v1/spaces/[spaceId]/extensions/[extensionId] | Removed the permissions response property under status 200. | Client payloads including the permissions field will be rejected. | Remove the permissions parameter from response payload under status 200 models. |
| GET/workspace/space/v1/spaces/[spaceId]/extensions/[extensionId] | Modified the strict schema constraint nullable at accessManagement/permissions in the response payload under status 200. | Payloads violating the updated nullable validation rule will be rejected. | Update client-side schema definitions to respect the new nullable constraint. |
| GET/workspace/space/v1/spaces/[spaceId]/extensions/[extensionId] | Modified the strict schema constraint deprecated at accessManagement/permissions in the response payload under status 200. | Payloads violating the updated deprecated validation rule will be rejected. | Update client-side schema definitions to respect the new deprecated constraint. |
| GET/workspace/space/v1/spaces/[spaceId]/partners | Added the new SYSTEM_INTEGRATOR enum value to the partners/segment response property under status 200. | Strict parsers will fail to deserialize when returning records with the SYSTEM_INTEGRATOR type. | Update models to accept and handle the SYSTEM_INTEGRATOR type. |
| GET/workspace/space/v2/spaces/[spaceId]/permissionTree | Removed the lastSyncedAt response property under status 200. | Client payloads including the lastSyncedAt field will be rejected. | Remove the lastSyncedAt parameter from response payload under status 200 models. |
| GET/workspace/space/v2/spaces/[spaceId]/permissionTree | Removed the status response property under status 200. | Client payloads including the status field will be rejected. | Remove the status parameter from response payload under status 200 models. |
| GET/workspace/space/v2/spaces/[spaceId]/permissionTree | Removed the subjectType response property under status 200. | Client payloads including the subjectType field will be rejected. | Remove the subjectType parameter from response payload under status 200 models. |
| POST/workspace/space/v2/spaces/[spaceId]/permissionTree/[subject]:addOrRemove | Removed the 200 response status code. | Clients expecting this exact status will encounter errors. | Update error handlers. |
NewNew Endpoints
| Method & Endpoint | Core Functionality | Auth/Scopes Required |
|---|---|---|
| ADD/workspace/space/v1/entities/[entityId]/groups | Access the newly provided functionality and features for this resource. | None specified |
| ADD/workspace/space/v2/spaces/[spaceId] | Access the newly provided functionality and features for this resource. | None specified |
| ADD/workspace/space/v1/spaces/[spaceId]/groups | Access the newly provided functionality and features for this resource. | None specified |
| ADD/workspace/space/v2/spaces/[spaceId]/myPermissionTree/permissions | Access the newly provided functionality and features for this resource. | None specified |
| ADD/workspace/space/v1/spaces/[spaceId]/subscriptions | Access the newly provided functionality and features for this resource. | None specified |
| ADD/workspace/space/v1/spaces/[spaceId]/[subjectType]/[subject]:activate | Access the newly provided functionality and features for this resource. | None specified |
| ADD/workspace/space/v1/spaces/[spaceId]/groups/[groupId]:assign | Access the newly provided functionality and features for this resource. | None specified |
| ADD/workspace/space/v1/entities/[entityId]/groups/[groupId] | Access the newly provided functionality and features for this resource. | None specified |
| ADD/workspace/space/v1/spaces/[spaceId]/groups/[groupId]:unassign | Access the newly provided functionality and features for this resource. | None specified |
| ADD/workspace/space/v1/spaces/[spaceId]/roles/[roleId] | Access the newly provided functionality and features for this resource. | None specified |
| ADD/workspace/space/v1/spaces/[spaceId]/groups/[groupId]/users | Access the newly provided functionality and features for this resource. | None specified |
| ADD/workspace/space/v1/spaces/[spaceId]/roles/[roleId]/permissions | Access the newly provided functionality and features for this resource. | None specified |
| ADD/workspace/space/v1/spaces/[spaceId]/[subjectType]/[subject]:deactivate | Access the newly provided functionality and features for this resource. | None specified |
| ADD/workspace/space/v1/spaces/[spaceId]/groups/[groupId]/roles | Access the newly provided functionality and features for this resource. | None specified |
| ADD/workspace/space/v2/spaces/[spaceId]:jsonpatch | Access the newly provided functionality and features for this resource. | None specified |
| ADD/workspace/space/v2/spaces/[spaceId]/taxInfo | Access the newly provided functionality and features for this resource. | None specified |
| ADD/workspace/space/v2/spaces | Access the newly provided functionality and features for this resource. | None specified |
| ADD/workspace/space/v1/spaces/[spaceId]/groups/[groupId]:assignRoles | Access the newly provided functionality and features for this resource. | None specified |
| ADD/workspace/space/v1/spaces/[spaceId]/[subjectType]/[subject] | Access the newly provided functionality and features for this resource. | None specified |
| ADD/workspace/space/v1/spaces/[spaceId]/groups/[groupId]:unassignRoles | Access the newly provided functionality and features for this resource. | None specified |
| ADD/workspace/space/v1/spaces/[spaceId]/[subjectType]/[subject]/groups | Access the newly provided functionality and features for this resource. | None specified |
| ADD/workspace/space/v1/spaces/[spaceId]/[subjectType] | Access the newly provided functionality and features for this resource. | None specified |
| ADD/workspace/space/v1/spaces/[spaceId]/groups/[groupId] | Access the newly provided functionality and features for this resource. | None specified |
| ADD/workspace/space/v1/spaces/[spaceId]/roles | Access the newly provided functionality and features for this resource. | None specified |
InfoImprovements (Non-Breaking)
| Method & Endpoint | Enhancement Details | Developer Opportunity |
|---|---|---|
| GET/workspace/space/business/v1/spaces | The spaces/id property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/workspace/space/business/v1/spaces | The spaces/name property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/workspace/space/business/v1/spaces | The spaces/region property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/workspace/space/business/v1/spaces | The spaces/type property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/workspace/space/business/v1/spaces | The spaces/baseUrl property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/workspace/space/business/v1/spaces | The spaces/entityId property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/workspace/space/v1/spaces | Added the new optional request property query. | Filter or enhance queries by utilizing the query parameter for more targeted results. |
| GET/workspace/space/v1/spaces | Added the new optional response property under status 200 spaces/status. | Supply or consume spaces/status for enriched functionality. |
| GET/workspace/space/v1/spaces | Updated the schema metadata description at spaces/segment in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/workspace/space/v1/spaces | Updated the schema metadata example in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/workspace/space/v1/spaces/[spaceId] | Added the new optional response property under status 200 status. | Supply or consume status for enriched functionality. |
| GET/workspace/space/v1/spaces/[spaceId] | Added the new optional response property under status 200 entity/locale. | Supply or consume entity/locale for enriched functionality. |
| GET/workspace/space/v1/spaces/[spaceId] | Added the new optional response property under status 200 entity/metadata. | Supply or consume entity/metadata for enriched functionality. |
| GET/workspace/space/v1/spaces/[spaceId] | Added the new optional response property under status 200 entity/settings. | Supply or consume entity/settings for enriched functionality. |
| GET/workspace/space/v1/spaces/[spaceId] | The entity/addresses/additionalProperties/city property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/workspace/space/v1/spaces/[spaceId] | Updated the schema metadata description at segment in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/workspace/space/v1/spaces/[spaceId] | Updated the schema metadata description at timestamps in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/workspace/space/v1/spaces/[spaceId] | Updated the schema metadata example in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| PATCH/workspace/space/v1/spaces/[spaceId] | Added the new SYSTEM_INTEGRATOR enum value to the segment request property. | You can now use this new enum value in requests. |
| PATCH/workspace/space/v1/spaces/[spaceId] | Updated the schema metadata description at segment in the request payload. | Provides better clarity or default behavior in the documentation. |
| PATCH/workspace/space/v1/spaces/[spaceId] | Updated the schema metadata example in the request payload. | Provides better clarity or default behavior in the documentation. |
| PATCH/workspace/space/v1/spaces/[spaceId] | Added the new optional response property under status 200 status. | Supply or consume status for enriched functionality. |
| PATCH/workspace/space/v1/spaces/[spaceId] | Updated the schema metadata description at segment in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| PATCH/workspace/space/v1/spaces/[spaceId] | Updated the schema metadata example in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/workspace/space/v1/spaces/[spaceId]/context | Updated the schema metadata example in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/workspace/space/v1/spaces/[spaceId]/extensions | Added the new optional response property under status 200 extensions/activationTime. | Supply or consume extensions/activationTime for enriched functionality. |
| GET/workspace/space/v1/spaces/[spaceId]/extensions | Added the new optional response property under status 200 extensions/plugins. | Supply or consume extensions/plugins for enriched functionality. |
| GET/workspace/space/v1/spaces/[spaceId]/extensions | Updated the schema metadata description at extensions/accessManagement/permissions in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/workspace/space/v1/spaces/[spaceId]/extensions | Updated the schema metadata example at extensions/accessManagement/permissions in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/workspace/space/v1/spaces/[spaceId]/extensions/[extensionId] | Added the new optional response property under status 200 activationTime. | Supply or consume activationTime for enriched functionality. |
| GET/workspace/space/v1/spaces/[spaceId]/extensions/[extensionId] | Added the new optional response property under status 200 plugins. | Supply or consume plugins for enriched functionality. |
| GET/workspace/space/v1/spaces/[spaceId]/extensions/[extensionId] | Updated the schema metadata description at accessManagement/permissions in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/workspace/space/v1/spaces/[spaceId]/extensions/[extensionId] | Updated the schema metadata example at accessManagement/permissions in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| POST/workspace/space/v1/spaces/[spaceId]/extensions/[extensionId]/permissions | The requester property is no longer required in the request payload. | Clients can omit this property. |
| POST/workspace/space/v1/spaces/[spaceId]/extensions/[extensionId]/permissions | The permission property is no longer required in the request payload. | Clients can omit this property. |
| PUT/workspace/space/v1/spaces/[spaceId]/extensions/[extensionId]:updateStatus | Added the new optional request property activationTime. | Supply or consume activationTime for enriched functionality. |
| PUT/workspace/space/v1/spaces/[spaceId]/extensions/[extensionId]:updateStatus | Updated the schema metadata example in the request payload. | Provides better clarity or default behavior in the documentation. |
| PUT/workspace/space/v1/spaces/[spaceId]/extensions/[extensionId]:updateStatus | Updated the schema metadata examples in the request payload. | Provides better clarity or default behavior in the documentation. |
| PUT/workspace/space/v1/spaces/[spaceId]/extensions/[extensionId]:updateStatus | Added the new optional response property under status 200 activationTime. | Supply or consume activationTime for enriched functionality. |
| PUT/workspace/space/v1/spaces/[spaceId]/extensions/[extensionId]:updateStatus | Updated the schema metadata example in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| PUT/workspace/space/v1/spaces/[spaceId]/extensions/[extensionId]:updateStatus | Updated the schema metadata examples in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/workspace/space/v1/spaces/[spaceId]/myPermissionTree | Added the new optional request property query. | Filter or enhance queries by utilizing the query parameter for more targeted results. |
| GET/workspace/space/v1/spaces/[spaceId]/myPermissionTree | The resources/type property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/workspace/space/v1/spaces/[spaceId]/myPermissionTree | The resources/id property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/workspace/space/v1/spaces/[spaceId]/myPermissionTree | The resources/scopes property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/workspace/space/v1/spaces/[spaceId]/partners | Added the new optional request property query. | Filter or enhance queries by utilizing the query parameter for more targeted results. |
| GET/workspace/space/v1/spaces/[spaceId]/partners | Added the new optional response property under status 200 partners/timestamps. | Supply or consume partners/timestamps for enriched functionality. |
| GET/workspace/space/v1/spaces/[spaceId]/partners | The partners/partnerExtensions/permissionTree/id property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/workspace/space/v1/spaces/[spaceId]/partners | The partners/partnerExtensions/permissionTree/scopes property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/workspace/space/v1/spaces/[spaceId]/partners | The partners/partnerExtensions/permissionTree/type property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/workspace/space/v1/spaces/[spaceId]/partners | Updated the schema metadata description at partners/segment in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/workspace/space/v1/spaces/[spaceId]/partners | The partners/name property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/workspace/space/v1/spaces/[spaceId]/permissionTree | Added the new optional request property query. | Filter or enhance queries by utilizing the query parameter for more targeted results. |
| GET/workspace/space/v1/spaces/[spaceId]/permissionTree | The resources/type property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/workspace/space/v1/spaces/[spaceId]/permissionTree | The resources/id property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/workspace/space/v1/spaces/[spaceId]/permissionTree | The resources/scopes property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/workspace/space/v1/spaces/[spaceId]/permissionTree/[subject] | Added the new optional request property query. | Filter or enhance queries by utilizing the query parameter for more targeted results. |
| GET/workspace/space/v1/spaces/[spaceId]/permissionTree/[subject] | The resources/type property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/workspace/space/v1/spaces/[spaceId]/permissionTree/[subject] | The resources/id property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/workspace/space/v1/spaces/[spaceId]/permissionTree/[subject] | The resources/scopes property is no longer required in the response payload under status 200. | Clients can omit this property. |
| PUT/workspace/space/v1/spaces/[spaceId]/permissionTree/[subject] | The resources/type property is no longer required in the request payload. | Clients can omit this property. |
| PUT/workspace/space/v1/spaces/[spaceId]/permissionTree/[subject] | The resources/id property is no longer required in the request payload. | Clients can omit this property. |
| PUT/workspace/space/v1/spaces/[spaceId]/permissionTree/[subject] | The resources/scopes property is no longer required in the request payload. | Clients can omit this property. |
| PUT/workspace/space/v1/spaces/[spaceId]/permissionTree/[subject] | The resources/type property is no longer required in the response payload under status 200. | Clients can omit this property. |
| PUT/workspace/space/v1/spaces/[spaceId]/permissionTree/[subject] | The resources/id property is no longer required in the response payload under status 200. | Clients can omit this property. |
| PUT/workspace/space/v1/spaces/[spaceId]/permissionTree/[subject] | The resources/scopes property is no longer required in the response payload under status 200. | Clients can omit this property. |
| POST/workspace/space/v1/spaces/[spaceId]/permissions | The permission property is no longer required in the request payload. | Clients can omit this property. |
| POST/workspace/space/v1/spaces/[spaceId]/permissions | The requester property is no longer required in the request payload. | Clients can omit this property. |
| GET/workspace/space/v1/spaces/[spaceId]/spaceContext | Added the new optional response property under status 200 status. | Supply or consume status for enriched functionality. |
| GET/workspace/space/v1/spaces/[spaceId]/spaceContext | Updated the schema metadata example in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/workspace/space/v1/spaces/[spaceId]/taxInfo | The addresses/additionalProperties/city property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/workspace/space/v1/spaces/[spaceId]/taxInfo | The deductionLimitations/limit property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/workspace/space/v1/spaces/[spaceId]/taxInfo | The parentEquityParticipations/percentage property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/workspace/space/v1/spaces/[spaceId]/taxInfo | The parentEquityParticipations/subsidiaryId property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/workspace/space/v1/spaces/[spaceId]/taxInfo | The taxRegistration/vatGroup/name property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/workspace/space/v1/spaces/[spaceId]/userContext | Updated the schema metadata example in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/workspace/space/v2/spaces/[spaceId]/myPermissionTree | Added the new optional request property query. | Filter or enhance queries by utilizing the query parameter for more targeted results. |
| GET/workspace/space/v2/spaces/[spaceId]/myPermissionTree | The resources/scopes/name property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/workspace/space/v2/spaces/[spaceId]/myPermissionTree | The resources/scopes property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/workspace/space/v2/spaces/[spaceId]/myPermissionTree | The resources/type property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/workspace/space/v2/spaces/[spaceId]/myPermissionTree | The resources/id property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/workspace/space/v2/spaces/[spaceId]/myPermissionTree | The resources/name property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/workspace/space/v2/spaces/[spaceId]/permissionTree | Added the new optional request property query. | Filter or enhance queries by utilizing the query parameter for more targeted results. |
| GET/workspace/space/v2/spaces/[spaceId]/permissionTree | The resources/scopes/name property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/workspace/space/v2/spaces/[spaceId]/permissionTree | The resources/scopes property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/workspace/space/v2/spaces/[spaceId]/permissionTree | The resources/type property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/workspace/space/v2/spaces/[spaceId]/permissionTree | The resources/id property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/workspace/space/v2/spaces/[spaceId]/permissionTree | The resources/name property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/workspace/space/v2/spaces/[spaceId]/permissionTree | Updated the schema metadata example in the response payload under status 200. | Provides better clarity or default behavior in the documentation. |
| GET/workspace/space/v2/spaces/[spaceId]/permissionTree/[subject] | Added the new optional request property query. | Filter or enhance queries by utilizing the query parameter for more targeted results. |
| GET/workspace/space/v2/spaces/[spaceId]/permissionTree/[subject] | The resources/scopes/name property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/workspace/space/v2/spaces/[spaceId]/permissionTree/[subject] | The resources/scopes property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/workspace/space/v2/spaces/[spaceId]/permissionTree/[subject] | The resources/type property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/workspace/space/v2/spaces/[spaceId]/permissionTree/[subject] | The resources/id property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/workspace/space/v2/spaces/[spaceId]/permissionTree/[subject] | The resources/name property is no longer required in the response payload under status 200. | Clients can omit this property. |
| POST/workspace/space/v2/spaces/[spaceId]/permissionTree/[subject]:addOrRemove | The add/resources/scopes/name property is no longer required in the request payload. | Clients can omit this property. |
| POST/workspace/space/v2/spaces/[spaceId]/permissionTree/[subject]:addOrRemove | The add/resources/type property is no longer required in the request payload. | Clients can omit this property. |
| POST/workspace/space/v2/spaces/[spaceId]/permissionTree/[subject]:addOrRemove | The add/resources/id property is no longer required in the request payload. | Clients can omit this property. |
| POST/workspace/space/v2/spaces/[spaceId]/permissionTree/[subject]:addOrRemove | The add/resources/name property is no longer required in the request payload. | Clients can omit this property. |
| POST/workspace/space/v2/spaces/[spaceId]/permissionTree/[subject]:addOrRemove | The add/resources/scopes property is no longer required in the request payload. | Clients can omit this property. |
| POST/workspace/space/v2/spaces/[spaceId]/permissionTree/[subject]:addOrRemove | The remove/resources/scopes/name property is no longer required in the request payload. | Clients can omit this property. |
| POST/workspace/space/v2/spaces/[spaceId]/permissionTree/[subject]:addOrRemove | The remove/resources/type property is no longer required in the request payload. | Clients can omit this property. |
| POST/workspace/space/v2/spaces/[spaceId]/permissionTree/[subject]:addOrRemove | The remove/resources/id property is no longer required in the request payload. | Clients can omit this property. |
| POST/workspace/space/v2/spaces/[spaceId]/permissionTree/[subject]:addOrRemove | The remove/resources/name property is no longer required in the request payload. | Clients can omit this property. |
| POST/workspace/space/v2/spaces/[spaceId]/permissionTree/[subject]:addOrRemove | The remove/resources/scopes property is no longer required in the request payload. | Clients can omit this property. |
Workspace User
BreakingBreaking Changes
| Method & Endpoint | The Change | Breaking Behavior | Migration Path |
|---|---|---|---|
| DEL/workspace/user/v1/users:communicationData | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
| DEL/workspace/user/v1/users:info | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
| DEL/workspace/user/v1/users | API path removed without deprecation. | Invocations targeting this endpoint will fail immediately with an HTTP 404 Not Found routing error. | Re-route client integrations to current supported paths. |
| GET/workspace/user/business/v1/spaces/[spaceId]/users | Modified the strict schema constraint minLength at users/firstName in the response payload under status 200. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| GET/workspace/user/business/v1/spaces/[spaceId]/users | Modified the strict schema constraint minLength at users/lastName in the response payload under status 200. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| GET/workspace/user/business/v1/spaces/[spaceId]/users | Modified the strict schema constraint minLength at users/permissionTree/groups/name in the response payload under status 200. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| GET/workspace/user/business/v1/spaces/[spaceId]/users | Modified the strict schema constraint minLength at users/permissionTree/resources/id in the response payload under status 200. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| GET/workspace/user/business/v1/spaces/[spaceId]/users | Modified the strict schema constraint minLength at users/permissionTree/resources/scopes in the response payload under status 200. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| GET/workspace/user/business/v1/spaces/[spaceId]/users | Modified the strict schema constraint minItems at users/permissionTree/resources/scopes in the response payload under status 200. | Payloads violating the updated minItems validation rule will be rejected. | Update client-side schema definitions to respect the new minItems constraint. |
| GET/workspace/user/business/v1/spaces/[spaceId]/users | Modified the strict schema constraint minLength at users/permissionTree/resources/type in the response payload under status 200. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| GET/workspace/user/business/v1/spaces/[spaceId]/users | Removed the ACTIVE enum value from the users/status response property under status 200. | Submitting ACTIVE will result in schema validation failures. | Remove usage of ACTIVE and implement fallback logic. |
| GET/workspace/user/business/v1/spaces/[spaceId]/users | Removed the PENDING enum value from the users/status response property under status 200. | Submitting PENDING will result in schema validation failures. | Remove usage of PENDING and implement fallback logic. |
| GET/workspace/user/business/v1/spaces/[spaceId]/users | The users/partnerIds property is now REQUIRED in the response payload under status 200. | Omitting users/partnerIds will cause validation errors. | Ensure users/partnerIds is populated. |
| GET/workspace/user/business/v1/spaces/[spaceId]/users/me | Modified the strict schema constraint minLength at firstName in the response payload under status 200. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| GET/workspace/user/business/v1/spaces/[spaceId]/users/me | Modified the strict schema constraint minLength at lastName in the response payload under status 200. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| GET/workspace/user/business/v1/spaces/[spaceId]/users/me | Modified the strict schema constraint minLength at permissionTree/groups/name in the response payload under status 200. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| GET/workspace/user/business/v1/spaces/[spaceId]/users/me | Modified the strict schema constraint minLength at permissionTree/resources/id in the response payload under status 200. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| GET/workspace/user/business/v1/spaces/[spaceId]/users/me | Modified the strict schema constraint minLength at permissionTree/resources/scopes in the response payload under status 200. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| GET/workspace/user/business/v1/spaces/[spaceId]/users/me | Modified the strict schema constraint minItems at permissionTree/resources/scopes in the response payload under status 200. | Payloads violating the updated minItems validation rule will be rejected. | Update client-side schema definitions to respect the new minItems constraint. |
| GET/workspace/user/business/v1/spaces/[spaceId]/users/me | Modified the strict schema constraint minLength at permissionTree/resources/type in the response payload under status 200. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| GET/workspace/user/business/v1/spaces/[spaceId]/users/me | Removed the ACTIVE enum value from the status response property under status 200. | Submitting ACTIVE will result in schema validation failures. | Remove usage of ACTIVE and implement fallback logic. |
| GET/workspace/user/business/v1/spaces/[spaceId]/users/me | Removed the PENDING enum value from the status response property under status 200. | Submitting PENDING will result in schema validation failures. | Remove usage of PENDING and implement fallback logic. |
| GET/workspace/user/business/v1/spaces/[spaceId]/users/me | The partnerIds property is now REQUIRED in the response payload under status 200. | Omitting partnerIds will cause validation errors. | Ensure partnerIds is populated. |
| GET/workspace/user/business/v1/spaces/[spaceId]/users/[subject] | Modified the strict schema constraint minLength at firstName in the response payload under status 200. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| GET/workspace/user/business/v1/spaces/[spaceId]/users/[subject] | Modified the strict schema constraint minLength at lastName in the response payload under status 200. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| GET/workspace/user/business/v1/spaces/[spaceId]/users/[subject] | Modified the strict schema constraint minLength at permissionTree/groups/name in the response payload under status 200. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| GET/workspace/user/business/v1/spaces/[spaceId]/users/[subject] | Modified the strict schema constraint minLength at permissionTree/resources/id in the response payload under status 200. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| GET/workspace/user/business/v1/spaces/[spaceId]/users/[subject] | Modified the strict schema constraint minLength at permissionTree/resources/scopes in the response payload under status 200. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| GET/workspace/user/business/v1/spaces/[spaceId]/users/[subject] | Modified the strict schema constraint minItems at permissionTree/resources/scopes in the response payload under status 200. | Payloads violating the updated minItems validation rule will be rejected. | Update client-side schema definitions to respect the new minItems constraint. |
| GET/workspace/user/business/v1/spaces/[spaceId]/users/[subject] | Modified the strict schema constraint minLength at permissionTree/resources/type in the response payload under status 200. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| GET/workspace/user/business/v1/spaces/[spaceId]/users/[subject] | Removed the ACTIVE enum value from the status response property under status 200. | Submitting ACTIVE will result in schema validation failures. | Remove usage of ACTIVE and implement fallback logic. |
| GET/workspace/user/business/v1/spaces/[spaceId]/users/[subject] | Removed the PENDING enum value from the status response property under status 200. | Submitting PENDING will result in schema validation failures. | Remove usage of PENDING and implement fallback logic. |
| GET/workspace/user/business/v1/spaces/[spaceId]/users/[subject] | The partnerIds property is now REQUIRED in the response payload under status 200. | Omitting partnerIds will cause validation errors. | Ensure partnerIds is populated. |
| GET/workspace/user/business/v1/users/me | Modified the strict schema constraint minLength at firstName in the response payload under status 200. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| GET/workspace/user/business/v1/users/me | Modified the strict schema constraint minLength at lastName in the response payload under status 200. | Payloads violating the updated minLength validation rule will be rejected. | Update client-side schema definitions to respect the new minLength constraint. |
| GET/workspace/user/business/v1/users/me | Removed the ACTIVE enum value from the status response property under status 200. | Submitting ACTIVE will result in schema validation failures. | Remove usage of ACTIVE and implement fallback logic. |
| GET/workspace/user/business/v1/users/me | Removed the PENDING enum value from the status response property under status 200. | Submitting PENDING will result in schema validation failures. | Remove usage of PENDING and implement fallback logic. |
| GET/workspace/user/business/v1/users/me | The partnerIds property is now REQUIRED in the response payload under status 200. | Omitting partnerIds will cause validation errors. | Ensure partnerIds is populated. |
NewNew Endpoints
| Method & Endpoint | Core Functionality | Auth/Scopes Required |
|---|---|---|
| ADD/workspace/user/v1/tokens/[deviceId]/[appId] | Access the newly provided functionality and features for this resource. | None specified |
| ADD/workspace/user/v1/users/me | Access the newly provided functionality and features for this resource. | None specified |
| ADD/workspace/user/v1/tokens | Access the newly provided functionality and features for this resource. | None specified |
InfoImprovements (Non-Breaking)
| Method & Endpoint | Enhancement Details | Developer Opportunity |
|---|---|---|
| GET/workspace/user/business/v1/spaces/[spaceId]/users | Added the new optional response property under status 200 users/partnerIds. | Supply or consume users/partnerIds for enriched functionality. |
| GET/workspace/user/business/v1/spaces/[spaceId]/users | The users/permissionTree/groups property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/workspace/user/business/v1/spaces/[spaceId]/users | The users/permissionTree/resources property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/workspace/user/business/v1/spaces/[spaceId]/users | The users/permissionTree property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/workspace/user/business/v1/spaces/[spaceId]/users | The users/subject property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/workspace/user/business/v1/spaces/[spaceId]/users/me | Added the new optional request property query. | Filter or enhance queries by utilizing the query parameter for more targeted results. |
| GET/workspace/user/business/v1/spaces/[spaceId]/users/me | Added the new optional response property under status 200 partnerIds. | Supply or consume partnerIds for enriched functionality. |
| GET/workspace/user/business/v1/spaces/[spaceId]/users/me | The permissionTree/groups property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/workspace/user/business/v1/spaces/[spaceId]/users/me | The permissionTree/resources property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/workspace/user/business/v1/spaces/[spaceId]/users/me | The permissionTree property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/workspace/user/business/v1/spaces/[spaceId]/users/me | The subject property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/workspace/user/business/v1/spaces/[spaceId]/users/[subject] | Added the new optional request property query. | Filter or enhance queries by utilizing the query parameter for more targeted results. |
| GET/workspace/user/business/v1/spaces/[spaceId]/users/[subject] | Added the new optional response property under status 200 partnerIds. | Supply or consume partnerIds for enriched functionality. |
| GET/workspace/user/business/v1/spaces/[spaceId]/users/[subject] | The permissionTree/groups property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/workspace/user/business/v1/spaces/[spaceId]/users/[subject] | The permissionTree/resources property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/workspace/user/business/v1/spaces/[spaceId]/users/[subject] | The permissionTree property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/workspace/user/business/v1/spaces/[spaceId]/users/[subject] | The subject property is no longer required in the response payload under status 200. | Clients can omit this property. |
| GET/workspace/user/business/v1/users/me | Added the new optional response property under status 200 partnerIds. | Supply or consume partnerIds for enriched functionality. |
| PUT/workspace/user/v1/preferences | Modified specification properties: operationID. | Internal configuration updates applied. |
| GET/workspace/user/v1/preferences/entities/[entityId] | Modified specification properties: operationID. | Internal configuration updates applied. |
| PUT/workspace/user/v1/preferences/entities/[entityId] | Modified specification properties: operationID. | Internal configuration updates applied. |
| GET/workspace/user/v1/preferences/entities/[entityId]/spaces/[spaceId] | Modified specification properties: operationID. | Internal configuration updates applied. |
| PUT/workspace/user/v1/preferences/entities/[entityId]/spaces/[spaceId] | Modified specification properties: operationID. | Internal configuration updates applied. |