GET api/Bestand?lfdNr={lfdNr}&posNr={posNr}

Checks, whether the inventory item with this position number already exists. Returns a boolean.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
lfdNr

The lfdNr inventory item.

integer

Required

posNr

The position numbers of this list of positions.

integer

Required

Body Parameters

None.

Response Information

Resource Description

bool true if this lfdNr posnr already exists

boolean

Response Formats

application/json, text/json

Sample:
true

application/xml, text/xml

Sample:
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>