POST api/hero/lrb/inventory/count/add
Request Information
URI Parameters
None.
Body Parameters
LrbInventoryCountViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| IdLrbInventoryCount | integer |
None. |
|
| IdApp | integer |
None. |
|
| AppGuid | globally unique identifier |
None. |
|
| LrbNumber | string |
None. |
|
| Location | string |
None. |
|
| Strip | boolean |
None. |
|
| Scrap | boolean |
None. |
|
| Rewind | boolean |
None. |
|
| Qty | integer |
None. |
|
| CableDoesntMatchLabel | boolean |
None. |
|
| boolean |
None. |
||
| NoLrb | boolean |
None. |
|
| LrbWrittenOnCap | boolean |
None. |
|
| Comments | string |
None. |
|
| DateCount | date |
None. |
|
| UserName | string |
None. |
|
| DateHeroUpload | date |
None. |
|
| Status | LrbInventoryCountStatus |
None. |
Request Formats
application/json, text/json
Sample:
{
"IdLrbInventoryCount": 1,
"IdApp": 2,
"AppGuid": "9bf9ce5e-ee3b-4411-b31c-dd76f4ea53fd",
"LrbNumber": "sample string 4",
"Location": "sample string 5",
"Strip": true,
"Scrap": true,
"Rewind": true,
"Qty": 9,
"CableDoesntMatchLabel": true,
"Print": true,
"NoLrb": true,
"LrbWrittenOnCap": true,
"Comments": "sample string 14",
"DateCount": "2025-11-06T19:16:52.3824052-05:00",
"UserName": "sample string 16",
"DateHeroUpload": "2025-11-06T19:16:52.3824052-05:00",
"Status": 1
}
application/xml, text/xml
Sample:
<LrbInventoryCountViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Operations.Hero.Gulf.Application.Inventory.LrbInventoryCounts.ViewModels"> <AppGuid>9bf9ce5e-ee3b-4411-b31c-dd76f4ea53fd</AppGuid> <CableDoesntMatchLabel>true</CableDoesntMatchLabel> <Comments>sample string 14</Comments> <DateCount>2025-11-06T19:16:52.3824052-05:00</DateCount> <DateHeroUpload>2025-11-06T19:16:52.3824052-05:00</DateHeroUpload> <IdApp>2</IdApp> <IdLrbInventoryCount>1</IdLrbInventoryCount> <Location>sample string 5</Location> <LrbNumber>sample string 4</LrbNumber> <LrbWrittenOnCap>true</LrbWrittenOnCap> <NoLrb>true</NoLrb> <Print>true</Print> <Qty>9</Qty> <Rewind>true</Rewind> <Scrap>true</Scrap> <Status>Valid</Status> <Strip>true</Strip> <UserName>sample string 16</UserName> </LrbInventoryCountViewModel>
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.