POST Simex/Simex_SaveOrderLineChecklist

Request Information

URI Parameters

None.

Body Parameters

XS.CoreApi.Pentagon.Model.Simex_OrderLineChecklist
NameDescriptionTypeAdditional information
QUESTION_NO

integer

None.

SEQ_NO

integer

None.

QUESTION

string

None.

ID

integer

None.

SO_DOC_NO

integer

None.

SO_LINE

decimal number

None.

IS_REQ

boolean

None.

IS_COMPLETE

boolean

None.

NOTE

string

None.

Request Formats

application/json, text/json

Sample:
{
  "QUESTION_NO": 1,
  "SEQ_NO": 2,
  "QUESTION": "sample string 3",
  "ID": 1,
  "SO_DOC_NO": 1,
  "SO_LINE": 1.0,
  "IS_REQ": true,
  "IS_COMPLETE": true,
  "NOTE": "sample string 6"
}

application/xml, text/xml

Sample:
<Simex_OrderLineChecklist xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/XS.CoreApi.Pentagon.Model">
  <ID>1</ID>
  <IS_COMPLETE>true</IS_COMPLETE>
  <IS_REQ>true</IS_REQ>
  <NOTE>sample string 6</NOTE>
  <QUESTION>sample string 3</QUESTION>
  <QUESTION_NO>1</QUESTION_NO>
  <SEQ_NO>2</SEQ_NO>
  <SO_DOC_NO>1</SO_DOC_NO>
  <SO_LINE>1</SO_LINE>
</Simex_OrderLineChecklist>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

System.Net.Http.HttpResponseMessage
NameDescriptionTypeAdditional information
Version

System.Version

None.

Content

System.Net.Http.HttpContent

None.

StatusCode

System.Net.HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

System.Net.Http.HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.