POST neutron/work_order/{work_order_id}/neutron_addhours

Request Information

URI Parameters

NameDescriptionTypeAdditional information
work_order_id

string

Required

Body Parameters

DTOWOHoursBrief_Neutron
NameDescriptionTypeAdditional information
id

integer

None.

hours

decimal number

None.

start_time

date

None.

rate_id

string

None.

service_id

string

None.

comment

string

None.

recommended_work

string

None.

phase_id

string

None.

dept

string

None.

Request Formats

application/json, text/json

Sample:
{
  "id": 1,
  "hours": 2.1,
  "start_time": "2025-12-08T12:51:50.1307701-07:00",
  "rate_id": "sample string 4",
  "service_id": "sample string 5",
  "comment": "sample string 6",
  "recommended_work": "sample string 7",
  "phase_id": "sample string 8",
  "dept": "sample string 9"
}

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'DTOWOHoursBrief_Neutron'.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.