POST api/hero/steel/inventory/count/add
Request Information
URI Parameters
None.
Body Parameters
SteelInventoryCountViewModelName | 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": "92631799-bebd-4ddb-9623-9332b07ac444", "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-06-21T07:26:56.9314561-04:00", "UserName": "sample string 19", "DateHeroUpload": "2025-06-21T07:26:56.9314561-04: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>92631799-bebd-4ddb-9623-9332b07ac444</AppGuid> <BolNumber>sample string 14</BolNumber> <Bundles>8</Bundles> <Comments>sample string 17</Comments> <DateCount>2025-06-21T07:26:56.9314561-04:00</DateCount> <DateHeroUpload>2025-06-21T07:26:56.9314561-04: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.