POST Ipt/IPT_SaveLine_ReasonCode
Request Information
URI Parameters
None.
Body Parameters
Collection of XS.CoreApi.Pentagon.Model.IPT_Line_ReasonCode| Name | Description | Type | Additional information |
|---|---|---|---|
| DOC_NO | integer |
None. |
|
| LINE | decimal number |
None. |
|
| DOC_CATEGORY | string |
None. |
|
| REASON_CODE_ID | integer |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"DOC_NO": 1,
"LINE": 2.0,
"DOC_CATEGORY": "sample string 3",
"REASON_CODE_ID": 1
},
{
"DOC_NO": 1,
"LINE": 2.0,
"DOC_CATEGORY": "sample string 3",
"REASON_CODE_ID": 1
}
]
application/xml, text/xml
Sample:
<ArrayOfIPT_Line_ReasonCode xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/XS.CoreApi.Pentagon.Model">
<IPT_Line_ReasonCode>
<DOC_CATEGORY>sample string 3</DOC_CATEGORY>
<DOC_NO>1</DOC_NO>
<LINE>2</LINE>
<REASON_CODE_ID>1</REASON_CODE_ID>
</IPT_Line_ReasonCode>
<IPT_Line_ReasonCode>
<DOC_CATEGORY>sample string 3</DOC_CATEGORY>
<DOC_NO>1</DOC_NO>
<LINE>2</LINE>
<REASON_CODE_ID>1</REASON_CODE_ID>
</IPT_Line_ReasonCode>
</ArrayOfIPT_Line_ReasonCode>
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. |