curl --request POST \
--url https://{tenant}.stamp.eu/rest/orders/chips \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"quantity": 2,
"firstName": "<string>",
"lastName": "<string>",
"zip": "<string>",
"city": "<string>",
"street": "<string>",
"houseNumber": "<string>",
"company": "<string>"
}
'{
"message": "<string>"
}curl --request POST \
--url https://{tenant}.stamp.eu/rest/orders/chips \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"quantity": 2,
"firstName": "<string>",
"lastName": "<string>",
"zip": "<string>",
"city": "<string>",
"street": "<string>",
"houseNumber": "<string>",
"company": "<string>"
}
'{
"message": "<string>"
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bestellung aufgegeben