Ordini

Aggiorna un ordine

PUT
/api/v1/external/orders/{id}
x-api-key<token>

In: header

Path Parameters

id*number

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

curl -X PUT "https://service.e-manager.io/api/v1/external/orders/0" \  -H "Content-Type: application/json" \  -d '{}'
{}

Last updated on