POST ictsavecode/{COMcode}/broughtforward-seriallot
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| COMcode | string |
Required |
Body Parameters
M5BroughtForwardSerialLotDataModel| Name | Description | Type | Additional information |
|---|---|---|---|
| ZMSautoNo | integer |
None. |
|
| ZMSperiod | integer |
None. |
|
| ZMSstk | string |
None. |
|
| ZMSsto | string |
None. |
|
| ZMSlot | integer |
None. |
|
| ZMSsnsv | integer |
None. |
|
| ZMScus | string |
None. |
|
| ZMSjob | string |
None. |
|
| ZMSdep | string |
None. |
|
| ZMSper | string |
None. |
|
| ZMSdoc | string |
None. |
|
| ZMSmec | string |
None. |
|
| ZMSserialM | string |
None. |
|
| ZMSserialS | string |
None. |
|
| ZMSquan | decimal number |
None. |
|
| ZMScost | decimal number |
None. |
|
| ZMScostSU | decimal number |
None. |
|
| ZMSexpDate | date |
None. |
|
| ZMSmfgDate | date |
None. |
|
| ZMSnotes | string |
None. |
|
| ZMStag | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"ZMSautoNo": 1,
"ZMSperiod": 2,
"ZMSstk": "sample string 3",
"ZMSsto": "sample string 4",
"ZMSlot": 5,
"ZMSsnsv": 6,
"ZMScus": "sample string 7",
"ZMSjob": "sample string 8",
"ZMSdep": "sample string 9",
"ZMSper": "sample string 10",
"ZMSdoc": "sample string 11",
"ZMSmec": "sample string 12",
"ZMSserialM": "sample string 13",
"ZMSserialS": "sample string 14",
"ZMSquan": 15.0,
"ZMScost": 16.0,
"ZMScostSU": 17.0,
"ZMSexpDate": "2026-02-04T09:48:38.2213051+07:00",
"ZMSmfgDate": "2026-02-04T09:48:38.2213051+07:00",
"ZMSnotes": "sample string 20",
"ZMStag": 21
}
application/xml, text/xml
Sample:
<M5BroughtForwardSerialLotDataModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/M5L_WebAPI.Models"> <ZMSautoNo>1</ZMSautoNo> <ZMScost>16</ZMScost> <ZMScostSU>17</ZMScostSU> <ZMScus>sample string 7</ZMScus> <ZMSdep>sample string 9</ZMSdep> <ZMSdoc>sample string 11</ZMSdoc> <ZMSexpDate>2026-02-04T09:48:38.2213051+07:00</ZMSexpDate> <ZMSjob>sample string 8</ZMSjob> <ZMSlot>5</ZMSlot> <ZMSmec>sample string 12</ZMSmec> <ZMSmfgDate>2026-02-04T09:48:38.2213051+07:00</ZMSmfgDate> <ZMSnotes>sample string 20</ZMSnotes> <ZMSper>sample string 10</ZMSper> <ZMSperiod>2</ZMSperiod> <ZMSquan>15</ZMSquan> <ZMSserialM>sample string 13</ZMSserialM> <ZMSserialS>sample string 14</ZMSserialS> <ZMSsnsv>6</ZMSsnsv> <ZMSstk>sample string 3</ZMSstk> <ZMSsto>sample string 4</ZMSsto> <ZMStag>21</ZMStag> </M5BroughtForwardSerialLotDataModel>
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.