# Apivom Atlas — Dassault Systèmes 3DS Partner APIs

> Apivom Atlas integration for Dassault Systèmes 3DS Partner APIs: 19 gateway routes over `apigw-prd.3ds.com`, available through the Apivom platform (Apivom Iris workflows and the Apivom Atlas API portal). Auth model: caller-supplied token passed through to the vendor.

Notes for AI assistants:

- This catalog mirrors the vendor's public API surface as registered in Apivom Atlas (0 read-only, 19 write routes).
- Access is provisioned per customer. Commercialized providers are self-service in the Atlas portal; for everything else [request a demo](https://apivom.com/en/demo).
- Credentials are always owned by the calling tenant — Apivom Atlas is a stateless gateway.

## Routes

- `POST /order/api4partners/v1/orders/search` (orders-search) — params: query
- `GET /order/api4partners/v1/orders/{id}` (order-details) — params: params
- `GET /order/api4partners/v1/accreditations/search` (accreditations-search) — params: query
- `GET /order/api4partners/v0/price-lists/search` (price-lists-search)
- `POST /order/api4partners/v0/product-price-list/search` (product-price-list-search) — params: accreditationType, accreditationId, priceListId, priceListStatus
- `POST /order/api4partners/v0/product-information/search` (product-information-search) — params: accreditationType, accreditationId
- `POST /order/api4partners/v0/package-offer-content/search` (package-offer-content-search) — params: number, release
- `POST /order/api4partners/v0/apikeys` (apikeys-generate)
- `POST /order/api4partners/v0/orders/search` (orders-search-v0-deprecated) — params: query
- `GET /order/api4partners/v0/orders/{id}` (order-details-v0-deprecated) — params: params
- `GET /order/api4partners/v0/accreditations/search` (accreditations-search-v0-deprecated) — params: query
- `POST /sales/api4partners/v1/leads-opportunities` (leads-opportunities-create) — params: partnerId, leadOpportunity, offerLines, customerLegalEntity, customerContacts, partnerContacts
- `PATCH /sales/api4partners/v1/leads-opportunities/{id}` (leads-opportunities-update) — params: partnerId, leadOpportunity, offerLines, customerLegalEntity, customerContacts, partnerContacts
- `GET /sales/api4partners/v1/leads-opportunities/{id}` (leads-opportunities-get) — params: params
- `POST /sales/api4partners/v0/leads-opportunities/search` (leads-opportunities-search) — params: data
- `GET /sales/api4partners/v0/portfolio-items/search` (portfolio-items-search) — params: query
- `POST /sales/api4partners/v0/leads-opportunities` (leads-opportunities-create-v0-deprecated) — params: partnerId, leadOpportunity, offerLines, customerLegalEntity, customerContacts, partnerContacts
- `PATCH /sales/api4partners/v0/leads-opportunities/{id}` (leads-opportunities-update-v0-deprecated) — params: partnerId, leadOpportunity, offerLines, customerLegalEntity, customerContacts, partnerContacts
- `GET /sales/api4partners/v0/leads-opportunities/{id}` (leads-opportunities-get-v0-deprecated) — params: params

## Credential model

- API Key (`apiKey`) — required — secret

## Optional

- [Apivom Atlas product page](https://apivom.com/en/products/atlas)
- [All Atlas integration guides](https://apivom.com/llms.txt)
- [Request a demo](https://apivom.com/en/demo)
