POST api/hero/steelequipmentdowntime/close
Request Information
URI Parameters
None.
Body Parameters
HeroAppSteelEquipmentDowntimeCloseViewModelName | Description | Type | Additional information |
---|---|---|---|
Id | integer |
None. |
|
ReasonCodeDescription | string |
None. |
|
TimeZone | TimeZoneType |
None. |
|
StartDate | date |
None. |
|
StartComments | string |
None. |
|
EndComments | string |
None. |
|
EndDate | date |
None. |
|
UserLogin | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "Id": 1, "ReasonCodeDescription": "sample string 2", "TimeZone": 0, "StartDate": "2025-06-21T08:20:34.1112592-04:00", "StartComments": "sample string 4", "EndComments": "sample string 5", "EndDate": "2025-06-21T08:20:34.1112592-04:00", "UserLogin": "sample string 7" }
application/xml, text/xml
Sample:
<HeroAppSteelEquipmentDowntimeCloseViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Operations.Hero.Wtec.Application.Steel.Equipments.DowntimeLog.ViewModels"> <EndComments>sample string 5</EndComments> <EndDate>2025-06-21T08:20:34.1112592-04:00</EndDate> <Id>1</Id> <ReasonCodeDescription>sample string 2</ReasonCodeDescription> <StartComments>sample string 4</StartComments> <StartDate>2025-06-21T08:20:34.1112592-04:00</StartDate> <TimeZone>CST</TimeZone> <UserLogin>sample string 7</UserLogin> </HeroAppSteelEquipmentDowntimeCloseViewModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.