POST deficiency/mandate_notes

Request Information

URI Parameters

None.

Body Parameters

DTOWOAddDeficiency
NameDescriptionTypeAdditional information
work_order_id

integer

None.

checklist_id

integer

None.

section_id

integer

None.

equip_id

integer

None.

section_line_seq

integer

None.

check_point_id

integer

None.

column_id

integer

None.

deficiency_id

integer

None.

seq_nbr

integer

None.

note_type

integer

None.

replace_with_loaner

integer

None.

desc_line

string

None.

stdRefID

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "work_order_id": 1,
  "checklist_id": 2,
  "section_id": 3,
  "equip_id": 4,
  "section_line_seq": 5,
  "check_point_id": 6,
  "column_id": 7,
  "deficiency_id": 8,
  "seq_nbr": 9,
  "note_type": 10,
  "replace_with_loaner": 11,
  "desc_line": "sample string 12",
  "stdRefID": 13
}

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 'DTOWOAddDeficiency'.

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.