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
| Name | Description | Type | Additional 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
booleanResponse Formats
application/json, text/json
Sample:
true
application/xml, text/xml
Sample:
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>