POST ictsavecode/{COMcode}/template
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| COMcode | string |
Required |
Body Parameters
M5TemplateDataModel| Name | Description | Type | Additional information |
|---|---|---|---|
| TPLAutoNo | integer |
None. |
|
| TPLtype | integer |
None. |
|
| TPLname | string |
None. |
|
| TPLt1 | string |
None. |
|
| TPLt2 | string |
None. |
|
| TPLt3 | string |
None. |
|
| TPLt4 | string |
None. |
|
| TPLt5 | string |
None. |
|
| TPLt6 | string |
None. |
|
| TPLt7 | string |
None. |
|
| TPLt8 | string |
None. |
|
| TPLt9 | string |
None. |
|
| TPLt10 | string |
None. |
|
| TPLd1 | string |
None. |
|
| TPLd2 | string |
None. |
|
| TPLd3 | string |
None. |
|
| TPLd4 | string |
None. |
|
| TPLd5 | string |
None. |
|
| TPLi1 | string |
None. |
|
| TPLi2 | string |
None. |
|
| TPLi3 | string |
None. |
|
| TPLi4 | string |
None. |
|
| TPLi5 | string |
None. |
|
| TPLc1 | string |
None. |
|
| TPLc2 | string |
None. |
|
| TPLc3 | string |
None. |
|
| TPLc4 | string |
None. |
|
| TPLc5 | string |
None. |
|
| TPLm1 | string |
None. |
|
| TPLm2 | string |
None. |
|
| TPLm3 | string |
None. |
|
| TPLm4 | string |
None. |
|
| TPLm5 | string |
None. |
|
| TPLm6 | string |
None. |
|
| TPLm7 | string |
None. |
|
| TPLm8 | string |
None. |
|
| TPLm9 | string |
None. |
|
| TPLm10 | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"TPLAutoNo": 1,
"TPLtype": 2,
"TPLname": "sample string 3",
"TPLt1": "sample string 4",
"TPLt2": "sample string 5",
"TPLt3": "sample string 6",
"TPLt4": "sample string 7",
"TPLt5": "sample string 8",
"TPLt6": "sample string 9",
"TPLt7": "sample string 10",
"TPLt8": "sample string 11",
"TPLt9": "sample string 12",
"TPLt10": "sample string 13",
"TPLd1": "sample string 14",
"TPLd2": "sample string 15",
"TPLd3": "sample string 16",
"TPLd4": "sample string 17",
"TPLd5": "sample string 18",
"TPLi1": "sample string 19",
"TPLi2": "sample string 20",
"TPLi3": "sample string 21",
"TPLi4": "sample string 22",
"TPLi5": "sample string 23",
"TPLc1": "sample string 24",
"TPLc2": "sample string 25",
"TPLc3": "sample string 26",
"TPLc4": "sample string 27",
"TPLc5": "sample string 28",
"TPLm1": "sample string 29",
"TPLm2": "sample string 30",
"TPLm3": "sample string 31",
"TPLm4": "sample string 32",
"TPLm5": "sample string 33",
"TPLm6": "sample string 34",
"TPLm7": "sample string 35",
"TPLm8": "sample string 36",
"TPLm9": "sample string 37",
"TPLm10": "sample string 38"
}
application/xml, text/xml
Sample:
<M5TemplateDataModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/M5L_WebAPI.Models"> <TPLAutoNo>1</TPLAutoNo> <TPLc1>sample string 24</TPLc1> <TPLc2>sample string 25</TPLc2> <TPLc3>sample string 26</TPLc3> <TPLc4>sample string 27</TPLc4> <TPLc5>sample string 28</TPLc5> <TPLd1>sample string 14</TPLd1> <TPLd2>sample string 15</TPLd2> <TPLd3>sample string 16</TPLd3> <TPLd4>sample string 17</TPLd4> <TPLd5>sample string 18</TPLd5> <TPLi1>sample string 19</TPLi1> <TPLi2>sample string 20</TPLi2> <TPLi3>sample string 21</TPLi3> <TPLi4>sample string 22</TPLi4> <TPLi5>sample string 23</TPLi5> <TPLm1>sample string 29</TPLm1> <TPLm10>sample string 38</TPLm10> <TPLm2>sample string 30</TPLm2> <TPLm3>sample string 31</TPLm3> <TPLm4>sample string 32</TPLm4> <TPLm5>sample string 33</TPLm5> <TPLm6>sample string 34</TPLm6> <TPLm7>sample string 35</TPLm7> <TPLm8>sample string 36</TPLm8> <TPLm9>sample string 37</TPLm9> <TPLname>sample string 3</TPLname> <TPLt1>sample string 4</TPLt1> <TPLt10>sample string 13</TPLt10> <TPLt2>sample string 5</TPLt2> <TPLt3>sample string 6</TPLt3> <TPLt4>sample string 7</TPLt4> <TPLt5>sample string 8</TPLt5> <TPLt6>sample string 9</TPLt6> <TPLt7>sample string 10</TPLt7> <TPLt8>sample string 11</TPLt8> <TPLt9>sample string 12</TPLt9> <TPLtype>2</TPLtype> </M5TemplateDataModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.