POST DocumentLine/SaveLineMsg?docLog={docLog}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| docLog | string |
Required |
Body Parameters
XS.CoreApi.Pentagon.Model.LINE_MSG| Name | Description | Type | Additional information |
|---|---|---|---|
| DOC_NO | integer |
None. |
|
| LINE | decimal number |
None. |
|
| DOC_CATEGORY | string |
None. |
|
| MSG | string |
None. |
|
| MSG_SECURED | string |
None. |
|
| MEMO_PAD1 | string |
None. |
|
| MEMO_PAD1_SECURED | string |
None. |
|
| MEMO_PAD2 | string |
None. |
|
| MEMO_PAD2_SECURED | string |
None. |
|
| MEMO_PAD3 | string |
None. |
|
| MEMO_PAD3_SECURED | string |
None. |
|
| MEMO_PAD4 | string |
None. |
|
| MEMO_PAD4_SECURED | string |
None. |
|
| MEMO_PAD5 | string |
None. |
|
| MEMO_PAD5_SECURED | string |
None. |
|
| MEMO_PAD6 | string |
None. |
|
| MEMO_PAD6_SECURED | string |
None. |
|
| MEMO_PAD7 | string |
None. |
|
| MEMO_PAD7_SECURED | string |
None. |
|
| MEMO_PAD8 | string |
None. |
|
| MEMO_PAD8_SECURED | string |
None. |
|
| MEMO_PAD9 | string |
None. |
|
| MEMO_PAD9_SECURED | string |
None. |
|
| MEMO_PAD10 | string |
None. |
|
| MEMO_PAD10_SECURED | string |
None. |
|
| MEMO_PAD11 | string |
None. |
|
| MEMO_PAD11_SECURED | string |
None. |
|
| MEMO_PAD12 | string |
None. |
|
| MEMO_PAD12_SECURED | string |
None. |
|
| MEMO_PAD13 | string |
None. |
|
| MEMO_PAD13_SECURED | string |
None. |
|
| MEMO_PAD14 | string |
None. |
|
| MEMO_PAD14_SECURED | string |
None. |
|
| MEMO_PAD15 | string |
None. |
|
| MEMO_PAD15_SECURED | string |
None. |
|
| MEMO_PAD25 | string |
None. |
|
| MEMO_PAD25_SECURED | string |
None. |
|
| RECLOCK | string |
None. |
|
| ADDED_USR | string |
None. |
|
| ADDED_DTE | date |
None. |
|
| UPDATED_USR | string |
None. |
|
| UPDATED_DTE | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"DOC_NO": 1,
"LINE": 2.0,
"DOC_CATEGORY": "sample string 3",
"MSG": "sample string 4",
"MSG_SECURED": "sample string 5",
"MEMO_PAD1": "sample string 6",
"MEMO_PAD1_SECURED": "sample string 7",
"MEMO_PAD2": "sample string 8",
"MEMO_PAD2_SECURED": "sample string 9",
"MEMO_PAD3": "sample string 10",
"MEMO_PAD3_SECURED": "sample string 11",
"MEMO_PAD4": "sample string 12",
"MEMO_PAD4_SECURED": "sample string 13",
"MEMO_PAD5": "sample string 14",
"MEMO_PAD5_SECURED": "sample string 15",
"MEMO_PAD6": "sample string 16",
"MEMO_PAD6_SECURED": "sample string 17",
"MEMO_PAD7": "sample string 18",
"MEMO_PAD7_SECURED": "sample string 19",
"MEMO_PAD8": "sample string 20",
"MEMO_PAD8_SECURED": "sample string 21",
"MEMO_PAD9": "sample string 22",
"MEMO_PAD9_SECURED": "sample string 23",
"MEMO_PAD10": "sample string 24",
"MEMO_PAD10_SECURED": "sample string 25",
"MEMO_PAD11": "sample string 26",
"MEMO_PAD11_SECURED": "sample string 27",
"MEMO_PAD12": "sample string 28",
"MEMO_PAD12_SECURED": "sample string 29",
"MEMO_PAD13": "sample string 30",
"MEMO_PAD13_SECURED": "sample string 31",
"MEMO_PAD14": "sample string 32",
"MEMO_PAD14_SECURED": "sample string 33",
"MEMO_PAD15": "sample string 34",
"MEMO_PAD15_SECURED": "sample string 35",
"MEMO_PAD25": "sample string 36",
"MEMO_PAD25_SECURED": "sample string 37",
"RECLOCK": "sample string 38",
"ADDED_USR": "sample string 39",
"ADDED_DTE": "2026-04-03T08:42:49.8160476-04:00",
"UPDATED_USR": "sample string 40",
"UPDATED_DTE": "2026-04-03T08:42:49.8160476-04:00"
}
application/xml, text/xml
Sample:
<LINE_MSG xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/XS.CoreApi.Pentagon.Model"> <ADDED_DTE>2026-04-03T08:42:49.8160476-04:00</ADDED_DTE> <ADDED_USR>sample string 39</ADDED_USR> <DOC_CATEGORY>sample string 3</DOC_CATEGORY> <DOC_NO>1</DOC_NO> <LINE>2</LINE> <MEMO_PAD1>sample string 6</MEMO_PAD1> <MEMO_PAD10>sample string 24</MEMO_PAD10> <MEMO_PAD10_SECURED>sample string 25</MEMO_PAD10_SECURED> <MEMO_PAD11>sample string 26</MEMO_PAD11> <MEMO_PAD11_SECURED>sample string 27</MEMO_PAD11_SECURED> <MEMO_PAD12>sample string 28</MEMO_PAD12> <MEMO_PAD12_SECURED>sample string 29</MEMO_PAD12_SECURED> <MEMO_PAD13>sample string 30</MEMO_PAD13> <MEMO_PAD13_SECURED>sample string 31</MEMO_PAD13_SECURED> <MEMO_PAD14>sample string 32</MEMO_PAD14> <MEMO_PAD14_SECURED>sample string 33</MEMO_PAD14_SECURED> <MEMO_PAD15>sample string 34</MEMO_PAD15> <MEMO_PAD15_SECURED>sample string 35</MEMO_PAD15_SECURED> <MEMO_PAD1_SECURED>sample string 7</MEMO_PAD1_SECURED> <MEMO_PAD2>sample string 8</MEMO_PAD2> <MEMO_PAD25>sample string 36</MEMO_PAD25> <MEMO_PAD25_SECURED>sample string 37</MEMO_PAD25_SECURED> <MEMO_PAD2_SECURED>sample string 9</MEMO_PAD2_SECURED> <MEMO_PAD3>sample string 10</MEMO_PAD3> <MEMO_PAD3_SECURED>sample string 11</MEMO_PAD3_SECURED> <MEMO_PAD4>sample string 12</MEMO_PAD4> <MEMO_PAD4_SECURED>sample string 13</MEMO_PAD4_SECURED> <MEMO_PAD5>sample string 14</MEMO_PAD5> <MEMO_PAD5_SECURED>sample string 15</MEMO_PAD5_SECURED> <MEMO_PAD6>sample string 16</MEMO_PAD6> <MEMO_PAD6_SECURED>sample string 17</MEMO_PAD6_SECURED> <MEMO_PAD7>sample string 18</MEMO_PAD7> <MEMO_PAD7_SECURED>sample string 19</MEMO_PAD7_SECURED> <MEMO_PAD8>sample string 20</MEMO_PAD8> <MEMO_PAD8_SECURED>sample string 21</MEMO_PAD8_SECURED> <MEMO_PAD9>sample string 22</MEMO_PAD9> <MEMO_PAD9_SECURED>sample string 23</MEMO_PAD9_SECURED> <MSG>sample string 4</MSG> <MSG_SECURED>sample string 5</MSG_SECURED> <RECLOCK>sample string 38</RECLOCK> <UPDATED_DTE>2026-04-03T08:42:49.8160476-04:00</UPDATED_DTE> <UPDATED_USR>sample string 40</UPDATED_USR> </LINE_MSG>
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. |