Skip to content

CreateTagRequestDto

← Tag DTO

Backend-источник: core.businesslogicservice/Core.BusinessLogicService/Nuget.BusinessApiClient/Dto/Tag/Requests/CreateTagRequestDto.cs (core.businesslogicservice).

Поля

ПолеТип (TS)ОбязательноеОписаниеТип (C#)
namestringдаstring
colorstringдаstring

Пример

json
{
  "name": "string",
  "color": "string"
}