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