POST api/inventory/{id}/accuracy

Change the inventory accuracy value and update all attached base unit values

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

Inventory identifier

globally unique identifier

Required

Body Parameters

Accuracy value

integer

Request Formats

application/json, text/json

Sample:
1

application/xml, text/xml

Sample:
<int xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1</int>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.