POST /certificate
Запрос
Тело запроса (объект CreateCertificateRequest )
Поле | Описание | Тип | Обязательное |
---|---|---|---|
number | string | ||
nominal | decimal | ||
balance | decimal | ||
expirationDate | datetime |
Пример запроса
application/json, text/json
Sample:
{ "number": "sample string 1", "nominal": 2.0, "balance": 1.0, "expirationDate": "2025-10-15T23:45:41.1214015+03:00" }
Ответ
Пример ответа
application/json, text/json
Sample:
{}