Зарегистрируйтесь и начните использовать Yume бесплатно
curl --request POST \
--url https://api.example.com/v1/crm/inventorizations/ \
--header 'Content-Type: application/json' \
--data '
{
"inventory": 123,
"state": 123,
"body": "<string>",
"request": 123,
"created_by": 123,
"images": [
123
],
"extra": null
}
'{
"id": 123,
"inventory": 123,
"state": 123,
"body": "<string>",
"request": 123,
"created_by": 123
}curl --request POST \
--url https://api.example.com/v1/crm/inventorizations/ \
--header 'Content-Type: application/json' \
--data '
{
"inventory": 123,
"state": 123,
"body": "<string>",
"request": 123,
"created_by": 123,
"images": [
123
],
"extra": null
}
'{
"id": 123,
"inventory": 123,
"state": 123,
"body": "<string>",
"request": 123,
"created_by": 123
}Была ли эта страница полезной?