POST Ipt/IPT_SaveOrderLineChecklistStep

Request Information

URI Parameters

None.

Body Parameters

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

integer

None.

SEQ_NO

integer

None.

QUESTION

string

None.

QUESTION_CODE

string

None.

QUESTION_SO_TYPE

string

None.

IS_AUTO

boolean

None.

SO_DOC_NO

integer

None.

SO_LINE

decimal number

None.

COMPANY_CODE

string

None.

DOC_CATEGORY

string

None.

FORMATTED_MSG

string

None.

PLAIN_TEXT_MSG

string

None.

IS_SHOW

boolean

None.

IS_PO_REQ

boolean

None.

IS_RO_REQ

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "QUESTION_NO": 1,
  "SEQ_NO": 2,
  "QUESTION": "sample string 3",
  "QUESTION_CODE": "sample string 4",
  "QUESTION_SO_TYPE": "sample string 5",
  "IS_AUTO": true,
  "SO_DOC_NO": 1,
  "SO_LINE": 1.0,
  "COMPANY_CODE": "sample string 7",
  "DOC_CATEGORY": "sample string 8",
  "FORMATTED_MSG": "sample string 9",
  "PLAIN_TEXT_MSG": "sample string 10",
  "IS_SHOW": true,
  "IS_PO_REQ": true,
  "IS_RO_REQ": true
}

application/xml, text/xml

Sample:
<IPT_OrderLineChecklistStep xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/XS.CoreApi.Pentagon.Model">
  <COMPANY_CODE>sample string 7</COMPANY_CODE>
  <DOC_CATEGORY>sample string 8</DOC_CATEGORY>
  <FORMATTED_MSG>sample string 9</FORMATTED_MSG>
  <IS_AUTO>true</IS_AUTO>
  <IS_PO_REQ>true</IS_PO_REQ>
  <IS_RO_REQ>true</IS_RO_REQ>
  <IS_SHOW>true</IS_SHOW>
  <PLAIN_TEXT_MSG>sample string 10</PLAIN_TEXT_MSG>
  <QUESTION>sample string 3</QUESTION>
  <QUESTION_CODE>sample string 4</QUESTION_CODE>
  <QUESTION_NO>1</QUESTION_NO>
  <QUESTION_SO_TYPE>sample string 5</QUESTION_SO_TYPE>
  <SEQ_NO>2</SEQ_NO>
  <SO_DOC_NO>1</SO_DOC_NO>
  <SO_LINE>1</SO_LINE>
</IPT_OrderLineChecklistStep>

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.