GET api/hero/lrb/inventory/counts
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of LrbInventoryCountViewModelName | 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": "b6b26b5f-b7d6-4138-bd8d-9ecee705ac49", "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-06-21T07:30:20.95128-04:00", "UserName": "sample string 16", "DateHeroUpload": "2025-06-21T07:30:20.95128-04:00", "Status": 1 }, { "IdLrbInventoryCount": 1, "IdApp": 2, "AppGuid": "b6b26b5f-b7d6-4138-bd8d-9ecee705ac49", "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-06-21T07:30:20.95128-04:00", "UserName": "sample string 16", "DateHeroUpload": "2025-06-21T07:30:20.95128-04: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>b6b26b5f-b7d6-4138-bd8d-9ecee705ac49</AppGuid> <CableDoesntMatchLabel>true</CableDoesntMatchLabel> <Comments>sample string 14</Comments> <DateCount>2025-06-21T07:30:20.95128-04:00</DateCount> <DateHeroUpload>2025-06-21T07:30:20.95128-04: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>b6b26b5f-b7d6-4138-bd8d-9ecee705ac49</AppGuid> <CableDoesntMatchLabel>true</CableDoesntMatchLabel> <Comments>sample string 14</Comments> <DateCount>2025-06-21T07:30:20.95128-04:00</DateCount> <DateHeroUpload>2025-06-21T07:30:20.95128-04: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>