Зарегистрируйтесь и начните использовать Yume бесплатно
curl --request POST \
--url https://api.example.com/v1/crm/requests/{request_id}/action/ \
--header 'Content-Type: application/json' \
--data '
{
"status": 0,
"order_inventories": [
123
],
"action": 0,
"datetime": "2023-11-07T05:31:56Z"
}
'{
"status": 0,
"order_inventories": [
123
],
"action": 0,
"datetime": "2023-11-07T05:31:56Z"
}curl --request POST \
--url https://api.example.com/v1/crm/requests/{request_id}/action/ \
--header 'Content-Type: application/json' \
--data '
{
"status": 0,
"order_inventories": [
123
],
"action": 0,
"datetime": "2023-11-07T05:31:56Z"
}
'{
"status": 0,
"order_inventories": [
123
],
"action": 0,
"datetime": "2023-11-07T05:31:56Z"
}0 - Запрос1 - Забронировано2 - В аренде3 - Отменено4 - Завершено5 - Должник0, 1, 2, 3, 4, 5 0 - reservation1 - issue2 - receivement3 - cancel4 - archive5 - collect6 - creation7 - delivery pickup8 - delivery issue0, 1, 2, 3, 4, 5, 6, 7, 8 0 - Запрос1 - Забронировано2 - В аренде3 - Отменено4 - Завершено5 - Должник0, 1, 2, 3, 4, 5 0 - reservation1 - issue2 - receivement3 - cancel4 - archive5 - collect6 - creation7 - delivery pickup8 - delivery issue0, 1, 2, 3, 4, 5, 6, 7, 8 Была ли эта страница полезной?