POST api/Inventory/Finalize
Request a specific inventory basis to be finalized.
Request Information
URI Parameters
None.
Body Parameters
These are all the parameters needed for finalizing the inventory basis.
FinalizeInventoryBasisRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| InventoryBasisId | globally unique identifier |
Required |
|
| SetRemainingArticlesToZero | boolean |
Required |
|
| InventorySignee | string |
Required Max length: 50 |
Remarks
None.
Example
None.
Request Formats
application/json, text/json
Sample:
{
"InventoryBasisId": "9baecb99-a687-4d19-a1e1-b531ab05ff25",
"SetRemainingArticlesToZero": true,
"InventorySignee": "sample string 3"
}
application/xml, text/xml
Sample:
<FinalizeInventoryBasisRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Compilator.DDAPI.DTO.Stock"> <InventoryBasisId>9baecb99-a687-4d19-a1e1-b531ab05ff25</InventoryBasisId> <InventorySignee>sample string 3</InventorySignee> <SetRemainingArticlesToZero>true</SetRemainingArticlesToZero> </FinalizeInventoryBasisRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.