Créer une Nouvelle Commande
Achat de Proxy
La méthode déduit de l'argent du solde et crée une nouvelle commande pour l'achat de proxies
Demande
URL
https://api.belurk.com/orders/create
Méthode d'Envoi
POST
CURL
- 1.curl --location 'https://api.belurk.com/orders/create'
- 2.--header 'Content-Type: application/json'
- 3.--header 'x-api-token: {{API_TOKEN}}'
- 4.--data '{
- 5. "product_id": 1
- 6. "quantity": 10
- 7.}'
Réponse Réussie
Statut de la Réponse: HTTP 200 OK
- 1.{
- 2. "data": {
- 3. "order_id": 1816
- 4. }
- 5.}
Réponse d'Échec
Statut de la Réponse: HTTP 500 Erreur Interne du Serveur
- 1.{
- 2. "data": null
- 3. "error": "Внутренняя ошибка системы"
- 4.}