DELETE api/Inventory/Head

Delete a single inventory basis head and its associated inventory basis lines

Request Information

URI Parameters

None.

Body Parameters

The inventory basis head ID to remove

globally unique identifier

Remarks

None.

Example

None.

Request Formats

application/json, text/json

Sample:
"b882dcec-d7f6-4b28-b97e-8a188d58adcc"

application/xml, text/xml

Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">b882dcec-d7f6-4b28-b97e-8a188d58adcc</guid>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'Guid'.

Response Information

Resource Description

ID and number of lines associated to the removed inventory basis head

DeleteInventoryBasisHeadResponse
NameDescriptionTypeAdditional information
Id

globally unique identifier

Required

LineCount

integer

None.

Response Formats

application/json, text/json

Sample:

Sample not available.