POST Ipt/IPT_SaveOrderLineChecklistData
Request Information
URI Parameters
None.
Body Parameters
XS.CoreApi.Pentagon.Model.IPT_OrderLineChecklistData| Name | Description | Type | Additional information |
|---|---|---|---|
| QUESTION_NO | integer |
None. |
|
| SEQ_NO | integer |
None. |
|
| QUESTION | string |
None. |
|
| QUESTION_CODE | string |
None. |
|
| QUESTION_SO_TYPE | 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. |
|
| IS_AUTO | boolean |
None. |
|
| COMPLETED_ON | date |
None. |
|
| COMPANY_CODE | string |
None. |
|
| DOC_CATEGORY | string |
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",
"ID": 1,
"SO_DOC_NO": 1,
"SO_LINE": 1.0,
"IS_REQ": true,
"IS_COMPLETE": true,
"NOTE": "sample string 8",
"IS_AUTO": true,
"COMPLETED_ON": "2026-04-03T08:44:23.8760285-04:00",
"COMPANY_CODE": "sample string 10",
"DOC_CATEGORY": "sample string 11"
}
application/xml, text/xml
Sample:
<IPT_OrderLineChecklistData xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/XS.CoreApi.Pentagon.Model"> <COMPANY_CODE>sample string 10</COMPANY_CODE> <COMPLETED_ON>2026-04-03T08:44:23.8760285-04:00</COMPLETED_ON> <DOC_CATEGORY>sample string 11</DOC_CATEGORY> <ID>1</ID> <IS_AUTO>true</IS_AUTO> <IS_COMPLETE>true</IS_COMPLETE> <IS_REQ>true</IS_REQ> <NOTE>sample string 8</NOTE> <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_OrderLineChecklistData>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
System.Net.Http.HttpResponseMessage| Name | Description | Type | Additional 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. |