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-08-23T07:57:50.7741944+03:00" }
Ответ
Пример ответа
application/json, text/json
Sample:
{}