Перейти к основному содержанию
POST
/
v1
/
crm
/
inventories
/
sell
cURL
curl --request POST \
  --url https://api.example.com/v1/crm/inventories/sell/ \
  --header 'Content-Type: application/json' \
  --data '
{
  "sell_price": "<string>",
  "inventories": [
    123
  ]
}
'
{
  "sell_price": "<string>",
  "inventories": [
    123
  ]
}

Тело

sell_price
string<decimal>
обязательно
Pattern: ^-?\d{0,14}(?:\.\d{0,2})?$
inventories
integer[]
обязательно

Ответ

201 - application/json
sell_price
string<decimal>
обязательно
Pattern: ^-?\d{0,14}(?:\.\d{0,2})?$
inventories
integer[]
обязательно