DELETE api/Inventory/Line

Delete a single inventory basis line

Request Information

URI Parameters

None.

Body Parameters

Contains head ID and row ID of line to delete

DeleteInventoryBasisLineRequest
NameDescriptionTypeAdditional information
InventoryBasisHeadId

globally unique identifier

Required

Id

integer

Required

Remarks

None.

Example

None.

Request Formats

application/json, text/json

Sample:
{
  "InventoryBasisHeadId": "8113588d-48bc-4d90-92e6-e76412d0b589",
  "Id": 2
}

application/xml, text/xml

Sample:
<DeleteInventoryBasisLineRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Compilator.DDAPI.DTO.Stock">
  <Id>2</Id>
  <InventoryBasisHeadId>8113588d-48bc-4d90-92e6-e76412d0b589</InventoryBasisHeadId>
</DeleteInventoryBasisLineRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Both IDs of the delete line

DeleteInventoryBasisLineResponse
NameDescriptionTypeAdditional information
InventoryBasisHeadId

globally unique identifier

Required

Id

integer

Required

Response Formats

application/json, text/json

Sample:

Sample not available.