POST api/hero/steel/inventory/count/add
Request Information
URI Parameters
None.
Body Parameters
SteelInventoryCountViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| IdSteelInventoryCount | integer |
None. |
|
| IdApp | integer |
None. |
|
| AppGuid | globally unique identifier |
None. |
|
| Site | string |
None. |
|
| Location | string |
None. |
|
| ItemType | SteelInventoryCountType |
None. |
|
| ItemNumber | string |
None. |
|
| Tracker | string |
None. |
|
| Bundles | integer |
None. |
|
| Pieces | integer |
None. |
|
| TotalPieces | integer |
None. |
|
| LengthFt | integer |
None. |
|
| LengthIn | integer |
None. |
|
| HeatNumber | string |
None. |
|
| BolNumber | string |
None. |
|
| Scrap | boolean |
None. |
|
| Rejects | boolean |
None. |
|
| Comments | string |
None. |
|
| DateCount | date |
None. |
|
| UserName | string |
None. |
|
| DateHeroUpload | date |
None. |
|
| Status | SteelInventoryCountStatus |
None. |
Request Formats
application/json, text/json
Sample:
{
"IdSteelInventoryCount": 1,
"IdApp": 2,
"AppGuid": "f3ef84c8-2898-420d-b0dc-b6fd032a7c78",
"Site": "sample string 4",
"Location": "sample string 5",
"ItemType": 0,
"ItemNumber": "sample string 6",
"Tracker": "sample string 7",
"Bundles": 8,
"Pieces": 9,
"TotalPieces": 10,
"LengthFt": 11,
"LengthIn": 12,
"HeatNumber": "sample string 13",
"BolNumber": "sample string 14",
"Scrap": true,
"Rejects": true,
"Comments": "sample string 17",
"DateCount": "2025-11-06T19:08:46.5045253-05:00",
"UserName": "sample string 19",
"DateHeroUpload": "2025-11-06T19:08:46.5045253-05:00",
"Status": 1
}
application/xml, text/xml
Sample:
<SteelInventoryCountViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Operations.Hero.Wtec.Application.Steel.Inventory.InventoryCount.ViewModels"> <AppGuid>f3ef84c8-2898-420d-b0dc-b6fd032a7c78</AppGuid> <BolNumber>sample string 14</BolNumber> <Bundles>8</Bundles> <Comments>sample string 17</Comments> <DateCount>2025-11-06T19:08:46.5045253-05:00</DateCount> <DateHeroUpload>2025-11-06T19:08:46.5045253-05:00</DateHeroUpload> <HeatNumber>sample string 13</HeatNumber> <IdApp>2</IdApp> <IdSteelInventoryCount>1</IdSteelInventoryCount> <ItemNumber>sample string 6</ItemNumber> <ItemType>Lrb</ItemType> <LengthFt>11</LengthFt> <LengthIn>12</LengthIn> <Location>sample string 5</Location> <Pieces>9</Pieces> <Rejects>true</Rejects> <Scrap>true</Scrap> <Site>sample string 4</Site> <Status>Valid</Status> <TotalPieces>10</TotalPieces> <Tracker>sample string 7</Tracker> <UserName>sample string 19</UserName> </SteelInventoryCountViewModel>
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.