# Apivom Atlas — Penta Rest-Api Entegrasyonu

> Apivom Atlas integration for Penta Rest-Api Entegrasyonu: 9 gateway routes over `apirest.penta.com.tr`, 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, 9 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 /api/Order/CreateOrder` (order-create-order) — params: IsSimulate, BuyerCustomerCode, CustomerOrderNo, OrderNo, DELETE, OrderType, OrderNote, DeliveryNote, InvoiceNote, Items, Contract, ContractManager, AriziDeliveryAddress, AdditionalFields
- `POST /api/Order/GetOrder` (order-get-order) — params: startDate, endDate, productCode, orderNo, orderStatus, pioNumber
- `POST /api/Product/GetProducts` (product-get-products)
- `POST /api/Storage/GetProducts` (storage-get-products-2890)
- `POST /api/Storage/CreateOrder2890` (storage-create-order-2890) — params: DeliveryContact, VSART, Description, MailAdress, DeliveryDetail, AriziDeliveryAdress, AdditionalFields, CustomerOrderNo
- `POST /api/Storage/GetDelivery2890` (storage-get-delivery-2890) — params: StartDate, EndDate, CustomerOrderNo
- `POST /api/License/LicenseESDInformations` (license-esd-informations) — params: orderNo, customerOrderNo
- `POST /api/Check/Guaranty` (check-guaranty) — params: Customer, User, Password, SerialNumber
- `POST /api/Check/TechnicalService` (check-technical-service) — params: Customer, User, Password, SerialNumber, QueryNumber, BeginDate, EndDate

## Credential model

- Müşteri Kodu (Penta bayi kodu) (`customer`) — required
- Kullanıcı Adı (`user`) — required
- Şifre (`password`) — 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)
