Skip to main content
Version: API v1

Neues Angebot anfordern

POST /v1/offers/
v1
POST
requestQuote

Über diese Operation kann ein neues Angebot angefordert werden

Request

Responses

Usage examples

$ curl \
--fail \
--location \
-X POST \
-d '{"recipient":{"firstName":"string","lastName":"string","title":"string","salutation":"Herr","street":"string","houseNumber":"string","city":"string","company":"string","emailAddress":"email@mittwald.example","phone":"string","country":"string"},"articles":{"main":{"articleNumber":123},"additional":[{"articleNumber":123}]},"isTechnicalAdminForRecipient":true}' \
-H "Authorization: Bearer $MITTWALD_API_TOKEN" \
-H 'Content-Type: application/json' \
https://api.mittwald.de/v1/offers