Зарегистрируйтесь и начните использовать Yume бесплатно
curl --request PUT \
--url https://api.example.com/v1/crm/requests/{request_id}/deposits/{id}/ \
--header 'Content-Type: application/json' \
--data '
{
"type": 0,
"status": 0,
"deposit": "<string>",
"payment_type": 123,
"amount": "<string>"
}
'{
"id": 123,
"created_by": 123,
"type": 0,
"status": 0,
"request": 123,
"created_at": "2023-11-07T05:31:56Z",
"deposit": "<string>",
"returned_at": "2023-11-07T05:31:56Z",
"transaction_amount": "<string>",
"payment_type": 123,
"amount": "<string>"
}curl --request PUT \
--url https://api.example.com/v1/crm/requests/{request_id}/deposits/{id}/ \
--header 'Content-Type: application/json' \
--data '
{
"type": 0,
"status": 0,
"deposit": "<string>",
"payment_type": 123,
"amount": "<string>"
}
'{
"id": 123,
"created_by": 123,
"type": 0,
"status": 0,
"request": 123,
"created_at": "2023-11-07T05:31:56Z",
"deposit": "<string>",
"returned_at": "2023-11-07T05:31:56Z",
"transaction_amount": "<string>",
"payment_type": 123,
"amount": "<string>"
}0 - STRING1 - AMOUNT0, 1 -32768 <= x <= 327670 - DEFAULT1 - RECEIVED2 - RETURNED0, 1, 2 -32768 <= x <= 32767255^-?\d{0,14}(?:\.\d{0,2})?$0 - STRING1 - AMOUNT0, 1 -32768 <= x <= 327670 - DEFAULT1 - RECEIVED2 - RETURNED0, 1, 2 -32768 <= x <= 32767255^-?\d{0,14}(?:\.\d{0,2})?$^-?\d{0,14}(?:\.\d{0,2})?$Была ли эта страница полезной?