Stampfactory
Dokumentation
Sonstiges

NFC-Chips bestellen

POST
/orders/chips
AuthentifizierungBearer <token>

Bearer-Token, erhalten über den Login-Endpunkt (POST /rest/login).

Ort: header

Request-Body

application/json

TypeScript-Definitionen

TypeScript-Typ für request body.

Body of POST /rest/orders/chips — the shipping address of an NFC chip order.

Response-Body

application/json

application/json

application/json

curl -X POST "https://example.com/orders/chips" \  -H "Content-Type: application/json" \  -d '{    "quantity": 1,    "firstName": "string",    "lastName": "string",    "zip": "string",    "city": "string",    "street": "string",    "houseNumber": "string"  }'
{  "message": "Order submitted"}