POST api/hero/steelequipmentdowntime/add

Request Information

URI Parameters

None.

Body Parameters

HeroAppSteelEquipmentDowntimeAddViewModel
NameDescriptionTypeAdditional information
Id

integer

None.

FkWorkCenter

integer

None.

FkReasonCode

integer

None.

TimeZone

TimeZoneType

None.

StartDate

date

None.

StartComments

string

None.

UserLogin

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "FkWorkCenter": 2,
  "FkReasonCode": 3,
  "TimeZone": 0,
  "StartDate": "2025-06-21T08:01:53.7892089-04:00",
  "StartComments": "sample string 5",
  "UserLogin": "sample string 6"
}

application/xml, text/xml

Sample:
<HeroAppSteelEquipmentDowntimeAddViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Operations.Hero.Wtec.Application.Steel.Equipments.DowntimeLog.ViewModels">
  <FkReasonCode>3</FkReasonCode>
  <FkWorkCenter>2</FkWorkCenter>
  <Id>1</Id>
  <StartComments>sample string 5</StartComments>
  <StartDate>2025-06-21T08:01:53.7892089-04:00</StartDate>
  <TimeZone>CST</TimeZone>
  <UserLogin>sample string 6</UserLogin>
</HeroAppSteelEquipmentDowntimeAddViewModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.