POST api/hero/lrb/inventory/count/add

Request Information

URI Parameters

None.

Body Parameters

LrbInventoryCountViewModel
NameDescriptionTypeAdditional 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.

Print

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": "81b4e581-d41e-482b-9296-832f2361c926",
  "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:09:56.6271774-04:00",
  "UserName": "sample string 16",
  "DateHeroUpload": "2025-06-21T07:09:56.6271774-04: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>81b4e581-d41e-482b-9296-832f2361c926</AppGuid>
  <CableDoesntMatchLabel>true</CableDoesntMatchLabel>
  <Comments>sample string 14</Comments>
  <DateCount>2025-06-21T07:09:56.6271774-04:00</DateCount>
  <DateHeroUpload>2025-06-21T07:09:56.6271774-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>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.