Skip to content

UpdateTagRequestDto

← Tag DTO

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

Поля

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

Пример

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