POST Api/steel/SteelCheckIns
Request Information
URI Parameters
None.
Body Parameters
st_steelcka| Name | Description | Type | Additional information |
|---|---|---|---|
| skid | integer |
None. |
|
| ckdate | date |
None. |
|
| uid | integer |
None. |
|
| uids | string |
None. |
|
| coilno | string |
None. |
|
| spc | string |
None. |
|
| pno | string |
None. |
|
| sizeall | string |
None. |
|
| netweight | decimal number |
None. |
|
| gweight | decimal number |
None. |
Request Formats
application/json, text/json
Sample:
{
"skid": 1,
"ckdate": "2026-03-13T15:00:59.2036951+08:00",
"uid": 3,
"uids": "sample string 4",
"coilno": "sample string 5",
"spc": "sample string 6",
"pno": "sample string 7",
"sizeall": "sample string 8",
"netweight": 9.0,
"gweight": 10.0
}
application/xml, text/xml
Sample:
<st_steelcka xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MDST"> <ckdate>2026-03-13T15:00:59.2036951+08:00</ckdate> <coilno>sample string 5</coilno> <gweight>10</gweight> <netweight>9</netweight> <pno>sample string 7</pno> <sizeall>sample string 8</sizeall> <skid>1</skid> <spc>sample string 6</spc> <uid>3</uid> <uids>sample string 4</uids> </st_steelcka>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}
application/xml, text/xml
Sample:
<z:anyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />