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 identifierRemarks
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:
Response Information
Resource Description
ID and number of lines associated to the removed inventory basis head
DeleteInventoryBasisHeadResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
Required |
|
| LineCount | integer |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.