GET api/hero/lrb/inventory/counts
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of 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. |
Response Formats
application/json, text/json
Sample:
[
{
"IdLrbInventoryCount": 1,
"IdApp": 2,
"AppGuid": "699f689b-6cfe-4ed1-bd4d-4aed0528db84",
"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:09:10.1611559-05:00",
"UserName": "sample string 16",
"DateHeroUpload": "2025-11-06T19:09:10.1611559-05:00",
"Status": 1
},
{
"IdLrbInventoryCount": 1,
"IdApp": 2,
"AppGuid": "699f689b-6cfe-4ed1-bd4d-4aed0528db84",
"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:09:10.1611559-05:00",
"UserName": "sample string 16",
"DateHeroUpload": "2025-11-06T19:09:10.1611559-05:00",
"Status": 1
}
]
application/xml, text/xml
Sample:
<ArrayOfLrbInventoryCountViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Operations.Hero.Gulf.Application.Inventory.LrbInventoryCounts.ViewModels">
<LrbInventoryCountViewModel>
<AppGuid>699f689b-6cfe-4ed1-bd4d-4aed0528db84</AppGuid>
<CableDoesntMatchLabel>true</CableDoesntMatchLabel>
<Comments>sample string 14</Comments>
<DateCount>2025-11-06T19:09:10.1611559-05:00</DateCount>
<DateHeroUpload>2025-11-06T19:09:10.1611559-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>
<LrbInventoryCountViewModel>
<AppGuid>699f689b-6cfe-4ed1-bd4d-4aed0528db84</AppGuid>
<CableDoesntMatchLabel>true</CableDoesntMatchLabel>
<Comments>sample string 14</Comments>
<DateCount>2025-11-06T19:09:10.1611559-05:00</DateCount>
<DateHeroUpload>2025-11-06T19:09:10.1611559-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>
</ArrayOfLrbInventoryCountViewModel>