Зарегистрируйтесь и начните использовать Yume бесплатно
curl --request POST \
--url https://api.example.com/v1/finances/accounts/ \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>",
"default": true,
"initial": "<string>",
"types": [
0
],
"order": -1,
"tenant": 123
}
'{
"id": 123,
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z",
"name": "<string>",
"balance": "<string>",
"deleted": true,
"deleted_at": "2023-11-07T05:31:56Z",
"default": true,
"initial": "<string>",
"types": [
0
],
"order": -1,
"tenant": 123
}curl --request POST \
--url https://api.example.com/v1/finances/accounts/ \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>",
"default": true,
"initial": "<string>",
"types": [
0
],
"order": -1,
"tenant": 123
}
'{
"id": 123,
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z",
"name": "<string>",
"balance": "<string>",
"deleted": true,
"deleted_at": "2023-11-07T05:31:56Z",
"default": true,
"initial": "<string>",
"types": [
0
],
"order": -1,
"tenant": 123
}255^-?\d{0,14}(?:\.\d{0,2})?$^-?\d{0,14}(?:\.\d{0,2})?$-9223372036854776000 <= x <= 9223372036854776000-2147483648 <= x <= 2147483647Была ли эта страница полезной?